/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
@font-face {
    font-family: 'din';
    src: url('../fonts/din/din-bold_0-webfont.eot');
    src: url('../fonts/din/din-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din/din-bold_0-webfont.woff2') format('woff2'),
         url('../fonts/din/din-bold_0-webfont.woff') format('woff'),
         url('../fonts/din/din-bold_0-webfont.ttf') format('truetype'),
         url('../fonts/din/din-bold_0-webfont.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebas/bebas.eot');
    src: url('../fonts/bebas/bebas.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas/bebas.woff2') format('woff2'),
         url('../fonts/bebas/bebas.woff') format('woff'),
         url('../fonts/bebas/bebas.ttf') format('truetype'),
         url('../fonts/bebas/bebas.svg#bebas') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Oswald";
  font-weight: 300;
  src: url("../fonts/Oswald-Light-TTF.sfd.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-weight: regular;
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-weight: bold;
  src: url("../fonts/Oswald-Bold.otf") format("opentype");
}
@font-face {
  font-family: "FuturaBT";
  font-weight: regular;
  src: url("../fonts/FuturaBT\ Book.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBT";
  font-weight: 500;
  src: url("../fonts/FuturaBT\ Medium.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBT";
  font-weight: bold;
  src: url("../fonts/FuturaBT\ Bold.ttf") format("truetype");
}
html{overflow-x: hidden; height:auto}
body { min-width: 320px; height:auto; color: #000;overflow: hidden;}
html.active{overflow-y: hidden;}
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/font_1502878_mnwgl9i3rw.woff2?t=1648263648675') format('woff2'),
       url('//at.alicdn.com/t/font_1502878_mnwgl9i3rw.woff?t=1648263648675') format('woff'),
       url('//at.alicdn.com/t/font_1502878_mnwgl9i3rw.ttf?t=1648263648675') format('truetype');
}
@font-face {
  font-family: 'goomay';  /* project id 523133 */
  src: url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.eot');
  src: url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.woff') format('woff'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.svg#goomay') format('svg');
}
.goomay a {
  font-family:"goomay" !important;
  font-size:12px!important;
  color: rgb(0,0,0,1)!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e602"; }
.goomay a:hover{color: rgb(0,0,0,.5)!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
li {list-style: none;}
i {font-style: normal;}
a {color: #000;}
a:focus{text-decoration: none;outline: none;}
a:hover { color: #000;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
img {border: 0;  max-width: 100%;}
.relative {position: relative;}
.clear{clear: both;}
.col{padding:0;}
.table{display: table;height: 100%;width: 100%;margin:0;}
.table .table-cell{display: table-cell;vertical-align: middle}
.container {max-width: 1000px;  padding: 0;}
.container2 {width:100%;  margin: 0 auto; padding: 0 8vw;}
#page{padding-top: 0px; overflow: hidden;}
nav.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; transition: .3s all;}
#BMapLib_transBox0 table td{box-sizing: content-box !important;}
.target-fix {position: relative;top:-100px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;}
.table{display: table;width: 100%;height: 100%;margin:0;}
.table>.middle{display: table-cell;vertical-align: middle;}
/* 滚动条 */
::-webkit-scrollbar{width: 3px;  height: 5px;  background-color: #F5F5F5;  }  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);border-radius: 0;background-color: #F5F5F5;}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 0;background-color: #31735b;border-radius: 3px;}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover{border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.4);}
/*IE滚动条颜色*/
html {scrollbar-face-color:#bfbfbf;/*滚动条颜色*/scrollbar-highlight-color:#000;scrollbar-3dlight-color:#000;scrollbar-darkshadow-color:#000;scrollbar-Shadow-color:#adadad;/*滑块边色*/scrollbar-arrow-color:rgba(0,0,0,0.4);/*箭头颜色*/scrollbar-track-color:#eeeeee;/*背景颜色*/}
/* header */

.header{width: 100%;z-index: 999;position: fixed;top:0;left: 0;transition: top 0.36s;}
.header .inner{height: 100px;line-height: 100px;transition: 0.36s; padding: 0 1vw;/*background: #fff; max-width:1200px; */margin:auto;/*padding:0 2vw;*/}
.header .inner .logo{font-size: 0;height: 100px;line-height: 100px;transition: 0.36s;position: relative;z-index: 5;}
.header .inner .index-logo{min-width: 219px; background: url(../images/logo.png) no-repeat center;}
.header .inner .index-logo a{display: block; height: 100px;}
.head_active {background: #fff;border-bottom: 1px solid #e5e5e5;}
.header .inner nav{position: relative;margin-right: 5vw;}
.header .inner nav ul{font-size: 0;white-space: nowrap;}
.header .inner nav ul li{display: inline-block;vertical-align: middle;position: relative;font-size: 18px;margin-right: 1.5vw;}
.header .inner nav ul li>a{transition: color 0.3s;color:#fff;display: block;height: 100%;padding:0 10px; font-size:16px; position: relative;text-transform:capitalize;font-weight: 500;}
.header .inner nav ul li>a::after{content:'';width: 0;left: 50%;height: 3px;background: #205287;transition: 0.36s;position: absolute;bottom:0;}
.header .inner nav ul li.active>a,.header .inner nav ul li>a:hover{color:#205287!important;}
.header .inner nav ul li .child {position: absolute;top:100%;left: 0;padding:20px 0;border-top:1px solid #e5e5e5;background: #fff;display: none;line-height: 1;white-space: nowrap; box-shadow: 0 0 10px rgba(0,0,0,.15)}
.header .inner nav ul li .child .left{display: inline-block;width: 200px;vertical-align: middle;}
.header .inner nav ul li .child .left a{padding:0 22px 0 20px;display: block;transition: 0.36s;position: relative;font-size: 0;}
.header .inner nav ul li .child .left a span{display: inline-block;height: 100%;width: 100%;padding:14px 20px 14px 0;text-overflow: ellipsis;overflow: hidden;border-bottom: 1px solid rgba(229,229,229,0.32);font-size: 16px;color:#000;}
.header .inner nav ul li .child .left a i{color:#205287;position: absolute;right: 30px;top:50%;margin-top: -9px;font-size: 14px;transform: translateX(-5px);opacity: 0;transition: 0.36s;}
.header .inner nav ul li .child .left a:hover{background: #f7f7f7;}
.header .inner nav ul li .child .left a:hover i{transform: none;opacity: 1;}
.header .inner nav ul li .child .slide{display: inline-block;width: 425px;text-align: center;vertical-align: middle;padding:0 25px}
.header .inner .right-bar{font-size:0;}
.header .inner .language{padding-right: 1.5vw; display: inline-block; font-size: 0; position:relative; vertical-align:middle; transition: 0.36s;}
.header .inner .language>a{display: block;padding:0;font-size: 16px;color:#fff;height: 45px;line-height: 45px; transition: .36s;}
.header .inner .language>a i{display: inline-block;font-size: 22px;vertical-align: middle;line-height: 1;margin-right: 5px;}
.header .inner .language .lang-none{display: none; position: absolute; width: 100%;}
.header .inner .language .lang-none a{display: block;text-align: center;height: 45px;line-height: 45px;border-top:1px solid #e5e5e5;font-size: 16px;color:#939393;background: #fff;}
.header .inner .language:hover{box-shadow: 0px 0px 9px 0px rgba(6, 0, 1, 0.18);}
.header .inner .language .lang-none a:hover{background: #000;color:#dddddd;}
.header .inner .contact{font-size: 0;}
.header .inner .contact i{display: inline-block;font-size: 0;vertical-align: middle;line-height: 1;margin-right: 5px;}
.header .inner .contact span{display: inline-block;color:#939393;font-size: 16px;vertical-align: middle;}
.header .inner .index-search{padding-left: 1.5vw;z-index: 5;position: relative; font-size:22px; display: inline-block; margin-right: 6px; vertical-align:middle;}
.header .inner .index-search:before{content:""; width:1px; height:18px; background:rgba(255,255,255,.6); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.header .inner .index-search a{color:#fff; height:45px; line-height:45px; display:block;}
.header .inner .index-search i{vertical-align: middle;}
.header .inner .index-search svg path{transition: 0.36s; fill:#000;}
.header .inner .index-search .content{position: fixed;width:100%;height: 100%;top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 999;display: none;}
.header .inner .index-search .content .container{position: relative;height: 100%;}
.header .inner .index-search .content .s-content{background: #fff;text-align: center;padding:6vh 0;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
.header .inner .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
.header .inner .index-search .content .title{font-size: 24px;color:#242424;margin-bottom: 10px;line-height: 1.5;}
.header .inner .index-search .content .input{font-size: 0;line-height: 1;}
.header .inner .index-search .content input{height: 60px;outline: none;vertical-align: middle}
.header .inner .index-search .content .inpt3{padding-left: 20px;border:1px solid #d2d2d2;font-size: 16px;width: 45%}
.header .inner .index-search .content .inpt3::-webkit-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3:-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3::-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3:-ms-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt4{width: 60px;background: #313131 url(../images/search.png)no-repeat center center;border:none;}
.header .inner .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}
.header.cur .inner,.header.cur .inner .logo{height: 80px;line-height: 80px;}
.header.cur .inner .language{}
.header .inner .language svg path{transition: 0.36s; fill:#000;}
.index_header {background: rgba(255,255,255,.3); }
.index_header .inner nav ul li.active>a, .index_header .inner nav ul li>a:hover{color: #fff;}
.index_header .inner nav ul li>a::after{background: none;}
.index_header .inner nav ul li>a, .index_header .inner .language>a{color: #fff;}
.index_header .inner .index-search svg path{fill: #fff;}
.index_header .inner .language svg path{transition: 0.36s; fill:#fff;}
.head_active{background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .1);}
.head_active .inner nav ul li>a, .head_active .inner nav ul li.active>a{color: #000;}
.head_active .inner nav ul li>a:hover{color: #205287}
.head_active .inner .index-search a{color:#000; transition: 0.36s;}
.head_active .inner .index-search:before{background:#ccc;}
.head_active .inner .language svg path{fill: #000; transition: 0.36s;}
.head_active .inner .language>a{color: #000;}
.head_active .inner .index-logo{background: url(../images/logo_black.png) no-repeat center;}
.head_active .inner .index-logo a{display: block; height: 80px;}

/* banner */
.col-banner {transition: 0.5s all ease;position: relative;}
.col-banner .banner-container{position: fixed; top: 0; left: 0; width: 100%; z-index: 1;}
.col-banner .swiper-slide{background-position: center !important;background-size: cover !important; position: relative; overflow:hidden;}
.col-banner .swiper-slide .img{height: 1000px; background-size: cover!important;}
#col-banner .swiper-slide .img{height: auto; background-size: cover!important;}
.col-banner .swiper-slide .container2{height:100%; position: absolute;top:0;left: 50%;transform: translateX(-50%); z-index: 9;}
#col-index-banner{margin-top: 0;height: 1000px;}
#col-index-banner .container2{position: absolute;top:0;left: 50%;transform: translateX(-50%); z-index: 9;}
.col-banner .ban_cont{position: absolute;bottom:50%;transform: translateY(50%);color:#fff;width: 100%;padding:0 10px;}
#col-index-banner .ban_cont h2{font-weight: bold;font-size:5rem; margin-top: 30px; margin-bottom:10px; transform: translateY(20px);opacity: 0;transition: 0.5s;}
#col-index-banner .ban_cont h3{font-weight: bold;font-size:5rem; margin-bottom:10px; transform: translateY(20px);opacity: 0;transition: 0.7s;}
#col-index-banner .ban_cont p{font-size:2.6rem;line-height: 1;transform: translateY(20px);opacity: 0;transition: 0.9s;}
#col-index-banner .ban_cont a.more{display: inline-block;margin:50px auto 0; border-radius: 25px; padding:0 15px; background: rgba(255,255,255,.1); border:0.5px solid rgba(255,255,255,1);line-height: 36px;text-align: center;font-weight: bold;font-size:14px;color:#fff;transform: translateY(20px);opacity: 0;transition: 1.1s;}
#col-index-banner .ban_cont a.more:hover{background: #F08300; transition: .3s all;}
.col-banner .ban_cont strong{display:inline-block; font-weight: normal;font-size:5rem; margin-top: 30px; padding-bottom:20px; transform: translateY(20px);opacity: 0;transition: 0.5s; position: relative;}
.col-banner .ban_cont strong:after{content:""; width: 60px; height: 4px; background: #205287; position: absolute; left:0; bottom: 0}
.col-banner .swiper-slide-active .ban_cont strong{transform: none;transition-delay: 0.5s;opacity: 1;}
#col-index-banner .swiper-slide-active .ban_cont h2{transform: none;transition-delay: 0.5s;opacity: 1;}
#col-index-banner .swiper-slide-active .ban_cont h3{transform: none;transition-delay: 0.7s;opacity: 1;}
#col-index-banner .swiper-slide-active .ban_cont p{transform: none;transition-delay: 0.9s;opacity: 1;}
#col-index-banner .swiper-slide-active .ban_cont a.more{transform: none;transition-delay: 1.1s;opacity: 1;}
#col-index-banner .swiper-pagination{padding:0 8vw;bottom: 150px;color:#f08200;font-weight: bold;font-size: 18px; text-align:left;}
#col-index-banner .swiper-button{width: auto;height: auto;margin-top: 0;background: none;outline: none;opacity: 1;color:#fff;top: auto;bottom:50%;font-size: 18px;opacity: 0.3; transition: .5s all;}
#col-index-banner .swiper-button:hover{ opacity: .8; transition: .5s all; }
#col-index-banner .swiper-button i{font-size:40px!important; }
#col-index-banner .swiper-button-prev{left: 0%;margin-left: 15px;}
#col-index-banner .swiper-button-next{right: 0%;margin-right: 15px;}
#col-index-banner .swiper-pagination-bullet{width: 12px; height: 12px; background:#fff!important; opacity:.6!important;}
#col-index-banner .swiper-pagination-bullet-active{background: #205287!important; opacity:1!important;}
.col-banner .banner-mask{
  width: 100%; position: absolute; height: 180px; top: 0; 
        background: -webkit-linear-gradient( top, rgba(0, 0, 0, .5),rgba(0, 0, 0, 0) ); /* Safari 5.1 - 6 */
        background: -o-linear-gradient(bottom,rgba(0, 0, 0, .5),rgba(0, 0, 0, 0)); /* Opera 11.1 - 12*/
        background: -moz-linear-gradient( bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); /* Firefox 3.6 - 15*/
        background: linear-gradient(to bottom,rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); /* 标准的语法 */
}
#col-index-banner .scroll-down{position:absolute; bottom:150px; left:50%; transform:translateX(-50%); z-index:8;}
.col-banner .scroll-down{position:absolute; bottom:60px; left:50%; transform:translateX(-50%); z-index:8;}

/* product */
.col-index .container{padding-left: 8vw; padding-right: 8vw; width: 100%;}
.container2 h2.title-head {margin-bottom: 4.5vh;position: relative;font-size: 4rem; color:#205287; font-weight: bold;}
.container2 h2.title-head span{font-size: 1.8rem; display: block; color: #999; font-weight: normal; margin-top: 15px;}
.container2 h2.title-head a{position: absolute; bottom:0; right: 0; display: inline-block; padding: 0 20px; font-size:1.6rem; line-height: 30px; }
.container2 h2.title-head a i{margin-left: 5px; font-size:15px;}
/**/
.col-index-product {padding:5vh 0 10vh; background-repeat:no-repeat;background-position:center 180px; background-color:#fff; position:relative; z-index:10;}
.col-index-product h2.title-head{margin-bottom: 40px;}
.col-index-product h2.title-head span{font-size: 1.8rem; display: block; color: #999; font-weight: normal; margin-top: 15px;}
.col-index-product .product-container{margin-top:175px;}
.col-index-product .product-container .swiper-slide h2{padding: 30px 10px; background-color: #424242; font-size:14px; color:#fff; text-align:center;}
/**/
.col-recommend-product{background:#f1f1f1; padding:10vh 0; position:relative; z-index:10;}
.col-recommend-product .product-list{}
.col-recommend-product .product-list ul{font-size:0;}
.col-recommend-product .product-list ul li{display:inline-block; width:20%; margin-bottom:30px;}
.col-recommend-product .product-list ul li a{display:block; padding:0 18px; }
.col-recommend-product .product-list ul li a .inner{background:#fff; border:1px solid #dedede;}
.col-recommend-product .product-list ul li a  h2{font-size:1.8rem; text-align:center; padding:15px 0;}


/* about */
.col-index-about{padding:0; background:#fff; position:relative; z-index:10;}
.col-index-about .container2{padding-top:50px;}
.col-index-about h2.title-head{margin-top:50px;}
.col-index-about .about-data h2{font-size: 4.4rem; color: #fff; line-height: 1.4;}
.col-index-about #parallax-counter td{color: #fff; text-align: center;}
.col-index-about #parallax-counter td strong{font-size:6rem; font-family: 'din';}
.col-index-about #parallax-counter .firstRow td:first-child{padding-right: 3vw;}
.col-index-about .about-us{position:relative;}
.col-index-about .about-us .content{ position: relative;}
.col-index-about .about-us .col{padding: 0; width:64%; }
.col-index-about .about-us .col-img{width:33%; position:absolute; right:0; top:-65px;}
.col-index-about .about-us .col-img .img{}
.col-index-about .about-us .col-img img{}
.col-index-about .about-us .col-txt{}
.col-index-about .about-us .col-txt .content{ color:#fff;}
.col-index-about .about-us .col-txt h2{font-size:4rem; color:#fff; font-weight:bold; margin-bottom:4.5vh; line-height:1.3;}
.col-index-about .about-us .col-txt p{font-size:1.6rem; color:#333;}
.col-index-about .about-us .col-txt a.more{display:inline-block;  padding:10px 30px; color:#fff; text-align:center; font-size:1.8rem; background:#205287; margin-top:40px; margin-bottom:60px;}
.col-index-about .about-us a.more i{margin-left: 20px; color:#fff;}
.col-index-about .about-us .s-title {margin-bottom: 50px;}
.col-index-about .about-us .s-title h3{margin: 3vh 0; font-size: 3rem; font-weight: bold; color: #0c6ccc; line-height: 1.4;}
.col-index-about .about-us .s-title span{font-size: 1.8rem;}
.col-index-about .about-us .s-content{line-height: 1.8; color: #666; font-size: 1.6rem;}
.col-index-about .about-num{height:192px; background:#205287;}
.col-index-about .about-num .container2{padding-top:0;}
.col-index-about .about-num ul{width:72%; height:192px;}
.col-index-about .about-num li{display:inline-block; width:36%; height:100%; overflow:hidden;}
.col-index-about .about-num li.even{background:#2b6cb1; }
.col-index-about .about-num li .data{float:left; padding:56px 0; width:60%; text-align:center; height:100%;}
.col-index-about .about-num li .data h3{font-size:4.8rem; color:#fff;}
.col-index-about .about-num li .data span{font-size:1.8rem; color:rgba(255,255,255,.6);}
.col-index-about .about-num li .icon{float:right; width:40%;height:100%;}
.col-index-about .about-num li .icon i{font-size:7.2rem; color:#fff; line-height:192px;}

/* news */
.col-index-news{padding:10vh 0; position:relative; z-index:10; background:#fff;}
.col-index-news h2{margin-bottom: 5vh;}
.col-index-news h2 span{display: inline-block;position: relative;font-weight: bold;}
.col-index-news h2 a.more{font-size: 14px;font-weight: bold;color:#205287;float: right;}
.col-index-news .swiper-slide {background: #fff;}
.col-index-news .swiper-slide a{display:block; border:1px solid #dedede;}
.col-index-news .swiper-slide .img{overflow: hidden;position: relative;}
.col-index-news .swiper-slide .img img{width: 100%;transition: 0.5s;}
.col-index-news .swiper-slide .content{padding: 15px 25px 0px 25px; color: #333;}
.col-index-news .swiper-slide:hover{box-shadow:0 0 10px rgba(0,0,0,.15); transition:.5s;}
.col-index-news .swiper-slide:hover .content{}
.col-index-news .swiper-slide:hover p.date{}
.col-index-news .swiper-slide .s-content{color:#999;}
.col-index-news .swiper-slide h3{margin:0px 0 12px; font-size: 2rem;font-weight: bold;line-height: 1.4; max-height:70px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.col-index-news .swiper-slide p.date{color:#999;font-weight: bold;margin-top: 2.5vh;}
.col-index-news .swiper-slide p.date i{color:#205287;}
.col-index-news .swiper-slide .s-content{font-size:1.5rem; line-height: 1.57;color:#999; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 75px;}
.col-index-news .swiper-slide:hover .img img{transform: scale(1.1);}
.col-index-news .swiper-slide .more{position:relative; border-top:1px solid #dedede; margin-top:15px; line-height:40px;}
.col-index-news .swiper-slide .more i{position:absolute; right:0; line-height:40px;}
.col-index-news .swiper-pagination-bullet-active{background:#205287!important;}
.col-index-news .swiper-pagination-bullet{width:10px; height:10px;}
.col-index-news .swiper-pagination{position: relative;bottom: auto;margin-top:3vh;color:#205287;font-weight: bold;font-size:18px;}
.col-index-news .swiper-button{width: auto;height: auto;margin-top: 0;background: none;outline: none;opacity: 1;color:#000;top: auto;bottom:0;font-size: 18px;}
.col-index-news .swiper-button-prev{left: 50%;margin-left: -65px;}
.col-index-news .swiper-button-next{right: 50%;margin-right: -65px;}
/**/
/* contact */
.col-index-contact{padding:11vh 0;background: #eff2f5;}
.col-index-contact .left{float: left;width: 50%;}
.col-index-contact .left .content{font-size:20px;color:#666;line-height: 1.2;margin-bottom: 7.5vh;max-width: 450px;}
.col-index-contact .left .content p:nth-child(1){color:#000;font-size:48px;font-weight: bold;}
.col-index-contact .left .info{border-left: 3px solid #205287;padding-left: 32px;max-width: 500px;}
.col-index-contact .left .info p.contact{font-size:34px;font-weight: bold;}
.col-index-contact .left .info p.address{position: relative;padding-left: 35px;color:#666;line-height: 1.333;font-size:18px;}
.col-index-contact .left .info p.address i.fa{position: absolute;left: 0;top:50%;transform: translateY(-50%);color:#000;font-size: 24px;}
.col-index-contact .right{float: right;width: 50%;/*padding-right: 10vw;*/}
.col-index-contact .right h2{font-size:30px;color:#000;margin-bottom: 20px;font-weight: bold;}
.col-index-contact .right form ul li{margin-bottom: 15px;}
.col-index-contact .right form ul li:nth-child(-n+2){width: 49%;float: left;}
.col-index-contact .right form ul li:nth-child(1){margin-right: 2%;}
.col-index-contact .right form ul li input,.col-index-contact .right form ul li textarea{width:100%;height: 50px;border-radius: 5px;background: #fff;border:1px solid #d2d2d2;padding-left: 10px;outline: none;}
.col-index-contact .right form ul li textarea{padding-top:10px;min-height: 180px;}
.col-index-contact .right form .sub{display: block;margin:6vh 0 0;width: 240px;height: 46px;border:3px solid #205287;line-height: 40px;text-align: center;font-weight: bold;font-size:14px;color:#205287;transition: 0.36s;text-transform: uppercase;}
.col-index-contact .right form .sub:hover{background: #205287;color:#fff;}
/**/
.col-index-block{}
.col-index-block ul{font-size:0; padding:75px 0;border-top:1px solid #dedede;}
.col-index-block ul li{width:33.33%; display:inline-block; vertical-align:top;}
.col-index-block ul li .inner{padding-left:124px; width:420px; position:relative;}
.col-index-block ul li .inner .img{position:absolute; left:0; padding:20px; border-radius:100%; border:1px solid #dedede;}
.col-index-block ul li .inner .s-title{padding-bottom:15px; margin-bottom:15px; font-size:1.6rem; font-family:"din"; color:#c9c9c9; text-transform:uppercase; position:relative;}
.col-index-block ul li .inner .s-title:after{content:""; width:20px; height:3px; background:#205287; position:absolute; left:0; bottom:0;}
.col-index-block ul li .inner .s-desc{font-size:1.8rem; line-height:1.5; color:#000;}
.col-index-block ul li .inner .s-desc strong{color:#205287;}
.col-index-block ul li:last-child{padding-right:0;}
/* page */
.page {text-align: center;}
.page ul li a{border:1px solid #dedede !important; color:#205287;margin:0 3.5px;width: 33px;height:33px;padding: 0;line-height: 30px;font-size: 16px; font-weight: 500;}
.page ul li.disabled a{border:none;background: none;}
.page ul li.active a{border-color:#205287 !important;background: #205287;color:#fff;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;background: #fff;color:#205287}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {color:#fff; background: #205287;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: #fff;color:#06478c;}
.pagination>li:last-child>a, .pagination>li:last-child>span{color: #06478c}
/* 内页 */
.col-sub-nav{margin:0 auto 5vh auto; text-align: left; position:relative; z-index:7; background:#fff;}
.col-sub-nav .container2{background:#fff;}
.col-sub-nav menu{font-size: 0; display: inline-block; padding: 0; text-align: left; border-radius: 30px;  position: relative;}
.col-sub-nav menu>div{ display: inline-block;font-size: 16px;}
.col-sub-nav menu>div a{display: block; padding: 0 50px; line-height: 58px; border-bottom:2px solid #fff; color: #333; font-size: 2rem; text-align: center; position: relative; z-index: 8; }
.col-sub-nav menu>div a:hover, .col-sub-nav #menu>div a.current{ color: #1470cc; border-bottom:2px solid #1470cc; font-weight: bold; line-height: 58px; }
.col-sub-nav menu>div.current a{color: #1470cc; border-bottom:2px solid #1470cc; font-size: 2rem; transition: .9s all;}
.col-sub-nav .nav_border{background: #e21121; position: absolute; height: 60px; bottom: 0; left: 0; color: #c70025; border-radius: 30px;}
#col-product-nav menu>div a{padding: 0 100px;}
/* 关于我们 */
.col-page{position:relative; z-index:8;}
.col-page .col-common{padding: 8vh 0;}
.col-page .title-head{margin-bottom: 4.5vh;}
.col-common .container2{position:relative;}
.sub-container{padding: 0 80px; overflow: hidden;}
.col-page .title-head{font-size: 4.2rem; text-align:left; font-weight:bold;}
.col-page-about{}
.col-page-about .sub-container{padding: 0 80px; overflow: hidden;}
.col-page-about .col-profile {padding:0vh 0 12vh 0;   background-image: linear-gradient(-180deg, rgba(222, 222, 222, 1), rgba(255, 255, 255, 1));
    background-image-part-linear-gradient: linear-gradient(-180deg, rgba(222, 222, 222, 1), rgba(255, 255, 255, 1));
    background-image-part-linear-gradient-part-begin-color: rgba(222, 222, 222, 1);
    background-image-part-linear-gradient-part-end-color: rgba(255, 255, 255, 1);
    background-image-part-linear-gradient-part-angle: -180;}
.col-page-about .col-profile .title-head{margin:0vh auto 6vh auto; position: relative;}
.col-page-about .col-profile .block-content{position:relative;}
.col-page-about .about-content{position: relative;  padding-top: 10px; padding-right:40px; font-size: 1.6rem; line-height: 2;}
.col-page-about .about-content h2{font-size:2.4rem;font-weight: bold; color:#205287; line-height:1.3; margin-bottom: 4vh;}
.col-page-about .about-content p{margin-bottom:15px;}
.col-page-about .about-img{margin-top: -40px;}

.col-page-about .col-culture{text-align: center;}
.col-page-about .col-culture .head .container2{padding:10% 0;}
.col-page-about .col-culture .head .container2 h2{font-size: 30px;margin-bottom: 30px;color:#2899c9}
.col-page-about .col-culture .head .container2 .content{font-size:36px;font-weight:bold;color:#fff;}
.col-page-about .col-culture .culture-list{padding:5% 0; background:#fff;}
.col-page-about .col-culture .culture-list ul li{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.col-page-about .col-culture .culture-list ul li:nth-child(2n){justify-content: center;flex-flow: row-reverse;}
.col-page-about .col-culture .culture-list ul li .img{width:50%;overflow: hidden;min-height: 400px;}
.col-page-about .col-culture .culture-list ul li .img img{}
.col-page-about .col-culture .culture-list ul li .content{text-align: left;width: 50%;padding-left:6.6%;line-height: 1.6;}
.col-page-about .col-culture .culture-list ul li:nth-child(2n) .content{padding-left: 0;padding-right:6.6%;}
.col-page-about .col-culture .culture-list ul li .content h3{font-size:18px;margin-bottom:25px;color:#2899c9}
.col-page-about .col-culture .culture-list ul li .content .s-content{font-size:24px;}

.col-page-about .col-history{min-height: 790px; background: url(../images/develop_bg.jpg) no-repeat center; background-size: cover; padding: 15vh 0 6vh 0;}
.col-page-about .col-history .title-head{color:#fff; margin:0 0 10vh 0;}
.col-page-about .history-container{}
.col-page-about .history-container .swiper-slide{padding:10px 45px 15px 45px; color:#fff; border-left:2px solid rgba(255,255,255,1);}
.col-page-about .col-history .history-container .swiper-slide.even{margin-top:50px;}
.col-page-about .history-container .swiper-slide h3{font-size:3.6rem; margin:0px 0 30px 0; font-family:'bebas'; }
.col-page-about .history-container .swiper-slide .s-content{font-size:1.6rem; line-height:1.8;}
/**/
.col-page-about .col-honor{padding:10vh 0; background:#eee;}
.col-page-about .col-honor .title-head{margin-bottom: 50px;}
.honor-wrapper{position: relative;}
.honor-wrapper .tab-list{position: absolute; right: 0; top:-80px;}
.honor-wrapper .tab-list li{display: inline-block; padding:0 10px;}
.honor-wrapper .tab-list li a{font-size: 2rem; display: inline-block; padding-bottom: 5px; font-weight: 500;}
.honor-wrapper .tab-list li.flex-active a{color: #205287; border-bottom: 2px solid #205287;}
/**/
.col-page-about .col-image{padding:15vh 0;background: #eff2f5;}
.col-page-about .col-image .title-head{font-size: 3.6rem; line-height: 60px;  margin-bottom: 5vh;}
.col-page-about .col-image .honor-container .swiper-slide{background: #fff;height: auto;}
.col-page-about .col-image .image-container .swiper-slide .img{overflow: hidden;position: relative; margin:6px;}
.col-page-about .col-image .image-container .swiper-slide .img img{width: 100%;transition: 0.5s;}
.col-page-about .col-image .image-container .swiper-slide:hover .img img{transform: scale(1.1);}
.col-page-about .col-image .image-container .swiper-slide .title{padding:15px 20px 20px;font-size: 16px;color:#666; text-align:center; font-size: 14px; line-height: 1.5;font-weight: 500;}
.col-page-about .col-image .image-container .swiper-pagination{position: relative;bottom: auto;margin-top:3vh;color:#a8a8a8;font-weight: bold;font-size:18px;}
.col-page-about .col-image .image-container .swiper-pagination span.swiper-pagination-current{color:#000}
.col-page-about .col-image .image-container .swiper-button{width: auto;height: auto;margin-top: 0;background: none;outline: none;opacity: 1;color:#000;top: auto;bottom:0;font-size: 18px;}
.col-page .swiper-pagination-bullet{width: 12px; height: 12px;}
.col-page .swiper-pagination-bullet-active{background: #205287;}
.col-page-about .col-image .image-container .swiper-button-prev{left: 50%;margin-left: -65px;}
.col-page-about .col-image .image-container .swiper-button-next{right: 50%;margin-right: -65px;}
/**/

.col-page-job .col-common{padding: 12vh 0;}
.col-page-job .col-idea ul li .col{position: relative;}
.col-page-job .col-idea ul li .content{width: 79%; position: absolute; left: 20%; right: 1%; top: 80px;}
.col-page-job .col-idea ul li .content h3{margin-bottom: 20px; font-size: 3rem; font-weight:bold; color: #205287;}
.col-page-job .col-idea ul li .content>div{line-height: 2; font-size: 1.7rem; color: #888;}
.col-page-job .col-idea ul li.even .content{left: 1%; top: 80px}
.col-page-job .col-idea ul li .col .img{position: relative;}
.col-page-job .col-idea ul li .col .img img{width:100%;}
.col-page-job .col-idea ul li .col .img:after{content:"";width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent #fff transparent transparent; position: absolute; bottom:50%; right:0; transform:translateY(50%);}
.col-page-job .col-idea ul li.even .col .img:after{border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #fff; position: absolute; right:auto; left: 0;}
.col-page-job .col-job{padding-top:0;}
.col-page-job .col-job .job-container .tab-list{margin-bottom:5vh;}
.col-page-job .col-job .job-container .tab-list li{display:inline-block; padding-right:3em;}
.col-page-job .col-job .job-container .tab-list li>a{font-size:3.6rem;}
.col-page-job .col-job .job-container .tab-list li.selected a{color:#205287;}
.job-list{padding: 0;}
.job-list .job-list-masthead{ padding: 0; border:none;}
.job-list .col{text-align: left; text-indent:2em; position: relative;}
.job-list .job-list-masthead .col{background: #205287; padding:13px 0; color: #fff;}
.job-list .job-list-masthead .col-left{border-left: none;}
.job-list .job-list-masthead .col-right{border-right: none;}
.job-list ul li{border-bottom:1px solid #dedede; overflow: hidden;margin: 0; padding: 10px 0; transition: 0.5s all;}
.job-list ul li.row{cursor: pointer;}
.job-list ul li.current{background: #f1f1f1; border-color:#f1f1f1;}
.job-list ul li i{ position: absolute; right: 10px;  font-size: 14px; text-indent:0; color: #205287; transition: 0.2s all}
.job-list-content{ display: none; padding: 20px 20px 20px 2em; background: #f1f1f1; position: relative; }
.job-list-content .btn-apply{border: 1px solid #ddd; width: 100px; margin-top: 30px; text-align: center; z-index: 9;}
.job-list-content .btn-apply a {display: block; line-height: 35px; background: #205287; color: #fff; transition: 0.5s all;}
#job-form .btn-msg {width: 100%; text-align: center;}
.col-page-jobform{background:#f7f7f7;}
.job-form {padding:55px 0;background:#f7f7f7}
.job-form h1 {font-size:3rem;color:#000;font-weight:bold;letter-spacing:5px;text-align:center;margin:0 0 24px}
.job-form h1 p {font-size:1.4rem;color:#737373;font-weight:normal;margin:8px 0 0;letter-spacing:normal}
.job_message {width:100%;max-width:980px;margin:0 auto;}
.job_message li {margin:10px 0;line-height:35px;}
.job_message li:after {content:'';clear:both;display:block}
.job_message li span {line-height:35px;font-size:1.4rem;display:block;}
.job_message li input[type="text"] {width:100%;height:35px;line-height:35px;float:left;padding:0 10px;box-shadow:0 0 12px rgba(0,0,0,0.15);border:0;border-radius:3px;transition:all .3s;background:#FFF;font-size:1.4rem;}
.job_message li input[type="radio"] {margin:0 0 0 15px;}
.job_message li textarea {width:100%;height:120px;padding:0 10px;box-shadow:0 0 12px rgba(0,0,0,0.15);border:0;border-radius:3px;transition:all .3s;background:#FFF;font-size:1.4rem; display:block;}
.job_message li input[type="text"]:hover,.job_message li textarea:hover {box-shadow:0 5px 12px rgba(0,0,0,0.2)}
.job_message li span:last-child {display:none}
.job_message .sub input {display:inline-block;padding:7px 30px;font-size:1.4rem;color:#fff;background:#004585;margin:0 10px;border:0;transition:all .3s;border-radius:5px}
.job_message .sub input:hover {box-shadow:0 5px 12px rgba(0,0,0,0.2);}
.job_message .code {margin:10px 0 20px 0}
.job_message .code span {line-height:35px;font-size:1.4rem;display:block;}
.job_message .code input[type="text"] {width:25%;height:35px;line-height:35px;float:left;padding:0 10px;box-shadow:0 0 12px rgba(0,0,0,0.2);border:0;border-radius:3px;transition:all .3s;font-size:1.4rem}

/**/
.col-page-contact .col-map{padding-bottom:0;}
.col-page-contact .col-contact{background: url(../images/contact_bg.jpg) no-repeat right bottom;}
.col-page-contact .col-contact .title-head{margin-bottom: 12vh;}
.col-page-contact .col-contact .title-head span{font-size: 3rem; font-weight: bold; color: #205287; display: block;}
.col-page-contact .col-contact .block-content h3{font-size: 2.4rem; line-height: 1.6}
.col-page-contact .col-sales-network{background:#f1f2f3;}
.col-sales-network td img{margin-right:50px;}
.col-sales-network td p{line-height:1.8; font-size:1.8rem;}
.col-sales-network .block-content h2{color:#205287; font-size:3.2rem; font-weight:bold; margin:50px 0 30px 0 ;}
.col-sales-network td h2{font-size:3.2rem;font-weight:bold; color:#205287; margin-bottom:20px;}

/* 产品 */
.col-page-product{padding:8vh 0 0 0; background:#fff;}
.col-page-product .product-nav{float: left;width: 320px;padding-right: 2.5vw; position:relative}
.col-page-product .product-nav .product-nav-wrap{}
.col-page-product .product-nav .nav-fixed{/*position: fixed; top: 90px; z-index: 9;*/}
.col-page-product .product-nav h2{font-size:20px; line-height: 50px; background: #205287; color: #fff; text-indent: 1em; font-weight: bold;}
.col-page-product .product-nav ul {border: 1px solid #dedede; padding:0 15px 20px 15px;}
.col-page-product .product-nav ul li{padding: 10px 0;position: relative; border-bottom: 1px solid #dedede;}
.col-page-product .product-nav ul li>a{display: block; line-height: 40px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size:18px;transition: 0.3s;}
.col-page-product .product-nav ul li>a i{position: absolute;right: 15px;top:15px;}
.col-page-product .product-nav ul li>a i path{transition: 0.36s;}
.col-page-product .product-nav ul li>a:hover,.col-page-product .product-nav ul li.active>a{color:#205287;}
.col-page-product .product-nav ul li>a:hover i path,.col-page-product .product-nav ul li.active>a i path{fill: #205287;}
.col-page-product .product-nav ul li .child{line-height: 1.5;}
.col-page-product .product-nav ul li .child a{display:block;font-size:14px;line-height: 38px; color:#666;padding-left: 15px;transition: 0.3s;}
.col-page-product .product-nav ul li .child a:hover,.col-page-product .product-nav ul li .child a.active{color:#205287;}
.col-page-product .product-nav .product-search{margin-top:0vh; margin-bottom: 2vh;box-shadow: 0px 0px 9px 0px rgba(6, 0, 1, 0.1);overflow: hidden;border-radius: 5px;}
.col-page-product .product-nav .product-search input{vertical-align: middle;height: 50px;border:none;outline: none;}
.col-page-product .product-nav .product-search .inpt3{border-top-left-radius: 5px;border-bottom-left-radius: 5px;padding-left: 10px;font-size:18px;width: calc(100% - 70px);background: #fff;}
.col-page-product .product-nav .product-search .inpt3::-webkit-input-placeholder {color: #cacaca;}
.col-page-product .product-nav .product-search .inpt3:-moz-placeholder {color: #cacaca;}
.col-page-product .product-nav .product-search .inpt3::-moz-placeholder {color: #cacaca;}
.col-page-product .product-nav .product-search .inpt3:-ms-input-placeholder {color: #cacaca;}
.col-page-product .product-nav .product-search .inpt4{background: url(../images/search2.png)no-repeat center #205287;width: 70px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.col-page-product .productList{float: right;width: calc(100% - 320px);}
.col-page-product .productList h1{font-size:36px;font-weight: bold;margin-bottom: 4vh;text-transform: uppercase;}
.col-page-product .productList ul.list {font-size:0;}
.col-page-product .productList ul.list li{display: inline-block; border: 1px solid #dedede;vertical-align: top;width: 23%;margin-right:2.6%;margin-bottom: 5.5vh;font-size:14px;}
.col-page-product .productList ul.list li:nth-child(4n){margin-right: 0;}
.col-page-product .productList ul.list li .img{overflow: hidden;}
.col-page-product .productList ul.list li .img img{width:100%;transition: 0.5s;}
.col-page-product .productList ul.list li p{text-overflow: ellipsis; text-align: center;overflow: hidden;margin: 15px 0;font-weight: 500;transition: 0.3s;font-weight: 500;font-size:18px;}
.col-page-product .productList ul.list li:hover .img img{transform: scale(1.1);}
.col-page-product .productList ul.list li:hover p{color:#205287}

.col-page-product .sub-container{padding: 0 80px; overflow: hidden;}
.col-page-product .col-product {background: #f7f9fa;}

.col-page-product .video-list{padding: 100px 0;}
.col-page-product .video-list h2{text-align: center;font-size: 30px;margin-bottom: 35px;}
.col-page-product .video-list li{float: left;width: 32%;margin-right: 2%;margin-bottom: 50px;overflow: hidden;transition: 0.3s;}
.col-page-product .video-list li:nth-child(3n){margin-right: 0;}
.col-page-product .video-list li .img {overflow: hidden;}
.col-page-product .video-list li .img img{transition: 0.36s;width: 100%;}
.col-page-product .video-list li:hover .img img{transform: scale(1.1);}
.col-page-product .video-list li .title{text-align: center;}
.col-page-product .video-list li .title h3{font-size: 18px;margin-top: 25px;}
.col-page-product .download-list {padding:100px 0}
.col-page-product .download-list .container2>h2{text-align: center;font-size: 30px;margin-bottom: 35px;}
.col-page-product .download-list .container2 ul li{height: 60px;line-height: 60px;padding:0 3vw 0 4vw;text-align: left;}
.col-page-product .download-list .container2 ul li:nth-child(2n-1){background: #f2f2f2;}
.col-page-product .download-list .container2 ul li h2{font-size: 14px;font-weight: 400;display: inline-block;overflow: hidden;text-overflow: ellipsis;width: calc(100% - 60px);line-height: 60px;white-space: nowrap;}
.col-page-product .download-list .container2 ul li h2 a:hover{text-decoration: underline;}
.col-page-product .download-list .container2 ul li .pull-right a:hover{color:#005ca7}


/* 产品详情页 */
.col-product-detail {position: relative; z-index:10; background:#fff;}
.col-product-detail .pro_show{padding:0vh 0 3vh 0;}
.col-product-detail .pro_show p.back{color:#004899;margin: 0 0 35px;}
.col-product-detail .pro_show p.back i.fa{vertical-align: baseline;}
.col-product-detail .pro_show p.back a{border-bottom: 1px solid;color:#004899;display: inline-block;margin-left: 10px;font-weight: bold;font-size:16px;text-transform: uppercase;}
.col-product-detail .pro_show .wrap{display: -webkit-flex;display: -ms-flexbox;display: flex;justify-content: space-between;}
.col-product-detail .pro_show .wrap .caseleft{width: 50%;padding-right: 3vw;}
.col-product-detail .bimg{border:1px solid #dedede;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb{margin-top:25px;position: relative;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-pagination {position: relative;bottom: auto;margin-top:2vh;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-pagination span{width: 10px;height: 10px;background: #fff;opacity: 1;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-pagination span.swiper-pagination-bullet-active{background: #205287;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-slide{border:1px solid transparent;transition: 0.36s;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-slide-thumb-active{border:1px solid #1b1b1b;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-button{position: absolute;width: auto;height: 100%;font-size: 28px;color:#313131;background: none;top: 0;margin-top: 0;opacity: 1;outline: none;font-weight: bold;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-button i{position: absolute;top:50%;transform: translateY(-50%);}
.col-product-detail .pro_show .wrap .caseright{width: 50%;position: relative;padding-bottom: 70px;padding-left: 2.5vw;}
.col-product-detail .pro_show .wrap .caseright h1{margin:25px 0 4.5vh;font-size: 36px;font-weight: bold;}
.col-product-detail .pro_show .wrap .caseright .content{font-size: 18px;color:#666;line-height: 1.666;font-weight: 500;}
.col-product-detail .pro_show .wrap .caseright a.inquiry{background-color: #004899;width: 200px;height: 50px;text-align: center;line-height: 50px;font-size: 18px;font-weight: 500;color:#fff;display: block;margin-top:7vh}
.col-product-detail .pro_show .wrap .caseright .prenext{position: absolute;left: 2.5vw;bottom: 5px;}
.col-product-detail .pro_show .wrap .caseright .prenext ul li{line-height: 2;font-size: 16px;color:#a1a1a1;font-weight: 500;}
.col-product-detail .pro_show .wrap .caseright .prenext ul li a{color:#004899;}
.col-product-detail .pro_show .wrap .caseright .prenext ul li a:hover{border-bottom:1px solid;}
.col-product-detail .box h2{margin: 0 0 5vh;position: relative;font-size: 3rem;font-weight: bold; padding-bottom:15px;}
.col-product-detail .box h2::before{content:'';width: 68px;height: 3px;background: #205287; position:absolute; bottom:0; left:0;}
.col-product-detail .box1{padding:4vh 0 14vh;}
.col-product-detail .box1 .content{color:#666;font-size:18px;line-height: 2;font-weight: 500;}
.col-product-detail .box1 .content strong{color:#205287;font-weight: bold;}
.col-product-detail .box1 .content table{width:100%; border-left:1px solid #dedede;}
.col-product-detail .box1 .content table .firstRow td{background:#205287; color:#fff; border:none;}
.col-product-detail .box1 .content table td{border-right:1px solid #dedede; border-bottom:1px solid #dedede;  padding:8px 0; text-align: center;}
.col-product-detail .box1 .content table td strong{color:#fff;}
.col-product-detail .application-slide{background: #fff;padding:7vh 0 9vh;}
.col-product-detail .application-slide h2{margin-bottom: 6vh;}
.col-product-detail .application-slide .application-slide-container{padding-bottom: 110px;}
.col-product-detail .application-slide .swiper-slide .img{overflow: hidden;}
.col-product-detail .application-slide .swiper-slide .img img{width:100%;transition: 0.36s;}
.col-product-detail .application-slide .swiper-slide .title{font-size:18px;font-weight: 500;margin-top:18px;}
.col-product-detail .application-slide .swiper-button{top:auto;bottom:0;margin-top: 0;width: 60px;height: 60px;border:1px solid #959595;text-align: center;line-height: 58px;font-size:18px;color:#313131;background: transparent;transition: 0.36s;outline: none;position: absolute;}
.col-product-detail .application-slide .swiper-button-prev{left: 50%;margin-left: -65px;}
.col-product-detail .application-slide .swiper-button-next{right:50%;margin-right:-65px}
.col-product-detail .application-slide .swiper-button:hover{background: #205287;color:#fff;border-color: #205287;}
.col-product-detail .detail{background: #eff2f5;padding:8vh 0 6vh}


.col-product-detail .box2 .content{font-size:0;}
.col-product-detail .box2 .content p{display: inline-block;width:25%;vertical-align: middle;font-size:18px;font-weight: 500;}
.col-product-detail .box2 .content p em{display: inline-block;vertical-align: middle;width:72px;height: 72px;border-radius: 50%;box-shadow: 2.5px 4.33px 5px 0px rgba(6, 0, 1, 0.08);margin-right: 25px;transition: 0.36s;}
.col-product-detail .box2 .content p:hover em{transform: translateY(-5px);}
.col-product-detail .box2 table{width: 100%;}
.col-product-detail .box2 table img{border-radius: 50%;box-shadow: 2.5px 4.33px 5px 0px rgba(6, 0, 1, 0.08);transition: 0.36s;}
.col-product-detail .box2 table td:hover img{transform: translateY(-5px);}
.col-product-detail .box2 table td p:last-child{margin-left: 25px;}
.col-product-detail .box3 table{width:100%;border-bottom:1px solid rgba(0,0,0,0.4);}
.col-product-detail .box3 table:nth-child(1){border-top:1px solid rgba(0,0,0,0.4)}
.col-product-detail .box3 table tr:not(.firstRow){display: none;}
.col-product-detail .box3 table tr.firstRow{cursor: pointer;}
.col-product-detail .box3 table tr td{padding:15px 12px;font-size:16px;font-weight: 500;line-height: 1.625;border-bottom: 1px dashed #dcdcdc;color:#666;}
.col-product-detail .box3 table tr.firstRow td{position: relative;font-size:18px;color:#000;}
.col-product-detail .box3 table tr.firstRow td::after{content:'+';font-size:24px;font-weight: bold;color:#000;position: absolute;right: 26px;top:50%;transform: translateY(-50%);line-height: 1;}
.col-product-detail .box3 table tr.firstRow.active{background: #000;}
.col-product-detail .box3 table tr.firstRow.active td{color:#fff;}
.col-product-detail .box3 table tr.firstRow.active td::after{content:'-';color:#fff;font-size: 30px;}
.col-product-detail .box4 table{width:100%;border-collapse: separate;border-spacing:0 30px;}
.col-product-detail .box4 table tr{box-shadow: 0px 0px 16px 0px rgba(6, 0, 1, 0.08);}
.col-product-detail .box4 table td{background: #fff;vertical-align: middle;border-radius: 3px;padding:30px 3.5vw;color:#666;font-size:16px;}
.col-product-detail .box4 table td strong{color:#205287;font-weight: bold;font-size:24px;}
.col-product-detail .box4 table td a{display: inline-block;width:200px;height: 50px;line-height: 48px;border:1px solid #d2d2d2;text-align: center;color:#666;font-weight: 500;text-transform: uppercase;transition: 0.36s;}
.col-product-detail .box4 table td a:hover{color:#fff;background: #205287;}

.col-product-detail .recommend{padding:7vh 0 11vh;}
.col-product-detail .recommend ul li{float: left;width:32%;margin-right: 2%;}
.col-product-detail .recommend ul li:nth-child(3n){margin-right: 0;}
.col-product-detail .recommend ul li .img{overflow: hidden;}
.col-product-detail .recommend ul li .img img{width:100%;transition: 0.8s;}
.col-product-detail .recommend ul li .title{margin-top:15px;font-size:18px;font-weight: 500;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.col-product-detail .recommend ul li:hover .img img{transform: scale(1.1);}
.col-product-detail .recommend ul li:hover .title{color:#205287}


.col-product-detail  .content .pcd{margin-bottom: 20px;}
.col-product-detail  .content .pcd li{width: 50%; display: inline-block;     overflow: overlay;}
.col-product-detail  .content .pcd li table td{    text-align: center;
    border: 1px solid #dedede !important;
    vertical-align: middle;
  }

.col-product-detail .content .pcd li .model td{background: #fff !important;
    color: #666 !important; padding-bottom: 1% !important;
  }    
.col-product-detail .content .pcd li .model td strong{ color: #205287 !important;}    
.col-product-detail .content .pcd li table .firstRow strong{color: #fff;}



.pin-wrapper{position: absolute;right: 0;top:0;z-index: 90;}
.sider{text-align: right;padding:15px 0;max-width: 150px;/*position: fixed;*/right: 0;top:12vh;z-index: 90;margin-right:2vw;}
.sider ul li{margin-bottom: 16px;color:#b2b2b2;font-weight: 500;max-width:90px;padding-left: 15px;line-height: 1.429;cursor: pointer;transition: 0.3s;border-right:2px solid transparent; position:relative;}
.sider ul li:before{content:""; width:10px; height:10px; border-radius:100%; border:2px solid #ccc; position:absolute; left:0; top:50%; transform:translateY(-50%); transition:.5s;}
.sider ul li.active,.sider ul li:hover{color:#205287; font-weight: bold; transition:.5s;}
.sider ul li.active:before,.sider ul li:hover:before{border-color:#205287; transition:.5s;}


/* image*/
.col-page-image .col-honor{padding: 8vh ;}
.col-page-image .title-head{font-size: 3.6rem; color: #333; margin-bottom: 20px;}
.col-page-image .col-equipment{background: #f7f9fa; padding: 8vh 0;}
/*news*/
.col-page-news{background:#f2f2f2; padding-bottom:8vh;}
.news-list{position: relative; margin-left:-12px; margin-right: -12px; padding-bottom: 50px;}
.news-list>ul{font-size: 0;}
.col-page-news .news-list li{font-size: 1.5rem;  display:inline-block; float:none;}
.col-page-news .news-list li .s-date{color: #999;}
.news-list>ul{font-size: 0;}
.news-list>ul>li{width: 25%; display: inline-block; float:none; vertical-align: top; }
.news-list>ul>li.even a{position: relative; top: 50px;}
.news-list>ul>li>a{display: block; margin:10px 12px; background: #fff; border:1px solid #dedede; transition: 0.5s all;}
.news-list>ul>li>a h2{font-size: 1.5rem; margin: 10px 0; line-height: 1.5;}
.news-list>ul>li>a:hover{}
.news-list>ul>li>a .content{padding: 15px;}
.news-list>ul>li>a>p{font-size: 13px; color: #666; line-height: 24px;}
.news-list>ul>li>a p.news-cate{font-size: 1.2rem; display: inline-block; background: #ff6600; color: #fff;  padding:5px 10px;}
.news-list>ul>li>a p.news-date {color: #666; font-size: 1.5rem;}
.news-list>ul>li>a p.news-date i{font-size: 1.5rem; margin-right: 10px;}
.news-list>ul>li>a .img{overflow: hidden;}
.news-list>ul>li>a img{width:100%; transition: 0.5s all;}
.news-list>ul>li>a:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1); transition: 0.5s all;}
.graphic-list>ul>li{overflow: hidden; }
.graphic-list>ul>li .img{}
.graphic-list>ul>li .content{}
.graphic-list>ul>li>a h2{font-size: 1.8rem; color: #222; max-height: 50px; overflow: hidden; font-weight: bold;position: relative; transition: .5s all;}
.graphic-list>ul>li>a .news-desc{font-size: 1.4rem; line-height: 1.7; height: 80px; overflow: hidden; color: #666;}
.graphic-list>ul>li>a p.news-date{margin: 20px 0 10px 0; font-size: 1.2rem; color: #999;}
.img-list>ul>li>a{margin:0 25px;}
.img-single>ul>li{border-bottom: 1px solid #dedede;}
.page-single{padding: 30px 0;}
.nycontainer{padding: 0 0 5VH 0;}
.newshow .newshowtit {text-align: center; margin-top: 55px; border-bottom: 1px dotted #bfbebe;}
.newshow .newshowtit h1 {font-size: 22px; color: #333;}
.newshow .newshowtit .date {line-height: 65px; font-size: 12px; color: #999;}
.newshow .newshowtxt p { margin-top: 25px; line-height: 25px;}
.newshow .newshowimg {  text-align: center; margin: 65px 0;}
.prev-next { float: left; margin-top: 10px;}
.prev-next a {display: block; color: #999; line-height: 25px; transition: 0.3s;}
.prev-next a b { color: #666;}
.prev-next a:hover { color: #d80808;}
.prev-next a.prev { border-bottom: 1px dashed #d4d4d4;  }


/* 新闻详情页 */
.col-news-detail{background: #fff;}
.col-news-detail .newsList a.column{color:#fff;background: #205287;width: 150px;text-align: center;height: 38px;line-height: 38px;font-weight: bold;display: block;margin-bottom: 15px;border-radius: 38px;}
.col-news-detail .newsList h1{font-size: 30px;font-weight: bold;line-height: 1.2;margin-bottom: 15px;}
.col-news-detail .newsList p.date{color:#9f9f9f;font-size: 18px;font-weight: 500;text-transform: uppercase;margin-bottom: 6vh;}
.col-news-detail .newsList .content{color:#666;font-size: 18px;line-height: 1.888;font-weight: 500;}
.reading{padding:9vh 0 5vh;background: #eff2f5;}
.reading h2{text-align: center;color:#205287;font-weight: bold;font-size:36px;margin-bottom: 6vh;}
.reading li{float: left;width: 24%;margin-right: 1.333%;transition: 0.36s;background: #fff;}
.reading li:nth-child(4n){margin-right: 0;}
.reading li .img{overflow: hidden;}
.reading li .img img{width: 100%;transition: 0.8s;}
.reading li .content{padding:38px 25px;}
.reading li .content h3{font-size:14px;font-weight: bold;line-height: 1.57;margin-bottom: 10px;text-transform: uppercase;height: 42px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.36s;}
.reading li .content p{color:#205287;font-weight: bold;margin-bottom: 3vh;}
.reading li .content .s-content{color:#666;line-height: 1.57;height: 63px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.reading li:hover{box-shadow: 0px 5px 13px 0px rgba(6, 0, 1, 0.21);}
.reading li:hover .img img{transform: scale(1.1);}
.reading li:hover h3{color:#205287}
.newsletter{text-align: center;background: #eff2f5;padding:6vh 12vh;}
.newsletter h2{text-align: center;color:#205287;font-weight: bold;font-size:36px;margin-bottom: 20px;}
.newsletter .content{font-size:16px;font-weight: bold;color:#8f8f8f;margin-bottom: 5vh;}
.newsletter form ul li{margin-bottom: 15px;}
.newsletter form ul li:nth-child(-n+2){width: 49%;float: left;}
.newsletter form ul li:nth-child(1){margin-right: 2%;}
.newsletter form ul li input,.newsletter form ul li textarea{width:100%;height: 50px;border-radius: 5px;background: #fff;border:1px solid #d2d2d2;padding-left: 10px;outline: none;}
.newsletter form ul li textarea{padding-top:10px;min-height: 180px;}
.newsletter form .sub{display: block;margin:6vh 0 0;width: 240px;height: 46px;border:3px solid #205287;line-height: 40px;text-align: center;font-weight: bold;font-size:14px;color:#205287;transition: 0.36s;text-transform: uppercase;}
.newsletter form .sub:hover{background: #205287;color:#fff;}

/* 新闻详情页 */
.col-news { position: relative; margin: 0 auto;}
.col-news-detail{background: #fff; padding: 5vh 0;}
.col-news article {margin:40px 0;float: left;width: 100%;}
.col-news .met_clear {clear: both;}
.col-news .met_module2 h1.met_title {font-size: 28px;font-weight: normal;padding: 5px 0;color:#000;}
.col-news .met_module2 .met_infos {color: #818181;font-size: 12px;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.col-news .met_module2 .met_time { padding-right: 6px;}
.col-news .met_module2 .met_source {padding-right: 6px;}
.col-news .met_module2 .met_source a {color: #607fa6;}
.col-news .met_module2 .met_editor { padding: 0 10px;color:#000;}
.col-news .met_editor {line-height: 2;}
.col-news .met_tools {border-top: 1px solid #ddd;margin-top: 30px;position: relative;padding: 10px 10px 0;}
.col-news .met_tools .met_page {clear: both;color: #818181;}
.col-news .met_tools .met_page li {display: inline-block;list-style: none;margin-right: 30px;}
.col-news .met_tools .met_page li:last-child{margin-right: 0}
.col-news .met_tools .met_page li span {padding-right: 5px;}
.col-news .met_tools .met_page a {color: #607fa6;}

.nycontainer{padding: 0 0 5VH 0;}
.newshow .newshowtit {text-align: center; margin-top: 55px; border-bottom: 1px dotted #bfbebe;}
.newshow .newshowtit h1 {font-size: 22px; color: #333;}
.newshow .newshowtit .date {line-height: 65px; font-size: 12px; color: #999;}
.newshow .newshowtxt p { margin-top: 25px; line-height: 25px;}
.newshow .newshowimg {  text-align: center; margin: 65px 0;}
.prev-next { float: left; margin-top: 10px;}
.prev-next a {display: block; color: #999; line-height: 25px; transition: 0.3s;}
.prev-next a b { color: #666;}
.prev-next a:hover { color: #d80808;}
.prev-next a.prev { border-bottom: 1px dashed #d4d4d4;  }

/* contact */
.col-page-contact{padding-bottom: 0; background:#fff;}
.col-contact {padding-bottom: 10vh;}
.col-contact h2{font-size: 3rem; color: #1470cc; margin:60px auto 30px auto;}
.col-contact table{width: 100%；;}
.col-contact td strong{ color: #999; }
.col-contact td{padding-right: 30px; width: 20%; font-family: "din";}
.col-contact td:first-child{width: 30%; }
.col-contact p{ font-size: 1.8rem; line-height: 1.8;}
.col-map{position: relative; z-index: 9; margin-top: -100px;}
#allmap, #gaode_map{width: 100%; min-height: 650px; }
#allmap label{display: block!important; max-width:250px!important; left: -62px!important; top: 20px!important;}
#allmap .BMap_Marker>div{width: 39px!important;}
#allmap .baidu-map-content{line-height: 1.6; padding-top: 10px;}
.map-content{line-height:1.8; padding:15px;}
.map-content img{width:80%; margin-bottom:20px;}
.amap-info{width:400px;}
.col-message{}
.col-message .title-head{margin: 0 0 5vh auto;}

/* search */
#search{padding: 6vh 0;overflow:hidden}
#search .goomay-keywords-light{background: #e3007f !important;color:#ffffff !important;}
#search .search_left{border: 1px solid #d6d6d6;padding-top:5px;padding-bottom:5px;}
#search .s_head{border-bottom: 1px solid #d6d6d6;height: 50px;}
#search .s_head h2{line-height: 50px;text-align: center;font-size: 24px;font-weight: bold;color:#d92129;}
#search .s_body ul{margin-top: 10px;}
#search .s_body ul span{display: block;color: #333;line-height: 40px;}
#search .s_body ul input,.s_body ul select{height: 35px;width: 100%;line-height: 35px;border: 1px solid #e6e6e6;padding-left: 10px;margin-bottom: 10px;}
#search .s_body .sub input{height: 45px;line-height: 45px;background: #205287;border: 0;color: #fff;transition: 0.3s;text-align: center;padding-left: 0px;font-size: 16px;}
#search .search_right .no-result{text-align: center;font-size: 30px;color:#205287;margin-top:50px;}
#search .search-result-title{font-size: 20px;color: #333;line-height: 30px;height: 30px;overflow: hidden;}
#search .entry-image {float: left;width: 120px;margin: 0 20px 0 0;}
#search .entry-c{position: relative;overflow: hidden;}
#search .search-result-info{padding:5px 0;}
#search .search-result-info li{display: inline-block;}
#search .entry-content p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#search .search_right em{color: #004cff;}
#search .search_right .search-result{margin-left:25px;}
#search .search_right .search-li{border-bottom: 1px solid #d6d6d6;margin-bottom: 30px;padding-bottom: 10px;}
#search .search_right li{overflow: hidden;}
#search .search-result-info li:before{content: '/';display: inline-block;margin-left: 10px;margin-right: 10px;opacity: 0.5}
#search .search-result-info li:first-child:before { display: none; }
#search .product_list{padding-bottom: 15px;border-bottom: 1px solid #d6d6d6; margin-bottom: 15px;}
#search .product_img{float: left;}
#search .product_img img{border-radius: 50%;}
#search .product_img img:hover{width: 90px;height: 90px;}
#search .product_body{float: left;margin-left: 20px;margin-top: 10px;}
#search .se_news{float: right;width: 79%;}
#search .news ul li .se_news a {color:#d80808;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
#search .search_right .news .date em{color: #fff;}


/****询盘****/
.inquiry-container .row{margin-left:0px;margin-right:0px;}
.inquiry-container li img{height:30px;}
.inquiry-container a{color:#000000;}
.inquiry-input{padding:0 10px 0 0!important;}
.inquiry-text{padding-right: 10px;}
.inquiry-title{font-size: 24px;margin:0px 0px 40px;color:#cccccc;position: relative;}
.inquiry-title:before{width: 90%;content:"";position: absolute;border-top: 1px dashed #cccccc;right: 0;top:15px;}
.inquiry-title:after{width: 90%;content:"";position: absolute;border-bottom: 1px dashed #cccccc;right: 0;top:20px;}
.inquiry-chose{background-color:#162c4c;color:#ffffff;padding:0px 20px;line-height: 50px}
.inquiry-chose .inquiry-select select{height:30px;color:#000000;line-height: 30px;width: 100%;border:none;padding:0 20px;cursor:pointer;}
.inquiry-container .classification{padding:0;}
.inquiry-search{text-align: right;}
.inquiry-search input{width: 290px;height: 30px;line-height: 30px;padding:0 10px;color:#000000;display: inline-block;float: right;margin: 10px 0;border: 0}
.inquiry-search i{width: 40px;height: 30px;background: #016edb;color: #ffffff;float: right;line-height: 30px;text-align: center;font-size: 20px;margin: 10px 0;cursor:pointer; }
.inquiry-container .product-list{padding:20px 0 30px;border-bottom: 1px dashed #737373;color:#000000;}
.inquiry-container .fa-play{color:#ffffff;background: #162c4c;width: 24px;height:24px;line-height: 24px;text-align: center;}
.inquiry-container .product-list .product-ul li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-add,.inquiry-button{background: #205287;color:#ffffff;border: none;padding:12px 20px;width:130px;text-align: center;border-radius: 5px;cursor: pointer; margin: auto;}
.inquiry-button{}
.inquiry-reset{background: #777!important;}
.inquiry-add .fa{font-size: 16px}
.inquiry-list{margin-top:20px;}
.inquiry-container .list-head{background: #f2f2f2;height:46px!important;line-height: 46px!important;}
.inquiry-list li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-container .fa-times,.inquiry-container .fa-plus{font-size: 18px;cursor: pointer;}
.gm-row{margin:0;padding:0 !important;}
.inquiry-container .input-name{line-height: 50px;color:#0d0d0d;}
.inquiry-container .input-type input,.inquiry-container .input-type textarea{width: 100%;font-size: 14px;padding:5px; border: 1px solid #dedede;}
.inquiry-container .input-type textarea{height:160px; margin-bottom: 17px;}
.inquiry-container .input-type input{height:50px;margin-bottom: 20px}
.inquiry-container .input-verify{padding-left: 0!important;}5
.inquiry-container .input-star{color:#cd0406;}
.inquiry-form{margin:50px 0 40px;}
.inquiry-submit{margin:0 auto;margin-top: 40px;}
.inquiry-add-page{margin-top:30px;}
.inquiry-page {padding:8px 0;text-align:right;}
.inquiry-page li {display: inline;}
.inquiry-page li a{font-family: arial;background: #ffffff;padding: 2px 6px;margin: 0 2px;font-size: 12px;display: inline;border:1px solid #cccccc;}
.inquiry-page li a:hover {background: #f3f3f3;}
.inquiry-page li.active a{background: #f3f3f3;color: #ababab;}
.inquiry-page li.bgnone a{display: none;}
.submit-hide{display: none;}
.inquiry-captcha .captcha_src{height:40px;}
.captcha-txt{line-height:40px;}
/* 底部 */
#gotoTop{width:50px;height:50px;display: block;color:#fff;text-align: center;position: fixed;right: 30px;bottom: 15vh;background: #205287;z-index: 99;font-size: 24px;cursor: pointer;text-align: center;line-height: 48px;}
.footer {background: #434343;padding:9vh 0 0; position:relative; z-index:10;}
.footer-logo{border-bottom:1px solid #666; overflow:hidden; padding-bottom:20px; margin-bottom:30px;}
.footer .footer-nav {margin-bottom: 50px;}
.footer .footer-nav ul li{float: left;width: 14.2%;}
.footer .footer-nav ul li>a{color:#fff;font-size:18px;font-weight: bold;text-transform: uppercase;}
.footer .footer-nav ul li .child{margin-top:25px;padding-top:5px;}
.footer .footer-nav ul li .child a{display: block;margin-bottom: 10px;font-size: 14px;color:rgba(255, 255, 255, 0.8);transition: 0.3s;}
.footer .footer-nav ul li .child a:hover{color:#205287}
.footer .share{margin:6vh 0 4vh;text-align: center;}
.footer .share a{display: inline-block;width:40px;height: 40px;border-radius: 50%;text-align: center;line-height: 40px;color:#000;font-size: 18px;transition: 0.3s;margin:0 2px;background: #e7eaee;}
.footer .share a:hover{background: #c2c4c5;}
.footer .wrap {padding-bottom: 15px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.footer .wrap .pull-right{color:#fff;font-size:16px;}
.footer .footer-contact{color: #fff; margin-top: 30px;}
.footer .footer-contact li{margin-bottom: 10px;}
.footer .footer-contact .tel {font-size:1.6rem; ;}
.footer .footer-contact .tel p{font-family: 'din'; font-size: 2.4rem;}
.footer .copyright{background:#1b1b1b; padding:15px 0; color:#ccc;}
.footer .foot-contact{ color:#fff; }
.footer .foot-contact h3{font-size:2rem; margin-bottom:20px;}
.footer .foot-contact p{line-height:2; color:#999;}
.footer .foot-contact p i{margin-right:15px; color:#fff;}
/* 副导航 */
/* 视频播放器 */
.video-box {position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;font-size: 0;z-index: 99999999999;}
.video-box button {display: inline-block;padding: 0;border: 0 none;background: none;text-align: center;outline: none;cursor: pointer;}
.video-box .video-button {display: inline-block;width: 36px;height: 36px;color: #fff;position: relative;overflow: hidden;}
.video-box .video-button i {font-size: 56px;}
.video-box .video-button.video-btn-volume i {font-size: 20px;}
.video-box .video-button.video-tooltip-toggle i {font-size: 20px;}
.video-box .video-video {position: relative;width: 100%;height: 100%;overflow: hidden;}
.video-box .video-video video {position: relative;display: block;top: 0;left: 0;width: 100%;height: 100%;background: #000;}
.video-box .video-container {width: 852px;min-height: 550px;max-height: 90vh;background: #000000;overflow: hidden;opacity: 0;}
.video-box .video-container.video-ready {opacity: 1;}
.video-box.quanping .video-container {width: 100%;height: 100%;max-height: 100%;position: relative;left: 0;top: 0;transform: none;}
.video-box.video-playing .video-div.video-hide-ui .video-ui {-webkit-transform: translateY(39px);-ms-transform: translateY(39px);transform: translateY(39px);}
.video-box.heibian .video-container {padding: 40px 0;}
.video-box.heibian .video-div.video-hide-ui .video-ui {-webkit-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);}
.video-box.heibian.quanping .video-container {padding: 0;}
.video-box.hideui .video-div .video-ui {-webkit-transform: translateY(39px);-ms-transform: translateY(39px);transform: translateY(39px);}
.video-box .i {font-family: none;height: 100%;width: 100%;background-size: 80%;background-position: center;background-repeat: no-repeat;}
.video-box .i:before,.video-box i:after {display: none !important;}
.video-box .i-voice-on {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-box .i-voice-off {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-box .i-bofang {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-box .i-zhanting {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-box .i-quanping {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-box .i-suoxiao {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.video-bg {position: absolute;height: 100%;width: 100%;background: #000;opacity: .9;}
.video-div {background: #000;font-size: 0;letter-spacing: -1px;position: absolute;height: 100%;width: 100%;top: 0;left: 0;}
.video-ui {position: absolute;width: 100%;height: 41px;background-color: rgba(0, 0, 0, 0.8);left: 0;bottom: 0;z-index: 6;letter-spacing: .25px;-webkit-transition: transform 0.3s ease;-o-transition: transform 0.3s ease;-ms-transition: transform 0.3s ease;-moz-transition: transform 0.3s ease;transition: transform 0.3s ease;-webkit-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);-moz-transform: translateY(0px);transform: translateY(0px);}
.video-loading-pulse {position: absolute;width: 6px;height: 24px;top: 50%;left: 50%;background-color: rgba(255, 255, 255, 0.2);-webkit-animation: pulse 750ms infinite;animation: pulse 750ms infinite;-webkit-animation-delay: 250ms;animation-delay: 250ms;}
.video-loading-pulse:before,.video-loading-pulse:after {content: '';position: absolute;display: block;height: 16px;width: 6px;background: rgba(255, 255, 255, 0.2);top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);-webkit-animation: pulse 750ms infinite;animation: pulse 750ms infinite;}
.video-loading-pulse:before {left: -12px;}
.video-loading-pulse:after {left: 12px;-webkit-animation-delay: 500ms;animation-delay: 500ms;}
@keyframes pulse {50% {  background: white;}}
.video-loading {opacity: 1;color: #2c97f6;font-size: 0;overflow: hidden;box-shadow: 0px 0px 0px 3600px #000;background: #000;width: 30px;height: 30px;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}
.video-loading i {border-radius: 50%;width: 24px;height: 24px;display: block;border: 0.25rem solid rgba(255, 255, 255, 0.2);border-top-color: white;-webkit-animation: adeg 1s infinite linear;-o-animation: adeg 1s infinite linear;-ms-animation: adeg 1s infinite linear;-moz-animation: adeg 1s infinite linear;animation: adeg 1s infinite linear;}
.video-loading .i-loading:before {display: none;opacity: 0;visibility: hidden;}
.video-loading.yihuanchun {opacity: 0;}
@keyframes adeg {0% {  -webkit-transform: rotate(0deg);  transform: rotate(0deg);}100% {  -webkit-transform: rotate(360deg);  transform: rotate(360deg);}}
.video-close {position: absolute;top: calc(52px + 10%);right: 5%;width: 30px;height: 30px;cursor: pointer;background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat: no-repeat;}
.video-bofang.f-czspjuzhong {z-index: 2;font-size: 0;}
.video-bofang.f-czspjuzhong i {display: block;border-radius: 50%;text-align: center;background-color: rgba(0, 0, 0, 0.8);color: #fff;width: 60px;height: 60px;cursor: pointer;line-height: 62px;font-size: 66px;-webkit-transition: transform 1s;-o-transition: transform 1s;-ms-transition: transform 1s;-moz-transition: transform 1s;transition: transform 1s;}
.video-hide {z-index: 0 !important;}
.video-hide i {opacity: 0;-webkit-transform: scale(3);-o-transform: scale(3);-ms-transform: scale(3);-moz-transform: scale(3);transform: scale(3);will-change: transform, opacity;z-index: 0;}
.video-progress {display: block;position: absolute;width: 100%;bottom: 36px;height: 5px;cursor: pointer;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;z-index: 2;}
.video-progress:hover .video-progress-hover,.video-progress:hover .video-tooltip-time {opacity: 1;}
.video-tooltip-time {width: 46px;position: absolute;height: 20px;z-index: 5;left: 0;right: 0;bottom: 8px;opacity: 0;-webkit-transition: opacity 0.5s;-o-transition: opacity 0.5s;-ms-transition: opacity 0.5s;-moz-transition: opacity 0.5s;transition: opacity 0.5s;}
.video-tooltip-time .video-tinytip-content {margin-left: -23px;}
.video-tooltip-time .video-text {background: rgba(0, 0, 0, 0.5);padding: 2px;border-radius: 2px;}
.video-tinytip .video-tooltip-content {display: inline-block;padding: 0 4px;color: rgba(255, 255, 255, 0.5);font-size: 10px;line-height: 20px;text-align: center;}
.video-progress-padding {position: absolute;width: 100%;height: 16px;bottom: 0;z-index: 40;cursor: pointer;}
.video-progress-list {position: relative;top: -1px;z-index: 39;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.2);-webkit-transform: scaleY(0.6);-ms-transform: scaleY(0.6);transform: scaleY(0.6);transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);}
.video-progress-play,.video-progress-buffer,.video-progress-hover {position: absolute;top: 0;left: 0;width: 0;height: 100%;}
.video-progress-buffer {z-index: 33;background-color: rgba(255, 255, 255, 0.4);-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.video-progress-hover {z-index: 34;background-color: rgba(255, 255, 255, 0.5);opacity: 0;-webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);-o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);-ms-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);-moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);}
.video-progress-play {z-index: 35;background-color: #2c97f6;}
.video-progress-handle {width: 13px;height: 13px;position: absolute;top: 50%;right: -6.5px;margin-top: -6.5px;border-radius: 50%;background-color: #2c97f6;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);}
.video-progress-padding:hover + .video-progress-list {-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);}
.video-progress-padding:hover + .video-progress-list .video-progress-handle {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.video-controls-buttons {position: absolute;bottom: 0;left: 0;height: 36px;width: 100%;padding: 0 10px;z-index: 3;}
.video-time-panel {font-size: 12px;color: #777;display: inline-block;vertical-align: top;height: 36px;padding: 0 5px;line-height: 36px;letter-spacing: .25px;}
.video-time-panel-current {color: #DEDEDF;}
.video-fullscreen {float: right;}
.video-definition {float: right;width: 55px;height: 36px;position: relative;}
.video-definition .video-button {width: 100%;}
.video-definition .video-button span {background: #fff;color: #333;font-size: 14px;padding: 2px 5px;}
.video-definition .video-tooltip-content {width: 80px;left: 50%;margin-left: -40px;display: none;background: rgba(0, 0, 0, 0.5);}
.video-definition:hover .video-tooltip-content {position: absolute;bottom: 35px;color: #aaa;display: block;z-index: 6;}
.video-menu .video-menu-item {display: block;width: 100%;line-height: 36px;font-size: 14px;text-align: center;white-space: nowrap;padding: 0 12px;cursor: pointer;position: relative;height: 38px;background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat;background-size: 80% 1px;}
.video-menu .video-menu-item:hover {color: #fff;background: rgba(255, 255, 255, 0.12);}
.video-menu .video-menu-item.video-active {color: #FF8F00;}
.video-volume {float: right;position: relative;}
.video-popup .video-popup-content {transform: scaleY(0);bottom: 41px;position: absolute;}
.video-popup .video-popup-content:after {content: '';position: absolute;bottom: -10px;left: 50%;margin-left: -5px;border: 5px solid transparent;border-top-color: rgba(0, 0, 0, 0.5);}
.video-popup:hover .video-popup-content {-webkit-transform: scaleY(1);-o-transform: scaleY(1);-ms-transform: scaleY(1);-moz-transform: scaleY(1);transform: scaleY(1);}
.video-volume-slider {left: 0;width: 36px;height: 100px;cursor: pointer;background: rgba(0, 0, 0, 0.8);}
.video-tinytip-tiao {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-volume-range {position: absolute;left: 16px;top: 10px;width: 4px;height: 80px;background-color: rgba(0, 0, 0, 0.2);}
.video-volume-range-current {position: absolute;left: 0;bottom: 0;width: 100%;height: 50%;background-color: #2c97f6;}
.video-volume-handle {position: absolute;top: 0;left: -4px;width: 12px;height: 3px;background-color: #fff;}
@media (max-width: 998px) {
  .video-box .video-container {width: 80vw;max-height: 80vh;min-height: 44.9vw;}
}
@media (max-width: 468px) {
  .video-box .video-container {width: 100vw;min-height: 54.9vw;}
  .video-loading i {font-size: 26px;}
  .video-definition {display: none;}
}
 /*视频结尾*/
.f-czspjuzhong {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}


/* media */
@media (min-width: 1400px) {
  .container{width: 1280px}
}
@media (max-width: 1900px) {
	.col-index-about .about-us .col-txt h2{font-size:3.5rem;}
	.col-index-about .about-us .col-txt .content{}
}
@media (max-width: 1600px) {
	.container2{padding:0 6vw;}
	.header .inner nav{margin-right:2vw;}
  .col-banner .swiper-slide .img{height: 800px;}
  #col-banner .swiper-slide .img{height: 600px;}
  .col-banner .swiper-slide img{display:none;}
  #col-index-banner{height: 800px;}
  #col-index-banner .swiper-slide img{display:block;}
	.col-index-about .about-us .col-txt h2{font-size:3.2rem;}
	.col-index-about .about-us .col-txt .content{}
	.col-index-about .about-us .col-txt{background-size:70%;}
}
@media (max-width: 1440px) {
	.container2{padding:0 5vw;}
  .header .inner .index-logo{min-width:219px; background-size:219px;}
  #col-index-banner .ban_cont p:nth-child(1){font-size:48px}
  .col-banner .swiper-slide .img{height: 700px;}
  #col-banner .swiper-slide .img{height: 540px;}
  #col-index-banner{height: 700px;}
  .col-index-contact .right{/*padding-right: 5vw;*/}
  .header .inner{padding:0 10px;}
  .header .inner nav ul li{margin-right: 1vw;}
  	.col-index-about .about-us .col-txt h2{font-size:3rem;}
	.col-index-about .about-us .col-txt .content{}
	.col-index-block ul li .inner{width:380px; padding-left:110px;}
	.col-index-block ul li .inner .s-desc{font-size:1.6rem; line-height:1.5; color:#000;}
  .col-index-application{height: 620px;}
  .col-index-application .swiper-slide{height :620px; background-size:cover!important;}
  .sider{margin-right: 5px;}
}
@media (max-width: 1366px) {
	.container2{padding:0 4vw;}
	.header .inner nav{margin-right:1vw;}
	.header .inner .index-logo{min-width:280px; background-size:280px;}
  .header .inner nav ul li{margin-right: 0.5vw;}
  .header .inner .language{padding-right:1vw;}
  .header .inner .index-search{padding-left:1vw;}
  .col-banner .swiper-slide .img{height: 650px;}
  #col-banner .swiper-slide .img{height: 500px;}
  #col-index-banner{height: 650px;}
	.col-index-about .about-us .col-txt .content{}
  .col-index-application{height: 570px;}
  .col-index-application .swiper-slide{height :570px; background-size:cover!important;}
  .col-page-about .col-history{min-height: 565px;}
}
@media (max-width: 1280px) {
   	.col-banner .swiper-slide .img{height: 600px;}
  #col-banner .swiper-slide .img{height: 450px;}
  #col-index-banner{height: 600px;}
	.container{padding:0 80px;}
 	.col-banner .scroll-down{bottom: 100px;}
	.col-index-about .about-us .col-txt .content{}
  	.col-index-about .about-us .col-txt h2{font-size:3rem;}
  	.col-index-about .about-us .col-txt p{font-size:1.7rem;}
	.col-index-block ul li .inner{width:330px; padding-left:110px;}
	.col-index-block ul li .inner .s-title{margin-bottom:10px;}
	.col-index-block ul li .inner .s-desc{font-size:1.6rem; line-height:1.5; color:#000;}
  	.col-index-application{height: 510px;}
  	.col-index-application .swiper-slide{height :510px; background-size:cover!important;}
	.sider{max-width:800px;}
	.sider ul {font-size:0;}
	.sider ul li{display:inline-block; font-size:16px; margin-right:10px;}
	.news-list>ul>li{width:33.33%;}

}
@media (max-width: 1200px) {
	.header .inner .index-logo{min-width:240px; background-size:240px;}
  .header .inner nav ul li{margin-right: 0;}
  .header .inner nav ul li>a{padding:0 5px;}
  .col-banner .swiper-slide .img{height: 550px;}
  #col-banner .swiper-slide .img{height: 400px;}
  #col-index-banner{height: 550px;}
  .col-product-detail .box2 .content p em{width:55px;height: 55px;margin-right:5px;}
  .container{padding-left: 10px !important;padding-right: 10px !important;}
  	.col-index-about .about-us .col-txt .content{}
  	.col-index-about .about-us .col-txt h2{font-size:2.5rem;}
  	.col-index-about .about-us .col-txt a.more{padding:10px 40px; font-size:1.6rem;}
}
@media (max-width: 1024px) {
  .col-banner .swiper-slide .img{height: 480px;}
  #col-banner .swiper-slide .img{height: 350px;}
  #col-index-banner{height: 480px;}
  .col-index-application{height: 400px;}
  .col-index-application .container2{padding-top: 10vh;}
  .col-index-application .container2 a{margin-top: 6vh;}
  .col-index-application .swiper-slide{height :400px; background-size:cover!important;}
}
@media (max-width: 992px) {
  html{font-size: 8px;}
  .container2{padding:0 4vw;}
  .header .inner .right-bar { font-size: 0; position: absolute; top: 15px; right: 60px;}
  .head_active .inner .index-search:before, .header .inner .index-search:before{display: none;}
  .header .inner .index-search{margin-left: 20px; float: left!important;}
  #header.cur a.mm_btn{top: 10px;}
  .header .inner nav,.header .inner .language{display: none;}
  .header .inner,.header .inner .logo,.head{height: 80px;line-height: 80px;}
  #col-index-banner .ban_cont{}
  .col-banner .swiper-slide .img{height: 480px; background-size:cover!important; background-position:center!important}
  #col-banner .swiper-slide .img{height: 350px;}
  .col-banner .scroll-down{display: none;}
  .sider{display: none;}
  #col-index-banner .swiper-pagination{bottom: 50px;}
  .col-index-about .about-us .col{}
  .col-index-about .about-us .col-img{}
  .col-index-about .about-us .col-txt .content {}
  .col-index-about .about-num ul{width:90%;}
  .col-index-about .about-num li{width:45%;}
  .col-index-news{padding:4vh 0 8vh;}
  .col-index-about .img img{width: 100%;}
  .col-index-about .img .content{position: relative;top: auto;transform: none;margin: 20px auto 0;}
  .col-index-product .swiper-slide .content h3{padding: 15px 0 20px;}
  .col-index-product .swiper-slide .title{padding:30px 10px;}
  .col-index-block ul li{width:100%; margin-bottom:30px;}
  .col-page-about .sub-container, .col-page-product .sub-container{ padding: 0 30px }
  .col-page-about .about-content{width: auto;}
  .col-page-about .col-profile{}
  .col-page-product .productList ul.list li{width:46%;}
  .col-page-job .col-idea ul li .content{width:85%; top:20px; left:10%;}
  .col-page-job .col-idea ul li.even .content{top:20px;}
  .news-list>ul>li{width:50%;}
  .newsletter form div input[type="text"]{width:320px}
  .col-page-news .newsList ul.list li .content,.reading li .content{padding:15px 10px;}
  .col-product-detail .box2 .content p{width:33.33%}
  .reading li{margin-bottom: 20px;}
  .footer{padding:10px 0 30px;}
  .footer .footer-nav {display: none;}
}
@media (max-width: 800px) {
    .col-page-support .col-tech table td{padding:5px;}
}
@media (max-width: 768px) {
  #header a.mm_btn{}
  .header .inner .index-search .content input{height: 45px;}
  .header .inner .index-search .content .inpt4{width: 45px;}
  .header .inner .index-search .content .inpt3{width:65%}
  #col-index-banner .swiper-pagination,#col-index-banner .swiper-button{bottom:20px;}
  #col-index-banner .ban_cont a.more{width:180px;height: 40px;line-height: 34px;}
  #col-index-banner .ban_cont{bottom: 50%;transform: translateY(50%);}
  .col-recommend-product .product-list ul li{width:50%;}
  .col-banner .swiper-slide .img{height: 480px;}
  #col-banner .swiper-slide .img{height: 300px;}
  .col-index-contact .right form ul li:nth-child(-n+2){width: 100%;}
  .col-index-product .swiper-slide .content span.more{bottom:4vh}
  .col-page-about .data-bar{position: relative;}
  .col-page-about .about-content{width: auto; padding-left:0;}
  .col-sub-nav{margin-top:3vh;}
  .col-product-detail .box2 .content table td{display: inline-block;width: 50%;vertical-align: top;}
  .newsletter form div input[type="text"]{width:200px}
  .newsletter{padding:5vh 10px;}
  .reading li{width:100%;margin-right: 0;}
  .col-page-about .col-culture{padding-top:10vh;}
  .col-page-about .col-culture .title-head{margin-bottom:8vh;}
  .col-page-about .culture-container .swiper-slide h3{margin:20px 0 30px 0;}
  .col-page-about .col-history{padding-top:8vh;}
  .col-page-news .news-nav,.col-page-news .newsList{}
  .col-product-detail .box2 .content p{width:100%;text-align: center;margin:0 !important;}
  .col-product-detail .pro_show .box1 .content table td,.col-product-detail .box4 table td{display: block;width:100%;}
  .col-product-detail .pro_show .wrap{display: block;}
  .col-product-detail .pro_show .wrap .caseleft,.col-product-detail .pro_show .wrap .caseright{width:100%;}
  .col-page-product .product-nav ul li,.col-page-news .news-nav ul li{margin-bottom: 10px;}
  .col-page-product .product-nav,.col-page-product .productList{width:100%;float: none;margin:20px 0;}
  .col-page-product .product-nav ul{height: 120px;overflow-x: auto;}
  .col-page-about .col-honor .honor-container .swiper-slide .title{padding:10px;}
  .col-page-about .col-history .history-container{height: auto;}
  .col-page-about .col-history .history-container .swiper-slide .title{width:100px}
  .col-page-about .col-history .history-container .swiper-slide .content{width:calc(100% - 100px)}
  .col-page-about .col-history .container2{padding:6vh 10px 0;}
  .footer .wrap{text-align: center;}
  .footer .wrap .pull-right{float: none !important;}
  .col-page-job .col-common{padding:6vh 0;}
  .col-page-job .col-job{padding-top:0;}
}
@media (max-width: 700px) {
    .col-page-support .col-tech table td{display: block; float: left; width: 50%;}
    .col-page-support .col-tech table td strong:before{width: 200px; right: -200px;}
    .col-page-support .col-tech table td strong:after{display: none;}
    .col-page-support .col-tech table td:nth-child(2) strong:before,.col-page-support .col-tech table td:nth-child(2) strong:after{display: none;}
}
@media (max-width: 640px) {
  .container2{padding:0 15px;}
  .col-banner .swiper-slide .img{height: 480px;}
  #col-banner .swiper-slide .img{height: 250px;}
  #col-index-banner .ban_cont h2{font-size: 4rem;}
  #col-index-banner .ban_cont p{font-size: 2rem;}
  .col-banner .ban_cont strong{font-size: 4rem;}
  .col-index-product .product-list ul li a h2{font-size: 2.4rem;}
    .col-index-about .about-us .col-txt .content {}
    .col-index-about .about-us .col-txt h2{font-size:2rem;}
      .col-index-about .about-num ul{width:98%;}
        .col-index-about .about-num ul li{width:49%;}
    .col-index-application .container2 .block-content{width:100%;}
    .col-page-job .col-idea ul li>div{width:100%; float:none;}
    .col-page-job .col-idea ul li .content{position:relative; width:100%; left:0; top:0; padding:30px 0;}
    .col-page-job .col-idea ul li.even{display: -webkit-box;-webkit-box-orient: vertical;-webkit-box-align: center;-webkit-box-pack: center;/*-webkit-box-direction: normal;*/-webkit-box-direction: reverse;}
    .col-page-job .col-idea ul li.even .content{top:0;}
    .col-page-job .col-idea ul li .col .img:after{left:50%; bottom:0; transform:translateX(-50%);}
    .col-page-job .col-idea ul li.even .col .img:after{left:50%;}
    .col-page-job .col-idea ul li .col .img:after,.col-page-job .col-idea ul li.even .col .img:after{border-width: 0 10px 10px 10px; border-color: transparent transparent #fff transparent;}
}
@media (max-width: 500px) {
    .col-index-about{background-color:#f8f9fd; background-position:center; background-repeat:no-repeat;}
    .col-index-about .about-us .col{width:100%;}
    .col-index-about .about-us .col-txt .content{padding-top:50px;}
    .col-index-about .about-us .col-img{position:static; width:100%}
}

@media (max-width: 468px) {
  #col-index-banner .container2{padding: 0;}
  #col-index-banner{height:350px!important}
  .col-banner .swiper-slide .img{height: 350px; background-size:cover!important; background-position:center!important}
  #col-banner .swiper-slide .img{height: 200px;}
  #col-index-banner .ban_cont h2{font-size: 3.5rem;}
  #col-index-banner .ban_cont p{font-size: 1.6rem;}
  .col-banner .ban_cont strong{font-size: 3rem;}
  #col-index-banner .ban_cont a.more{margin-top:3px;}
  .col-index-product .product-list ul li a h2{font-size: 2rem; padding-bottom: 10px;}
  .col-index-product .product-list ul li a h2:after{width: 40px;}
  .col-index-product .product-list ul li a span{font-size: 1.4rem;}
  .col-index-about .about-us .col-txt .content{padding-bottom: 50px;}
  .col-index-about .about-us .col-txt{height: auto!important;}
  .newsletter form div input[type="text"]{width:160px}
  .newsletter form div .sub{height: 40px;width:80px;}
  .col-page-news .newsList ul.list li{width:100%;margin-right:0;}
  .col-product-detail .box2 .content p {text-align: center;}
  .col-product-detail .box2 .content p em{display: block;margin:0 auto 10px;}
  .col-page-about .col-history .history-container .swiper-slide .title{padding-left: 46px;}
  .col-page-about .col-history .history-container .swiper-slide .title{width: 100%;float: none;}
  .col-page-about .col-history .history-container{background: none;}
  .col-page-about .col-history .history-container .swiper-slide .content{width: 100%;float: none;}
}
@media (max-width: 400px) {
	.news-list>ul>li{width:100%;}
}


/*手机版菜单*/
.mm-slideout{z-index: auto!important;}
@media screen and (max-width: 992px)  {
  #header a.mm_btn {background: center center no-repeat transparent;display: block;width: 60px;height:60px;position: absolute;top: 10px;right:0; padding: 15px;z-index: 12; }
  #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
  #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
  #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #fff; position: absolute; left: 0; top: 14px;/*transition: transform .2s ease .2s;-webkit-transition: -webkit-transform .2s ease .2s;*/-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
 .head_active .mm_btn .menu_bar_item .rect{background: #000!important;}
  #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
  #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
  #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
  #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
  #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
  #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
  #header .mm_btn.is_active .menu_bar_item {transform: translateZ(0) rotate(45deg);transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform: translateZ(0) rotate(45deg);-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;}
  /*菜单弹出方向*/
  .mm-menu_offcanvas{left: auto!important;}
  .mm-menu{right: 0!important;}
  .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
  .mm-slideout{z-index: 10!important;}
  .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform: translate(-80vw,0)!important;-ms-transform: translate(-80vw,0)!important;transform: translate(-80vw,0)!important;-webkit-transform: translate3d(-80vw,0,0)!important;transform: translate3d(-80vw,0,0)!important;/*transform: translate3d(80vw,0,0)!important;*/}
  .mm-wrapper_opened .mm-menu_fx-menu-slide {-webkit-transform: translate(0,0)!important;-ms-transform: translate(0,0)!important;transform: translate(0,0)!important;-webkit-transform: translate3d(0,0,0)!important;transform: translate3d(0,0,0)!important;}
  /**/
  #menu{ color:rgba(0,0,0,.8);}
  #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
  #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
  #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
  #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
  /* #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);} */
  #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
  #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
  #menu .mm-listitem a{font-size: 16px;}
  .col-product-detail  .content .pcd li{width:100%; display: inline-block;     overflow: overlay;}
}
@media (min-width: 550px){
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {-webkit-transform: translate(-440px,0)!important;-ms-transform: translate(-440px,0)!important;transform: translate(-440px,0)!important;-webkit-transform: translate3d(-440px,0,0)!important;transform: translate3d(-440px,0,0)!important;}
}

