/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .7s;transition:all .7s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;font-family:Arial;

*/

/* 公用标题 */
@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}

/* 01 */
.box_02{width:100%;height:240px;padding:80px 0;overflow:hidden;}

.box_02 .list{width:1200px;height:240px;margin:0 auto;display:flex;justify-content: space-between;}

.box_02 .list li{width:280px;height:240px;float:left; background:#fff;border-radius:10px;overflow:hidden;-moz-box-shadow:0px 0px 10px #f3f2f2;-webkit-box-shadow:0px 0px 10px #f3f2f2;box-shadow:0px 0px 10px #f3f2f2;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list li:hover{background:#0b4fbf;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list li i{display:block;width:60px;height:46px;margin:25px auto 0 auto;}

.box_02 .list li:hover i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_02 .list li:nth-of-type(1) i{background:url(../images/list_icon_01.png) center center no-repeat;}

.box_02 .list li:nth-of-type(2) i{background:url(../images/list_icon_03.png) center center no-repeat;}

.box_02 .list li:nth-of-type(3) i{background:url(../images/list_icon_05.png) center center no-repeat;}

.box_02 .list li:nth-of-type(4) i{background:url(../images/list_icon_07.png) center center no-repeat;}

.box_02 .list li:nth-of-type(1):hover i{background:url(../images/list_icon_02.png) center center no-repeat;}

.box_02 .list li:nth-of-type(2):hover i{background:url(../images/list_icon_04.png) center center no-repeat;}

.box_02 .list li:nth-of-type(3):hover i{background:url(../images/list_icon_06.png) center center no-repeat;}

.box_02 .list li:nth-of-type(4):hover i{background:url(../images/list_icon_08.png) center center no-repeat;}

.box_02 .list li h4{height:43px;font-size:20px;color:#262626;font-weight:bold;line-height:22px;margin:25px auto 0 auto;text-align:center;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list li h4::after{content:'';width:30px;height:3px;background:#0b4fbf;position:absolute;bottom:0;left:50%;margin-left:-15px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list li:hover h4{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list li:hover h4::after{content:'';width:30px;height:3px;background:#fff;position:absolute;bottom:0;left:50%;margin-left:-15px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list li p{width:224px;font-size:14px;color:#808080;line-height:25px;margin:20px auto 0 auto;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list li:hover p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}





/* 产品中心 */
.box_03{width:100%;padding-bottom:80px;height:635px;background:url(../images/pro_back.png) center 205px no-repeat;overflow:hidden;}

.box_03 .center{width:1200px;height:635px;margin:0 auto;position:relative;overflow:hidden;}

.box_03 .center .pos{width:300px;height:auto;position:absolute;left:0;top:0;z-index:9;}

.box_03 .center .pos .h_title{width:250px;height:76px;border-bottom:solid 2px #cedcf2; background:url(../images/p_zm.png) left top no-repeat;padding-left:50px;}

.box_03 .center .pos .h_title h3{font-size:30px;color:#0b4fbf;line-height:32px;font-weight:bold;}

.box_03 .center .pos .h_title h3 a{display:block;color:#0b4fbf;}

.box_03 .center .pos .h_title p{font-size:14px;color:#262626;line-height:12px;font-weight:bold;text-transform: Uppercase;margin-top:5px;}

.box_03 .center .pos .fl_list{width:300px;height:90px;overflow:hidden;}

.box_03 .center .pos .fl_list li{width:140px;height:20px;margin-top:25px;float:left;position:relative;}

.box_03 .center .pos .fl_list li:nth-of-type(2n){float:right;}

.box_03 .center .pos .fl_list li a{display:block;padding-left:22px; background:url(../images/dian03.png) left center no-repeat;font-size:16px;color:#333;line-height:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pos .fl_list li:hover a{background:url(../images/dian04.png) left center no-repeat;color:#0b4fbf;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro-center{width:1200px;height:635px;overflow:hidden;}

.box_03 .center .pro-center .hd{width:150px;height:35px;position:absolute;top:240px;left:0;z-index:9;}

.box_03 .center .pro-center .hd .prev{width:58px;height:35px;cursor:pointer;background:url(../images/pro_jt_01.png);float:left;}

.box_03 .center .pro-center .hd .next{width:58px;height:35px;cursor:pointer;background:url(../images/pro_jt_02.png);float:right;}

.box_03 .center .pro-center .bd{width:1200px;height:635px;overflow:hidden;}

.box_03 .center .pro-center .bd .main{width:1200px;height:635px;overflow:hidden;}

.box_03 .center .pro-center .bd .main li{width:380px;height:280px;float:left;margin:0 30px 75px 0;border-radius:8px;overflow:hidden;position:relative;}

.box_03 .center .pro-center .bd .main li:nth-of-type(1){margin-left:410px;}

.box_03 .center .pro-center .bd .main li:nth-of-type(3n-1){margin-right:0;}

.box_03 .center .pro-center .bd .main li a{display:block;}

.box_03 .center .pro-center .bd .main li .img{width:380px;height:280px;overflow:hidden;}

.box_03 .center .pro-center .bd .main li .img img{width:380px;height:280px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_03 .center .pro-center .bd .main li:hover .img img{transform: scale(1.05);}

.box_03 .center .pro-center .bd .main li .txt{width:320px;height:50px;background:rgba(255,255,255,0.8);border-radius:8px;overflow:hidden;position:absolute;left:30px;bottom:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro-center .bd .main li:hover .txt{background:rgba(11,79,191,0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro-center .bd .main li .txt .name{width:250px;padding:0 60px 0 10px;font-size:14px;color:#333;line-height:50px;height:50px;background:url(../images/dian01.png) 288px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro-center .bd .main li:hover .txt .name{color:#fff;background:url(../images/dian02.png) 288px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}






/* 企业优势 */
.box_04{width:100%;height:656px;position:relative;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .top{width:1200px;height:86px;margin:0 auto;}

.box_04 .top .h_title{padding-left:100px;width:auto;height:86px; background:url(../images/c_zm.png) left top no-repeat;position:relative;}

.box_04 .top .h_title::after{content:'';width:100px;height:3px;background:#cedcf2;position:absolute;bottom:2px;left:100px;}

.box_04 .top .h_title h3{font-size:30px;color:#0b4fbf;line-height:32px;font-weight:bold;padding-top:10px;}

.box_04 .top .h_title p{font-size:14px;color:#262626;line-height:12px;font-weight:bold;text-transform: Uppercase;margin-top:15px;}

.look_center{width:1200px;height:550px;margin:20px auto 0 auto;position:relative;}

.look_center .tel{width:auto;height:44px;line-height:44px;padding-left:60px;position:absolute;bottom:25px;left:0;z-index:9;font-size:16px;color:#4c4c4c;}

.look_center .tel span{font-size:24px;color:#333;font-weight:bold;}

.look_center .tel::before{content:'';width:44px;height:44px;background:url(../images/tel01.png);position:absolute;top:0;left:0;animation: msClock 1.2s linear infinite;}

.look_center .bd{width:1200px;height:550px;}

.look_center .bd .main{width:1200px;height:550px;position:relative;}

.look_center .bd .main .txt{width:510px;height:550px;float:left;}

.look_center .bd .main .txt .num{width:230px;height:96px;font-size:120px;line-height:96px;font-weight:bold;margin-top:70px;text-stroke: 1px #acc1e7;-webkit-text-stroke: 1px #acc1e7;color: transparent;}

.look_center .bd .main:nth-of-type(1) .txt .num{ background:url(../images/ys_icon_01.png) right bottom no-repeat;}

.look_center .bd .main:nth-of-type(2) .txt .num{ background:url(../images/ys_icon_02.png) right bottom no-repeat;}

.look_center .bd .main:nth-of-type(3) .txt .num{ background:url(../images/ys_icon_03.png) right bottom no-repeat;}

.look_center .bd .main:nth-of-type(4) .txt .num{ background:url(../images/ys_icon_04.png) right bottom no-repeat;}

.look_center .bd .main .txt h4{line-height:22px;margin-top:40px;font-size:20px;color:#262626; font-weight:bold;}

.look_center .bd .main .txt span{display:block;font-size:12px;color:#b6bdc8;line-height:15px;height:30px;margin-top:15px;position:relative;}

.look_center .bd .main .txt span::after{content:'';width:30px;height:2px;background:#0b4fbf;position:absolute;bottom:0;left:0;}

.look_center .bd .main .txt p{font-size:14px;color:#808080;line-height:15px;margin-top:30px;padding-left:20px; background:url(../images/dian03.png) left center no-repeat;}

.look_center .bd .main .img{width:600px;height:550px;float:right;position:relative;}

.look_center .bd .main .img img{width:960px;height:550px;vertical-align:top;position:absolute;left:0;top:0;border-radius:20px 0 0 20px;}

.look_center .hd{width:150px;height:30px;position:absolute;top:0;left:415px;z-index:5;}

.look_center .hd .prev{width:65px;height:30px;cursor:pointer;background:url(../images/ys_jt_01.png) center center no-repeat #ccc;border-radius:4px;-webkit-transition:all .7s;transition:all .7s;float:left;}

.look_center .hd .prev:hover{background:url(../images/ys_jt_01.png) center center no-repeat #0b4fbf;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .next{width:65px;height:30px;cursor:pointer;background:url(../images/ys_jt_02.png) center center no-repeat #ccc;border-radius:4px;-webkit-transition:all .7s;transition:all .7s;float:right;}

.look_center .hd .next:hover{background:url(../images/ys_jt_02.png) center center no-repeat #0b4fbf;-webkit-transition:all .7s;transition:all .7s;}





/* 工程案例 */
.box_05{width:100%;height:626px;padding-top:80px;position:relative;background:url(../images/case_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .top{width:1200px;height:48px;margin:0 auto;}

.box_05 .top .h_title{padding-left:55px;width:auto;height:48px;background:url(../images/e_zm.png) left top no-repeat;}

.box_05 .top .h_title h3{font-size:30px;color:#0b4fbf;line-height:32px;font-weight:bold;}

.box_05 .top .h_title p{font-size:14px;color:#262626;line-height:12px;font-weight:bold;text-transform: Uppercase;margin-top:5px;}

.box_05 .picScroll-left02{width:1200px;height:485px;margin:40px auto 0 auto;overflow:hidden;}

.box_05 .picScroll-left02 .bd{width:1200px;height:485px;overflow:hidden;margin-top:0;}

.box_05 .picScroll-left02 .bd ul{width:1200px;height:485px;overflow:hidden; zoom:1;}

.box_05 .picScroll-left02 .bd ul li{overflow:hidden;width:570px;height:485px;position:relative;float:left;margin-right:60px;}

.box_05 .picScroll-left02 .bd ul li a{display:block;}

.box_05 .picScroll-left02 .bd ul li .img{width:570px;height:420px;overflow:hidden;border-radius:10px;}

.box_05 .picScroll-left02 .bd ul li .img img{width:570px;height:420px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_05 .picScroll-left02 .bd ul li:hover .img img{transform: scale(1.05);}

.box_05 .picScroll-left02 .bd ul li .txt{width:480px;height:80px;padding:0 20px;background:#fff;position:absolute;left:25px;bottom:10px;border-radius:10px;-moz-box-shadow:0px 5px 10px #f3f2f2;-webkit-box-shadow:0px 5px 10px #f3f2f2;box-shadow:0px 5px 10px #f3f2f2;}

.box_05 .picScroll-left02 .bd ul li .txt .name{line-height:16px;font-size:16px;color:#333;margin:35px auto 0 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02 .bd ul li:hover .txt .name{color:#0b4fbf;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02 .bd ul li .txt span{display:block;width:130px;height:60px; background:#0b4fbf;border-radius:6px 6px 0 0;position:absolute;left:0;top:-40px;font-size:14px;color:#fff;text-align:center;line-height:60px;}

.box_05 .picScroll-left02 .hd{width:80px;height:40px;position:absolute;right:0;bottom:0;}

.box_05 .picScroll-left02 .hd .prev{float:left;cursor:pointer;width:40px;height:40px;background:url(../images/n_jt_01.png) center center no-repeat #f8e0d8;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02 .hd .next{float:right;cursor:pointer;width:40px;height:40px;background:url(../images/n_jt_02.png) center center no-repeat #eb6819;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02 .hd .prev:hover{border-radius:20px 0 20px 0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02 .hd .next:hover{border-radius:0 20px 0 20px;-webkit-transition:all .7s;transition:all .7s;}




/* 关于我们 */
.box_06{width:100%;height:624px;position:relative;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_06 .center{width:1200px;height:624px;margin:0 auto;overflow:hidden;}

.box_06 .center .left{width:550px;height:624px;float:left;position:relative;}

.box_06 .center .left .img{width:480px;height:624px;position:absolute;top:0;right:0;}

.box_06 .center .left .img img{width:480px;height:624px; vertical-align:top;}

.box_06 .center .left .pos{width:315px;height:150px;position:absolute;bottom:0;left:0; background:#fff;border-radius:0 50px 0 0;}

.box_06 .center .left .pos p{width:220px;height:64px;background:#0b4fbf;border-radius:32px;margin:42px auto 0 auto;font-size:14px;color:#fff;line-height:64px;text-align:center;}

.box_06 .center .right{width:600px;height:624px;float:right;position:relative;}

.box_06 .center .right h4{font-size:30px;color:#0b4fbf;line-height:32px;font-weight:bold;}

.box_06 .center .right span{display:block;font-size:12px;color:#d3d3d3;line-height:15px;height:30px;margin-top:15px;position:relative;}

.box_06 .center .right span::after{content:'';width:20px;height:3px;background:#0b4fbf;position:absolute;bottom:0;left:0;}

.box_06 .center .right p{font-size:14px;color:#808080;line-height:30px;height:90px;overflow:hidden;margin-top:20px;}

.box_06 .center .right img{display:block;width:600px;height:396px;vertical-align:top;position:absolute;left:0;bottom:0;}





/* 新闻资讯 */
.box_07{width:100%;height:670px;margin-top:80px;background:url(../images/news_back.jpg) center top no-repeat;overflow:hidden;}

.box_07 .center{width:1200px;height:670px;margin:0 auto;}

.box_07 .news_center{width:1200px;height:670px;position:relative;}

.box_07 .news_center .hd01{width:180px;height:370px;position:absolute;left:0;top:0;z-index:9;}

.box_07 .news_center .hd01 .h_title{padding-left:55px;width:auto;height:49px;background:url(../images/n_zm.png) left top no-repeat;}

.box_07 .news_center .hd01 .h_title h3{font-size:30px;color:#0b4fbf;line-height:32px;font-weight:bold;}

.box_07 .news_center .hd01 .h_title h3 a{display:block;color:#0b4fbf;}

.box_07 .news_center .hd01 .h_title p{font-size:14px;color:#262626;line-height:12px;font-weight:bold;text-transform: Uppercase;margin-top:5px;}

.box_07 .news_center .hd01 ul{width:135px;height:auto;margin-top:80px;}

.box_07 .news_center .hd01 ul li{width:135px;height:40px;margin-bottom:40px;position:relative;}

.box_07 .news_center .hd01 ul li::before{content:'';width:2px;height:0px;background:#0b4fbf;position:absolute;top:0;left:0;z-index:2;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd01 ul li.on::before{content:'';width:2px;height:40px;background:#0b4fbf;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd01 ul li::after{content:'';width:0px;height:1px;background:#e6e6e6;position:absolute;top:30px;right:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd01 ul li.on::after{content:'';width:180px;height:1px;backgrounde6e6e60b4fbf;position:absolute;top:30px;right:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd01 ul li a{display:block;height:24px;padding-left:45px;font-size:18px;color:#333;line-height:24px;}

.box_07 .news_center .hd01 ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 18px top no-repeat;}

.box_07 .news_center .hd01 ul li:nth-of-type(2) a{background:url(../images/n_icon_02.png) 18px top no-repeat;}

.box_07 .news_center .hd01 ul li:nth-of-type(3) a{background:url(../images/n_icon_03.png) 18px top no-repeat;}

.box_07 .news_center .bd01{width:1200px;height:670px;overflow:hidden;}

.box_07 .news_center .bd01 .main{width:1200px;height:670px;overflow:hidden;}

.box_07 .picScroll-left03{padding:35px 0;width:910px;height:300px;margin-left:290px;overflow:hidden;position:relative;}

.box_07 .picScroll-left03 .hd02{width:910px;height:300px;position:absolute;left:0;top:0;overflow:hidden;}

.box_07 .picScroll-left03 .hd02 .prev{float:left;width:70px;height:26px;cursor:pointer;margin-top:170px;background:url(../images/n_jt_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left03 .hd02 .next{float:right;width:70px;height:26px;cursor:pointer;margin-top:170px;background:url(../images/n_jt_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left03 .hd02 .prev:hover{background:url(../images/n_jt_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left03 .hd02 .next:hover{background:url(../images/n_jt_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left03 .bd02{width:770px;height:300px;overflow:hidden;margin:0 auto;position:relative;z-index:9;}

.box_07 .picScroll-left03 .bd02 ul{width:770px;height:300px;overflow:hidden; zoom:1;}

.box_07 .picScroll-left03 .bd02 ul li{overflow:hidden;width:740px;height:280px;padding:20px 0 0 30px; background:#fff;border-radius:8px;position:relative;}

.box_07 .picScroll-left03 .bd02 ul li a{display:block;}

.box_07 .picScroll-left03 .bd02 ul li .img{width:350px;height:250px;border-radius:6px 12px 6px 12px;overflow:hidden;float:left;}

.box_07 .picScroll-left03 .bd02 ul li .img img{width:350px;height:250px;vertical-align:top;object-fit:cover;}

.box_07 .picScroll-left03 .bd02 ul li .txt{width:355px;height:280px;float:right;}

.box_07 .picScroll-left03 .bd02 ul li .txt .name{width:320px;line-height:18px;font-size:16px;color:#262626;font-weight:bold;margin-top:35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left03 .bd02 ul li:hover .txt .name{color:#0b4fbf;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left03 .bd02 ul li .txt p{width:320px;line-height:30px;font-size:14px;color:#808080;height:90px;margin-top:20px;overflow:hidden;}

.box_07 .picScroll-left03 .bd02 ul li .txt .more{width:355px;height:48px; background:#0b4fbf;border-radius:10px 0 0 10px;margin-top:20px;}

.box_07 .picScroll-left03 .bd02 ul li .txt .more a{display:block;width:130px;height:36px;border-bottom:solid 1px #fff;font-size:14px;color:#eff2f9;line-height:45px;padding-left:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left03 .bd02 ul li:hover .txt .more a{width:120px;padding-left:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .bottom{width:1200px;height:290px;margin:10px auto 0 auto;overflow:hidden;}

.box_07 .bottom li{width:380px;height:115px;float:left;margin:30px 30px 0 0;border-radius:6px;background:#fafafa;overflow:hidden;position:relative;}

.box_07 .bottom li:nth-of-type(3n){margin-right:0;}

.box_07 .bottom li a{display:block;width:320px;padding-left:20px;font-size:16px;color:#333;line-height:16px;margin:45px auto 0 auto;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .bottom li:hover a{padding-left:30px;color:#0b4fbf;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .bottom li a::before{content:'';width:8px;height:1px;background:#333;position:absolute;top:7px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .bottom li:hover a::before{content:'';width:18px;height:1px;background:#0b4fbf;position:absolute;top:7px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .bottom li p{width:340px;height:15px;margin:12px auto 0 auto;font-size:14px;color:#808080;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_07 .bottom li p::after{content:'';width:325px;height:1px;background:#e6e6e6;position:absolute;top:7px;left:0;z-index:-1;}

.box_07 .bottom li .date{width:70px;height:40px;padding-right:15px;text-align:right;overflow:hidden;background:#fff;border-radius:0 0 0 10px;position:absolute;top:0;right:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .bottom li .date span:nth-of-type(1){display:block;font-size:16px;color:#333;line-height:13px;margin-top:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .bottom li .date span:nth-of-type(2){display:block;font-size:12px;color:#808080;line-height:10px;margin-top:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .bottom li:hover .date{background:#0b4fbf;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .bottom li:hover .date span:nth-of-type(1){color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .bottom li:hover .date span:nth-of-type(2){color:#fff;-webkit-transition:all .7s;transition:all .7s;}







/* 友情链接 */
.links{width:1200px;height:29px;margin:80px auto;overflow:hidden;}

.links .bt{width:118px;height:29px;background:url(../images/links.png);float:left;position:relative;}

.links .bt h4{width:118px;font-size:16px;color:#0b4fbf;line-height:18px;font-weight:bold;text-align:center;}

.links .lins{width:1000px;height:29px;line-height:29px;overflow:hidden;}

.links .lins a{display:block;width:auto;box-sizing:content-box;font-size:14px;line-height:29px;color:#808080;float:left;padding:0 25px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .lins a:last-child{padding-right:0;}

.links .lins a:hover{color:#0b4fbf;-webkit-transition:all .7s;transition:all .7s;}

.links .lins a::after{content:'';width:1px;height:15px;background:#808080;position:absolute;top:7px;right:0;transform: skew(-30deg);}

.links .lins a:last-child::after{content:'';width:0px;height:14px;background:#fff;position:absolute;top:34px;right:0;transform: skew(-30deg);}







@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
