/*
首页模块命名规范：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: "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 {font-family: "Open Sans","PingFang SC","Helvetica Neue","Arial","sans-serif";min-width: 320px; height:auto; color: #000;overflow: hidden;}
html.active{overflow-y: hidden;}
@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;}
.clear{clear:both;}
img {border: 0;  max-width: 100%;}
.relative {position: relative;}
.container {max-width: 1200px;  padding: 0 10px;}
.container2 {max-width: 1920px; width:100%;  margin: 0 auto; padding: 0 7vh;}
#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 */
.head{height: 90px;width: 100%;}
.header{width: 100%;z-index: 999;position: fixed;top:0;left: 0;transition: top 0.36s; background: #fff;}
.header .inner{height: 90px;line-height: 90px;transition: 0.36s;/*background: #fff; /max-width:1200px;* margin:auto;*/padding:0 2vw;}
.header .inner .logo{font-size: 0;height: 90px;line-height: 90px;transition: 0.36s;position: relative;z-index: 5;}
.header .inner .index-logo{min-width: 220px; background: url(../images/logo.png) no-repeat center;}
.header .inner .index-logo a{display: block; height: 90px;}
.head_active {background: #fff;border-bottom: 1px solid #e5e5e5;}
.header .inner nav{position: relative;margin-left: 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:#333;display: block;height: 100%;padding:0 10px; font-size:18px; position: relative;text-transform:capitalize;font-weight: 500;}
.header .inner nav ul li>a::after{content:'';width: 0;left: 50%;height: 3px;background: #004ea2;transition: 0.36s;position: absolute;bottom:0;}
.header .inner nav ul li.active>a,.header .inner nav ul li>a:hover{color:#004ea2;}
.header .inner nav ul li.active>a::after,.header .inner nav ul li>a:hover::after{width: 100%;left: 0;}
.header .inner nav ul li .child {position: absolute;top:100%;left: 0;padding:35px 0;border-top:1px solid #e5e5e5;background: #fff;display: none;line-height: 1;white-space: nowrap;}
.header .inner nav ul li .child .left{display: inline-block;width: 312px;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:#004ea2;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 .language{margin-right: 2vw;font-size: 0;margin-top: 22.5px; position:relative; transition: 0.36s;}
.header .inner .language>a{display: block;padding: 0 10px;font-size: 16px;color:#333;height: 45px;line-height: 45px; transition: .36s;}
.header .inner .language>a i{display: inline-block;font-size: 18px;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{z-index: 5;position: relative; margin-right: 6px;}
.header .inner .index-search svg{vertical-align: text-bottom;}
.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: 85px;line-height: 85px;}
.header.cur .inner .language{margin-top: 21px;}
.header .inner .language svg path{transition: 0.36s; fill:#000;}
.index_header {background: none; top: 25px;}
.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; top: 0;}
.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: #004ea2}
.head_active .inner .index-search svg path{fill: #000; transition: 0.36s;}
.head_active .inner .language svg path{fill: #000; transition: 0.36s;}
.head_active .inner .language>a{color: #000;}

.head_active .inner .index-logo{min-width: 220px; background-image: url(../images/logo_black.png); background-repeat: no-repeat; background-position: center;  background-size: 145px;}
.head_active .inner .index-logo a{display: block; height: 85px;}
.active .logo a{font-size: 0; display: block; transition: 0.36s;position: relative;z-index: 5;}
.active .logo a img{max-width: 145px;}
/* banner */
.col-banner {transition: 0.5s all ease;position: relative;}
.col-banner .swiper-slide{background-position: center !important;background-size: cover !important;position: relative;}
.col-banner .swiper-slide .container{height: 100%;position: relative;}
.col-banner .container{position: absolute!important;top:0;left: 50%;transform: translateX(-50%); z-index: 9;}
.col-banner .container .banner-txt{position: absolute;bottom:35%;transform: translateY(50%);color:#fff; font-size:4rem;  text-align:center; left: 0;width: 100%;padding:0 10px; transform: translateY(20px);opacity: 0;transition: 0.5s;}
.col-banner  .swiper-slide-active .banner-txt{transform: none;transition-delay: 0.5s;opacity: 1;}
#col-index-banner .ban_cont{position: absolute;top:50%;transform: translateY(-50%);color:#fff;left: 0;width: 100%;padding:0 10px;}
#col-index-banner #ban2{top:30%;transform: translateY(-30%);}
#col-index-banner .ban_cont img{font-weight: bold;font-size:55px; margin-bottom:10px; transform: translateY(20px);opacity: 0;transition: 0.5s;}
#col-index-banner .ban_cont h3{font-size:2rem;line-height: 1;transform: translateY(20px);opacity: 0;transition: 0.7s;}
#col-index-banner .ban_cont h2{font-size:4.5rem; font-weight:bold; margin-bottom:15px; line-height: 1;transform: translateY(20px);opacity: 0;transition: 0.5s;}
#col-index-banner .ban_cont p{font-size:2rem;line-height: 1;transform: translateY(20px);opacity: 0;transition: 0.7s;}
/*#col-index-banner .ban_cont a{display:none;}*/
#col-index-banner #ban2 a.more{display:inline-block; padding:0 8vh; line-height:42px; color:#fff; border:2px solid rgba(255,255,255,.3); margin-top:30px; transform: translateY(20px);opacity: 0; transition: .9s;}
#col-index-banner #ban2 a.more:hover{background:#008cd6; transition: .2s;}
#col-index-banner .ban_cont p strong{color:#008cd6;}
#col-index-banner .swiper-slide-active .ban_cont img{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 h2{transform: none;transition-delay: 0.5s;opacity: 1;}
#col-index-banner .swiper-slide-active .ban_cont p{transform: none;transition-delay: 0.7s;opacity: 1;}
#col-index-banner .swiper-slide-active #ban2 a.more{transform: none;transition-delay: .9s;opacity: 1;}
/*#col-index-banner .swiper-slide-active .ban_cont a.more{transform: none;transition-delay: .9s;opacity: 1;}*/
#col-index-banner .swiper-page{width: 100px; position: relative; float: right; margin-right: 40px;}
#col-index-banner .swiper-pagination{bottom: 42px;color:#f08200;font-weight: bold;font-size: 18px; text-align: left; width: 200px; right: 0; left: auto; z-index: 1; }
#col-index-banner .scroll-down{position: absolute; left: 60px; bottom: 50px; color: rgba(255,255,255,.6); font-size: 1.6rem; letter-spacing: 4px; z-index: 9}
#col-index-banner .swiper-button{width: auto;height: auto;margin-top: 0;background: none;outline: none;opacity: 1;color:#fff;top: auto;bottom:40px;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:22px!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;}
#col-index-banner .swiper-pagination-bullet-active{background: #fff;}
#col-index-banner .banner-mask{
  width: 100%; position: absolute; height: 50%; bottom: 0; 
        background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6) ); /* Safari 5.1 - 6 */
        background: -o-linear-gradient(bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6)); /* Opera 11.1 - 12*/
        background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); /* Firefox 3.6 - 15*/
        background: linear-gradient(to bottom,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); /* 标准的语法 */
}
#col-index-banner .swiper-pagination-fraction{ color: rgba(255,255,255,.3); }
#col-index-banner .swiper-pagination-total{ color: rgba(255,255,255,.3); }
#col-index-banner .swiper-pagination-current{ color: rgba(255,255,255,1);}

/* about */
.col-index-about{background: #eff2f5;padding:0; position: relative;}
.col-index-about .inner-container{position: absolute;  top: 90px; left: 0; right: 0;}
.col-index-about .img{position: relative; box-shadow: 10px 10px 20px 0px rgba(0,0,0,.1);}
.col-index-about .content{color: #fff; text-align: center;}
.col-index-about .content .s-title{font-size: 1.8rem; margin:auto; text-align: center; color: #fff; text-transform: uppercase;}
.col-index-about .content .s-desc{font-size: 3.6rem; max-width: 675px; margin:1rem auto 2rem auto; line-height: 1.3;}
.col-index-about .content .s-content{max-width: 450px; margin: auto;}
.col-index-about .content .s-content table{width: 100%;}
.col-index-about .more{display: block; width: 88px; height: 88px; line-height: 88px; margin:80px auto 0 auto; text-align: center; color: #fff; border:5px solid #fff; border-radius: 100%;}
.col-index-about .more i{ font-size: 30px; }
.col-index-about .about-data{margin-top: 6vh;}
.col-index-about #parallax-counter td strong{font-size:3rem;}
.col-index-about #parallax-counter .firstRow td{padding-bottom: 2vh;}

/* news */
.col-index-news{padding:12vh 0;}
.col-index-news h2{margin-bottom: 5vh;}
.col-index-news h2.title-head{color: #008cd6; margin-bottom: 4.5vh;position: relative;font-size: 3rem;font-weight: bold;}
.col-index-news h2 span{font-size:1.8rem; color:#999; display: inline-block;position: relative;font-weight: bold;}
.col-index-news h2 p{font-size: 4rem;}
.col-index-news h2 a.more{font-size: 14px;font-weight: bold;color:#004ea2;float: right;}
.col-index-news h2 .s-nav{position: absolute; right: 0; bottom: 0; }
.col-index-news h2 .s-nav a{display: inline-block; padding: 0 10px; font-size: 16px; line-height: 40px; color: #888;}

.col-index-news .swiper-slide {text-align: left;}
.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 h3{margin:24px 0 12px;padding:0;font-size: 18px;font-weight: bold;line-height: 1.57;/*height: 42px;*/display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.3s;}
.col-index-news .swiper-slide p.date{color:#999; font-size: 16px; font-weight: bold;margin-top: 2.5vh;}
.col-index-news .swiper-slide p.date i{color:#999; margin-right: 5px;}
.col-index-news .swiper-slide .content{color:#666;line-height: 1.57; font-size:16px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 70px;}
.col-index-news .swiper-slide:hover .img img{transform: scale(1.1);}
.col-index-news .swiper-slide:hover h3{color:#004ea2}
.col-index-news .swiper-pagination{position: relative;bottom: auto;margin-top:10vh;color:#004ea2;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;}
/*download*/
.col-index-download{height: 438px; margin: auto; background: url(../images/download_bg.jpg) no-repeat center;}
.col-index-download .content{padding-top: 110px; text-align: center;}
.col-index-download .content .s-title{font-size: 1.8rem; margin:auto; text-align: center; color: #008cd6; text-transform: uppercase;}
.col-index-download .content .s-desc{font-size: 36px; color: #fff; font-weight: bold; max-width: 675px; margin:1.5rem auto 3rem auto; line-height: 1.3;}
.col-index-download .content a{display: inline-block; padding: 0 60px; height: 50px; line-height: 50px; text-align: center; border:1px solid rgba(255,255,255,.5); color: #fff; transition: .5s all;}
.col-index-download .content a.download{background: #008cd6; border:1px solid #008cd6;}
/* product */
.col-index-product{padding:0; }
.col-index-product .mob-container{display:none;}
.col-index-product .container2{position: relative; padding-top: 10vh;}
.col-index-product .container2 h2.title-head{position: absolute; top: 5rem; color: #008cd6; font-size: 3.5rem; font-weight: bold;}
.col-index-product .swiper-slide{position: relative;overflow: hidden;}
.col-index-product .swiper-slide .img img{width: 100%;}
.col-index-product .swiper-pagination{position: relative;bottom: auto;margin-top:10vh;color:#004ea2;font-weight: bold;font-size:18px;}
.col-index-product .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-product .swiper-button-prev{left: 50%;margin-left: -65px;}
.col-index-product .swiper-button-next{right: 50%;margin-right: -65px;}
.col-index-product .gallery-thumbs{width:260px; height: 100%; position: absolute;  top: 150px; z-index: 9;}
.col-index-product .gallery-thumbs .swiper-slide{width:260px!important; height: 50px!important; line-height: 50px!important; border-left: 1px solid #dedede; cursor: pointer;}
.col-index-product .gallery-thumbs .swiper-slide span{padding-left:30px;}
.col-index-product .gallery-thumbs .swiper-slide-thumb-active{color: #008cd6; border-left: 3px solid #008cd6;}
.col-index-product .layer-mask{background: #ebf0f2; position: absolute; width: 70%; height: 100%; top:0; right: 0; z-index: -1;}
.col-index-product .gallery-top{z-index: 8;}
.col-index-product .gallery-top .swiper-slide{position: relative;}
.col-index-product .gallery-top .swiper-slide .content{position: absolute; left: 50%; transform: translateX(-50%); top: 0; z-index: 8;}
.col-index-product .gallery-top .swiper-slide .content h3{font-size: 3.5rem; font-weight: bold; margin-bottom: 10px;}
.col-index-product .gallery-top .swiper-slide .content .s-content{font-size: 1.8rem;}
.col-index-product .gallery-top .swiper-slide .content .s-content strong{ color:#008cd6; }
.col-index-product .gallery-top .swiper-slide a.more{display: block; padding: 0 3vh; line-height: 45px; border:1px solid #7d7d7d; position: absolute; top:0; right: 2vh; transition: .5s all;}
.col-index-product .gallery-top .swiper-slide a.more:hover{background:#008cd6; border:1px solid #008cd6; color: #fff; transition: .5s all;}
.col-index-product .gallery-top .swiper-page{}
.col-index-product .gallery-top .swiper-page .swiper-button{bottom: 0!important; top: auto!important;}


/* video */
.col-index-video {display: -webkit-flex;display: -ms-flexbox;display: flex;padding:0 0 10vh}
.col-index-video .img{width: 50%;top: 9.5vh;position: relative;z-index: 2;}
.col-index-video .img .wrap{box-shadow: 6px 10.392px 22px 0px rgba(6, 0, 1, 0.17);overflow: hidden;position: relative;}
.col-index-video .img img{transform: scale(1.1);transition: 1s;width: 100%;}
.col-index-video .img:hover img{transform: none;}
.col-index-video .img a#play{position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);color:#fff;font-size: 18px;font-weight: bold;text-align: center;}
.col-index-video .img a#play i{display: block;margin:0 auto;width: 92px;height: 89px;background: url(../images/play.png)no-repeat center/cover;margin-bottom: 5px;}
.col-index-video .content{width: 50%;position: relative;background: #eff2f5;padding:20px 5.2vw;color:#666;font-size:18px;line-height: 1.777;}
.col-index-video .content::before{content:'';width: 13vw;height: 100%;background: #eff2f5;position: absolute;top:0;right: 100%;z-index: -1;}
.col-index-video .content p:nth-child(1){font-size: 24px;}
.col-index-video .content p:nth-child(3){font-size: 30px;line-height: 1.2;}
.col-index-video .content strong{color:#000;}
.col-index-video .content hr{margin: 25px 0;border-top:1px solid rgba(210,210,210,0.6);}
.col-index-video .content table{width: 100%;}
.col-index-video .content table td{width: 33.33%;font-size:16px;line-height: 1.5;}
.col-index-video .content table td p:nth-child(1){font-size: 36px;color:#004ea2;font-family: 'Oswald';}
.col-index-video .content table td p span.odometer{vertical-align: baseline;font-family: 'Oswald';}
.col-index-video .content a.more{display: block;margin:10vh 0 0;width: 240px;height: 46px;border:3px solid #004ea2;line-height: 40px;text-align: center;font-weight: bold;font-size:14px;color:#004ea2;transition: 0.36s;text-transform: uppercase;}
.col-index-video .content a.more:hover{background: #004ea2;color:#fff;}

/* 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 #004ea2;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 #004ea2;line-height: 40px;text-align: center;font-weight: bold;font-size:14px;color:#004ea2;transition: 0.36s;text-transform: uppercase;}
.col-index-contact .right form .sub:hover{background: #004ea2;color:#fff;}

/* page */
.col-location{line-height: 50px; border-bottom: 1px solid #dedede;}
.col-location ul{border-left: 1px solid #dedede;}
.col-location li{display: inline-block; padding: 0 35px; border-right: 1px solid #dedede;}
.col-location li.first{display: inline-block; height: 50px; line-height: 50px; padding: 0 20px;border-right: 1px solid #dedede;}

.page {text-align: center;}
.page ul li a{border:2px solid transparent !important;background: none !important;color:#004ea2;margin:0 3.5px;width: 33px;height:33px;padding: 0;line-height: 30px;font-size: 16px;border-radius: 50% !important;font-weight: 500;}
.page ul li.disabled a{border:none;background: none;}
.page ul li.active a{border-color:#004ea2 !important;background: #004ea2;color:#004ea2;}
.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:#004ea2}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {color:#004ea2;}
.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}
/* 内页 */
/* 关于我们 */
.sub-container{overflow: hidden;}
.col-page-about .title-head{margin-bottom: 12vh;}
.col-page-about .title-head h3{size: 2rem; color: #008cd6;}
.col-page-about .title-head .s-desc{font-size: 3rem; font-weight: bold; line-height: 1.2; margin-top: 30px; position: relative;}
.col-page-about .title-head .s-desc:after{content: ""; position: absolute; width: 45px; height: 5px; background: #008cd6; left: 2px; bottom: -6vh;}
.col-page-about .col-wrap .content{margin:0;}
.col-page-about h2{font-size:24px;font-weight: bold;margin-bottom: 4vh;}
.col-page-about .sub-container{overflow: hidden; padding-left: 5vh;}
.col-page-about .content{font-size: 1.8rem; line-height: 2}
.col-page-about .col-profile {background: #fff; padding:8vh 0 0vh 0;}
.col-page-about .col-profile .sub-title-head{height: 60px; line-height: 30px; padding: 15px 0; margin: 0 auto 8vh auto;}
.col-page-about .col-profile .sub-title-head h3{font-size: 1.8rem; color: #008cd6;}
.col-page-about .col-profile .sub-title-head .title-desc{font-size: 3.5rem; line-height: 1.2; margin-top: 30px;}
.col-page-about .col-profile .s-img{position: relative; margin-bottom: -8vh; margin-top: 5vh;}
/**/
.col-page-about .col-culture{background: #f1f2f3; padding: 14vh 0 8vh 0} 
.col-page-about .col-culture .col-wrap .title-head{width: 70%;}
.col-page-about .col-culture .col-wrap .content{margin:0 -2vh;}
.col-page-about .col-culture .col-wrap table td{display: block; float: left; width: 50%;}
.col-page-about .col-culture .col-wrap table td div{ margin:2vh; min-height: 280px; padding: 5vh 5vh; display: block; background: #fff; border-radius: 20px; line-height: 2; font-size:1.6rem; box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.col-page-about .col-culture .col-wrap table td div img{margin-bottom: 2vh;}
/**/
.col-page-about .col-history .bg{height: 500px; background-attachment: fixed; background-position: center;}
.col-page-about .col-history .bg .container{padding-top: 160px; text-align: center; color: #fff;}
.col-page-about .col-history .bg h3{font-size: 2rem; margin-bottom: 2vh;}
.col-page-about .col-history .bg .remarks{font-size: 3.5rem; position: relative;}
.col-page-about .col-history .bg .remarks:after{content:""; width: 50px; height: 5px; background: #fff; position: absolute; left: 50%; transform: translateX(-50%);bottom:-5vh;}
.col-page-about .col-history .container2{padding:0vh 7vh 0 7vh; border-top: 1px solid #dedede; margin-top: 7vh;}
.col-page-about .col-history .history-nav {margin-top: -5px;}
.col-page-about .col-history .history-nav .swiper-wrapper{padding-top: 0;}
.col-page-about .col-history .history-nav .swiper-slide{text-align: center; height: 80px; line-height: 90px; display:inline-block; width: 33%; color: #666; font-size: 3rem; font-weight: bold; overflow: hidden; position: relative; cursor: pointer;}
.col-page-about .col-history .history-nav .swiper-slide-thumb-active{color: #000;}
.col-page-about .col-history .history-nav .swiper-slide:before{content:""; width: 10px; height: 10px; border-radius: 100%; background: #008cd6; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.col-page-about .col-history .history-content {margin:1vh auto 10vh auto; border:1px solid #dedede; border-radius: 30px; box-shadow: 0 0 30px rgba(0,0,0,.05)}
.col-page-about .col-history .history-content .swiper-wrapper{padding: 5vh; }
.col-page-about .col-history .history-content .swiper-slide{margin:0 auto; width: 95%; padding:0 5vh; }
.col-page-about .col-history .history-content .swiper-slide h3{font-size: 3.5rem; font-weight: bold; display: inline-block; position: relative; vertical-align: middle;}
.col-page-about .col-history .history-content .swiper-slide .s-content{padding-left:10vh; display: inline-block; font-size: 2rem; vertical-align: middle;}
.col-page-about .col-history .history-content .swiper-slide .s-content p{position: relative;}
.col-page-about .col-history .history-content .swiper-slide .s-content p:before{content: ""; width: 15px; height: 4px; background: #008cd6; position: absolute; left: -3vh; top: 50%; transform: translateY(-50%);}

/**/
.col-page-about .col-honor {background: #fff; padding-bottom:12vh;}
.col-page-about .col-honor .col-wrap .title-head{width: 70%;}
.col-page-about .col-honor .col-wrap .content{margin:0 -2vh;}
.col-page-about .col-honor .honor-container{margin:30px 2vh 0 2vh;}
.col-page-about .col-honor .honor-container .swiper-slide{background: #fff;height: auto;}
.col-page-about .col-honor .honor-container .swiper-slide .img{overflow: hidden;position: relative; margin:6px;}
.col-page-about .col-honor .honor-container .swiper-slide .img img{width: 100%;transition: 0.5s;}
.col-page-about .col-honor .honor-container .swiper-slide:hover .img img{transform: scale(1.1);}
.col-page-about .col-honor .honor-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-honor .honor-container .swiper-pagination{position: relative;bottom: auto;margin-top:4vh;color:#a8a8a8;font-weight: bold;font-size:18px;}
.col-page-about .col-honor .honor-container .swiper-pagination span.swiper-pagination-current{color:#000}
.col-page-about .col-honor .honor-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-about .col-honor .honor-container .swiper-button-prev{left: 50%;margin-left: -65px;}
.col-page-about .col-honor .honor-container .swiper-button-next{right: 50%;margin-right: -65px;}
/**/

/*技术中心*/
.col-page-tech{}
.col-page-tech h2{line-height: 105px; font-size: 3.5rem; font-weight: bold; border-bottom: 1px solid #dedede;}
.col-page-tech .content ul li{ line-height: 75px; border-bottom: 1px solid #dedede; font-size: 1.8rem; position: relative; cursor: pointer;}
.col-page-tech .content ul li i{position: absolute; width:75px; line-height: 75px; font-size: 3rem; text-align: center; top:0; right: 0; cursor: pointer; transition: .5s all;}
.col-page-tech .content ul li a{font-size: 1.8rem; display: block;}
.col-page-tech .content ul li .s-content{padding: 2vh 0; display: none; color: #666;}
.col-service{margin: 6vh 0;}
.col-tech{background: #f1f2f3; padding: 5vh 0; margin:5vh auto;}
.col-download{margin-bottom: 8vh;}

/* 产品 */
.col-page-product{padding:10vh 0;}
.col-product-index{padding: 0;}
.col-page-product {padding:0; background: url(../images/product_bg.jpg) repeat center top fixed; }
.col-page .product-nav{font-size: 0; }
.col-page .product-nav li{ width: 20%; display: inline-block; border-bottom: 1px solid #dedede; position:relative;}
.col-page .product-nav li.last{border-right: 1px solid #dedede;}
.col-page .product-nav .sub-nav{display:none; width:100%; background:#fff; box-shadow:0 0 10px rgba(255,255,255,.1); position:absolute; z-index:99;}
.col-page .product-nav .sub-nav a{display:block; line-height:40px;}
.col-page .product-nav a{line-height: 72px; display: block; background: #f4f4f4;border-left:1px solid #dedede;  border-bottom:3px solid #f4f4f4; text-align: center; font-size: 1.4rem; transition: .5s all;}
.col-page .product-nav a:hover, .col-page .product-nav a.current{background: #fff; border-bottom: 3px solid #008cd6; color: #008cd6; transition: .5s all;}
.col-page-product .fixed-nav{position: fixed; left: 50%; transform: translateX(-50%); top: 85.5px; z-index: 9;}
.col-page-product .product-nav .product-search{margin-top:6vh;box-shadow: 0px 0px 9px 0px rgba(6, 0, 1, 0.08);overflow: hidden;border-radius: 5px;}
.col-page-product .product-nav .product-search input{vertical-align: middle;height: 64px;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 #004ea2;width: 70px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}

.col-page-product .productList{padding-top: 5vh;}
.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: block;vertical-align: top;margin-bottom: 5.5vh; margin-top:8vh; font-size:14px; position: relative;}
.col-page-product .productList ul.list li:nth-child(3n){margin-right: 0;}
.col-page-product .productList ul.list li h2{font-size: 3rem; font-weight: bold;}
.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;white-space: nowrap;overflow: hidden;margin-top: 15px;font-weight: 500;transition: 0.3s;font-weight: 500;font-size:18px;}
.col-page-product .productList ul.list li:hover .img img{transform: scale(0.9);}
.col-page-product .productList ul.list li:hover p{color:#004ea2}
.col-page-product .productList ul.list li a.more{display: inline-block; padding: 0 6vh; line-height: 45px; border: 1px solid #7d7d7d; color: #666; position: absolute; top:0; right: 0; transition: .5s all;}
.col-page-product .productList ul.list li a.more:hover{background: #008cd6; color: #fff; border:1px solid #008cd6; transition: .5s all;}

.col-page-product .sub-container{padding: 0 80px; overflow: hidden;}
.col-page-product .col-product {background: #f7f9fa;padding-bottom:2vh;}
.col-page-product .col-product .wrap{background: #fff;position: relative;margin-top:-65px;z-index: 2;padding:9vh 0 7vh; border-radius: 5px 5px 0 0;}
.col-page-product .col-product .wrap .left{width: 44.2%;float: left;}
.col-page-product .col-product .wrap .left .title{border-left: 8px solid #004ea2;padding-left: 20px;}
.col-page-product .col-product .wrap .left .title h2{color:#004ea2;margin-bottom: 12px; font-size: 18px;}
.col-page-product .col-product .wrap .left .title .namemark{max-width:350px; font-size:30px;font-weight: bold;line-height: 1;text-transform: uppercase;}
.col-page-product .col-product .wrap .left .title .desc{font-size:14px; margin-top: 10px;}
.col-page-product .col-product .wrap .left .s-content{margin-top: 8vh; max-width: 320px;}
.col-page-product .col-product .wrap .left .s-content img{box-shadow: 10px 10px 20px 0px rgba(0,0,0,.1)}
.col-page-product .col-product .wrap .left .s-content span{text-align: center; display: block; margin-top: 20px;}
.col-page-product .col-product .wrap .left .s-content table{width: 100%;}
.col-page-product .col-product .wrap .left .s-content table td{padding-bottom: 30px;color:#666;font-size: 16px;}
.col-page-product .col-product .wrap .left .s-content table td p:nth-child(1){font-size: 36px;color:#004ea2;font-family: 'Oswald';}
.col-page-product .col-product .wrap .left .s-content table td p span.odometer{vertical-align: baseline;font-family: 'Oswald';}
.col-page-product .col-product .wrap .content{color:#666;font-size:16px;line-height: 2;float: right;width: 55.8%;}
.col-page-product .col-product .wrap .content strong{font-size:24px;color: #004ea2;text-transform: uppercase;line-height: 1;}
.col-page-product .col-product .wrap .product-img-container ul{font-size: 0; margin-top: 60px;}
.col-page-product .col-product .wrap .product-img-container li{width: 25%; display: inline-block; vertical-align: top; visibility: hidden;}
.col-page-product .col-product .wrap .product-img-container li .inner{padding: 10px;}
.col-page-product .col-product .wrap .product-img-container li img{max-width: 100%; width: 100%;}
.col-page-product .col-product .wrap .product-img-container li span{display: block; padding: 5px; font-size: 16px; text-align: center;}

/* 产品详情页 */
.col-product-detail {position: relative;}
.col-product-detail .product-desc{position: relative; margin-top: 8vh;}
.col-product-detail .product-desc h1{font-size: 3.5rem; font-weight: bold; margin-bottom: 2vh;}
.col-product-detail .product-desc span{display: block; font-size: 1.6rem;}
.col-product-detail .product-desc div{position: absolute; right: 0; top: 0;}
.col-product-detail .product-desc div a{display: inline-block; width: 180px; margin:0 10px; line-height: 45px; border: 1px solid #7d7d7d; color:#333; text-align: center; transition: .5s all;}
.col-product-detail .product-desc div a.download{background: #008cd6; border: 1px solid #008cd6; color: #fff;}
.col-product-detail .col-product-common{}
.col-product-detail .col-product-common h2{font-size: 3.5rem; font-weight: bold; margin:4vh 0;}
.col-product-detail .col-product-common .content{font-size: 1.6rem; line-height: 1.8;}
.col-product-detail .col-product-common table{width: 100%;}
.col-product-detail .col-detail{background:#f7f7f7; padding-bottom: 4vh; box-shadow: 10px 0 15px rgb(0 0 0 / 5%);}
.col-product-detail .col-parameter {background: #fff; padding: 4vh 0 6vh 0;}
.col-product-detail .col-parameter .content table td{border:1px solid #bbb!important; padding: 8px;}
.col-product-detail .col-inquiry{background: #fff;}

.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:#004ea2}

.pin-wrapper{position: absolute;right: 0;/*top:0;*/z-index: 90;}
.sider{text-align: right;padding:15px 0;border-right:1px solid #dcdcdc;max-width: 150px;/*position: fixed;*/right: 0;top:12vh;z-index: 90;margin-right:2vw;}
.pin-wrapper .fixed{position: fixed;}
.sider ul li{margin-bottom: 16px;color:#b2b2b2;font-weight: 500;padding-right: 10px;line-height: 1.429;cursor: pointer;transition: 0.3s;border-right:2px solid transparent; writing-mode: vertical-lr;letter-spacing:-0.1rem;}
.sider ul li.active,.sider ul li:hover{color:#000;border-right-color: #004ea2;}

/* news */
.col-page-news{padding:10vh 0;background: #eff2f5;}
.col-page-news .news-nav{/*float: left;width: 300px;*/padding-right: 2.5vw;}
.col-page-news .news-nav h2{font-size:24px;font-weight: bold;margin-bottom: 5.5vh;}
.col-page-news .news-nav ul{text-align: center;}
.col-page-news .news-nav ul li{margin-bottom: 20px;position: relative;/**/ display: inline-block;}
.col-page-news .news-nav ul li a{display: block;/*width: calc(100% - 40px);*/white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size:2rem;transition: 0.3s;/**/ padding: 0 3vh;}
.col-page-news .news-nav ul li a i{position: absolute;right: 12px;top:50%;margin-top: -12px;}
.col-page-news .news-nav ul li a i path{transition: 0.36s;}
.col-page-news .news-nav ul li:hover a,.col-page-news .news-nav ul li.active a{color:#004ea2;}
.col-page-news .news-nav ul li:hover a i path,.col-page-news .news-nav ul li.active a i path{fill: #004ea2;}
.col-page-news .news-nav .news-search{margin:2vh auto 4vh auto; width:50%; border-radius: 3px;border:1px solid #dedede;overflow: hidden;}
.col-page-news .news-nav .news-search input{vertical-align: middle;height: 52px;border:none;outline: none; }
.col-page-news .news-nav .news-search .inpt3{border-top-left-radius: 3px;border-bottom-left-radius: 3px;padding-left: 10px;font-size:16px;width: calc(100% - 50px);background: #fff; box-shadow: 0 10px 15px rgba(0,0,0,0.1)}
.col-page-news .news-nav .news-search .inpt3::-webkit-input-placeholder {color: #cacaca;}
.col-page-news .news-nav .news-search .inpt3:-moz-placeholder {color: #cacaca;}
.col-page-news .news-nav .news-search .inpt3::-moz-placeholder {color: #cacaca;}
.col-page-news .news-nav .news-search .inpt3:-ms-input-placeholder {color: #cacaca;}
.col-page-news .news-nav .news-search .inpt4{background: url(../images/search2.png) no-repeat center #000;width: 50px;}
.col-page-news .newsList {/*float: right;width: calc(100% - 300px);*/}
.col-page-news .newsList ul.list{font-size:0;}
.col-page-news .newsList ul.list li{display: inline-block;vertical-align: top;width: 23.5%;margin-right: 2%;margin-bottom: 5vh;transition: 0.36s;background: #fff;font-size:14px;}
.col-page-news .newsList ul.list li:nth-child(4n){margin-right: 0;}
.col-page-news .newsList ul.list li .img{overflow: hidden;}
.col-page-news .newsList ul.list li .img img{width: 100%;transition: 0.8s;}
.col-page-news .newsList ul.list li .content{padding:38px 25px;}
.col-page-news .newsList ul.list li .content h3{font-size:1.8rem; 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;}
.col-page-news .newsList ul.list li .content p{color:#004ea2;font-weight: bold;margin-top: 3vh;}
.col-page-news .newsList ul.list li .content .s-content{color:#666; font-size:1.5rem;line-height: 1.57;height: 68px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.col-page-news .newsList ul.list li:hover{box-shadow: 0px 5px 13px 0px rgba(6, 0, 1, 0.21);}
.col-page-news .newsList ul.list li:hover .img img{transform: scale(1.1);}
.col-page-news .newsList ul.list li:hover h3{color:#004ea2}


/* 新闻详情页 */
.col-news-detail{background: #fff;}
.col-news-detail .newsList a.column{color:#fff;background: #004ea2;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; text-align: center;}
.col-news-detail .newsList p.date{color:#9f9f9f;font-size: 18px;font-weight: 500;text-transform: uppercase;margin-bottom: 6vh; text-align: center;}
.col-news-detail .newsList .content{color:#666;font-size: 1.8rem;line-height: 1.888;font-weight: 500;}
.col-news-detail .newsList .content p{text-indent: 2em; margin-bottom: 15px;}
.reading{padding:9vh 0 5vh;background: #eff2f5;}
.reading h2{text-align: center;color:#004ea2;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:1.6rem;font-weight: bold;line-height: 1.57;margin-bottom: 10px;text-transform: uppercase;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.36s;}
.reading li .content p{color:#004ea2;font-weight: bold;margin-top: 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:#004ea2}
.newsletter{text-align: center;background: #eff2f5;padding:6vh 12vh;}
.newsletter h2{text-align: center;color:#004ea2;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 #004ea2;line-height: 40px;text-align: center;font-weight: bold;font-size:14px;color:#004ea2;transition: 0.36s;text-transform: uppercase;}
.newsletter form .sub:hover{background: #004ea2;color:#fff;}

/* 新闻详情页 */
.col-news { position: relative; margin: 0 auto;}
.col-news-detail{background: #f2f5f8;}
.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;}

/* contact */
.col-page-contact{background: #fff;padding:6vh 0 0;}
.col-contact{ margin-bottom: 5vh;}
.col-contact .item-contact{padding: 6vh 0; border-bottom: 1px solid #dedede; overflow: hidden;}
.col-contact .item-contact .pc{}
.col-contact .item-contact .pe{display:none;}
.col-contact h2{font-size: 2.5rem; font-weight: bold; margin-bottom: 3vh;}
.col-contact .item-contact .content{font-size: 1.8rem; line-height: 1.8; float: left;}
.col-contact .item-contact .map{float: right;}
.col-contact .item-contact #allmap, .col-contact .item-contact #gaode_map, .col-contact .item-contact #gaode_map2{width: 530px; height: 330px;}
.col-message{background: #f1f2f3; padding:6vh 0;}
.col-message h2{font-size: 3rem; margin-bottom: 3vh;}
.col-message h2 span{font-size: 1.5rem; display: block; margin-top: 15px; color: #555;}
.col-message form ul li{margin-bottom: 10px;font-weight: 500; padding: 5px 0; overflow: hidden;}
.col-message form ul li div{padding-left: 0; text-align: left;}
.col-message form ul li input, .col-message form ul li textarea{width:90%;height: 50px;border:1px solid #e5e5e5;background: #fff;outline: none;padding-left: 14px;}
.col-message form ul li textarea{padding-top: 15px; min-height: 150px; }
.col-message form .sub{width:200px;height: 50px;border:3px solid #000;text-align: center;line-height: 44px;background: transparent;font-weight: 500;font-size: 18px;color:#000;margin-top:5vh;transition: 0.36s;}
.col-message form .sub:hover{background: #008cd6;color:#fff;}


/* 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: #004ea2;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:#004ea2;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;}




/* 底部 */
#gotoTop{width:50px;height:50px;display: block;color:#fff;text-align: center;position: fixed;right: 30px;bottom: 15vh;background: #008cd6;z-index: 99;font-size: 24px;cursor: pointer;text-align: center;line-height: 48px;}
.footer {background: #fff;padding:9vh 0 0; border-top: 1px solid #dedede;}
.footer .footer-nav {margin-bottom: 50px;}
.footer .footer-nav ul li{float: left;width: 20%;}
.footer .footer-nav ul li>a{color:#333;font-size:18px;font-weight: bold;text-transform: uppercase;}
.footer .footer-nav ul li .child{padding-top:35px;}
.footer .footer-nav ul li .child a{display: block;margin-bottom: 10px;font-size: 14px;color:rgba(0, 0, 0, 0.8);transition: 0.3s;}
.footer .footer-nav ul li .child a:hover{color:#004ea2}
.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 .foot-info{text-align: right; line-height: 24px;}
.footer .foot-info img{margin-bottom: 10px;}
.footer .copyright{text-align: center; border-top: 1px solid #dedede ; padding:4vh 0;}
#service-sidebar{position:fixed; right:0; top:50%; transform:translateY(-50%); background:#008cd6; z-index:98}
#service-sidebar ul li{ width:50px; position:relative; border-bottom:1px solid rgba(255,255,255,.15)}
#service-sidebar ul li i{color:#fff; font-size:24px; width:50px; height:50px; line-height:50px; text-align:center;}
#service-sidebar ul li div{display:none; position:absolute; font-size:2.4rem; color:#fff; line-height:50px; padding:0 10px; background:#008cd6; right:50px; top:0;}
#service-sidebar ul li div.qrcode{width:130px; height:130px; padding:10px;}
#service-sidebar ul li div img{display:block; height:100%;}
/* 副导航 */


/* 视频播放器 */
.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: 1200px) {
  .container{width: 1200px}
}
@media (max-width: 1600px) {

}
@media (max-width: 1460px) {
  #col-index-banner .ban_cont p:nth-child(1){font-size:48px}
  .col-index-contact .right{/*padding-right: 5vw;*/}
  .header .inner{padding:0 10px;}
  .header .inner nav{margin-left: 3vw;}
  .header .inner nav ul li{margin-right: 1.5vw;}
  .header .inner .language{margin-right: 1vw;}
  .col-index-product .container2 h2.title-head, .col-index-news h2 p{font-size:3.5rem;}
  .col-index-product .gallery-top .swiper-slide .content h3{font-size:3.5rem;}
  .col-index-download .content .s-desc{font-size:3rem;}
  .col-product-detail .col-product-common h2{font-size:3rem;}
  .col-product-detail .product-desc h1{font-size:3rem;}
  
}
@media (max-width: 1200px) {
  .col-index-about .content .s-desc{font-size:3rem;}
  .col-profile, .col-culture, .col-honor{padding: 0 5vh!important;}
  .col-page-about .title-head{margin-top: 12vh;}
  .col-page-about .title-head .s-desc{font-size: 2.6rem;}
  .col-page-about .col-history .history-content{margin-bottom: 0;}
  .col-page-about .col-history .bg .remarks{font-size:3rem;}
  .sider{display: none;}
  .col-product-detail .col-product-common{padding-left: 4vh!important; padding-right: 4vh!important;}
  .col-page-about .col-history .history-container{height: 450px;}
  .col-index-contact .right{padding-right: 0;}
  .col-index-video .content table td p:nth-child(1) span,.col-page-about .col-profile .wrap .left .s-content table td p:nth-child(1) span{font-size: 24px !important;}
  .col-index-video .content{padding:20px 2.5vw}
  .header .inner nav ul li{margin-right:10px}
  .header .inner .contact{display: none;}
  .container{width: 100%;padding-left: 10px !important;padding-right: 10px !important;}
  .col-contact .item-contact .content{float: none;}
  .col-contact .item-contact .map{float: none; margin-top: 3vh;}
}
@media (max-width: 1024px) {

}
@media (max-width: 992px) {
  html{font-size: 10px;}
  .index_header{top:10px;}
  .head_active{top:0;}
  .header .inner nav{display: none;}
  .header .inner .language{float:left!important; margin-top:0!important}
  .header .inner .language>a{height:60px!important; line-height:60px!important;}
  .header .inner,.header .inner .logo,.head{height: 80px;line-height: 80px; background-size: 145px;}
  .header .inner .index-logo a{height: 80px!important}
  .head_active .inner .index-logo a{height: 80px!important}
  .header .inner .language{}
  #col-index-banner .scroll-down{display:none;}
  .container2{padding: 0 2vh;}
  .col-index-about .more{margin-top: 20px;}
  .col-index-product .container2{padding-top: 8vh;}
  .col-index-product .container2 h2.title-head{position: unset; margin-bottom: 4vh;}
  .col-index-product .gallery-thumbs{position: unset; width: 100%; display:none;}
  .col-index-product .gallery-thumbs .swiper-slide{width: auto!important; border:none;}
  .col-index-product .gallery-thumbs .swiper-slide-thumb-active{border-left:none; border-bottom: 3px solid #008cd6;}
  .col-index-product .gallery-thumbs .swiper-slide span{padding: 0 30px;}
  .col-index-product .gallery-top{display:none;}
  .col-index-product .gallery-top .swiper-slide a.more{position: unset; display: block; width: 200px; text-align: center; margin: auto auto 4vh auto;}
  .col-index-product .gallery-top .swiper-slide img{margin-top: 10vh;}
  .col-index-product .gallery-top .swiper-slide .content{width: 90%; margin: auto;}
  .col-index-product .gallery-top .swiper-slide .content h3{margin-bottom: 0; margin-top: 20px; padding-bottom: 10px;}
  .col-index-product .gallery-top .swiper-slide .content .s-content{line-height: 1.8;}
  .col-index-product .mob-container{display:block;}
    .col-index-product .mob-container li{border:1px solid #dedede; margin-bottom:15px;}
  .col-index-product .mob-container li h3{font-size:2rem; text-align:center; line-height:35px;}
  /**/
  .col-page-about .sub-container, .col-page-product .sub-container{ padding: 0 30px }
  .col-page-product .col-product .wrap .product-img-container li{width: 50%;}
  .col-page-about .col-history .history-content .swiper-slide .s-content{padding-left: 0;}
  .col-page-about .col-culture .col-wrap table td div{padding: 4vh 3vh;}
  .col-page-about .col-culture .col-wrap .title-head{width: 100%;}
  .col-page-about .col-honor .col-wrap .title-head{width: 100%;}
  .col-product-detail .product-desc{text-align: center;}
  .col-product-detail .product-desc div{position: unset;}
.col-contact .item-contact .pc{display:none;}
.col-contact .item-contact .pe{display:block;}

  /**/
  .newsletter form div input[type="text"]{width:320px}
  .col-page-news .newsList ul.list li .content,.reading li .content{padding:15px 10px;}
  .reading li{margin-bottom: 20px;}
  .col-product-detail .recommend ul li,.col-page-news .newsList ul.list li,.reading li{width:49%;}
  .col-page-product .productList ul.list li:nth-child(3n),.col-product-detail .recommend ul li:nth-child(3n),.col-page-news .newsList ul.list li:nth-child(3n),.reading li:nth-child(4n){margin-right: 2%;}
  .col-page-product .productList ul.list li:nth-child(2n),.col-product-detail .recommend ul li:nth-child(2n),.col-page-news .newsList ul.list li:nth-child(2n),.reading li:nth-child(2n){margin-right: 0;}
  .col-page-about .col-history .history-container .swiper-slide .title{width:25%}
  .col-page-about .col-history .history-container .swiper-slide .content{width:75%}
  .footer{padding:10px 0 30px;}
  .footer .footer-nav {display: none;}
  #header.cur a.mm_btn{top: 0px;}
  .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;}
  .header .inner .index-search{margin-left: 10px; margin-right:20px; float: left!important;}
  #col-index-banner .ban_cont{bottom:10vh}
  #service-sidebar{display:none;}

}
@media (max-width: 768px) {
  html{font-size: 10px!important;}
  #col-index-banner .ban_cont h3{display: none;}
  #col-index-banner #ban2 a.more{padding: 0 5vh;}
  .col-index-about .img .content p:nth-child(1),.col-page-about .col-honor .content{font-size:20px;}
  .col-index-product .layer-mask{display:none;}
  .header .inner .index-search .content .title,.col-page-about .col-profile .wrap .content strong{font-size:18px;}
  .col-product-detail .col-product-common{padding-left: 3vh!important; padding-right: 3vh!important;}
  .col-index-contact .left .info p.address,.col-page-product .productList ul.list li p{font-size:16px;}
  .col-page-about .col-honor .honor-container .swiper-slide .title{font-size:14px;}
  .col-page-contact .information .map{padding-left: 0;height: 300px;}
.col-page-industry .col-industry .wrap .content{margin-top: 20px;}
  .newsletter form div input[type="text"]{width:200px}
  .newsletter{padding:5vh 10px;}
  .reading li{width:100%;margin-right: 0;}
  .col-page-news .news-nav,.col-page-news .newsList{float: none;width: 100%;padding:20px 0;}
  .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-product .productList ul.list li a.more{padding:0 3vh;}
  .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;}
.col-page-product .col-product .wrap .content,.col-page-about .wrap .content,.col-page-contact .information .content,.col-page-contact .information .map{width: 100%;float: none;}
  .footer .wrap{text-align: center;}
  .footer .wrap .pull-right{float: none !important;}
  .col-index-contact .right form ul li:nth-child(-n+2){width: 100%;}
  .col-index-video .img{width: 90%;}
  .col-index-video .img a#play i{width: 70px;height: 68px;}
  .col-index-video .content table td p:nth-child(1) span{font-size: 16px !important;}
  .col-index-product .swiper-slide .content span.more{bottom:4vh}
  .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:10px;}
  #col-index-banner .ban_cont a.more{width:180px;height: 40px;line-height: 34px;}
  #col-index-banner .ban_cont{bottom: 50%;transform: translateY(50%);}
  
}
@media (max-width: 640px) {
  .header .inner .index-logo{min-width: 120px;}
  .header .inner .index-logo a{height: 60px!important}
  .head_active .inner .index-logo a{height: 60px!important}
  .header .inner,.header .inner .logo,.head{height: 60px!important;line-height: 60px!important; background-size: 100px;}
  .col-banner .container .banner-txt{font-size: 3rem;}
  #col-index-banner .swiper-slide-active .ban_cont img{max-width: 70%;}
  #col-index-banner .ban_cont h2{display: none;}
  #col-index-banner .ban_cont h3{display: none;}
  #col-index-banner .ban_cont p{display: none;}
  #col-index-banner .ban_cont a.more{display: none!important;}
  .col-index-about .inner-container{top:30px;}
  .col-index-about .more{width:60px; height: 60px; line-height: 60px; margin-top: 0px; border:4px solid #fff;}
  .col-index-about .more i{font-size: 2.5rem;}
  .col-index-product .gallery-top .swiper-slide img{margin-top: 14vh;}
  .col-index-news h2 .s-nav a{padding:0 5px;}
  .col-page-about .col-culture .col-wrap table td{width: 100%;}
  .col-profile, .col-culture, .col-honor, .col-contact{padding: 0 3vh!important;}
  .col-product-detail .col-product-common{padding-left: 2vh!important; padding-right: 2vh!important;}
  .col-product-detail .col-product-common video{max-width:100%; height:auto;}
  .col-contact .item-contact #allmap, .col-contact .item-contact #gaode_map, .col-contact .item-contact #gaode_map2{width: 100%!important;}
  .col-message form ul li input, .col-message form ul li textarea{width: 100%;}
  .col-page-product .productList ul.list li h2{font-size:2.5rem;}
  .col-page .product-nav{position:relative;}
  .col-page .product-nav li{width:33.33%; position:static}
  .col-page .product-nav li .sub-nav{width:100%; left:0;}
  .col-page .product-nav li.li1 .sub-nav,.col-page .product-nav li.li4 .sub-nav{left:0;}
  .col-location li{padding：0 20px;}
}
@media (max-width: 468px) {
  html{font-size: 8px!important;}
  .col-banner .container .banner-txt{font-size: 0rem;}
  #col-index-banner .ban_cont p:nth-child(1){font-size:20px}
  .col-index-about .img .content p:nth-child(1),.col-page-about .col-honor .content{font-size:18px;}
  .col-index-product .gallery-top .swiper-slide .content{width: 100%;}
  .col-index-product .gallery-top .swiper-slide .content h3{font-size:3rem;}
  .col-index-about .content .s-desc{font-size: 2rem;}
  .col-index-about .inner-container{top:30px;}
  .col-index-about .more{width:44px; height: 44px; line-height: 44px; margin-top: 0px; border:3px solid #fff;}
  .col-index-about .content .s-desc{margin-bottom: 1rem;}
  .col-index-about #parallax-counter .firstRow td{margin-bottom: 1vh;}
  .col-index-about .more i{font-size: 2rem;}
  .col-index-news h2 .s-nav{position:relative; margin-top:15px;}
  .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;}
  #col-index-banner .swiper-pagination,#col-index-banner .swiper-button{bottom:2px;}
  #col-index-banner .ban_cont a.more{margin-top:3px;}
  .col-product-detail .product-desc div a{width:150px;}
  .col-page-product .productList ul.list li h2{font-size:2.5rem;}
  .col-page-product .productList ul.list li a.more{padding:0 1.5vh; line-height:35px; top:-5px; position:relative;}
  .col-page-product .product-nav, .col-page-product .productList{margin-top:0; padding-top:0}
  .col-page-product .fixed-nav{position:static; left:0; transform:none;}
  
}
@media (max-width: 320px) {
  #col-index-banner .ban_cont p:nth-child(1),.col-index-industry .left .title .s-content,.col-page-industry .col-industry .wrap .left .title .namemark{font-size:18px}
  
}

/*手机版菜单*/
.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: 0px;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;}
  #header.head_active .mm_btn .menu_bar_item .rect{background: #008cd6; transition: .5s all;}
  #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;}
}
@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;}
}

