body{background: #fff;font-size:14px;
  /*font-family: -apple-system,"SF UI Text",Roboto,Noto,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;*/
  font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;
  color:#333;max-width: 1920px;margin:0 auto;}
*{margin:0;padding:0;box-sizing: border-box;}
ul,dl,dd,dt,h2,p,h3,h4,h1{margin:0;}
ul,li{list-style: none;}
i{font-style: normal;}
a{cursor: pointer;color:inherit;}
a:hover,a:focus{text-decoration: none;color:inherit;}

.fs0{font-size:0;}
.fns60{font-size: 60px;line-height: 1;}
.fns40{font-size: 40px;}
.fns32{font-size: 32px;}
.fns30{font-size: 30px;}
.fns28{font-size: 28px;}
.fns24{font-size: 24px;}
.fns22{font-size: 22px;}
.fns20{font-size: 20px;}
.fns18{font-size: 18px;}
.fns16{font-size: 16px;}
.fns14{font-size: 14px;}

@font-face{font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  display:inline-block;
  vertical-align: middle;
  margin:0 .3em;
  font-size: 1.1em;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;   
}


@font-face{
  font-family: 'rt';
  src:url('pf/pfr.ttf');
}
.ht{font-family: '黑体';}
.c0{color:#000;}
.c3{color:#333;}
.c6{color:#666;}
.fl{float:left;}
.fr{float:right!important;}
.mb10{margin-bottom: 10px;}
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
.pr{position: relative;}
.bold{font-weight: bold;}
.img-responsive{display: block;margin:0 auto;max-width: 100%;}
.flex,.flexC{ display: -webkit-box;display: -webkit-flex;  display: -ms-flexbox; display: flex;}
.flex>.sub,.flexC>.sub{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden;}
.flexC{-webkit-flex-direction: column; flex-direction: column;}
.sb{justify-content: space-between;}
.jc{justify-content: center;}
.ai{-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.wrap{flex-wrap: wrap;}
.oneLine{white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;}
.twoLine{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.no-padding{padding-left:0;padding-right: 0;}
.padding{padding:0 3%;}
.bg{background: #f8f8f8;}
.navbar{margin:0;border:none;background: none;color:#fff;}
.navbar-brand{height: auto;padding:20px 15px;display: inline-block;}
/*.navbar-collapse{padding:20px 0;}*/
.logo-m{display: none!important;}
.navbar-brand>img{max-height: 55px;}
.imghover{transition: all linear .6s;}
.imghover:hover{transform: scale(1.08);}
.mix{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.w1400{width: 85%;max-width: 1470px;margin-left:auto;margin-right: auto;}
.css3{-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s;}
.css3l{-webkit-transition-duration: 1s; -ms-transition-duration: 1s; -o-transition-duration: 1s; -moz-transition-duration: 1s; transition-duration: 1s;}
 
.full_img{width:100%;height: 100%;object-fit: cover;object-position: center;}
.gray {-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;}
.gray:hover {-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%);filter:gray;}

.common_btn{position: relative;overflow: hidden;}
.common_btn>span{display:inline-block;vertical-align:middle;opacity:0;filter: alpha(opacity=0);color:#fff;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);vertical-align:0}
.common_btn::before{content:attr(c-text);position:absolute;top:0;left:10%;width:80%;height:100%;-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);display: none\0;}
.common_btn:hover .iconfont{color:#fff;}
/*.common_btn:hover{background:#d20319;}*/
.common_btn:hover::before{opacity:0;filter: alpha(opacity=0);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.common_btn:hover>span{opacity:1;filter: alpha(opacity=100);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display: inline-block;}
.common_btn>span.sep{width: 5px;height: 5px;display: inline-block;}
.common_btn:hover>span:nth-child(1){-webkit-transition-delay:45ms;transition-delay:45ms}
.common_btn:hover>span:nth-child(2){-webkit-transition-delay:.09s;transition-delay:.09s}
.common_btn:hover>span:nth-child(3){-webkit-transition-delay:.135s;transition-delay:.135s}
.common_btn:hover>span:nth-child(4){-webkit-transition-delay:.18s;transition-delay:.18s}
.common_btn:hover>span:nth-child(5){-webkit-transition-delay:.225s;transition-delay:.225s}
.common_btn:hover>span:nth-child(6){-webkit-transition-delay:.27s;transition-delay:.27s}
.common_btn:hover>span:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
.common_btn:hover>span:nth-child(8){-webkit-transition-delay:.36s;transition-delay:.36s}
.common_btn:hover>span:nth-child(9){-webkit-transition-delay:.405s;transition-delay:.405s}
.common_btn:hover>span:nth-child(10){-webkit-transition-delay:.45s;transition-delay:.45s}
.common_btn:hover>span:nth-child(11){-webkit-transition-delay:.495s;transition-delay:.495s}
.common_btn:hover>span:nth-child(12){-webkit-transition-delay:.54s;transition-delay:.54s}
.common_btn:hover>span:nth-child(13){-webkit-transition-delay:.585s;transition-delay:.585s}
.common_btn:hover>span:nth-child(14){-webkit-transition-delay:.63s;transition-delay:.63s}
.common_btn:hover>span:nth-child(15){-webkit-transition-delay:.675s;transition-delay:.675s}
.common_btn:hover>span:nth-child(16){-webkit-transition-delay:.72s;transition-delay:.72s}
.common_btn:hover>span:nth-child(17){-webkit-transition-delay:.765s;transition-delay:.765s}
.common_btn:hover>span:nth-child(18){-webkit-transition-delay:.81s;transition-delay:.81s}
.common_btn:hover>span:nth-child(19){-webkit-transition-delay:.855s;transition-delay:.855s}
.common_btn:hover>span:nth-child(20){-webkit-transition-delay:.9s;transition-delay:.9s}
.common_btn.static_btn:hover{background:none;}
.common_btn.static_btn>span{color:#d20319;}
.common_btn.static_btn::before{left:0;}

.common-btn{border-radius:999px;width:310px;text-align: center;max-width: 60%;margin-left:auto;margin-right: auto;display: block;line-height: 58px;border:3px solid #313131;}
.common-btn:hover{border-color:#0084e9;background: #0084e9;color:#fff;}

.view-more{width:188px;text-align: center;line-height: 46px;height:50px;border:2px solid #3571b5;border-radius:8px;display: block;font-size:16px;letter-spacing: 1px;color:#3571b5;}
.view-more:hover{background: #3571b5;color:#fff;}

@media (min-width: 767px){
    .container{width:90%;max-width: 1440px;}
}
@media (min-width: 1300px){
  .container{width:85%;}
  /*.container{width:1440px;}*/
}
@media (min-width: 1600px){
    .container{width: 1440px;}
}


/* 导航部分 */
.header-blank{height:116px;}
.header{position: fixed;top:0; left:0; right:0; z-index: 99;transition: top .5s ease;-webkit-transition:top .5s ease; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;color:#fff;}
.header.fixed{top:0;box-shadow: 0 6px 10px 0 rgba(7,0,2,.15); background:#fff;}
.header_box{position: relative;}
.header .header_logo{position: absolute;left:0;top:0;bottom:0;max-width: 30%;}
.header .header_logo .flexC{height: 100%;}
.header .header_logo img{max-height:90%;margin:0;}
.header .header_nav{text-align: right;font-size:16px;}
.header .header_nav .nav_container>ul>li{display: inline-block;text-align: center;margin-left:2.78%;}
.header .header_nav li{position: relative;}
.header .header_nav .nav_container>ul>li>a{display: block;padding:0;line-height: 116px;position: relative;color:#333333;}
.header .header_nav .nav_container>ul>li>a.active,.header .header_nav .nav_container>ul>li>a:hover{color:#034ea2;}
.header .header_nav .nav_container .dropdown-menu{margin:0;padding:0;border:none;left:50%;transform: translateX(-50%);text-align: center;border-radius:0;background: rgba(255,255,255,.7);font-size:15px;}
.header .header_nav .nav_container .dropdown-menu li a{display: block;white-space: nowrap;padding:14px 10px;color:#010000;position: relative;transition: all .3s;}
.header .header_nav .nav_container .dropdown-menu li a:hover,.header .header_nav .nav_container .dropdown-menu li a:focus,.header .header_nav .nav_container .dropdown-menu li a.active{background: #034ea2;color:#fff;}

.header .header_tools{position: absolute;right:0;top:50%;margin-top:-30px;width: 100%;}
.header .header_tools>ul{}
.header .header_tools li{float: right;text-align: center; cursor: pointer;line-height: 60px;position: relative;margin-left:3%;cursor: pointer;}
.header .header_tools li:last-child{margin-left:0;}
.header .header_tools li .icon-lang{float:right;margin-left:12px;}
.header .header_tools .nav-lang{text-transform: uppercase;}
.header .header_tools .nav-lang .lang{display: block;padding:0 24px 0 38px;position: relative;background: url(../images/icon-earth.png) no-repeat left center;}
.header .header_tools .nav-lang .lang i{position: absolute;right:0;top:0;width:12px;height: 100%;background: url(../images/icon-down.png) no-repeat center;}
.header .header_tools .quick_box{position: absolute;top: 100%;left:0;width:500px; background-color:#fff; background-repeat: no-repeat;background-position: right top;text-align: left;font-size: 16px;padding: 25px 0 35px;display: none;}
.header .header_tools .quick_box a{padding-left:20px;display: block;height: 50px;line-height: 50px;opacity: 0;filter: alpha(opacity=0);transform: translateX(30px);transition: all .6s ease-in-out;-webkit-transition:all .6s ease-in-out; color:#313131;}
.header .header_tools .quick_box a .lin{padding-right: 30px;color:#313131;vertical-align: 2px;}
.header .header_tools .quick_box.show a{opacity: 1;filter: alpha(opacity=100);transform: translateX(0);transition-delay: .3s;}
.header .header_tools .quick_box.show a:nth-child(1){transition-delay: .3s;}
.header .header_tools .quick_box.show a:nth-child(2){transition-delay: .5s;}
.header .header_tools .quick_box.show a:nth-child(3){transition-delay: .7s;}
.header .header_tools .quick_box.show a:nth-child(4){transition-delay: .9s;}
.header .header_tools .quick_box.show a:nth-child(5){transition-delay: 1.1s;}
.header .header_tools .quick_box.show a:nth-child(6){transition-delay: 1.3s;}
.header .header_tools .quick_box.show a:nth-child(7){transition-delay: 1.5s;}
.header .header_tools .quick_box.show a:nth-child(8){transition-delay: 1.7s;}
.header .header_tools .quick_box.show a:nth-child(9){transition-delay: 1.9s;}
.header .header_tools .quick_box.show a:nth-child(10){transition-delay: 2.1s;}
.header .header_tools .quick_box.show a:nth-child(11){transition-delay: 2.3s;}

.mobile_key {display: none;width:28px;height:25px;position: relative;border:none!important;cursor: pointer;padding:0;}
/*.button_menu{width: 30px;height: 25px;position: absolute;top:7px;left:0;}*/
.button_menu span {display:block;width:100%;height:3px;background-color:#333;position:absolute;left:0;-moz-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;transition:all .36s ease;}
.button_menu span:nth-child(1) {top:0}
.button_menu span:nth-child(2) {top:50%;transform: translateY(-50%);}
.button_menu span:nth-child(3) {bottom:0}
.header.fixed .button_menu span{background: #333;}
/*.button_close .button_menu span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.button_close .button_menu span:nth-child(2) {
    -moz-transform: rotate(-45deg) translate(6px,-7px);
    -ms-transform: rotate(-45deg) translate(6px,-7px);
    -webkit-transform: rotate(-45deg) translate(6px,-7px);
    transform: rotate(-45deg) translate(6px,-7px)
}*/
/*.header.fixed .header_tools .button_menu span,.header:hover .header_tools .button_menu span,.index_header.allIn .header_tools .button_menu span{background: #000;}*/


/* 触控 吸顶*/
/*.header .header_nav .nav_container>ul>li>a:hover,.header .header_nav .nav_container>ul>li>a.active{color:#04357f!important;}
.header.fixed,.header:hover{background:#fff;}
.header.fixed .logo-m,.header:hover .logo-m,.index_header.allIn .logo-m{display: block!important;}
.header.fixed .logo-pc,.header:hover .logo-pc,.index_header.allIn .logo-pc{display: none!important;}
.header .header_box:hover .header_logo:after{background: #0e68b0;transition: all .5s ease;}
.header.fixed .header_nav .nav_container>ul>li>a,.header:hover .header_nav .nav_container>ul>li a,.index_header.allIn .header_nav ul l a{color:#000;}
*/
.index_header{top:-80px; -moz-transition:all 1s ease 0s; -ms-transition:all 1s ease 0s; -o-transition:all 1s ease 0s; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.index_header.ani{top:0;}
.header-container{position: relative;z-index:10;}

.ibanner{position: relative;}
.ibanner .slide-item{position: relative;overflow: hidden;color:#fff;}
.ibanner .slide-item .slide-item-img{max-width: 100%;}
.ibanner .item-mask{position: absolute;top:0;left:0;right:0;bottom:0;color:#fff;text-align: left;}
.ibanner .item-mask .b{float:left;}
.ibanner .item-mask p{transform: translateY(100%);opacity: 0;filter: alpha(opacity=0);transition: all .6s;transition-delay: .2s;}
.ibanner .swiper-slide-active p{transform: translateY(0);opacity: 1;filter: alpha(opacity=100);}
.ibanner .item-mask .en1{line-height: 1;text-transform: uppercase;font-family: arial;}
.ibanner .item-mask .tit{line-height: 1;font-weight: bold;margin-top:30px;text-shadow: 0 0 5px rgba(43,50,76,.1);letter-spacing: 5px;padding-bottom: 40px;border-bottom:4px solid #fff;float:left;}
.ibanner .item-mask .stit{margin-top:40px;}
.ibanner .item-mask .stit span{float:left;padding:10px 30px;line-height: 30px;background: #034ea2;color:#fff;}
.ibanner .item-mask .en2{line-height: 1.5;font-family: arial;margin-top:22px;max-width: 654px;}

.ibanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:4.16%;font-size:0;}
.ibanner .swiper-pagination-bullet{width: 16px;height:10px;background:#fff;opacity:1;border-radius:10px;transition: all .2s;}
.ibanner .swiper-pagination-bullet-active{opacity:1;width:4.17%;background: #2693e5;}
.ibanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 0.5%;}


/* 搜索框 */
.search_hover .header_logo .logo-pc{display:block!important;}
.search_hover .header_logo .logo-m{display:none!important;}

.header_search_fix{position: fixed;z-index: 99;top: 0;left: 0;width: 100%;height: 100%;background: #c2000f;color: #fff;display: none;}
.header_search_fix .search{font-size: 18px;margin-bottom: 10px;}
.header_search_fix .box{position: absolute;width: 40%;top: 50%;margin-top: -50px;text-align: left;left: 30%;}
.header_search_fix .input{background:none; width:85%; line-height:40px; height:40px; padding-right:60px;border: 0;outline: 0;font-size:38px;color: #fff;font-family: 'Impact'}
.header_search_fix .input::-webkit-input-placeholder {color: #fff;}
.header_search_fix .input:-moz-placeholder {color: #fff;}
.header_search_fix .input:-ms-input-placeholder {color: #fff;}
.header_search_fix .search_box{line-height: 70px;height: 70px;position: relative;}
.header_search_fix .submit{width: 125px;height: 45px;line-height: 41px;font-size: 14px;color: #fff;border: 2px solid #fff;border-radius: 20px;background: transparent;padding: 0;margin: 0;position: absolute;top: 50%;margin-top: -23px;right: 0;-webkit-appearance: none;}
.header_search_fix .close-btn{position: absolute;width: 88px;height: 88px;font-size: 28px;line-height: 92px;border: 1px solid #fff;right: 60px;top: 20px;text-align: center;cursor: pointer;transition: all .5s ease;-webkit-transition:all .5s ease;background: #c2000f;}
.header_search_fix .close-btn:hover{background: #c2000f;}
.header_search_fix .submit:before{width: 100%;margin-top: 0;}
.header_search_fix .submit:hover{background: #c2000f;}
.header_search_fix .submit:before{width: 100%;left: 0;text-align: center;}
@media only screen and (max-width: 1660px){
.header_search_fix .box{width: 60%;left:20%;}
}

.xuanzhun{-webkit-transition-property: -webkit-transform;animation: rotate 5s linear infinite;}
@keyframes rotate{
  from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}

.banner_mouse{position:absolute; width: 23px;height: 37px;cursor:pointer;background:url(../images/banner_mouse_ico.png) no-repeat -23px 0px;-webkit-animation: nudgeMouse 1.6s linear infinite;animation: nudgeMouse 1.6s linear infinite; bottom:5.44%; left:50%;margin-left:-12px;z-index:1;}
.banner_mouse:after,.banner_mouse:before{content: "";position: absolute;}
.banner_mouse:before{width:24px;height:40px;background:url(../images/banner_mouse_ico.png) no-repeat 0px 0px;-webkit-animation: colorSlide 1.6s linear infinite;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
.banner_mouse:after{background-color: #ffffff;width: 4px;height: 8px;border-radius: 2px;-webkit-animation: trackBallSlide 1.6s linear infinite;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
@-webkit-keyframes colorSlide {0% {height:0;}
90% {height:40px;}
}
@keyframes colorSlide {0% {height:0;}
90% {height:40px;}
}
@-webkit-keyframes trackBallSlide {0% {opacity:1;-webkit-transform:scale(1) translateY(-8px);transform:scale(1) translateY(-8px);}
34% {opacity:1;-webkit-transform:scale(0.9) translateY(4px);transform:scale(0.9) translateY(4px);}
68% {opacity:0;-webkit-transform:scale(0.4) translateY(16px);transform:scale(0.4) translateY(16px);}
100% {opacity:0;-webkit-transform:scale(0.4) translateY(-8px);transform:scale(0.4) translateY(-8px);}
}
@keyframes trackBallSlide {0% {opacity:1;-webkit-transform:scale(1) translateY(-8px);transform:scale(1) translateY(-8px);}
34% {opacity:1;-webkit-transform:scale(0.9) translateY(4px);transform:scale(0.9) translateY(4px);}
68% {opacity:0;-webkit-transform:scale(0.4) translateY(16px);transform:scale(0.4) translateY(16px);}
100% {opacity:0;-webkit-transform:scale(0.4) translateY(-8px);transform:scale(0.4) translateY(-8px);}
}
@-webkit-keyframes nudgeMouse {0% {-webkit-transform:translateY(0);transform:translateY(0);}
50% {-webkit-transform:translateY(8px);transform:translateY(8px);}
100% {-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes nudgeMouse {0% {-webkit-transform:translateY(0);transform:translateY(0);}
50% {-webkit-transform:translateY(8px);transform:translateY(8px);}
100% {-webkit-transform:translateY(0);transform:translateY(0);}
}




@media (max-width:1230px){
  .header .header_nav .nav_container>ul>li{margin-left: 2%;}
}

@media (max-width:767px){
  .header_box{overflow: hidden;padding:12px 0;}
  .mobile_key{display: block;float:right;}
  .header .header_logo{max-width: 70%;}
  .header .header_nav{text-align: left;font-size:14px;}
  .no-padding{padding-left:15px;padding-right: 15px;}
}


.video-fixed {position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:130;top:0;left:0;cursor:pointer;display:none;}
.video-fixed .videoboxs {width:90%;max-width:1000px;height:500px;max-height:80%;position:absolute;background:#000;box-sizing:border-box;}
.video-fixed .videoboxs .box {height: 100%;}
.video-fixed .cha {width:30px;height:30px;background:url(../images/close-vid2.png) no-repeat center/100% auto;position:absolute;top:30px;right:30px;cursor:pointer;}

@media (max-width:767px){
  .video-fixed .cha {width: 25px;height: 25px;}
}
.mcolor{color:#034ea2;}

.part{padding:120px 0;}
.part-title-box{line-height: 1;letter-spacing: 2px;}
.part-title-box .en{text-transform: uppercase;color:#666666;letter-spacing: 1px;margin-bottom:21px;}
.part-title-box .title{font-weight: bold;color:#333;}
.part-title-box .line{width:3em;height:6px;margin-top:40px;background: #034ea2;}
.part-title-box.center{text-align: center;}
.part-title-box.center .line{margin-right: auto;margin-left: auto;}


.part-brand .left{float:left;width:40%;max-width: 570px;}
.part-brand .right{float:right;width:50%;}
.part-brand .right .video-box{position: relative;height:100%;min-height:400px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.part-brand .right .videoitems{width:14%;max-width:100px;border-radius:999px;overflow: hidden;background: rgba(3,78,162,.8);position: absolute;cursor: pointer;}
.part-brand .right .videoitems span{width:100%;padding-bottom: 100%;display: block;background: url(../images/icon-play.png) no-repeat center;background-size: 100% auto;}
.part-brand .left .desc,.part-about .right .desc{line-height: 1.8;margin-top:30px;letter-spacing: 1px;}
.part-brand .left .num-box{line-height: 1;margin-top:55px;color:#666666;}
.part-brand .left .num-box .item-num{font-weight: bold;margin-bottom: 22px;}

.part-about{overflow: hidden;}
.part-about .flex{flex-direction: row-reverse;}
.part-about .left{width: 50%;overflow: hidden;}
.part-about .left .img{height:100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.part-about .right{width: 40%;max-width: 560px;}
.part-about .right .view-more{margin-top:40px;}

.part-pro{background: url(../images/part3-bg.png) no-repeat center;background-size: cover;padding-bottom: 90px;}
.part-pro .index-pro-swiper{position: relative;margin-top:40px;}
.part-pro .index-pro-swiper .bg{width:100%;position: absolute;left:0;top:0;height:410px;max-height: 60%;background: #346fb1;}
.part-pro .index-pro-swiper .swiper-container{padding:20px;}
.part-pro .index-pro-swiper .swiper-slide{width:31.4%;margin-right:2.9%;}
.part-pro .index-pro-swiper .swiper-slide:last-child{margin-right:0;}
.part-pro .index-pro-swiper .pitem{box-shadow: 0 0 18px 2px rgba(21,21,24,.1);background:#fff;}
.part-pro .index-pro-swiper .pitem .img{/*padding-bottom: 68%;*/position: relative;overflow: hidden;}
.part-pro .index-pro-swiper .pitem .imghover:hover{transform:scale(1.04);}
.part-pro .index-pro-swiper .pitem .pitem-con{line-height: 1;padding:32px 6.8% 36px;}
.part-pro .index-pro-swiper .pitem .en{color:#666;text-transform: uppercase;letter-spacing: 1px;margin-bottom:20px;}
.part-pro .index-pro-swiper .pitem .tit{font-weight: bold;letter-spacing: 1px;}
.part-pro .index-pro-swiper .pitem .desc{line-height: 24px;text-align: justify;margin-top:28px;}
.part-pro .index-pro-swiper .pitem .desc.twoLine{height:72px;-webkit-line-clamp:3;line-clamp:3;}
.part-pro .index-pro-swiper .pitem .more{display: block;width:100%;line-height: 44px;height: 48px;text-align: center;border:2px solid #3571b5;color:#333333;margin-top:55px;font-size:16px;letter-spacing: 1px;}
.part-pro .index-pro-swiper .pitem .more:hover,.part-project .right .more:hover{background: #3571b5;color:#fff;}

.part-project .img-list{margin-top:40px;padding:0 20px;}
.part-project .img-list .img-top{overflow: hidden;}
.part-project .img-list .img{position: relative;overflow: hidden;/*padding-bottom: 54.5%;*/}
.part-project .list{margin:0 -1.4%;}
.part-project .list li{margin-top:40px;padding:0 1.4%;}
.part-project .img-list .left{float:left;width: 65.7%;}
.part-project .img-list .left .img{/*padding-bottom: 52.17%;*/}
.part-project .img-list .right{float:right;width: 32.5%;padding-top:35px;}
.part-project .right .tit{line-height: 1;font-weight: bold;letter-spacing: 1px;}
.part-project .right .desc{line-height: 1.5;margin-top:25px;max-height: 200px;overflow-y: auto;}
.part-project .right .more{display: block;width:82.4%;line-height: 44px;border:2px solid #3571b5;font-size:16px;text-align: center;color:#333333;letter-spacing: 1px;margin-top:55px;}
.part-project .right .desc::-webkit-scrollbar {width:4px;}
.part-project .right .desc::-webkit-scrollbar-track {background:#fff;}
.part-project .right .desc::-webkit-scrollbar-thumb {background:#666;}
.part-project .right .desc::-webkit-scrollbar-thumb:window-inactive {background:#666;}
.part-project .right .desc::-webkit-scrollbar-thumb:vertical:hover {background:#666;}


.part-honor{background: url(../images/honor-bg.png) no-repeat center;background-size: cover;padding:100px 0 110px;text-align: center;}
.part-honor .en{text-transform: uppercase;line-height: 1;font-weight: bold;letter-spacing: 2px;}
.part-honor .title{line-height: 1;margin-top:30px;letter-spacing: 1px;}
.part-honor .desc{line-height: 1.5;margin-top:27px;}

.part-news{padding-bottom: 68px;}
.part-news .part-title-box{margin-bottom: 40px;}
.part-news .left{float:left;width: 50%;}
.part-news .right{float:right;width: 43%;max-width: 600px;}
.part-news .left .img{height:340px;position: relative;overflow: hidden;}
.part-news .item-detail{display: block;padding:40px 0;line-height: 1;}
.part-news .item-detail .item-desc{color:#999;margin-top:18px;}
.part-news .item-detail .item-date{color:#333;margin-top:38px;}
.part-news .right .news-nav a{float: right;margin-left:6.67%;}
.part-news .right .news-nav .active,.part-news .right .news-nav:hover,.part-news a:hover .item-tit,.footer-nav a:hover{color:#3571b5;}
.part-news .right ul{margin-top:70px;}
.part-news .right ul li{margin-top:-1px;border:1px solid #e0e0e0;border-left:none;border-right: none;}


.footer-box{background: #f2f2f2;padding:80px 0 70px;}
.copyright{background: #fff;text-align: center;line-height: 20px;padding:20px 0;color:#666;}
.footer-box .f-logo{margin-bottom: 80px;max-height: 48px;}
.footer-box .ftit{line-height: 1;color:#666;font-family: arial;margin-bottom: 20px;}
.footer-nav{max-width: 20%;width:250px;}
.footer-nav li{color:#999;line-height: 1;margin-top:18px;}
.footer-search .search-box{position: relative;padding-right:40px;width:260px;border-bottom:1px solid #e0e0e0;font-size:14px;}
.footer-search .search-box .val{line-height: 38px;height: 39px;width:100%;border:none;background: none;}
.footer-search .search-box .btn{line-height: 38px;position: absolute;right:0;top:0;padding:0;color:#999999;background: none;}
.footer-search .link{margin-top: 40px;}
.footer-search .link .icon{width:40px;margin-right: 40px;float:left;}
.footer-search .link .icon:last-child{margin-right: 0;}
.footer-code{text-align: center;}
.footer-code .code{max-width: 140px;}
.footer-box .footer-code .ftit{margin-bottom: 10px;}
.footer-info .info{color: #999;padding-top:2px;}
.footer-info .info p{margin-top:11px;}

@media (max-width: 1600px){
  .fns40{font-size: 36px;}
  .fns32{font-size: 28px;}
  .fns30{font-size: 26px;}
  .fns28{font-size: 28px;}
  .fns24{font-size: 24px;}
  .fns22{font-size: 20px;}
  .fns20{font-size: 18px;}
  .fns18{font-size: 16px;}
  .part{padding:100px 0;}
  .part-news{padding-bottom: 40px;}
  .part-pro{padding-bottom: 70px;}
  .footer-box{padding:60px 0 50px;}
  .footer-box .f-logo{margin-bottom: 60px;}
  .copyright{font-size:15px;}
  .header .header_nav .nav_container>ul>li>a{line-height: 100px;}
  .header-blank{height:100px;}
  .footer-info{max-width: 27%;}
}
@media (max-width: 1400px){
  .fns60{font-size: 50px;}
  .fns40{font-size: 32px;}
  .fns32{font-size: 26px;}
  .fns30{font-size: 24px;}
  .fns28{font-size: 22px;}
  .fns24{font-size: 20px;}
  .fns22{font-size: 18px;}
  .fns20{font-size: 17px;}
  .fns16{font-size: 15px;}
  .ibanner .item-mask .tit{margin-top:20px;padding-bottom: 30px;}
  .ibanner .item-mask .stit{margin-top:30px;}
  .ibanner .item-mask .stit span{padding:6px 20px;}
  .ibanner .item-mask .en2{max-width: 46%;}
  .part{padding:90px 0;}
  .part-brand .left,.part-about .right{width:45%;}
  .part-title-box .line{margin-top:32px;height:4px;}
  .part-title-box .en{margin-bottom:16px;}
  .part-about{padding-top:60px;}
  .part-pro{padding-bottom: 60px;}
  .part-pro .index-pro-swiper .pitem .more{margin-top:40px;}
  .part-project .right .more{margin-top:40px;}
  .part-project .img-list .right{padding-top:25px;}
  .part-project .list li{margin-top:30px;}
  .part-honor{padding:80px 0 90px;}
  .part-news .item-detail{padding:30px 0;}
  .part-news .right ul{margin-top:55px;}
  .part-news .left .img{height: 280px;}
  .part-news{padding-bottom: 50px;}
  .footer-box{padding:50px 0 40px;}
  .footer-box .f-logo{margin-bottom: 45px;}
  .copyright{font-size:14px;padding:15px 0;}
}
@media (max-width: 1200px){
  .fns60{font-size: 40px;}
  .fns40{font-size: 30px;}
  .fns32{font-size: 23px;}
  .fns30{font-size: 22px;}
  .fns28{font-size: 20px;}
  .fns24{font-size: 18px;}
  .fns22{font-size: 17px;}
  .fns20{font-size: 16px;}
  .header .header_logo{max-width:25%;}
  .header .header_nav{font-size:15px;}
  .header .header_nav .nav_container>ul>li>a{line-height: 80px;}
  .header-blank{height:80px;}
  .ibanner .item-mask .fns28{font-size:18px;}
  .ibanner .item-mask .tit{border-bottom-width: 3px;margin-top:15px;padding-bottom: 25px;}
  .ibanner .item-mask .stit{margin-top:25px;}
  .ibanner .item-mask .en2{font-size:17px;margin-top:17px;}
  .part{padding:70px 0;}
  .part-brand .left .num-box{margin-top:40px;}
  .part-title-box .line{margin-top:25px;}
  .part-brand .left .desc, .part-about .right .desc{letter-spacing: 0;}
  .part-brand .left .num-box{font-size:15px;}
  .part-brand .left .num-box .item-num{margin-bottom: 17px;}
  .part-about{padding-top:40px;}
  .part-pro .index-pro-swiper .swiper-slide{width:40%;}
  .part-pro{padding-bottom: 50px;}
  .part-project .right .desc{max-height: 120px;overflow-y: auto;}
  .part-project .right .more{line-height: 40px;margin-top:35px;}
  .part-project .img-list .right{padding-top:20px;}
  .part-honor{padding:70px 0 ;}
  .part-honor .title{margin-top:25px;}
  .part-news .right ul{margin-top:40px;}
  .part-news .left .img{height: 250px;}
  .part-news{padding-bottom: 40px;}
  .footer-search .search-box{width: 200px;}
  .footer-search .link{margin-top:30px;}
  .footer-search .link .icon{margin-right:20px;}
  .footer-code .code{max-width: 100px;}
  .footer-info .info p{margin-top: 8px;}
  .footer-nav li{margin-top: 12px;}
  .footer-box .f-logo{margin-bottom: 35px;}
  .footer-info .info{font-size:14px;}
}
@media (max-width: 998px){
  .fns60{font-size: 35px;}
  .fns40{font-size: 24px;}
  .fns32{font-size: 22px;}
  .fns30{font-size: 20px;}
  .fns24{font-size: 17px;}
  .fns22{font-size: 16px;}
  .fns20{font-size: 15px;}
  .fns18{font-size: 14px;}
  .header_box{overflow:hidden;padding:20px 0;}
  .mobile_key{display: block;float:right;}
  .header .header_logo{max-width: 35%;}
  .header-blank{height:65px;}
  .header .header_nav{text-align: left;}
  .ibanner .item-mask .fns28{font-size:15px;}
  .ibanner .item-mask .stit{margin-top:20px;}
  .ibanner .item-mask .tit{padding-bottom: 20px;}
  .ibanner .item-mask .en2{font-size:14px;}
  .part-brand .left .desc, .part-about .right .desc{font-size:14px;}
  .part-brand .left .num-box li{width:50%;}
  .part-brand .left .num-box{flex-wrap: wrap;}
  .part-title-box .line{height:3px;}
  .part-brand .left .num-box{margin-top:20px;}
  .part-brand .left .num-box li{margin-top:20px;}
  .part-brand .left .num-box .item-num{margin-bottom: 14px;}
  .view-more{width:160px;border-radius:4px;line-height: 40px;height: 44px;}
  .part-about .right .view-more{margin-top: 25px;}
  .part-brand .left .desc, .part-about .right .desc{margin-top:20px;}
  .part-pro .index-pro-swiper .swiper-slide{width: 45%;}
  .part-pro .index-pro-swiper .pitem .pitem-con{padding-top:20px;padding-bottom: 24px;}
  .part-pro .index-pro-swiper .pitem .en{margin-bottom: 16px;}
  .part-pro .index-pro-swiper .pitem .desc{margin-top:20px;}
  .part-pro .index-pro-swiper .pitem .more{margin-top:30px;line-height: 40px;height: 44px;}
  .part-pro{padding-bottom: 40px 0;}
  .part-project .right .desc{font-size:14px;margin-top:20px;max-height: 90px;}
  .part-project .img-list .right{padding-top: 15px;}
  .part-project .right .more{margin-top:25px;font-size:15px;line-height: 36px;}
  .part-project .list li{margin-top:24px;}
  .part-honor{padding:60px 0;}
  .part-honor .title{margin-top: 20px;}
  .part-honor .desc{margin-top: 22px;}
  .part-news .item-detail{padding:25px 0;}
  .part-news .item-detail .item-date{margin-top:25px;}
  .part-news .right ul{margin-top: 30px;}
  .part-news .item-detail .item-desc{margin-top: 15px;}
  .part-news .left .img{height: 210px;}
  .footer-box{padding:40px 0 30px;}
  .footer-box .f-logo{margin-bottom: 30px;}
  .footer-box .ftit{margin-bottom: 15px;}
  .footer-search .search-box{width: 160px;}
  .footer-code .code{max-width: 80px;}
}
@media (max-width: 750px){
  .fns60{font-size:30px;}
  .header_box{padding:12px 0;}
  .header .header_logo{max-width: 45%;}
  .header-blank{height: 49px;}
  .ibanner .item-mask .tit{letter-spacing: 2px;font-size:20px;}
  .ibanner .item-mask .fns28{font-size:12px;}
  .ibanner .item-mask .stit span{max-width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;line-height: 1;padding:5px 10px;}
  .ibanner .item-mask .stit{margin-top:10px;}
  .ibanner .item-mask .tit{margin-top:10px;padding-bottom: 12px;border-bottom-width: 2px;}
  .ibanner .item-mask .en2{max-width: 100%;font-size:12px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:10px;}
  .part{padding:50px 0;}
  .part-brand .left, .part-about .right{width:100%;float:none;}
  .part-brand .right,.part-about .left{width:100%;float:none;}
  .part-brand .right{margin-top:40px;}
  .part-brand .right .video-box{min-height: auto;height:auto;padding-bottom: 72.2%;}
  .part-brand .right .videoitems{width: 60px;}
  .video-fixed .videoboxs{height: 300px;}
  .video-fixed .cha{top:20px;right:20px;}
  .part-brand{padding-bottom:20px;}
  .part-about .left{margin-top:40px;}
  .part-about .left .img{height: auto;padding-bottom: 72.2%;}
  .part-pro .index-pro-swiper .swiper-slide{width: 100%;margin-right: 25px;max-width: 440px;}
  .part-project .img-list .left,.part-project .img-list .right{float:none;width:100%;}
  .part-project .img-list .right{padding-top:25px;}
  .part-project .right .desc{max-height: none;}
  .part-project .img-list{padding:0;}
  .part-news .left,.part-news .right{float:none;width:100%;max-width: none;}
  .footer-box .footer{flex-wrap: wrap;}
  .footer-nav{width:100%;max-width: none;}
  .footer-nav .flex{flex-wrap: wrap;}
  .footer-nav ul{width:100%;text-align: center;overflow: hidden;}
  .footer-nav li{float:left;width:25%;padding:0 2px;}
  .footer-nav .ftit{display: none;}
  .footer-box .f-logo{max-height: 40px;margin-bottom: 20px;}
  .footer-box{padding:30px 0;}
  .footer-search{width:100%;margin-top:30px;}
  .footer-code{width:30%;margin-top:30px;}
  .footer-code .code{max-width: 95%;}
  .footer-search .search-box{width: 100%;}
  .footer-search .link{margin-top: 25px;}
  .footer-search .link .icon{width: 35px;}
  .footer-info{width: 65%;max-width: 65%;margin-top:30px;}
  .copyright{font-size:13px;padding:10px 0;}
  .footer-info .info{font-size:13px;}
  .footer-info .info p{margin-top:5px;}
  .footer-info .ftit{margin-bottom: 10px;}
}



/*************add***************/
.inner-banner{position: relative;}
.inner-banner .nav-now{color:#fff;text-align: center;position: absolute;left:0;top:50%;transform: translateY(-50%);width: 100%;}
.inner-banner .nav-now .title{font-weight: bold;line-height: 1;text-shadow: 0 0 10px rgba(43,50,76,.1)}
.inner-banner .nav-now .line{width:200px;height: 4px;background: #fff;margin:40px auto 36px;}
.inner-banner .nav-now .en{text-transform: uppercase;line-height: 1;letter-spacing: 1px;}
.subcolumn-nav{padding:45px 0;background: #f6f8fb;}
.subcolumn-nav p{line-height: 30px;padding-left:44px;background: url(../images/icon-address.png) no-repeat top left;}
.subcolumn-nav a:after{content:' > ';}
.subcolumn-nav a:last-child:after{content:'';}
/*aboutus*/
.about-box .about-title{text-align: center;color:#333333;font-weight: bold;line-height: 1;}
.about-box .about-title .line{width:160px;height:4px;background: #034ea2;margin:40px auto 0;}
.about-part{padding:120px 0 100px;}
.about-p1 .desc{line-height: 1.8;margin-top:32px;}
.about-p1 .desc img{margin-top:12px;}
.about-p2{background: url(../images/about-p2bg.png) no-repeat center;background-size: cover;}
.about-p2 ul{margin-top: 40px;}
.about-p2 li{width:20%;background: #fff;transition: all .3s;color:#333;text-align: center;padding:60px 20px 38px;}
.about-p2 li:nth-child(2n+2){background: #f6f8fb;}
.about-p2 li:hover{background: #3571b5!important;color:#fff;}
.about-p2 li .item-icon{width:30%;max-width: 68px;margin:0 auto;transition: all .5s;}
.about-p2 li .item-icon .iconon,.about-p2 li:hover .item-icon .icon{display: none;}
.about-p2 li .item-icon .icon,.about-p2 li:hover .item-icon .iconon{display: block;}
.about-p2 li .item-desc{min-height:72px;line-height: 24px;margin-top:17px;}
.about-p2 li .item-title{line-height: 1;margin:20px 0 19px;}
.about-p2 li .item-line{width:80px;height:2px;background: #3571b5;margin:0 auto;position: relative;}
.about-p2 li .item-line:after{position: absolute;content:'';width:0;left:50%;transform: translateX(-50%);top:0;height: 100%;background: #fff;overflow: hidden;transition: all .5s;}
.about-p2 li:hover .item-line:after{width:100%;}
.about-p2 li:hover .item-icon{transform: rotateY(180deg);}
.about-history .history-swiper{padding:0 100px;position: relative;}
.history-swiper{position: relative;}
.history-swiper .swiper-slide{width: 250px;padding-top:40px;}
.history-swiper .item-top{position: relative;width:200px;height: 200px;margin:0 auto 40px;}
.history-swiper .bg-line{position: absolute;left:0;top:139px;width:100%;height: 2px;background: #eaeaea;}
.history-swiper .more{position: absolute;right:55px;top:139px;transform: translateY(-50%);width:54px;height:17px;background: url(../images/history-more.png) no-repeat center #fff;z-index:10;}
.history-swiper .item-box{width:48px;height: 48px;z-index:10;transition: all .5s;}
.history-swiper .item-year{color:#666666;font-size:18px;line-height: 1;position: absolute;bottom:100%;margin-bottom: 20px;width:100%;text-align: center;left:0;transition: all .3s;}
.history-swiper .item-con{width:100%;height:100%;padding:14px;border:2px solid #eaeaea;border-radius:100%;overflow: hidden;background: #fff;}
.history-swiper .item-con .full_img{position: relative;transition: all .5s;}
.history-swiper .item-con .item-img{width: 100%;height: 100%;border-radius: 100%;overflow: hidden;position: relative;transition: all .5s;}
.history-swiper .item-con .item-img:after{position: absolute;content:'';width:100%;top:0;left:0;height: 100%;background: #adadad;border-radius: 100%;transition: all .5s;}
.history-swiper .item-desc{color:#666666;line-height: 24px;padding:5px 12% 0;height: 100px;border-right:1px solid #eaeaea;overflow: hidden;transition: all .3s;}
.history-swiper .item-desc .txt{max-width:190px;margin:0 auto;}
.history-swiper .swiper-slide:first-child .item-desc{border-left:1px solid #eaeaea;}
.history-swiper .swiper-btn{color:#cccccc;margin:0;top:140px;transform: translateY(-50%);}
.history-swiper .swiper-button-prev{left:0;}
.history-swiper .swiper-button-next{right:0;}
.history-swiper .swiper-btn:after{font-size:60px;}
.history-swiper .swiper-slide-active{width:400px;}
.history-swiper .swiper-slide-active .item-box{width:100%;height:100%;}
.history-swiper .swiper-slide-active .item-year{font-size:28px;color:#3571b5;line-height: 20px;}
.history-swiper .swiper-slide-active .item-img:after{opacity: 0;}
.history-swiper .swiper-slide-active .item-con{padding:0;border:4px solid #034ea2;}
@media (max-width: 1600px){
  .about-part{padding:100px 0 90px;}
  .subcolumn-nav{padding:30px 0;}
  .about-box .about-title .line{width: 140px;margin-top:35px;}
  .about-p2 li .item-line{width: 70px;}


}
@media (max-width: 1400px){
  .inner-banner .nav-now .line{width:150px;margin:30px auto 26px;height: 3px;}
  .subcolumn-nav{padding:25px 0;}
  .about-part{padding:90px 0 80px;}
  .about-box .about-title .line{margin-top:30px;height: 3px;width: 120px;}
  .about-p2 li{padding:50px 10px 30px;}
  .about-p2 li .item-line{width: 60px;}
  .history-swiper .swiper-btn:after{font-size:50px;}
  .history-swiper .more{right:46px;}
  .history-swiper .swiper-slide-active{width: 350px;}
}
@media (max-width: 992px){
  .subcolumn-nav{padding:20px 0;}
  .subcolumn-nav p{line-height: 24px;background-size: auto 24px;padding-left: 30px;}
  .about-part{padding:70px 0 60px;}
  .about-box .about-title .line{width: 90px;margin-top:25px;}
  .about-p1 .desc{margin-top:25px;}
  .about-p2 li{width: 33.333%;}
  .about-history .history-swiper{padding:0 80px 0 50px;}
  .history-swiper .swiper-btn:after{font-size:40px;}
  .history-swiper .more{right:45px;}
  .history-swiper .swiper-slide{width: 220px;}
  .history-swiper .swiper-slide-active{width: 300px;}
}
@media (max-width: 750px){
  .header_nav .nav_container{display: none;}
  .subcolumn-nav{padding:16px 0;font-size:14px;}
  .subcolumn-nav p{line-height: 20px;background-size: auto 20px;padding-left: 25px;}
  .about-part{padding:50px 0 40px;}
  .inner-banner .nav-now .title{font-size:20px;}
  .inner-banner .nav-now .en{font-size:14px;}
  .inner-banner .nav-now .line{width:80px;margin:18px auto 15px;height: 2px;}
  .about-box .about-title .line{margin-top:22px;width: 80px;}
  .about-p2 li{width: 50%;padding:35px 5px 25px;background: #fff!important}
  .about-p2 li:nth-child(4n+3),.about-p2 li:nth-child(4n+2){background: #f6f8fb!important;}
  .about-p2 li .item-desc{min-height: auto;}
  .about-p2 ul{margin-top:35px;}
  .about-history .history-swiper{margin-top:30px;padding:0 35px;}
  .history-swiper .more{display: none;}
  .history-swiper .swiper-slide-active{width:100%;}
  .history-swiper .item-desc{border-left:1px solid #eaeaea;padding-left:5%;padding-right: 5%;}
}
/*aboutus*/

.product-list{padding:80px 0 60px;}
.pro-nav a{float:left;min-width:188px;line-height: 44px;border:2px solid #999;background: #f6f8fb;text-align: center;color:#333;margin-bottom: 20px;margin-right: 2.22%;padding:0 15px;}
.pro-nav a.active,.pro-nav a:hover{background: #034ea2;color:#fff;border-color:#034ea2;}
.product-list .list{margin:0 -10px;padding-top:30px;}
.product-list .list li{padding:10px;}
.product-list .pro-item{display: block;position: relative;padding:20px 20px 0;color:#034ea2;box-shadow: 0 0 19px rgba(21,21,24,.1)}
.product-list .pro-item .item-mask{position: absolute;left:0;top:0;width:100%;height:100%;background: #3571b5;color:#fff;padding:25px 30px 32px;overflow: hidden;transition: all .6s;transform: scale(0.2) rotate(30deg);opacity: 0;}
.product-list .pro-item .item-box{position: relative;width: 100%;height: 100%;padding-bottom: 25px;padding-top:60px;}
.product-list .pro-item .item-name{text-align: center;line-height: 1;padding:16px 0;}
.product-list .pro-item .item-mask .item-name{position: absolute;top:0;left:0;width: 100%;}
.product-list .pro-item .item-img{position: relative;/*padding-bottom:72.1%;*/}
.product-list .pro-item .item-desc{line-height: 1.75;padding-top: 4px;height:100%;overflow: hidden;}
.product-list .pro-item .item-arrow{height:22px;background: url(../images/icon-arrow.png) no-repeat right center;position: absolute;bottom:0;right:0;width:30px;}
.product-list .pro-item:hover .item-mask{transform: scale(1) rotate(0);opacity: 1;}

.pager .met_pager{margin-top:70px;font-size:0;text-align: center;}
.pager .met_pager a{min-width: 50px;display: inline-block;margin:0 4px;text-align: center;line-height: 48px;border:1px solid #999999;background: #f6f8fb;padding:0 4px;font-size:20px;color:#333;transition: all .3s;}
.pager .met_pager .PreA,.pager .met_pager .NextA{padding:0 20px;}
.pager .met_pager a:hover,.pager .met_pager a.Ahover{background: #034ea2;border-color:#034ea2;color:#fff;}

@media (max-width: 1600px){
  .product-list{padding:70px 0 50px;}
  .product-list .pro-item .item-mask{padding:20px 25px 27px;}
  .product-list .pro-item .item-box{padding-top:50px;}
  .pager .met_pager a{font-size:18px;line-height: 42px;min-width: 44px;}
  .pager .met_pager{margin-top: 50px;}
}
@media (max-width: 1200px){
  .pro-nav a{min-width:150px;border-width: 1px;}
  .product-list .list{padding-top:20px;}
  .product-list .pro-item .item-mask{padding-top:10px;}
  .pager .met_pager{margin-top: 30px;}
  .pager .met_pager a{font-size:16px;line-height: 38px;min-width: 40px;}
}
@media (max-width: 1000px){
  .product-list{padding:60px 0 40px;}
  .pro-nav a{min-width: 120px;}
  .product-list .list{padding-top:5px;}
  .product-list .pro-item .item-name{font-size:18px;}
}
@media (max-width: 750px){
  .product-list{padding:50px 0 30px;}
  .pro-nav a{line-height: 38px;font-size:14px;min-width: 100px;margin-bottom: 10px;}
  .product-list .pro-item{padding:10px 10px 0;}
  .product-list .list li{padding:8px;}
  .product-list .pro-item .item-name{font-size:16px;}
  .product-list .list{margin:0 -8px;}
  .pager .met_pager{margin-top:20px;}
  .pager .met_pager a{font-size:12px;line-height: 28px;min-width: 30px;}
  .pager .met_pager .PreA, .pager .met_pager .NextA{padding:0 10px;}

}

.product-detail .detail{padding:120px 0;}
.product-detail .detail .left{width:50%;}
.product-detail .detail .left .video{width:100%;height:480px;background: #000;}
.product-detail .detail .right{width:45%;max-width: 545px;}
.product-detail .detail .title{font-weight: bold;}
.product-detail .detail .line{height:6px;width:120px;background: #034ea2;margin-top:32px;}
.product-detail .detail .desc{line-height: 1.8;margin-top: 32px;}
.product-detail .detail .desc p{min-height: 1em;}
.product-detail .detail-pro1 .index-pro-swiper .pitem .pitem-con{padding-bottom:120px;}
.product-detail .detail-pro1 .index-pro-swiper .pitem .more{position: absolute;bottom:36px;left:6.8%;right:6.8%;width:auto;margin:0;}
.part-service .box{position: relative;padding:40px 15px 0;margin-top:40px;}
.part-service .border{position: absolute;border:4px solid #034ea2;height:388px;width:100%;top:0;left:0;}
.part-service li{padding:0 25px;text-align: center;position: relative;z-index:10;}
.part-service .sitem{background: #fff;box-shadow: 0 0  18px 2px rgba(21,21,24,.1);padding:60px 20px 41px;}
.part-service .sitem .txt{min-height: 96px;line-height: 24px;}
.part-service .sitem .tit{line-height: 1;color:#666666;}
.part-service .sitem .icon{margin:60px auto;width:25%;max-width: 100px;transition: all .5s;}
.part-service .sitem:hover .icon{transform: rotateY(180deg);}

.part-case{background: #f2f2f2;}
.part-case .list{margin-top:30px;position: relative;}
.part-case .list .bg{position: absolute;left:0;top:0;width:100%;height: 78.26%;background: #346fb1;}
.part-case .list li{padding:20px 20px 0;position: relative;z-index:10;}
.part-case .list .litem{box-shadow: 0 0 18px 2px rgba(21,21,24,.1);}
.part-case .list .litem-img{position: relative;/*padding-bottom: 68.2%;*/overflow: hidden;}
.part-case .list .litem-con{padding:40px 6.82%;background: #fff;}
.part-case .list .litem-line{width:120px;height:6px;margin-bottom: 24px;background: #034ea2;}
.part-case .list .litem-tit{line-height: 1;font-weight: bold;}

@media (max-width: 1600px){
  .product-detail .detail{padding:90px 0;}
  .product-detail .detail .line{height: 5px;margin-top:26px;}
  .product-detail .detail .left .video{height: 420px;}
  .part-service .sitem .icon{margin:45px auto;}
  .part-service .border{height: 358px;}
  .part-service .sitem{padding-top:45px;}
  .part-case .list .litem-con{padding-top:30px;padding-bottom: 30px;}
  .part-case .list .litem-line{width: 100px;height: 4px;}
}
@media (max-width: 1200px){
  .product-detail .detail{padding:70px 0;}
  .product-detail .detail .line{margin-top:20px;width: 100px;height: 4px;}
  .product-detail .detail .desc{margin-top: 25px;}
  .product-detail .detail .left .video{height: 400px;}
  .part-service li{padding:0 20px;}
}
@media (max-width: 750px){
  .product-detail .detail{padding:50px 0 40px;}
  .product-detail .detail .left,.product-detail .detail .right{width: 100%;}
  .product-detail .detail .left .video{height: 200px;}
  .product-detail .detail .right{margin-top:25px;}
  .product-detail .detail .line{margin-top:16px;width: 80px;height: 3px;}
  .product-detail .detail .desc{margin-top:20px;}
  .product-detail .detail-pro1 .index-pro-swiper .pitem .more{bottom:20px;}
  .product-detail .detail-pro1 .index-pro-swiper .pitem .pitem-con{padding-bottom: 90px;}
  .product-detail .part-pro{padding-bottom:25px;}
  .part-service li{padding:25px 25px;position: relative;}
  .part-service li:after{height:80%;top:0;left:0;width:100%;content:'';border:3px solid #034ea2;position: absolute;}
  .part-service .border{display: none;}
  .part-service .box{padding:0;}
  .part-service .sitem{position: relative;z-index:10;}
  .part-service .sitem .txt{min-height: auto;}
  .part-case .list .litem-line{width: 80px;height: 3px;margin-bottom: 20px;}
  .part-case .list .litem-con{padding-top:25px;padding-bottom: 25px;}
}

.honor-list .list{padding-top: 80px;margin:0 -2%;}
.honor-list .list li{margin-bottom: 60px;padding:0 2%;}
.honor-list .list .honor-item{background: #f6f8fb;padding:20px 20px 25px;display: block;}
.honor-list .list .item-img{position: relative;padding-bottom: 90%;overflow: hidden;background: #fff;}
.honor-list .list .item-img img{max-height: 100%;max-width: 100%;}
.honor-list .list .item-name{line-height: 1;text-align: center;margin-top:30px;}
@media (max-width: 1600px){
  .honor-list .list{padding-top:60px;}
  .honor-list .list li{margin-bottom: 40px;}
  .honor-list .list .item-name{margin-top: 22px;}
}
@media (max-width: 1400px){
  .honor-list .list{padding-top:40px;}
  .honor-list .list li{margin-bottom: 30px;}
}
@media (max-width: 750px){
  .honor-list .list{padding-top:30px;}
  .honor-list .list li{margin-bottom: 20px;}
  .honor-list .list .honor-item{padding:12px 12px 18px;}
  .honor-list .list .item-name{font-size:14px;margin-top: 15px;}

}
.tit-title{text-align: center;color:#333333;font-weight: bold;line-height: 1;}
.tit-title .line{width:160px;height:4px;background: #034ea2;margin:40px auto 0;}
.tit-title .desc{ color:#333; margin-top:28px; margin-bottom:55px; line-height:35px;}
.part-service{padding:120px 0 100px;}
.siver-con{ background:#f6f8fb; padding:60px 165px 84px 165px; line-height:1.8;}
.siver-con .cor{ color:#3571b5; margin-bottom:33px;}
@media (max-width: 1600px){
.part-service{padding:100px 0 90px;}
.tit-title .line{width: 140px;margin-top:35px;}
}
@media (max-width: 1400px){
.part-service{padding:90px 0 80px;}
.tit-title .line{margin-top:30px;height: 3px;width: 120px;}
.siver-con{padding:40px 65px 74px 65px;}
}

@media (max-width: 992px){  
.part-service{padding:70px 0 60px;}
.tit-title .line{width: 90px;margin-top:25px;}
.siver-con{padding:30px 45px 44px 45px;}
}
@media (max-width: 750px){
.tit-title .desc{margin-bottom: 25px;line-height: 25px;}
.part-service{padding:50px 0 40px;}
.tit-title .line{margin-top:22px;width: 80px;}
.siver-con{padding:20px 25px 34px 25px;}
}

.proj-list{margin-top:78px;}
.project-list .pro-nav{ margin-top:80px;}
.proj-list .list li{margin-bottom: 62px;}
.proj-list .proj-item{background: #fff;display: block;}
.proj-list .proj-item .img{position: relative;height:360px;width: 550px;float:left;}
.proj-list .proj-item .con{margin-left:550px;color:#000;}
.proj-list .proj-item .t{padding:48px 4% 0;line-height: 1; background:#f6f8fb;}
.proj-list .proj-item .t .tit{color:#034ea2;}
.proj-list .proj-item .t .desc{ margin-top:22px; line-height:1.5; color:#666666; margin-bottom:40px;}
.proj-list .proj-item .t .line{ width:50px; height:2px; background:#034ea2;margin-bottom: 10px; }
.proj-list .proj-item .t .yelist ul li{ float:left; width:34%;color:#666666; margin:10px 0;}
.proj-list .proj-item .t .yelist ul li:first-child {border-right:1px solid #a8a8a9;padding-right:50px;}
.proj-list .proj-item .t .yelist ul li:nth-child(2){ display:block; padding-left:55px;}
.proj-list .proj-item .t .yelist ul li:nth-child(3) { border-right:1px solid #a8a8a9}
.proj-list .proj-item .t .yelist ul li:nth-child(4) {padding-left:55px;}
.proj-list .proj-item:hover .tit{color:#034ea2;}
.proj-list .proj-item .more{width: 192px;line-height: 50px;text-align: center;border-radius:35px;float:right; background:#316eb3;position: relative;overflow:hidden;transition: all .4s;margin-top:30px; color:#fff}
.proj-list .proj-item .more:after{position: absolute;content:'';left:0;width: 0;height: 100%;top:0;background: #bb0012;transition: all .4s;}
.proj-list .proj-item .more span{position: relative;z-index:10;}
.proj-list .proj-item .more:hover{border-color:#bb0012;color:#fff;}
.proj-list .proj-item .more:hover:after{width: 100%;}
 

@media (max-width:1200px){
 .project-list .pro-nav{ margin-top:60px;}
  .proj-list{margin-top:68px;}
  .proj-list .list li{margin-bottom: 50px;}
  .proj-list .proj-item .img{width: 30%;}
  .proj-list .proj-item .con{margin:0;float:left;width: 70%;}
}

@media (max-width:992px){
	.project-list .pro-nav{ margin-top:50px;}
  .proj-list{margin-top:48px;}
  .proj-list .proj-item .img{width: 35%;height: 210px;}
  .proj-list .proj-item .con{width:65%;}
  .proj-list .list li{margin-bottom: 40px;}
  .proj-list .proj-item .t{padding:25px 5%;}
  .proj-list .proj-item .more{width: 180px;}
}

@media (max-width:767px){
 .project-list .pro-nav{ margin-top:40px;}
  .proj-list{margin-top:35px;}
  .proj-list .proj-item .img{width: 100%;height: auto;/*padding-bottom: 57.5%;*/float:none;}
  .proj-list .proj-item .t{width: 25px 18px;}
  .proj-list .proj-item .con{float:none;width:100%;}
  .proj-list .proj-item .tit{font-weight: bold;font-size:18px;}
  .proj-list .proj-item .more{width: 160px;}
  .proj-list .list li{margin-bottom: 30px;}
  .proj-list .proj-item .t .yelist ul li{ width:100%;margin: 5px 0;}
  .proj-list .proj-item .t .yelist ul li:first-child{border-right: none;}
  .proj-list .proj-item .t .yelist ul li:nth-child(2){ width:100%;padding-left:0}
  .proj-list .proj-item .t .yelist ul li:nth-child(3){border-right:0;}
  .proj-list .proj-item .t .yelist ul li:nth-child(4){padding-left:0;}
  .proj-list .proj-item .t .desc{ margin-bottom:20px}
  .proj-list .proj-item .more{line-height:45px;margin-top: 10px;}
}

.proj-detail{ padding-bottom: 120px;}
 
.proj-detail .pro-imgSwiper{float:left;width: 50%;max-width:700px;background: #fff;}
.proj-detail  .detail-top{ margin-top:80px;}
.proj-detail .detail-top .item-img{position: relative;padding-bottom:70%;overflow: hidden;background: #fff;}
.proj-detail .detail-top .item-img img{max-height: 100%;max-width: 100%;}
.proj-detail .right-con{float:right;width: 50%;max-width: 820px;flex-direction: column-reverse; padding-left:80px}
.proj-detail .right-con .title{padding:58px 0 35px;}
.proj-detail .right-con .desc{color:#666;line-height: 2;max-height: 280px;overflow-y: auto; text-align: justify;}
.proj-detail .right-con .desc::-webkit-scrollbar {width:4px;}
.proj-detail .right-con .desc::-webkit-scrollbar-track {background:#666666;border-radius:8px;}
.proj-detail .right-con .desc::-webkit-scrollbar-thumb {background:#222;border-radius:8px;}
.proj-detail .right-con .desc::-webkit-scrollbar-thumb:window-inactive {background:#222;}
.proj-detail .right-con .gallery-thumbs{margin-top:20px;width: 100%; position:relative; bottom:80px;}
.proj-detail .detail{margin-top:100px;}
.proj-detail .detail .tab{margin-bottom: 50px;}
.proj-detail .detail .tab span{float:left;min-width: 15.5%;text-align: center;padding:27px 30px;letter-spacing: 2px;line-height: 1;background: #00257e;color:#fff;}
.proj-detail .detail .description{color:#666;line-height: 2.4;}
.proj-detail .detail .description p{min-height: 1em;}
.proj-detail .detail .description img{max-width:100%;}

div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.detail-top .gallery-thumbs .more{width: 200px;line-height: 38px;text-align: center;border-radius:40px;border:1px solid #1f62ad;position: relative;overflow:hidden;transition: all .4s;margin-top:20px; color:#1f62ad;}
.detail-top .gallery-thumbs .more:after{position: absolute;content:'';left:0;width: 0;height: 100%;top:0;background: #bb0012;transition: all .4s;}
.detail-top .gallery-thumbs .more span{position: relative;z-index:10;}
.detail-top .gallery-thumbs .more:hover{border-color:#bb0012;color:#fff;}
.detail-top .gallery-thumbs .more:hover:after{width: 100%;}

@media (max-width:1600px){
 
  .proj-detail .right-con .title{padding:45px 0 25px;font-size:32px;}
  .proj-detail .right-con .desc{font-size:16px;}
  .proj-detail .detail{margin-top:85px;}
  .proj-detail .detail .tab span{padding:24px 30px;}
  .proj-detail .detail .tab{margin-bottom: 40px;}
  .proj-detail .detail .description{font-size:16px;}
}
@media (max-width:1440px){
  .proj-detail .right-con .title{padding:15px 0 20px;font-size:30px;}
  .proj-detail .right-con .desc{font-size:15px;}
  .proj-detail .detail{margin-top:70px;}
  .proj-detail .detail .tab span{padding:20px 30px;letter-spacing: 1px;font-size:20px;}
  .proj-detail .detail .tab{margin-bottom: 30px;}

}
@media (max-width:1200px){
 
  .proj-detail .right-con .title{padding:12px 0 16px;font-size:26px;}

}
@media (max-width:992px){
 
  .proj-detail .right-con .title{padding:5px 0 15px;font-size:22px;}
  .proj-detail .right-con .desc{font-size:14px;}
  .proj-detail .detail{margin-top:60px;}
  .proj-detail .detail .tab span{padding:16px 30px;font-size:18px;min-width: 20%;}
  .proj-detail .detail .tab{margin-bottom: 25px;}
}
@media (max-width:750px){
 
  .proj-detail .pro-imgSwiper,.proj-detail .right-con{width: 100%;float:none;}
  .proj-detail .right-con .title{padding:15px 0;font-size:20px;}
  .proj-detail .right-con{display: inherit;}
  .proj-detail .detail{margin-top:50px;}
  .proj-detail .detail .tab span{padding:14px 30px;font-size:16px;}
  .proj-detail .detail .tab{margin-bottom: 20px;}
  .proj-detail .detail .description{font-size:14px;line-height: 2;}
  .proj-detail{ padding-bottom: 30px;  }
  .proj-detail .detail-top{ margin-top:40px;}
  .proj-detail .right-con{ padding-left:0}
  .detail-top .gallery-thumbs .more {margin-top: 80px;}
}

.category-nav{display: block;margin-bottom:40px;}
.category-nav ul{display: block;text-align: center;font-size:0;}
.category-nav li{width: auto;display: inline-block;padding:0 16px;margin-bottom: 20px;}
.category-nav li a{transition: all .3s;display: block;min-width: 188px;font-size:18px;line-height: 48px;text-align: center;border:1px solid #e1e1e1;}
.category-nav li a.active,.category-nav li a:hover{background: #034ea2;color:#fff;border-color:#034ea2;}
.news-list{padding:55px 0 50px;}
.news-list .news-top{position: relative;margin-bottom: 60px;}
.news-list .news-top .swiper-slide{background: #fafafa;}
.news-list .news-top .left-img{padding:0;}
.news-list .news-top .left-img .img{position: relative;padding-bottom: 68%;overflow: hidden;}
.news-list .news-top .left-img img{position: absolute;top:0;left:0;}
.news-list .news-top .left-img:hover img{transform: scale(1.04);}
.news-list .news-top .title{color:#333;line-height: 1.75;}
.news-list .news-top .txt{padding:0 6.7%;}
.news-list .news-top .swiper-btn-box{position: absolute;right:0;bottom:0;z-index:10;}
.news-list .news-top .swiper-btn{position: static;background: #e60044;color:#fff;width: 50px;height: 50px;margin:0;float:left;}
.news-list .news-top .swiper-btn:after{font-size:12px;}
.news-list .news-top .swiper-button-disabled{opacity: 0.5;}
.news-list .news-top .right-con{padding-top:94px;font-size:16px;}
.news-list .news-top .right-con .desc,.news-list .list .item-con .desc{color:#999999;line-height: 1.81;color:#ababab;margin-top:15px;}
.news-list .news-top .right-con .time,.news-list .list .item-con .time{color:#333333;margin-top:40px;line-height: 1;}
.news-list .list{font-size:16px;}
.news-list .list li{margin-bottom: 50px; border-top:1px solid #e0e0e0; padding-top:50px}
.news-list .list .news-item{display: block;}
.news-list .list .item-img{float:right;width: 320px;height: 162px;overflow: hidden;}
.news-list .list .item-con{margin-right:320px;}
.news-list .list .item-con .txt{padding:22px 4% 0 0;}
.news-list .list .item-con .tit{line-height: 1;color:#333;}
.news-list .list .item-con .desc{line-height: 29px;height: 56px;margin-top:24px;}
.news-list .list .item-con .time{margin-top:35px;}
.news-list .list .news-item:hover .item-img img{transform: scale(1.04);}
.news-list .list .news-item .tit:hover,.news-list .news-top .swiper-slide .title:hover{color:#034ea2;}
@media (max-width: 1400px){
  .news-list .news-top .right-con{padding-top:60px;}
  .news-list .news-top .right-con .more{margin-top:60px;}
}
@media (max-width:1200px){
  .category-nav li{padding:0 8px;margin-bottom: 16px;}
  .category-nav li a{min-width: 150px;line-height: 52px;font-size:17px;}
    .news-list .news-top{margin-bottom: 50px;}
  .news-list .list li{margin-bottom: 40px;}
  .news-list .news-top .right-con{padding-top:45px;font-size:15px;}
  .news-list .news-top .right-con .desc{margin-top:10px;}
  .news-list .news-top .right-con .time{margin-top: 50px;}
  .news-list .news-top .swiper-btn{width: 44px;height: 44px;}
  .news-list .list .item-img{width: 30%;height: 180px;}
  .news-list .list .item-con{margin:0;float:right;width: 70%;}
  .news-list .list{font-size:15px;}
  .news-list .list .item-con .desc{margin-top:20px;}
  .news-list .list .item-con .time{margin-top:30px;}
}
@media (max-width:992px){
  .category-nav{margin-bottom: 40px;}
  .category-nav li{padding:0 6px;margin-bottom: 12px;}
  .category-nav li a{min-width:120px;font-size:16px;line-height: 48px;}
    .news-list{padding:50px 0;}
  .news-list .news-top .title{font-size:16px;}
  .news-list .news-top .right-con{padding:22px 10px 0;}
  .news-list .news-top .txt{padding:0 4%;}
  .news-list .news-top .right-con .desc{margin-top:5px;}
  .news-list .news-top .right-con .time{margin-top:35px;}
  .news-list .news-top .right-con,.news-list .list{font-size:14px;}
  .news-list .list .item-con .desc{margin-top:15px;line-height: 24px;height: 48px;}
  .news-list .list .item-con .more{margin-top:20px;}
  .news-list .list .item-img{height: 150px;}
  .news-list .list .item-con .txt{padding-top:18px;}
  .news-list .news-top{margin-bottom: 40px;}
  .news-list .list li{margin-bottom: 30px;}
}

@media (max-width:750px){
  .category-nav li{padding:0 4px;margin-bottom: 8px;}
  .category-nav li a{font-size:15px;min-width: 100px;line-height: 42px;}
  .category-nav{margin-bottom: 35px;}
    .news-list .news-top .right-con{padding-bottom: 60px;}
  .news-list .list .item-img,.news-list .list .item-con{float:none;width: 100%;height: auto;}
  .news-list .list .item-img{position: relative;padding-bottom: 52.6%;}
  .news-list .list .item-img img{position: absolute;top:0;left:0;}
  .news-list .list .item-con .txt{padding:22px 15px 0;}
  .news-list .list .item-con .tit{font-size:15px;}
  .news-list{padding:45px 0 40px;}
 .news-list .list li{padding-top: 30px;}
 .news-list .list .item-con .time {margin-top: 10px;}
}


.contact-box{padding:50px 0 90px; background:#f6f8fb;}
.contact-box .map-box{overflow: hidden; }
.contact-box .left-map{float:right;width:61%;}
.contact-box .right-con{float:left;width:39%;background: #2c2c2b;color:#fff;padding:60px 3.55%;}
.contact-box .right-con .tit{line-height: 1;letter-spacing: 1px;  font-weight: bold;}
.contact-box .right-con .txt{padding:25px 0; }
.contact-box .right-con .txt-item{margin-bottom:5px;}
.contact-box .right-con .txt-item:last-child{margin-bottom: 0;}
.contact-box .code-box .code-item{float:left; margin-right:6.4%; margin-left:0;line-height: 100px;}
.contact-box .left-map #allmap{height: 100%;width:100%;}
.contact-box .contact-form{margin-top:50px; background:#f2f2f2; padding-top:57px; padding-left:20px; padding-right:20px; padding-bottom:60px;}
.contact-box .contact-form .title{text-align: center;color:#999;}
.contact-box .contact-form .title h2{line-height: 1;margin-bottom: 25px;color:#000;}
.contact-box .contact-form .title .line{ width:160px ; height:4px; background:#034ea2; margin:40px auto; }
.contact-box .contact-form .form{margin-top:45px;}
.contact-box .contact-form .form-item{float:left;width:50%;padding:0 17px;margin-bottom: 34px;}
.contact-box .contact-form .form-item:nth-child(5){ width:48%}
.contact-box .contact-form .form-textarea{width:100%;}
.contact-box .contact-form .item-value{outline: none;resize: none;display: block;width:100%;line-height: 28px;border:1px solid #e2e2e2;padding:12px 15px;}
.contact-box .contact-form textarea.item-value{height: 275px;}
.contact-box .contact-form .item-value::-webkit-input-placeholder {color:#999;}
.contact-box .contact-form .item-value:-moz-placeholder {color:#999;}
.contact-box .contact-form .item-value::-moz-placeholder {color:#999;}
.contact-box .contact-form .item-value:-ms-input-placeholder {color:#999;}
.yzm{ margin-left:29px}
@media (max-width: 1600px){
  .contact-box .contact-form .item-value{padding-left:15px;padding-right:35px;}
}
.contact-box .contact-form .form-bottom .verification-code{float:left;width:51%;}
.contact-box .contact-form .form-bottom .btn-box{ width:48.2%; margin:0 auto;text-align: center;}
.contact-box .contact-form .form-bottom .btn-box button{background: #cbcaca;color:#fff; line-height:50px;width:28%; border:none}
.contact-box .contact-form .form-bottom .btn-box button:last-child{margin-left:0;}
.contact-box .contact-form .form-bottom .btn-box .submit-btn{background: #3571b5; border-radius:10px;}
.contact-box .contact-form .form-bottom .code-input{float:left;width:30%;margin-right:30px;}
.contact-box .contact-form .form-bottom .code-input input{padding-right:20px;}
.contact-box .contact-form .form-bottom .yzm{max-width:23%;margin-right:10px;cursor: pointer;}
.contact-box .contact-form .form-bottom span{font-size:15px;}
@media (max-width: 1400px){
  .contact-box .right-con{padding-top:50px;padding-bottom: 50px;}
  .contact-box .right-con .tit{padding-bottom: 45px;}
  .contact-box .right-con .txt{padding:42px 0;font-size:17px;}
  .contact-box .code-box{margin-top:30px;}
  .contact-box .contact-form{margin-top:90px;}
  .contact-box .contact-form .item-value{padding:20px 30px;}
  .contact-box .contact-form textarea.item-value{height: 265px;}
  .contact-box .contact-form .form-item{padding:0 15px;}
  .contact-box .contact-form .form-bottom .btn-box button{line-height: 70px;font-size:18px;}
  .contact-box .contact-form .title{font-size:16px;}
}
@media (max-width: 1200px){
  .contact-box .right-con{padding-top:40px;padding-bottom: 40px;}
  .contact-box .right-con .tit{padding-bottom: 35px;letter-spacing: 3px;}
  .contact-box .right-con .txt{padding:35px 0;font-size:16px;}
  .contact-box .right-con .txt-item{margin-bottom: 20px;}
  .contact-box .contact-form{margin-top:80px;}
  .contact-box .contact-form .title h2{margin-bottom: 22px;}
  .contact-box .contact-form .form{margin-top:35px;}
  .contact-box .contact-form .form-item{padding:0 12px;margin-bottom: 24px;}
  .contact-box .contact-form .form .row{margin-left:-12px;margin-right:-12px;}
  .contact-box .contact-form .item-value{padding:16px 22px;}
  .contact-box .contact-form .form-bottom .code-input{margin-right:24px;}
  .contact-box .contact-form .form-bottom span{font-size:14px;}
  .contact-box .contact-form .form-bottom .btn-box button{line-height: 62px;font-size:16px;}
  .contact-box .contact-form textarea.item-value{height: 250px;}
  .contact-box .contact-form .title{font-size:15px;}
}
@media (max-width: 992px){
  .contact-box .left-map{width:60%;}
  .contact-box .right-con{width:40%;padding-top:35px;padding-bottom: 35px;}
  .contact-box .right-con .txt{font-size:15px;padding:30px 0;}
  .contact-box .right-con .tit{padding-bottom: 30px;letter-spacing: 2px;}
  .contact-box .right-con .txt-item{margin-bottom: 18px;}
  .contact-box .code-box{margin-top:25px;}
  .contact-box .contact-form{margin-top:70px;}
  /*.contact-box .contact-form .title{font-size:14px;}*/
  .contact-box .contact-form .title h2{margin-bottom: 20px;}
  .contact-box .contact-form .form{margin-top:30px;font-size:16px;}
  .contact-box .contact-form .form .row{margin-left:-10px;margin-right:-10px;}
  .contact-box .contact-form .form-item{padding:0 10px;}
  .contact-box .contact-form .item-value{padding:12px 18px;}
  .contact-box .contact-form textarea.item-value{height: 240px;}
  .contact-box .contact-form .form-bottom .verification-code,.contact-box .contact-form .form-bottom .btn-box{float:none;width:100%;}
  .contact-box .contact-form .form-bottom .btn-box{margin-top:20px;}
  .contact-box .contact-form .form-bottom .btn-box button{line-height: 54px;}
}

@media (max-width: 767px){
  .contact-box .left-map,.contact-box .right-con{width:100%;}
  .contact-box .left-map #allmap{height: 400px;}
  .contact-box .right-con{padding:35px 22px;}
  .contact-box .contact-form{margin-top:25px;}
  .contact-box .contact-form .form-item{float:none;width:100%;margin-bottom: 20px;}
  .contact-box .contact-form .item-value{padding:10px 15px;}
  .contact-box .contact-form .form{font-size:15px;}
  .contact-box .contact-form textarea.item-value{height: 200px;}
  .contact-box .contact-form .form-bottom .code-input{margin-right:16px;}
  .contact-box .contact-form .form-bottom span{font-size:12px;}
  .contact-box .contact-form .form-bottom .code-input{width: 45%;}
  .contact-box .contact-form .form-bottom .btn-box button{line-height: 48px;font-size:15px;}
  .contact-box{padding:20px 0 20px;}
  .contact-box .right-con .tit{ padding-bottom:15px;}
  .contact-box .right-con .txt {padding: 0;}
  .contact-box .right-con .txt-item{ margin-bottom:5px;}
  .contact-box .contact-form .title h2{ margin-bottom:0;}
  .contact-box .contact-form .title .line{ margin:20px auto;}
  .contact-box .contact-form .form-item:nth-child(5){ width:95%}

}


.news-detail{margin:50px 0; overflow: hidden;}
.news-detail h1{text-align: center; letter-spacing: 2px;}
.news-detail .dtinfo{margin: 20px 0; text-align: center;}
.news-detail .dtinfo span{margin: 0 10px;}
.news-detail .caseimg{margin-bottom: 30px;}
.news-detail .caseimg img{display: block; max-width: 100%; margin: auto;}
.news-detail .content{font-size: 15px; line-height: 1.8;}
.news-detail .content img{max-width: 100%;}
.news-detail .news-epx{margin: 30px auto 0; overflow: hidden;}
.news-detail .news-epx li{width: 49%; float: left; padding: 0 15px; line-height: 40px; background: #ccc; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news-detail .news-epx li:first-child{margin-right: 2%;}
@media (max-width: 992px){
  .news-detail .news-epx li{width: 100%; margin: 5px 0;}
  .news-detail .news-epx li:first-child{margin-right: 0;}
}
@media (max-width: 767px){
  .news-detail{margin:30px 0;}
  .news-detail .dtinfo{margin: 15px 0;}
  .news-detail .dtinfo span{margin: 0 5px;}
  .news-detail .caseimg{margin-bottom: 20px;}
  .news-detail .news-epx{margin: 20px auto 0;}
}
.fs24{font-size: 24px;}
.fs36{font-size: 36px;}
.fs20{font-size: 20px;}
.product-detail .detail0{ margin-bottom:45px}
.product-detail .detail0 .tit{ border-bottom: 1px solid #f2f2f2; position: relative; font-weight:bold}
.product-detail .detail0 .content{margin-top:30px;color:#333333; line-height: 1.78;}
.product-detail .detail0 .tit>div {overflow: hidden;}
.product-detail .detail0 .tit .tab-item{float:left;padding:0 5px 12px;line-height: 1;border-bottom:4px solid transparent;margin-right:8%;transition: all .3s;}
.product-detail .detail0 .tit .tab-item.active,.product-detail .detail0 .tit .tab-item.active:hover,.product-detail .detail0 .tit .tab-item:hover{border-bottom-color:#034ea2;}
.product-detail .detail-content .content{margin:32px 0 50px}
.product-detail .detail0  .desc-t{ color:#034ea2;letter-spacing: 2px;line-height: 1; margin:40px 0 20px; font-weight:bold}
.product-detail .detail0 .img-list{margin-left:-2.45%;margin-right:-2.45%;}
.product-detail .detail0 .img-list li{padding:0 2.45%;}
.product-detail .detail0 .met-pager{padding-top:30px;border-top:1px solid #eee; margin-top:30px;}
.product-detail .detail0 .met-pager a{float:left;max-width: 31%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#727272;line-height: 22px;padding:9px 15px;border:1px solid #eee;border-radius:3px;background:#f2f2f2}
.product-detail .detail0 .met-pager a:nth-child(2){ text-align:center; margin-left: 35%; }
.product-detail .detail0 .met-pager a:nth-child(3){float:right;}
@media (max-width:1400px){
	  .fs36{font-size: 32px;}
	  .fs24{font-size: 20px;}
	  .fs20{font-size: 18px;}
}
@media (max-width:1200px){
	  .fs36{font-size:26px;}
	  .fs24{font-size: 18px;}
	    .fs20{font-size: 16px;}
}
@media (max-width:992px){
	  .fs36{font-size:24px;}
	  .fs24{font-size: 16px;}
	    .fs20{font-size: 15px;}
}
@media (max-width:767px){
	  .fs36{font-size:22px;}
	    .fs20{font-size: 14px;}
		.product-detail .detail0 .met-pager a:nth-child(2){ text-align:center; margin-left: 5%; }
		.product-detail .detail0 .img-list li{padding: 2% 2.45%;}
}


.about-historygb{width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}
.historygb-title{position: relative; top: -60px;}
.historygb-title img{display: block; max-width: 80%; margin: auto;}
.historygb-swiper .swiper-container::after{content: ""; width: 100%; height: 1px; background: #034ea2; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.historygb-swiper .swiper-wrapper{align-items: center;}
.historygb-swiper .hgb_item{display: flex; align-items: center; justify-content: end; padding-right: 20px;}
.historygb-swiper .hgb_item::after{content: ""; width: 5px; height: 5px; background: #034ea2; border-radius: 50%; position: absolute; right: 20px; top: 50%; transform: translate(50%,-50%);}
.historygb-swiper .hgb_item .hgb_txtbox{flex: 1 1 auto;}
.historygb-swiper .hgb_item .hgb_txt{text-align: right; padding: 15px 0; overflow: hidden;}
.historygb-swiper .hgb_item .hgb_txt h3{font-size: 20px; color: rgba(255,255,255,1); line-height: 20px; letter-spacing: 3px; margin: 15px 0;}
.historygb-swiper .hgb_item .hgb_txt p{font-size: 16px; color: rgba(255,255,255,.8); line-height: 24px; letter-spacing: 3px;}
.historygb-swiper .hgb_item .hgb_cirbox{width: 40px;}
.historygb-swiper .hgb_item .hgb_cir{margin: 40px 0; position: relative;}
.historygb-swiper .hgb_item .hgb_cir::before{content: ""; width: 5px; height: 5px; background: #034ea2; border-radius: 50%; position: absolute; right: 0;}
.historygb-swiper .hgb_item .hgb_cirtop::before{bottom: 0; transform: translate(50%,50%);}
.historygb-swiper .hgb_item .hgb_cirbot::before{top: 0; transform: translate(50%,-50%);}
.historygb-swiper .hgb_item .hgb_cir::after{content: ""; width: 1px; height: 5px; background: #034ea2; position: absolute; right: 0; transform: translateX(50%); transition: all 0.5s;}
.historygb-swiper .hgb_item .hgb_cirtop::after{top: 100%;}
.historygb-swiper .hgb_item .hgb_cirbot::after{bottom: 100%;}
.historygb-swiper .hgb_item .hgb_cir img{display: block; width: 40px; position: relative; left: 50%;}
.historygb-swiper .hgb_item:hover .hgb_cir::after{height: 20px;}
.historygb-swiper .hgb_item .hgb_titbox{width: auto; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.historygb-swiper .hgb_item .hgb_tit{padding: 30px 0;}
.historygb-swiper .hgb_item .hgb_tit span{display: inline-block; font-size: 18px; color: #fff; line-height: 26px; letter-spacing: 4px; background: #034ea2; padding: 0 10px 0 16px; border-radius: 10px 0 0 10px; position: relative;}
.historygb-swiper .hgb_item .hgb_tit span::after{content: ""; width: 1px; height: 56px; background: #034ea2; position: absolute; right: 0; transform: translateX(50%);}
.historygb-swiper .hgb_item .hgb_tittop span::after{top: 0;}
.historygb-swiper .hgb_item .hgb_titbot span::after{bottom: 0;}
.historygb-swiper .hgb_item:nth-of-type(2n-1) .hgb_txttop{opacity: 0;}
.historygb-swiper .hgb_item:nth-of-type(2n-1) .hgb_cirtop{opacity: 0;}
.historygb-swiper .hgb_item:nth-of-type(2n-1) .hgb_titbot{opacity: 0;}
.historygb-swiper .hgb_item:nth-of-type(2n) .hgb_txtbot{opacity: 0;}
.historygb-swiper .hgb_item:nth-of-type(2n) .hgb_cirbot{opacity: 0;}
.historygb-swiper .hgb_item:nth-of-type(2n) .hgb_tittop{opacity: 0;}


@media (max-width:1400px){
  .historygb-title{position: relative; top: -50px;}
}

@media (max-width:767px){
  .historygb-title{position: relative; top: -20px;}
  .historygb-swiper .hgb_item .hgb_txt h3{font-size: 18px; letter-spacing: 2px;}
  .historygb-swiper .hgb_item .hgb_txt p{font-size: 14px; line-height: 20px; letter-spacing: 2px;}
}



.about-historycz{width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}
.about-historycz .about-title p{color: #fff;}
.about-historycz .about-title div{font-size: 18px; color: #fff; line-height: 24px; text-align: center; font-weight: normal; margin-top: 20px;}
.historycz-swiper{margin: 80px 0 200px; padding: 0 5%; position: relative;}
.historycz-swiper .hcz_line{width: 100%; height: 2px; background: #3571b5; position: absolute; right: 56px; top: 70px; transform: translateY(-50%); z-index: 0;}
.historycz-swiper::after{content: ""; width: 56px; height: 17px; background: url(../images/historycz-more.png) no-repeat center; background-size: cover; position: absolute; right: 0; top: 70px; transform: translateY(-50%); z-index: 0;}
.historycz-swiper .hcz_item .hcz_cir{width: 16px; height: 16px; background: #034ea2; border-radius: 50%; position: absolute; left: 50%; top: 70px; transform: translate(-50%,-50%); z-index: 1;}
.historycz-swiper .hcz_item .hcz_cir::after{content: ""; width: 8px; height: 8px; background: #3571b5; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.historycz-swiper .hcz_item .hcz_tit{height: 70px; position: relative;}
.historycz-swiper .hcz_item .hcz_tit span{display: block; width: 80px; height: 30px; font-size: 18px; color: #fff; line-height: 30px; text-align: center; background: #3571b5; margin: auto; position: relative;}
.historycz-swiper .hcz_item .hcz_tit::after{content: ""; width: 2px; height: 100%; background: #3571b5; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: -1;}
.historycz-swiper .hcz_item .hcz_txt{text-align: center; padding: 30px 0; position: relative; overflow: hidden;}
.historycz-swiper .hcz_item .hcz_txt p{padding: 0 15%; font-size: 14px; color: #fff; line-height: 24px; letter-spacing: 1px;}
.historycz-swiper .hcz_item .hcz_txt .hcz_dash{width: 2px; height: 25px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1;}
.historycz-swiper .hcz_item .hcz_txt .hcz_dash span{display: block; width: 100%; height: calc(100% - 8px); background: #3571b5;}
.historycz-swiper .hcz_item .hcz_txt .hcz_dash i{display: block; width: 100%; height: 2px; background: #5281b6; margin-top: 2px;}


@media (max-width:1480px){
  .historycz-swiper{margin: 60px 0 120px;}
}

@media (max-width:1200px){
  .about-historycz .about-title div{font-size: 16px; margin-top: 15px;}
  .historycz-swiper{margin: 50px 0 80px;}
}

@media (max-width:768px){
  .about-historycz .about-title div{font-size: 14px; margin-top: 10px;}
  .historycz-swiper{margin: 40px 0 0; padding: 0 15px;}
  .historycz-swiper .hcz_line{right: 26px; top: 60px;}
  .historycz-swiper::after{right: -30px; top: 60px;}
  .historycz-swiper .hcz_item .hcz_cir{top: 60px;}
  .historycz-swiper .hcz_item .hcz_tit{height: 60px;}
  .historycz-swiper .hcz_item .hcz_txt p{padding: 0 5%;}
}


.contact-box .form-box{margin-top:80px;}
.contact-box .form-box .form{margin-top:38px;}
.contact-box .form-box .form-item{margin-bottom: 30px;}
.contact-box .form-box .form-textarea{width:100%;}
.contact-box .form-box .item-value{outline: none;resize: none;display: block;width:100%;line-height: 28px;border:1px solid #e2e2e2;padding:15px 30px;}
.contact-box .form-box textarea.item-value{height: 180px;}
.contact-box .form-box .item-value::-webkit-input-placeholder {color:#999;}
.contact-box .form-box .item-value:-moz-placeholder {color:#999;}
.contact-box .form-box .item-value::-moz-placeholder {color:#999;}
.contact-box .form-box .item-value:-ms-input-placeholder {color:#999;}
.contact-box .form-box .submit-btn{float:right;width:32%;line-height: 58px;border:1px solid #e2e2e2;text-align: center;background: #e40505;color:#fff;}
.contact-box .form-box .form-code{float:left;width: 42%;margin-right:2%;}
.contact-box .form-box .code-item{float:left;width: 16%;}
.contact-box .form-box .code-item img{max-width: 100%;}
@media (max-width: 1400px){
  .map-box .map-info{width: 40%;}
  .map-box{padding-right:30px;}
  .contact-box .form-box .item-value{padding:14px 18px;}
  .contact-box .form-box .form-item{margin-bottom: 26px;}
}
@media (max-width: 992px){
  .map-box .map-info{width: 56%;}
  .contact-box .form-box{margin-top:65px;}
  .contact-box .form-box .row{margin-left:-10px;margin-right:-10px;}
  .contact-box .form-box .form-item{padding:0 10px;margin-bottom: 20px;}
  .contact-box .form-box .item-value{padding:12px 15px;}
  .contact-box .form-box .submit-btn{line-height: 52px;font-size:16px;}
}
@media (max-width: 767px){
  .contact-box{padding:50px 0 20px;}
  .map-box{padding:0;}
  .map-box .map{position: relative;height: 360px;}
  .map-box .map-info{width: 100%;float:none;padding:0 0 40px;}
  .map-box .map-info .txt{padding:0 10px;}
  .contact-box .form-box .submit-btn{width: 100%;font-weight: bold;letter-spacing: 1px;line-height: 48px;margin-top:15px;}
  .contact-box .form-box .item-value{padding:10px 15px;}
  .contact-box .form-box textarea.item-value{height: 160px;}
  .contact-box .form-box .form-item{margin-bottom: 14px;}
  .contact-box .form-box .form-code{width: 60%;}
  .contact-box .form-box .code-item{width: 38%;}
}