﻿@charset "utf-8";
/* CSS Document */
body {padding:0;margin:0;font-size:14px;font-family:"Arial";color:#212121;}
a{color:#212121;text-decoration:none;}
a:hover{color:#0054a3;text-decoration:none;}
a img{border:none;} 
div,ul,li,p,form,h1,h2,h3,h4,h5,dt,dl,dd,table,tr,contacttd{padding: 0px;margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
* {padding: 0px;margin: 0px;}
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.upfile {border: 1px solid #ccc;height:28px;margin-top:10px;width:98%;}
.common_content{width: 1200px;margin: 0 auto;position: relative;}
.common_content .Llangs{position: absolute;right: 0;top:-13px;}
.common_content .Llangs a{display:inline-block;font-size: 16px}
.common_content .Llangs span{font-size: 16px;margin: 0 10px;}
@font-face{
    font-family:Futura;
    src:url('FUTURA LT CONDENSED EXTRA BOLD.TTF');
}

/*头部*/
.head{display: block;width: 100%;clear: both;font-size: 0;position: relative;z-index: 2;}
.headLogo{float: left;margin: 30px 0 27px;}
.head_bottom .nav{float: right;margin-top: 29px;}
#nav_menu{display: inline-block;vertical-align: top;}
#nav_menu>li{display: inline-block;position: relative;height: 45px;line-height: 45px;text-align: center;vertical-align: top;margin-right: 35px;}
#nav_menu>li>a{font-size: 16px;color: #454545;display: block;height: 45px;line-height: 45px;text-align: center;position: relative;}
#nav_menu>li:hover>a{color: #0054a3;}
#nav_menu>li.navhover>a{color: #0054a3;}
#nav_menu li ul{position: absolute;left: 0;top: 44px;display: none;background: #0054a3;padding: 20px;transition-duration: .5s;text-align: left;color: #fff;width: 100%;z-index: 9999;box-sizing: border-box;}
#nav_menu li:hover ul{display: block;}
#nav_menu li ul li{text-align: center;}
#nav_menu li ul li a{background: none;color: #fff;height: 30px;line-height: 30px;font-size: 16px;}
.Language{display: inline-block;vertical-align: top;font-size: 16px;color: #454545;height: 45px;line-height: 45px;}
.Language a{color: #454545;}
.Language a:hover{color: #0054a3;}

/*动画*/
.slide-main{height: 660px;position:relative;width:100%;background:#fff;}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;bottom:30px;left:0;text-align:center;}
.item a{display:inline-block;width:12px;height:12px;border-radius: 100%;margin-right:16px;background:#eee;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);overflow:hidden;opacity: .9;}
.item a.cur{background:#0054a3;opacity: 1;}
.banner-scroll .prev,.banner-scroll .next{width: 34px;height: 58px;display: inline-block;position: absolute;z-index: 999;top: 50%;}
.banner-scroll .prev{cursor: pointer;;background: url(left.png) no-repeat center;left: 0;}
.banner-scroll .next{cursor: pointer;;background: url(right.png) no-repeat center;right: 0;}
.slide-box,.slide{display:block;width:100%;height: 660px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height: 660px;position:relative;position:absolute;z-index:8;}
#bgstylea{background:url(banner1.png) center no-repeat;}
#bgstyleb{background:url(banner2.png) center no-repeat;}
#bgstylec{background:url(banner3.png) center no-repeat;}
#bgstyled{background:url(banner4.png) center no-repeat;}
#bgstylee{background:url(banner5.png) center no-repeat;}
#bgstylef{background:url(banner6.png) center no-repeat;}
.slide a{display:block;width:100%;height: 660px;cursor:pointer;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f,.obj-g,.obj-h{position:absolute;z-index:9;left:50%;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f,.obj-g,.obj-h{width:1200px;text-align:center;}
.obj-a{top: 93px;margin-left: -600px;}
.obj-b{top: 100px;margin-left: -600px;}
.obj-c{top: 85px;margin-left: -600px;}
.obj-d{top: 189px;margin-left: -266px;}
.obj-e{top: 88px;margin-left: -897px;}
.obj-f{top: 206px;margin-left: -300px;}
.obj-g{top: 130px;margin-left: -615px;}
.obj-h{top: 270px;margin-left: -608px;}
.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}
@-webkit-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
.banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;}
@-webkit-keyframes saAni{from{opacity:0;-webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{opacity:0;-moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{opacity:0;transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1);transform-origin: left bottom;} }
@-moz-keyframes scode{from{opacity:0;-moz-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e,.banAnimate .obj-h{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f,.banAnimate .obj-g{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
/*index_banner*/
.index_banner{width: 100%;height: 660px;z-index: 1;position: relative;overflow: hidden;}
.index_banner .slide-box{width:100%;height:100%;overflow: hidden;}
.index_banner .slide{width:100%;height:100%;}

/* About */
.About{font-size: 0;text-align: center;padding-top: 40px;padding-bottom: 42px;}
.About h2{font-size: 30px;color: #232323;font-weight: normal;margin-bottom: 15px;}
.About p{font-size: 14px;color: #454545;line-height: 24px;margin-bottom: 25px;}
.About i{display: block;width: 61px;height: 4px;background: #2656a1;margin: 0 auto;margin-bottom: 31px;}
.AboutList .swiper-pagination-bullet{width: 12px;height: 12px;outline: none;background: rgba(255, 255, 255, .6);opacity: 1;}
.AboutList .swiper-pagination-bullet-active{background: #0054a3;}

/* Walk */
.Walk{font-size: 0;background: #f4f4f4;padding-top: 40px;padding-bottom: 45px;}
.Walk h3{font-size: 30px;color: #0054a3;font-weight: normal;text-align: center;margin-bottom: 130px;}
.Walk ul{height: 71px;background: url(Walk_bg.png) no-repeat center top;background-size: 100%;}
.Walk ul li{display: inline-block;position: relative;width: 70px;height: 70px;line-height: 70px;margin-right: 55.5px;}
.Walk ul li:last-child{margin-right: 0;}
.Walk ul li p{font-size: 15px;color: #00207c;position: absolute;width: 180px;line-height: 24px;left: 10px;}
.Walk ul .WalkTop p{top: -100px;}
.Walk ul .WalkBot p{top: 80px;}
.Walk ul li h2{font-size: 21px;color: #fff;font-family: 'Arial';text-align: center;}
.Walk .WalkMore{font-size: 16px;background: url(More.png) no-repeat 110px center;border: 1px solid #0054a3;width: 175px;height: 53px;text-align: center;line-height: 51px;display: block;margin: 0 auto;margin-top: 135px;box-sizing: border-box;padding-right: 34px;color: #00207c;}
.Walk .WalkMore:hover{color: #fff;background: url(More1.png) no-repeat 110px center #00207c;}

/* Product */
.Product{font-size: 0;}
.ProductTilte{padding-top: 40px;text-align: center;}
.ProductTilte h2{font-size: 30px;color: #232323;font-weight: normal;margin-bottom: 20px;}
.ProductTilte p{font-size: 14px;color: #545454;margin-bottom: 48px;}
.ProductList li{display: inline-block;margin-right: 19px;margin-bottom: 16px;position: relative;}
.ProductList li:nth-child(n+4){margin-bottom: 0;}
.ProductList li:nth-child(3){margin-right: 0;}
.ProductList li:last-child{margin-right: 0;}
.ProductList li:nth-child(1) .ProductImg{width: 590px;height: 325px;overflow: hidden;}
.ProductList li:nth-child(2) .ProductImg{width: 281px;height: 325px;overflow: hidden;}
.ProductList li:nth-child(3) .ProductImg{width: 290px;height: 325px;overflow: hidden;}
.ProductList li:nth-child(4) .ProductImg{width: 291px;height: 281px;overflow: hidden;}
.ProductList li:nth-child(5) .ProductImg{width: 279px;height: 281px;overflow: hidden;}
.ProductList li:nth-child(6) .ProductImg{width: 281px;height: 281px;overflow: hidden;}
.ProductList li:nth-child(7) .ProductImg{width: 290px;height: 281px;overflow: hidden;}
.ProductList li .ProductImg img{height: 100%;transition: 0.5s;}
.ProductList li:hover .ProductImg img{transform: scale(1.1);}
.ProductList li p{font-size: 15px;color: #fff;position: absolute;top: 15px;right: 15px;}

/* Qualification */
.Qualification{font-size: 0;}
.QualificationTitle{padding-top: 40px;text-align: center;}
.QualificationTitle h2{font-size: 30px;color: #232323;font-weight: normal;margin-bottom: 20px;}
.QualificationTitle p{font-size: 14px;color: #545454;margin-bottom: 25px;}
.QualificationList li{display: inline-block;vertical-align: top;margin-right: 9px;width: 140px !important;height: 199px;overflow: hidden;border: 1px solid #d0d0d0;}
.QualificationList li:hover{border: 1px solid #00207c;}
.QualificationList li img{height: 100%;}
/* .QualificationList li:last-child{margin-right: 0;width: 283px;height: 198px;} */

/* Service */
.Service{font-size: 0;}
.ServiceTitle{padding-top: 45px;text-align: center;}
.ServiceTitle h2{font-size: 30px;color: #232323;font-weight: normal;margin-bottom: 20px;}
.ServiceTitle p{font-size: 14px;color: #545454;margin-bottom: 25px;}
.ServiceList li{display: inline-block;vertical-align: top;margin-right: 22px;margin-bottom: 19px;position: relative;}
.ServiceList li:nth-child(2n){margin-right: 0;}
.ServiceList li:nth-child(n+3){margin-bottom: 0;}
.ServiceList li:nth-child(1) .ServiceImg,.ServiceList li:nth-child(4) .ServiceImg{width: 786px;height: 388px;overflow: hidden;}
.ServiceList li:nth-child(2) .ServiceImg,.ServiceList li:nth-child(3) .ServiceImg{width: 392px;height: 388px;overflow: hidden;}
.ServiceList li .ServiceImg img{width: 100%;transition: 0.5s;}
.ServiceList li:hover .ServiceImg img{transform: scale(1.1);}
.ServiceList li .ServiceArt{position: absolute;top: 28px;left: 33px;}
.ServiceList li .ServiceArt h2{font-size: 24px;color: #fff;}
.ServiceList li .ServiceArt p{font-size: 14px;color: #fff;}

/* Partner */
.Partner{font-size: 0;padding-bottom: 50px;}
.PartnerTitle{padding-top: 45px;text-align: center;}
.PartnerTitle h2{font-size: 30px;color: #232323;font-weight: normal;margin-bottom: 20px;}
.PartnerTitle p{font-size: 14px;color: #545454;margin-bottom: 25px;}
.PartnerList{position: relative;}
.PartnerList li{border: 1px solid #f0efef;box-sizing: border-box;}
.PartnerList img{width: 100%;}
.PartnerList .swiper-button-next,.PartnerList .swiper-button-prev{width: 61px;height: 61px;outline: none;}
.PartnerList .swiper-button-next{background: url(Right.png) no-repeat center;right: -30px;}
.PartnerList .swiper-button-prev{background: url(Left.png) no-repeat center;left: -30px;}

/* News */
.News{font-size: 0;background: #f5f5f5;padding-top: 40px;padding-bottom: 60px;}
.News h2{font-size: 24px;color: #454545;font-weight: normal;margin-bottom: 23px;}
.News li{display: inline-block;width: 384px;overflow: hidden;margin-right: 24px;}
.News li:last-child{margin-right: 0;}
.News li .NewsImg{width: 384px;height: 169px;overflow: hidden;}
.News li .NewsImg img{width: 100%;}
.News li h3{font-size: 18px;color: #454545;font-weight: normal;margin: 15px 0;}
.News li:hover h3{color: #0054a3;}
.News li p{font-size: 16px;color: #454545;text-indent:2em;padding-right: 10px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;}


.n_banner{margin: 0 auto;width: 100%;height: 281px;background: url(n_banner.jpg) center no-repeat;position: relative;background-color: #fff;}

/*内页内容*/
.mainC{background: #f2f2f2;}
.mainContent{margin: 0 auto;width:1200px;padding: 45px 0 20px;}
.list_left{float:left; width:230px;}
.list_left .list_left_title{height: 53px;color: rgb(255, 255, 255);text-align: center;padding-top: 25px;font-size: 20px;display: inline-block;font-weight: bold;width: 230px;padding-left: 0px;line-height: 24px;background: #1e50ae;}
.list_left .list_left_title span {display: block;font-size: 14px;font-weight: normal;font-style: normal;line-height: 16px;margin-top: 4px;}
.list_left ul{padding: 10px 0;background: #fff;}
.list_left li{position: relative;}
.list_left li.currclass > a{color: #1e50ae;}
.list_left > ul li a{padding: 0;padding-left: 30px;padding-right: 10px;height: 40px;line-height: 40px;font-size: 16px;text-decoration: none;border-top: 2px solid #fff;border-bottom: 2px solid #fff;display: block;color: #666;overflow: hidden;}
/* .list_left > ul .nav_one>a{background: url(news_bg1.png) 15px center no-repeat;} */
.list_left > ul li a:hover{color: #1e50ae;transition: 0.1s;}
.list_left > ul li.classNames>a{color: #1e50ae;transition: 0.1s;}
.list_left li>a.here{color: #1e50ae;transition: 0.1s;}
.list_left .nav_er{padding: 0;}
.list_left .nav_er li{position: relative;}
.list_left .nav_er a{font-size: 15px;border: none;height: 33px;line-height: 33px;color: #666;padding-left: 39px;}
.list_left .nav_er a.here{background: #cacaca;color: #fff;}
.list_left .nav_er li:hover>a{background: #cacaca;color: #fff;}
.NhotNews{margin-top: 20px;}
.NhotNews .list_left_title{text-align: left;padding-left: 20px;box-sizing: border-box;height: 60px;line-height: 60px;padding-top: 0;}
.NhotNews li{position: relative;padding: 10px;overflow: hidden;zoom: 1;margin: 0 8px 15px;border-bottom: 1px solid #dddddd;padding-left: 13px;white-space:nowrap; text-overflow:ellipsis;overflow: hidden;}

.list_right{width: 895px;height: auto;float: right;padding: 0px 20px 20px;background: #fff;}
.list_right_title{width: 100%;font-size: 16px;height: 60px;color: #222;background: none;border-bottom: 1px solid #dbdbdb;}
.list_right_title .title{float: left;margin-top: 28px;line-height: 1.4;border-left: 3px solid #1e50ae;padding-left: 10px;}
.list_right_title .weizhi{float: right;font-size: 14px;line-height: 40px;margin-right: 0px;margin-top: 20px;color: #313131;}
.list_right_title .weizhi a{color: #313131;}
.list_right_title .weizhi a:hover{color: #1e50ae;}
.list_right .list_contact{text-align: left;width: 852px;margin: 0 auto;line-height: 30px;color: #313131;font-size: 16px;padding: 20px 0 20px 0;position: relative;}
.list_right .list_contact p img{max-width: 100%;}
.list_contact .title{font-size: 20px;color: #3c3c3c;font-weight: bold;text-align: center;width: 870px;margin: 0 auto;}
.list_contact .date{line-height: 38px;text-align: center;color: #737373;font-size: 16px;border-bottom: 1px dotted #ccc;padding: 8px 0 12px;width: 870px;margin: 0 auto;}
.list_right .contact{padding: 24px 0 35px 0;color: #313131;line-height: 30px;font-size: 16px;width: 870px;margin: 0 auto;}
.list_right .contact #MyContent{overflow: hidden;}
.list_right .contact p video{height: 500px;max-width: 80%;}
.list_right #next{font-size: 16px;border-top: 1px solid #f6f6f6;padding: 15px 0;color: #4a4a4a;}
.list_right #next:after{content: "";display: block;clear: both;}
.list_right #next a{color: #4a4a4a;max-width: 400px;display: inline-block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;vertical-align: middle;}
.list_right #next a:hover{color: #1e50ae;}

.list_contact_img{display:block;margin-top: 20px;}
.list_contact_img li{width: 286px;display: inline-block;margin-right: 14px;margin-bottom: 15px;}
.list_contact_img li:nth-child(3n){margin-right: 0;}
.list_contact_img li div{border:solid 1px #ccc; padding:1px;width: 282px;height: 212px;line-height: 210px;overflow: hidden;}
.list_contact_img li:hover div{border:solid 1px #1e50ae;}
.list_contact_img li img{width: 100%;display: inline-block;vertical-align: middle;}
.list_contact_img li h4{text-align: center;line-height: 50px;font-weight: 100;font-size: 15px;background: #fcfcfc;transition: .3s ease-in-out;}
.list_contact_img li:hover h4{background: #1e50ae;color: #fff;}

.list_certificate_img{display:block;margin-top: 20px;}
.list_certificate_img li{width: 286px;display: inline-block;margin-right: 14px;margin-bottom: 15px;vertical-align: middle;}
.list_certificate_img li:nth-child(3n){margin-right: 0;}
.list_certificate_img li div{border:solid 1px #ccc; padding:1px;width: 282px;max-height: 399px;line-height: 210px;overflow: hidden;}
.list_certificate_img li:hover div{border:solid 1px #1e50ae;}
.list_certificate_img li img{width: 100%;display: inline-block;vertical-align: middle;}
.list_certificate_img li h4{text-align: center;line-height: 50px;font-weight: 100;font-size: 15px;background: #fcfcfc;transition: .3s ease-in-out;}
.list_certificate_img li:hover h4{background: #1e50ae;color: #fff;}

.list_Partner_img{display:block;margin-top: 20px;}
.list_Partner_img li{width: 286px;display: inline-block;margin-right: 14px;margin-bottom: 29px;}
.list_Partner_img li:nth-child(3n){margin-right: 0;}
.list_Partner_img li div{box-shadow: 5px 5px 10px #888;padding:1px;width: 282px;max-height: 133px;line-height: 129px;overflow: hidden;border-radius: 5px;}
/* .list_Partner_img li:hover div{border:solid 1px #1e50ae;} */
.list_Partner_img li img{width: 100%;display: inline-block;vertical-align: middle;}
.list_Partner_img li h4{text-align: center;line-height: 50px;font-weight: 100;font-size: 15px;background: #fcfcfc;transition: .3s ease-in-out;}
.list_Partner_img li:hover h4{background: #1e50ae;color: #fff;}

.list_news{text-align: left;width: 870px;margin: 0 auto;line-height: 24px;color: #737373;font-size: 14px;padding: 20px 0 20px 0;position: relative;font-size: 0;}
.list_news > p{font-size: 14px;color: #666;}
.list_news li{width: 100%;position: relative;margin-bottom: 20px;overflow: hidden;transition: 0.5s all ease-out;}
/* .list_news li:hover{background: #f2f2f2;} */
.list_news li .nNewsImg{width: 255px;height: 165px;display: inline-block;overflow: hidden;vertical-align: middle;}
.list_news li .nNewsImg img{width: 100%;}
.list_news li .nNewsArt{display: inline-block;width: 590px;margin-left: 20px;vertical-align: top;padding-left: 20px;box-sizing: border-box;vertical-align: middle;padding-bottom: 15px;border-bottom: 1px solid #eee;}
.list_news li .nNewsArt .nNewsTitel{height: 30px;line-height: 30px;white-space: nowrap;width: 590px;font-size: 16px;float: left;text-overflow: ellipsis;overflow: hidden;background-position: 10px center;margin-bottom: 15px;position: relative;}
.list_news li .nNewsArt h2{color: #333;font-weight: normal;font-size: 17px;}
.list_news li .nNewsArt h2:hover{color: #1e50ae;}
.list_news li .nNewsArt .Time{position: absolute;right: 25px;top: 2px;font-size: 14px;color: #bbbbbb;font-family: Arial, Helvetica, sans-serif;padding-left: 10px;}
.list_news li .nNewsArt p{width: 570px;height: 54px;overflow: hidden;font-size: 14px;line-height: 30px;color: #666;float: left;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;}
.list_news li .nNewsArt .More{float: right;line-height: 24px;color: #737373;font-size: 14px;margin-top: 20px;}
.list_news li .nNewsArt .More:hover{color: #1e50ae;}

.list_product_contact{display: block;padding: 20px 0;}
.list_product_contact > p{font-size: 14px;color: #666;}
.list_product_contact ul{font-size: 0;}
.list_product_contact li{position: relative;width: 279px;min-height: auto;float: left;margin-right: 26px;margin-bottom: 20px;overflow: hidden;background: #fff;border: 1px solid #f4f4f4;}
.list_product_contact li:nth-child(3n){margin-right: 0;}
.list_product_contact li .nProductImg{position: relative;display: block;width: 279px;height: 209px;line-height: 165px;text-align: center;overflow: hidden;}
.list_product_contact li .nProductImg img{width: 100%;vertical-align: middle;}
.list_product_contact .nProductArt{padding: 15px;position: relative;box-sizing: border-box;text-align: center;}
.list_product_contact .nProductArt h2{padding-bottom: 5px;font-size: 16px;font-weight: normal;white-space:nowrap; text-overflow:ellipsis;overflow: hidden;}
.list_product_contact .nProductArt h2 a{color: #666;}
.list_product_contact li:hover .nProductArt h2 a{color: #1e50ae;}
.list_product_contact .nProductArt p{color: #999;font-size: 14px;}
.list_product_contact .nProductArt:after{content: '';display: block;background: #1e50ae;width: 0;height: 2px;position: absolute;left: 0;bottom: 0;transition: .3s ease-in-out;}
.list_product_contact li:hover .nProductArt:after{width: 100%;}

/*产品内容页*/
#list_product_content{width: 100%;overflow: hidden;margin-top: 20px;padding-bottom: 40px;}
.products_show_1{display:block;padding-bottom: 45px;margin: 0 auto;}
.show_left{float: left;width:430px;}
.show_right{width:420px;float: right;}
.prodtitle{height: 30px;line-height: 30px;color: #232323;font-size: 25px;font-weight: bold;}
.show_right LI{line-height:35px;OVERFLOW: hidden;display:block;background:url(pdf.jpg) left no-repeat;padding-left:28px;}
.show_right .d_contact{border-top: 1px #999999 solid;height: auto;margin-top: 20px;overflow: hidden;line-height: 30px;padding-top: 10px;min-height: 230px;font-size: 14px;}
.show_right .d_contact h2{font-size: 15px;color: #333;line-height: 42px;font-size: 18px;color: #333;font-weight: normal;}
.show_right .d_contact p{font-family: "YH";font-size: 14px;color: #333;}
.show_right .d_contact::-webkit-scrollbar{display:none}
.show_right a.nProductZx{text-align: center;transition: .5s;display: block;width: 200px;height: 50px;line-height: 50px;background-color: #0054a3;color: #fff;font-size: 16px;}
.show_right a.nProductZx:hover{background-color: #0054a3;}
#list_info{overflow: hidden;border-top: 5px solid #f1f1f1;}
#list_info .detailed{display: block;height: 60px;line-height: 60px;color: #1c1c1c;font-size: 16px;text-align: center;border-bottom: 1px solid #edf0f0;}
#list_product_content #next{font-size: 16px;padding: 20px 0;}

/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:430px;max-width:430px;border:solid 1px #eee;}
div.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;display:none;text-align:center;overflow:hidden;width: 430px;height: 300px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:430px;}
.spec-preview:after{content: '';display: block;clear: both;}
.spec-scroll{clear: both;margin-top: 5px;}
.spec-scroll .prev,.spec-scroll .next{border: 1px solid #e3e3e3;display: block;text-align: center;width: 30px;height: 78px;line-height: 78px;cursor: pointer;text-decoration: none;}
.spec-scroll .prev{float: left;background:url(n_left_i2.png) no-repeat center #fff;}
.spec-scroll .next{float: right;background:url(n_right_i2.png) no-repeat center #fff;}
.spec-scroll .prev:hover{background:url(n_left_i1.png) no-repeat center #fff;}
.spec-scroll .next:hover{background:url(n_right_i1.png) no-repeat center #fff;}
.spec-scroll .items{float:left;position:relative;width:355px;height:80px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999px;height:80px;}
.spec-scroll .items ul li{float: left;width: 89px;text-align: center;}
.spec-scroll .items ul li img{border: 1px solid #e3e3e3;width: 78px;height: 78px;cursor: pointer;}
.spec-scroll .items ul li img:hover{border-color: #5c95f3;}
.spec-scroll .items ul li img.hover{border-color: #5c95f3;}
.list-paddingleft-2 li{min-width: 50%;display: inline-block;}

/*分页*/
#fenye{clear:both;margin: 25px 0 20px 0;}
#fenye table{margin: 0 auto;}
#fenye .prev_h,#fenye .next_h{width: 70px;text-align:center;line-height:30px;}
#fenye .prev_h:hover,#fenye .next_h:hover{color: #0054a3}
#fenye a.curr{width:30px;background:#0054a3;border:1px solid #fff;color:#fff;font-weight:bold;text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a{color:#333333;background:#fff;margin:0px 5px;border:1px solid #dcdddd;float:left;text-align:center;height:30px;line-height:30px;text-decoration:none;font-size: 14px;}
#fenye a.num{width: 30px;}
#fenye a:visited{color:#333333;}
#fenye a:hover{ float:left;}
#fenye span{line-height:30px;font-size:13px;height:30px;}

/* 企业历程 */
.clearfix:after {content: ".";display: block;height: 0;visibility: hidden;clear: both;}
.biz-timeline-box {width: 852px;margin: 0 auto 15px;box-sizing: border-box;}
/*奇数 odd*/
.biz-timeline-box:nth-child(odd) .biz_timeline-eventbox {-webkit-border-radius: 0 40px 40px 0;-moz-border-radius: 0 40px 40px 0;border-radius: 0 40px 40px 0;float: right;}
/*偶数 even*/
.biz-timeline-box:nth-child(even) .biz_timeline-eventbox {-webkit-border-radius: 40px 0 0 40px;-moz-border-radius: 40px 0 0 40px;border-radius: 40px 0 0 40px;float: left;}
.biz-timeline-box:nth-child(odd) .biz_timeline-event {-webkit-border-radius: 0 30px 30px 0;-moz-border-radius: 0 30px 30px 0;border-radius: 0 30px 30px 0;}
.biz-timeline-box:nth-child(even) .biz_timeline-event {-webkit-border-radius: 30px 0 0 30px;-moz-border-radius: 30px 0 0 30px;border-radius: 30px 0 0 30px;}
.biz-timeline-box:nth-child(odd) .biz_timeline-time {float: left;width: 378px;text-align: right;}
.biz-timeline-box:nth-child(even) .biz_timeline-time {float: right;width: 378px;text-align: left;}
.biz-timeline-box:nth-child(even) .biz_timeline-node {float: right;}
.biz-timeline-box:nth-child(odd) .biz_timeline-node {float: left;}
.biz_timeline-time {font-size: 25px;color: #1e50ae;font-weight: 600;line-height: 73px;}
.biz_timeline-eventbox {width: 370px;height: 59px;border: 4px solid #1e50ae;text-align: center;margin-top: 4px;}
.biz_timeline-event {width: 357px;height: 47px;margin: 6px;color: #fff;background: #1e50ae;text-align: center;font-size: 15px;line-height: 47px;}
.biz_timeline-node {width: 8px;height: 8px;border-radius: 50%;background: #fff;border: 4px solid #1e50ae;margin: 29px 40px;}
.biz_longString {position: absolute;left: 50%;width: 8px;height: 106%;background: #bfbfbf;top: -30px;z-index: 10;margin-left: -4px;}
.biz_timtline-box {position: relative;margin-top: 60px;}
.biz_timeline {z-index: 20;position: relative;}
.biz_title {text-align: center;margin: 0 auto 35px;}
.biz_title h2 {font-size: 28px;color: #1e50ae;}
.biz_title p {color: #eca7a7;margin-top: 15px;}

/*在线留言*/
/* .list_contact form ul{margin-top: 10px;} */
.list_contact form ul li{margin-top: 25px;position: relative;min-width: auto;width: 100%;}
.list_contact form ul li input{float: right;width: 745px;height: 40px;border: 1px solid #dcdcdc;margin-left: 20px;box-sizing: border-box;padding-left: 10px;font-size: 16px;color: #666;line-height: 30px;outline: none;}
.list_contact form input,
.list_contact form textarea{box-sizing: border-box;padding-left: 10px;outline: none;}
.list_contact form ul li label{font-size: 16px;color: #666;line-height: 42px;margin: 0;display: inline-block;font-weight: bold;}
.list_contact form ul li:nth-of-type(odd){float: left;}
/* .list_contact form ul li:nth-of-type(even){float: right;} */
.list_contact form ul li:nth-child(5){width: 100%;}
.list_contact form ul li:nth-child(5) p{font-size: 16px;color: #666;line-height: 42px;margin: 0;font-weight: bold;}
.list_contact form ul li:last-child{float: none;width: 100%;}
.list_contact form div div{margin-top: 10px;}
.list_contact form div p{line-height: 50px;}
.list_contact form textarea{resize: none;height: 220px;width: 842px;border: 1px solid #dcdcdc;font-size: 16px;color: #666;line-height: 30px;}
.submit{display: block;width: 180px !important;height: 42px !important;background: #1e50ae;color: #fff !important;border: none !important;font-size: 16px;padding-left: 0 !important;margin: 0 auto 15px !important;float: none !important;cursor: pointer;}


/*右边浮动*/
.floating_ck{position:fixed;right:0px;top:65%;z-index:99999999}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#0054a3;border-bottom:solid 1px #fff;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#0054a3;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(qq.png);}
.consults{background-image: url(dz.png);}
.qrcord{background-image:url(weixin.png);}
.return{background-image:url(fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-120px;top:0px;width:120px;height:80px;background-color:#0054a3;border-bottom:solid 1px #0054a3;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:150px;top:-70px;}
.floating_ewm i{background-image:url(weixin.jpg);display:block;width:110px;height:110px;margin:auto;margin-top:7px;}
.floating_ewm ii{background-image:url(mobile.jpg);display:block;width:110px;height:110px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:14px;}

/*footer*/
.footer{width: 100%;font-size: 0;background: #272727;padding-top: 71px;}
.footerNav{display: inline-block;vertical-align: top;margin-right: 65px;padding-bottom: 49px;}
.footerNav:last-child{margin-right: 0;}
.footerNav h2{font-size: 16px;color: #dbdbdb;font-weight: normal;margin-bottom: 15px;}
.footerNav li{margin-bottom: 10px;}
.footerNav li a{font-size: 14px;color: #b2b2b2;}
.footerNav li a:hover{color: #0054a3;}
.footerBottom{border-top: 1px solid #363535;text-align: center;}
.footerBottom span{font-size: 14px;color: #9e9e9e;line-height: 56px;}
.footerBottom span a{color: #9e9e9e;}