/*
首页模块命名规范：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: "Anton";
  font-weight: regular;
  src: url("../fonts/Anton.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  font-weight: 300;
  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  font-weight: regular;
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  font-weight: 500;
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  font-weight: bold;
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_15f7mvq4yfqj.woff2?t=1702608025599') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_15f7mvq4yfqj.woff?t=1702608025599') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_15f7mvq4yfqj.ttf?t=1702608025599') format('truetype');
}
html{overflow-x: hidden;font-size: 16px;}
html.active{overflow: hidden;}
body {min-width: 320px;color: #333333;overflow: hidden;font-family:"HarmonyOS","PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;}
.goomay a {
  font-family:"iconfont" !important;
  font-size:12px!important;
  color: rgb(255,255,255,.6)!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: "\e625"; }
.goomay a:hover{color: #fff!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
li {list-style: none;}
i {font-style: normal;}
a {color: #333333;}
a:focus{text-decoration: none;outline: none;color:#333333;}
a:hover { color: #333333;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;}
.container {max-width: 1200px;  padding: 0 10px;}
.container2 {max-width: 100%; width:100%;  margin: 0 auto; padding: 0 10.416vw;}
.container3 {max-width: 100%; width:100%;  margin: 0 auto; padding: 0 13.5vw;}
#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;}
.none{display: none !important;}
.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.swiper-container,.swiper-container .swiper-slide{position: relative;}
.swiper-container{
  --swiper-theme-color: #005bac;/* 设置Swiper风格 */
  --swiper-preloader-color: #005bac;/* 单独设置预加载圆圈的颜色 */
}
/* animates */
@-webkit-keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeUp {-webkit-animation-name: fadeUp;animation-name: fadeUp;}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
@-webkit-keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeDown {-webkit-animation-name: fadeDown;animation-name: fadeDown;}
@-webkit-keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeLeft {-webkit-animation-name: fadeLeft;animation-name: fadeLeft;}
@-webkit-keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeRight {-webkit-animation-name: fadeRight;animation-name: fadeRight;}
.f16{font-size: 16px;}
.f17{font-size: 17px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 24px;}
.f24{font-size: 24px;}
.f26{font-size: 1.625rem;}
.f30{font-size: 1.5625vw;}
.f32{font-size: 1.666vw;}
.f36{font-size: 1.875vw;}
.f40{font-size: 2.08vw;}
.f48{font-size: 2.5vw;}
.f50{font-size: 2.6vw;}
.f60{font-size: 3.125vw;}
/* header */
.head{height: 100px;}
.header{width: 100%;z-index: 999;position: fixed;top:0;left: 0;transition: 0.25s;}
.header .inner{transition: 0.36s;background: #fff;position: relative;}
.header .inner .flex{align-items: center;justify-content: space-between;height: 100px;line-height: 100px;transition: 0.5s;padding: 0 5.2vw;}
.header .inner .logo{font-size: 0;}
.header .inner .logo img{max-width: 18vw;}
.header .inner .right{display: flex;flex-direction: column;line-height: 1;height: 100%;}
.header .inner .right>.top{margin: auto 0 auto auto;display: flex;align-items: center;}
.header .inner .right>.top .contact{font-weight: bold;margin-right: 30px;}
.header .inner nav ul{font-size: 0;}
.header .inner nav ul li{display: inline-block;vertical-align: middle;margin-right: 3.1vw;font-size:18px;}
.header .inner nav ul li:last-child{margin-right: 0;}
.header .inner nav ul li>a{transition: color 0.3s;display: inline-block;line-height: 1; position: relative;padding: 10px 0 25px;}
.header .inner nav ul li>a::after{content:'';width: 0;height: 3px;background: #005bac;position: absolute;right: 0;bottom: 0;transition: 0.25s;}
.header .inner nav ul li:hover>a,.header .inner nav ul li.active>a{color:#005bac !important;}
.header .inner nav ul li:hover>a::after,.header .inner nav ul li.active>a::after{left: 0;width: 100%;}
.header .inner nav ul li .child{position: absolute;top:100%;left:0;width:100%;display: none;padding: 25px 0 15px;text-align: center;background: rgba(255,255,255,.9);line-height: 1;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 5px 0px rgba(6, 0, 1, 0.06);}
.header .inner nav ul li .child a{font-size:16px;display: inline-block;margin:0 15px 10px;color:#666;text-transform: none;padding:0;transition: 0.25s color;}
.header .inner nav ul li .child a:hover{color: #005bac;}
.header .inner .language{position: relative;line-height: 1;cursor: pointer;margin-left: 30px;}
.header .inner .language a{font-size: 16px;font-weight: bold;transition: 0.25s;}
.header .inner .language a:hover{color:#005bac}
.header .inner .language:hover ul{margin-top: 10px;opacity: 1;visibility: visible;}
.header .inner .index-search{position: relative;font-size: 0;margin: 0 30px;}
.header .inner .index-search::before,.header .inner .index-search::after{content:'';width: 1px;height: 15px;background: #dddddd;position: absolute;top: 50%;transform: translateY(-50%);}
.header .inner .index-search::before{left: -30px;}
.header .inner .index-search::after{right: -30px;}
.header .inner .index-search i.iconfont{font-size: 20px;display: inline-block;vertical-align: middle;}
.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%;color:#292929;}
.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;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';}
.header .inner .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}
.header.active{box-shadow: 0 5px 20px 0 rgba(0,0,0,.02);}
.header.active.cur{position: relative;}
/* banner */
.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;}
.col-banner .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
.col-banner .swiper-slide .ban_cont .content{opacity: 0;}
#col-index-banner .swiper-slide{max-height: 100vh;}
#col-index-banner .swiper-slide video{width: 100vw;height: 100%;object-fit: cover;position: relative;}
#col-index-banner .swiper-slide .ban_cont{position: absolute;color:#fff;left: 0;width: 100%;z-index: 2;bottom: 6.66vw;}
#col-index-banner .swiper-slide .ban_cont .content h3{font-size: 1.5625vw;}
#col-index-banner .swiper-slide .ban_cont .content p:nth-child(1) img{max-width: 24.6vw;}
#col-index-banner .swiper-slide .ban_cont .content p:nth-child(2){margin: 2.1875vw 0 1vw;}
#col-index-banner .swiper-slide .ban_cont .content p:nth-child(2) img{max-width: 14.8vw;}
#col-banner .swiper-slide .ban_cont{position: absolute;top: calc(50% + 50px);transform: translateY(-50%);color:#fff;left: 0;width: 100%;z-index: 2;}
#col-banner .swiper-slide .ban_cont .content h1{font-weight: bold;margin-bottom: 10px;}
#col-banner .swiper-slide .ban_cont .content .s-content{font-weight: 300;line-height: 1.588;max-width: 580px;}
#col-banner .swiper-slide.ProBanner .img{height: 800px;}
#col-banner .swiper-slide.ProBanner .ban_cont {top: calc(15.78vh + 100px);transform: none;}
#col-banner .swiper-slide.ProBanner .ban_cont .content {max-width: 1013px;margin: 0 auto;}
#col-banner .swiper-slide.ProBanner .ban_cont .content h1{margin-bottom: 20px;}
#col-banner .swiper-slide.ProBanner .ban_cont .content .s-content{max-width: none;}
#col-banner .swiper-slide.ProBanner .ban_cont .content .s-content p:not(:last-child){margin-bottom: 3px;}
a.more-btn{display: block;width: 190px;background: #005bac;position: relative;margin-top: 20px;padding: 16px 20px;color:#fff;transition: 0.25s;}
a.more-btn::before,a.more-btn::after{content:'';position: absolute;right: 15px;bottom: 14px;background: #fff;}
a.more-btn::before{width: 9px;height: 1px;}
a.more-btn::after{width: 1px;height: 9px;}
a.more-btn:hover{box-shadow: 3px 5px 12px 0 rgba(0,0,0,.2);}
.col-index-product{padding: 6.5vw 0;background: #f6f7f9;}
.col-index-product h2{margin-bottom: 3vh;padding-bottom: 3vh;position: relative;}
.col-index-product h2::after{content:'';width: 60px;height: 5px;background: #005bac;position: absolute;left: 0;bottom: 0;}
.col-index-product .flex{justify-content: space-between;align-items: flex-end;flex-wrap: wrap;margin-bottom: 5.2vh;}
.col-index-product .flex .content{max-width: 752px;line-height: 1.765;color:#666;}
.col-index-product .flex a.more-btn{margin-top: 20px;}
.col-index-product .swiper-container{padding-bottom: 80px;}
.col-index-product .swiper-slide .img{overflow: hidden;position: relative;min-height: 66px;}
.col-index-product .swiper-slide .img img{width: 100%;}
.col-index-product .swiper-slide .title{background: #fff;text-align: center;padding: 20px 10px;transition: 0.25s;line-height: 1;}
.col-index-product .swiper-slide:hover .title{color:#005bac;}
.col-index-product .swiper-container .swiper-pagination.swiper-pagination-progressbar{bottom: 10px;top: auto;left: 0;width: calc(100% - 115px);height: 4px;background: #dddddd;opacity: 1;}
.col-index-product .swiper-container .swiper-button{width: auto;height: auto;opacity: 1;outline: none;color:#acacae;transition: 0.25s;position: absolute;top: auto;bottom: 0;margin-top: 0;line-height: 1;}
.col-index-product .swiper-container .swiper-button::after{display: none;}
.col-index-product .swiper-container .swiper-button-prev{left: auto;right: 48px;}
.col-index-product .swiper-container .swiper-button-next{right: 0;}
.col-index-product .swiper-container .swiper-button:hover{color:#000;}
.col-index-product .swiper-container .swiper-button i.iconfont{font-size: 26px;font-weight: bold;}
.col-index-about .flex{justify-content: space-between;flex-wrap: wrap;}
.col-index-about .flex .img{width: 48.3%;}
.col-index-about .flex .img img{width: 100%;height: 100%;object-fit: cover;}
.col-index-about .flex .content{width: 44.7%;display: flex;align-items: center;}
.col-index-about .flex .content .inner{max-width: 670px;padding: 4vh 20px;}
.col-index-about .flex .content .inner .s-content{color:#666;line-height: 1.765;margin-bottom: 6.25vw;}
.col-index-about .flex .content .inner .s-content h2{font-weight: bold;line-height: 1.146;margin-bottom: 15px;color:#333333;}
.col-index-about .flex .content .inner .s-content h3{font-weight: 500;color:#333333;}
.col-index-about .flex .content .inner .s-content hr{border-color: #dddddd;margin: 2.6vw 0 2.34375vw;}
.col-index-technology{background: #f6f7f9;padding: 7.8125vw 0 6.77vw;}
.col-index-technology h2{margin-bottom: 2.86458vw;padding-bottom: 3vh;position: relative;font-weight: bold;}
.col-index-technology h2::after{content:'';width: 60px;height: 5px;background: #005bac;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
.col-index-technology .flex{flex-wrap: wrap;}
.col-index-technology .flex .item{padding: 12.5px;}
.col-index-technology .flex .item a{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.col-index-technology .flex .left{display: flex;width: 67.7%;flex-wrap: wrap;}
.col-index-technology .flex .left .item{width: 50%;}
.col-index-technology .flex .left .item .img{position: relative;}
.col-index-technology .flex .left .item .img::after{content:'';width: 100%;height: 70%;opacity: 0;position: absolute;left: 0;bottom: 0;transition: 0.25s;
  background-image: -moz-linear-gradient( 90deg, rgb(0,91,172) 0%, rgba(0,91,172,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,91,172) 0%, rgba(0,91,172,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,91,172) 0%, rgba(0,91,172,0) 100%); 
}
.col-index-technology .flex .left .item .img img{width: 100%;}
.col-index-technology .flex .left .item .content{position: absolute;width: 100%;left: 0;bottom: 0;padding: 0 38px 30px;color:#fff;transform: translateY(36px);transition: 0.25s;}
.col-index-technology .flex .left .item .content .icon{line-height: 67px;}
.col-index-technology .flex .left .item .content .icon img{width: auto;transform: none;}
.col-index-technology .flex .left .item .content .title{margin: 10px 0 16px;}
.col-index-technology .flex .left .item .content .more{display: flex;align-items: center;opacity: 0;visibility: hidden;transform: translateY(10px);transition: 0.25s;line-height: 1;}
.col-index-technology .flex .left .item .content .more i.fa{font-size: 20px;margin-left: 8px;}
.col-index-technology .flex .left .item:hover .img::after{opacity: .8;}
.col-index-technology .flex .left .item:hover .content{transform: none;}
.col-index-technology .flex .left .item:hover .content .more{opacity: 1;visibility: visible;transform: none;transition-delay: 0.05s;}
.col-index-technology .flex .right{width: 32.3%;display: flex;flex-direction: column;}
.col-index-technology .flex .right .item{height: 50%;}
.col-index-technology .flex .right .item a{background: #fff;display: flex;align-items: center;z-index: 1;}
.col-index-technology .flex .right .item .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transform: scale(1.08);transition: 0.35s;opacity: 0;visibility: hidden;z-index: -1;}
.col-index-technology .flex .right .item .content{padding: 10px 40px;transition: 0.25s;}
.col-index-technology .flex .right .item .content .title{margin-bottom: 16px;font-weight: bold;}
.col-index-technology .flex .right .item .content .more{display: flex;align-items: center;line-height: 1;}
.col-index-technology .flex .right .item .content .more i.fa{font-size: 20px;margin-left: 8px;}
.col-index-technology .flex .right .item:hover .bg{transform: none;opacity: 1;visibility: visible;}
.col-index-technology .flex .right .item:hover .content{color:#fff;}
.col-index-partner{padding: 7.8125vw 0 5.2vw;}
.col-index-partner h2{margin-bottom: 5.5vh;padding-bottom: 3vh;position: relative;font-weight: bold;}
.col-index-partner h2::after{content:'';width: 60px;height: 5px;background: #005bac;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
.col-index-partner .swiper-slide .img{border: 1px solid #dddddd;}
.col-index-partner .swiper-pagination{position: static;margin-top: 3.645vw;}
.col-index-partner .swiper-pagination span{width: 13px;height: 13px;opacity: 1;transition: 0.25s;background: #dddddd;}
.col-index-partner .swiper-pagination span.swiper-pagination-bullet-active{background: #005bac;}
.col-index-news{padding: 6.77vw 0 7.29vw;background: #f6f7f9;}
.col-index-news .title{margin-bottom: 6vh;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: space-between;}
.col-index-news .title h2{font-weight: bold;}
.col-index-news .title a.more-btn{margin-top: 20px;}
.col-index-news .flex{flex-wrap: wrap;justify-content: space-between;}
.col-index-news .flex .left{width: 49%;}
.col-index-news .flex .left a{overflow: hidden;position: relative;color:#fff;display: block;width: 100%;height: 100%;}
.col-index-news .flex .left a .img{width: 100%;height: 100%;overflow: hidden;}
.col-index-news .flex .left a .img::after{content:'';width: 100%;opacity: .8;height: 40%;position: absolute;left: 0;bottom: 0;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}
.col-index-news .flex .left a .img img{width: 100%;height: 100%;object-fit: cover;}
.col-index-news .flex .left a .content{width: 100%;position: absolute;left: 0;bottom: 0;padding: 0 3vw 4.5vh;z-index: 1;}
.col-index-news .flex .left a .content h3{margin-top: 14px;}
.col-index-news .flex .info{display: flex;align-items: center;}
.col-index-news .flex .info .column{background: #005bac;color:#fff;padding: 8px 15px;line-height: 1;margin-right: 22px;}
.col-index-news .flex .right{width: 45.4%;display: flex;flex-direction: column;border-top: 1px solid #dddddd;}
.col-index-news .flex .right .item{padding: 3vh 0;border-bottom: 1px solid #dddddd;}
.col-index-news .flex .right .item h3{line-height: 1.375;height: 66px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-bottom: 2vh;transition: 0.25s;}
.col-index-news .flex .right .item .info span{color:#333;}
.col-index-news .flex .right .item a:hover h3{color:#005bac;}
/* page */
.page {text-align: center;}
.page ul li a{border:none;background: none;color:#666;padding:0 2px;margin:0 10px;font-size: 18px;}
.page ul li.disabled a{border:none;background: none;}
.page ul li.active a{border:none;background: none;color: #005bac;border-bottom: 4px solid #005bac;}
.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: none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background: none;color:#666;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#666;}
/* 内页 */
.overflow{overflow: hidden;}
.overflow img,.smallImg img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.overflow:hover img{-webkit-transform:scale(1.06);transform:scale(1.06)}
.smallImg:hover img{-webkit-transform:scale(0.92);transform:scale(0.95);}
.videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 9999999999;display: none;text-align: center;padding:5vh 1vw;}
.videoPop .col-video2{position: relative;width: 100%;height: 100%;}
#Video{max-width: 100%;max-height: 100%;position: absolute;max-width: 970px;top:50%;left: 50%;transform: translate(-50%,-50%);width: 100%;}
#videoClose{position: absolute;right:10px;top:5px;color: #fff;cursor: pointer;font-size: 36px;transition: 0.5s;z-index: 99;}
#videoClose:hover{color: #eee;}
.col-page-about h2{font-weight: bold;margin-bottom: 10px;text-align: center;}
.col-page-about .col-1{padding: 7.8125vw 0 4.95vw;}
.col-page-about .col-1 .content{line-height: 1.765;color:#666;padding: 0 5.2vw;}
.col-page-about .col-1 .content h3{padding-bottom: 5.2vw;position: relative;color:#333;font-weight: 500;}
.col-page-about .col-1 .content h3::after{content:'';width: 1px;height: 2.8vw;background: #dddddd;position: absolute;left: 50%;bottom: 3vh;}
.col-page-about .col-1 .content ul{margin-top: 5.2vw;display: flex;justify-content: space-between;align-items: center;}
.col-page-about .col-1 .content ul li{color:#333;}
.col-page-about .col-1 .content ul li:nth-child(2n){width: 1px;height: 70px;background: #ddd;}
.col-page-about .col-1 .content ul li p:nth-child(1),.col-page-about .col-1 .content ul li p:nth-child(1) .odometer{font-size: 3.125vw;line-height: 1;vertical-align: text-bottom;color:#005bac;font-family: 'HarmonyOS';font-weight: 500;}
.col-page-about .col-2 {position: relative;color:#fff;padding: 6.25vw 0 0;}
.col-page-about .col-2 h2{display: flex;align-items: center;margin-bottom: 6.25vw;}
.col-page-about .col-2 h2 span{margin-right: auto;}
.col-page-about .col-2 h2 .swiper-button{display: inline-block;position: static;width: 130px;height: 50px;line-height: 46px;border-radius: 25px;border: 2px solid #fff;transition: 0.25s;font-size: 20px;opacity: 1;pointer-events: auto;color:#fff;outline: none;margin: 20px 20px 20px 0;text-align: center;}
.col-page-about .col-2 h2 .swiper-button::after{display: none;}
.col-page-about .col-2 h2 .swiper-button:hover{background: #005bac;border-color: #005bac;}
.col-page-about .col-2 h2 .swiper-button-next{margin-right: 0;}
.col-page-about .col-2 .swiper-container{overflow: visible;}
.col-page-about .col-2 .swiper-slide{height: auto;}
.col-page-about .col-2 .swiper-slide .inner{padding: 0 25px calc(18.54vw + 30px);position: relative;height: 100%;}
.col-page-about .col-2 .swiper-slide .inner::before{content:'';width: 1px;height: calc(100% - 1.8rem);background: #fff;position: absolute;left: 4px;bottom: 0;}
.col-page-about .col-2 .swiper-slide .inner::after{content:'';width: 9px;height: 9px;border-radius: 50%;background: #fff;position: absolute;left: 0px;top: 1.8rem;}
.col-page-about .col-2 .swiper-slide h3{font-weight: 500;line-height: 1;margin-bottom: 6px;}
.col-page-about .col-2 .swiper-slide .content{line-height: 1.765;height: 128px;overflow-y: auto;padding-right: 4.5vw;}
.col-page-about .col-2 .swiper-slide .content.boxscroll::-webkit-scrollbar {width: 2px;}
.col-page-about .col-2 .swiper-slide .content.boxscroll::-webkit-scrollbar-thumb {background-color: #005bac;border-radius: 2px;}
.col-page-about .col-2 .swiper-slide .content.boxscroll::-webkit-scrollbar-track {background-color: rgba(255,255,255,.2);border-radius: 0;}
.col-page-about .col-2 .swiper-slide .content p{margin-bottom: 2px;}
.col-page-about .col-2 .hill{position: absolute;left: 0;bottom: 0;width: 100%;pointer-events: none;font-size: 0;z-index: 2;}
.col-page-about .col-3{padding: 7.3vw 0;background: #f8f8f8;}
.col-page-about .col-3 h2{margin-bottom: 2.86vw;}
.col-page-about .col-3 ul.list{display: flex;flex-wrap: wrap;}
.col-page-about .col-3 ul.list li{width: 32%;margin-right: 2%;background: #fff;box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);padding: 4vh 40px 3vh;text-align: center;margin-bottom: 4vh;}
.col-page-about .col-3 ul.list li:nth-child(3n){margin-right: 0;}
.col-page-about .col-3 ul.list li .icon{line-height: 56px;margin-bottom: 2vh;}
.col-page-about .col-3 ul.list li .title{font-weight: bold;margin-bottom: 6px;}
.col-page-about .col-3 ul.list li .content{color:#666;line-height: 1.5888;}
.col-page-about .col-4{padding: 6.77vw 0 6.25vw;}
.col-page-about .col-4 h2{margin-bottom: 2.708vw;}
.col-page-about .col-4 .swiper-slide {height: auto;}
.col-page-about .col-4 .swiper-slide a{display: flex;align-items: center;width: 100%;height: 100%;border: 1px solid #dddddd;position: relative;min-height: 66px;}
.col-page-about .col-4 .swiper-slide a img{width: 100%;}
.col-page-about .col-4 .swiper-pagination{position: static;margin-top: 5vh;}
.col-page-about .col-4 .swiper-pagination span{width: 13px;height: 13px;border: 1px solid #dddddd;background: transparent;opacity: 1;transition: 0.25s;}
.col-page-about .col-4 .swiper-pagination span.swiper-pagination-bullet-active{background: #005bac;border-color: #005bac;}
.col-page-product{background: #f6f7f9;padding: 1px 0 6.25vw;}
.col-page-product .advantage{margin-top: -25vh;display: flex;flex-wrap: wrap;position: relative;z-index: 2;}
.col-page-product .advantage .img{width: 48%;}
.col-page-product .advantage .img .bttrlazyloading-wrapper{width: 100%;height: 100%;}
.col-page-product .advantage .img img{width: 100%;height: 100%;object-fit: cover;}
.col-page-product .advantage .content{width: 52%;background: #fff;padding: 3vh 3.5vw;display: flex;flex-direction: column;justify-content: center;}
.col-page-product .advantage .content .title{margin-bottom: 3vh;padding-bottom: 3.3vh;position: relative;font-weight: bold;}
.col-page-product .advantage .content .title::after{content:'';width: 50px;height: 4px;background: #005bac;position: absolute;left: 0;bottom: 0;}
.col-page-product .advantage .content .s-content{color:#666;line-height: 1.765;}
.col-page-product .container2>h2.f48{margin: 9vh 0 4vh;padding-bottom: 3vh;position: relative;border-bottom: 1px solid #dddddd;font-weight: bold;}
.col-page-product ul.child{display: flex;flex-wrap: wrap;}
.col-page-product ul.child li{width: 32%;margin-right: 2%;margin-bottom: 5vh;transition: 0.25s;}
.col-page-product ul.child li:nth-child(3n){margin-right: 0;}
.col-page-product ul.child li .img{overflow: hidden;position: relative;}
.col-page-product ul.child li .title{background: #fff;text-align: center;padding: 2vh 10px;transition: 0.25s;}
.col-page-product ul.child li:hover {box-shadow: 0 0 13px 0 rgba(0,0,0,.03);}
.col-page-product ul.child li:hover .title{color:#005bac;}
.col-page-product .flex{margin-top: 6.5625vw;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.col-page-product .flex .sider{width: 26.6%;background: #fff;padding: 6vh 40px 5.5vh;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.03);}
.col-page-product .flex .sider h2{margin-bottom: 3.1vh;padding-bottom: 3vh;position: relative;border-bottom: 1px solid #ddd;font-weight: bold;}
.col-page-product .flex .sider ul li{margin-bottom: 2vh;display: flex;align-items: center;justify-content: space-between;}
.col-page-product .flex .sider ul li:last-child{margin-bottom: 0;}
.col-page-product .flex .sider ul li a{font-weight: 500;transition: 0.25s;}
.col-page-product .flex .sider ul li i{display: block;width: 18px;height: 18px;border-radius: 3px;position: relative;flex-shrink: 0;border: 1px solid #333333;}
.col-page-product .flex .sider ul li i::after{content:'';width: 12px;height: 12px;border-radius: 3px;background: #005bac;opacity: 0;position: absolute;left: 2px;top: 2px;transition: 0.25s;}
.col-page-product .flex .sider ul li.active a,.col-page-product .flex .sider ul li a:hover{color:#005bac;}
.col-page-product .flex .sider ul li.active i{border-color: #005bac;}
.col-page-product .flex .sider ul li.active i::after{opacity: 1;}
.col-page-product .flex .lists{width: 71.8%;}
.col-page-product .flex .lists ul.list{display: flex;flex-wrap: wrap;}
.col-page-product .flex .lists ul.list li{width: 32%;margin-right: 2%;margin-bottom: 2.5vh;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.03);background-color: #fff;}
.col-page-product .flex .lists ul.list li:nth-child(3n){margin-right: 0;}
.col-page-product .flex .lists ul.list li a{display: block;padding: 3vh 20px;}
.col-page-product .flex .lists ul.list li a .img{overflow: hidden;position: relative;}
.col-page-product .flex .lists ul.list li a .title{text-align: center;margin-top: 3vh;font-weight: 500;}
.col-page-product .inquiry{margin-top: 6.25vw;background: #fff;padding: 10vh 5.5vw;}
.col-page-product .inquiry h2{margin-bottom: 12px;font-weight: bold;}
.col-page-product .inquiry .content{color:#666;margin-bottom: 3vh;}
.col-page-product .inquiry form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-product .inquiry form ul li{width: 48%;margin-bottom: 2.3vh;}
/*
.col-page-product .inquiry form ul li:nth-child(1),.col-page-product .inquiry form ul li:nth-child(n+5){width: 100%;}
.col-page-product .inquiry form ul li:nth-child(1){margin-bottom: 3.5vh;padding-bottom: 3.5vh;border-bottom: 1px solid ;}
.col-page-product .inquiry form ul li:nth-child(1) p{font-size: 20px;font-weight: bold;}
.col-page-product .inquiry form ul li:nth-child(1) span{display: flex;align-items: center;}
.col-page-product .inquiry form ul li:nth-child(1) span .form-check{display: flex;align-items: center;margin-right: 2.3vw;}
.col-page-product .inquiry form ul li:nth-child(1) span input{width: 18px;height: 18px;margin:0 10px 0 0;}
*/
.col-page-product .inquiry form ul li:nth-child(n+5){width: 100%;}
.col-page-product .inquiry form ul li p{margin-bottom: 8px;}
.col-page-product .inquiry form ul li input,.col-page-product .inquiry form ul li textarea{width: 100%;height: 60px;border-radius: 5px;border: 1px solid #dddddd;padding-left: 20px;outline: none;font-size: 16px;}
.col-page-product .inquiry form ul li textarea{height: auto;min-height: 140px;padding-top: 15px;}
.col-page-product .inquiry form .code .verify{width: 180px;height: 50px;border-radius: 5px;border: 1px solid #dddddd;padding-left: 20px;outline: none;}
.col-page-product .inquiry form .code .recaptcha{display: inline-block;font-size: 12px;color:#666;vertical-align: bottom;border-bottom: 1px solid;transition: 0.25s;}
.col-page-product .inquiry form .code .recaptcha:hover{color:#005bac;}
.col-page-product .inquiry form .sub{width: 200px;height: 55px;color:#fff;font-size: 16px;margin-top: 3vh;outline: none;border: none;background: #005bac;}
.vicenav{background: #fff;border-bottom: 1px solid #f6f7f9;}
.vicenav .flex{flex-wrap: wrap;}
.vicenav .flex a{padding: 22px 24px;position: relative;margin-right: 4.5vw;}
.vicenav .flex a:last-child{margin-right: 0;}
.vicenav .flex a:not(:last-child)::before{content:'';width: 1px;height: 23px;background: #dddddd;position: absolute;top: 50%;transform: translateY(-50%);right: -2.25vw;}
.vicenav .flex a::after{content:'';width: 0;height: 3px;background: #005bac;position: absolute;right: 0;bottom: 0;transition: 0.25s;opacity: 0;}
.vicenav .flex a:hover::after,.vicenav .flex a.active::after{left: 0;width: 100%;opacity: 1;}
.col-page-technology h2{font-weight: bold;text-align: center;margin-bottom: 5vh;}
.col-page-technology .col-1{background: #f6f7f9;padding: 6.5vw 0;}
.col-page-technology .col-1 .tab-nav{display: flex;margin-bottom: 4vh;flex-wrap: wrap;margin: 0 -14px 4vh;}
.col-page-technology .col-1 .tab-nav a{flex: 1;background: #fff;padding: 20px 10px;font-weight: bold;transition: 0.25s;text-align: center;margin:0 7px 14px;min-width: 120px;}
.col-page-technology .col-1 .tab-nav a.active,.col-page-technology .col-1 .tab-nav a:hover{background: #005bac;color:#fff;}
.col-page-technology .col-1 .tab-box .slide{display: none;}
.col-page-technology .col-1 .tab-box .slide.active{display: block;}
.col-page-technology .col-1 .tab-box .slide .swiper-slide .img{position: relative;min-height: 66px;overflow: hidden;}
.col-page-technology .col-1 .tab-box .slide .swiper-slide .title{text-align: center;margin-top: 12px;font-weight: bold;transition: 0.25s;}
.col-page-technology .col-1 .tab-box .slide .swiper-slide:hover .title{color:#005bac;}
.col-page-technology .col-2 {padding: 6.5vw 0;}
.col-page-technology .col-2 .flex{align-items: center;flex-wrap: wrap;justify-content: space-between;}
.col-page-technology .col-2 .flex .img{width: 53%;}
.col-page-technology .col-2 .flex .content{width: 40%;}
.col-page-technology .col-2 .flex .content h2{text-align: left;margin-bottom: 3vh;padding-bottom: 3vh;position: relative;}
.col-page-technology .col-2 .flex .content h2::after{content:'';width: 50px;height: 4px;background: #005bac;position: absolute;left: 0;bottom: 0;}
.col-page-technology .col-2 .flex .content .s-content{color:#666;line-height: 1.765;}
.col-page-technology .col-2 .flex .content .s-content ul{margin-top: 4.53125vw;display: flex;justify-content: space-between;}
.col-page-technology .col-2 .flex .content .s-content ul li{box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);width: 48%;}
.col-page-technology .col-2 .flex .content .s-content ul li img{width: 100%;}
.col-page-technology .col-3{background: #f6f7f9;padding: 6.5vw 0;}
.col-page-technology .col-3 .swiper-slide .img{position: relative;min-height: 66px;overflow: hidden;}
.col-page-technology .col-3 .swiper-slide .title{text-align: center;margin-top: 12px;font-weight: 500;transition: 0.25s;}
.col-page-technology .col-3 .swiper-slide:hover .title{color:#005bac;}
.col-page-technology .col-4 {padding: 6.25vw 0;}
.col-page-technology .col-4 .swiper-pagination{position: static;margin-top: 5vh;}
.col-page-technology .col-4 .swiper-pagination span{width: 13px;height: 13px;border: 1px solid #dddddd;background: transparent;opacity: 1;transition: 0.25s;}
.col-page-technology .col-4 .swiper-pagination span.swiper-pagination-bullet-active{background: #005bac;border-color: #005bac;}
.col-page-news{background-color: #f6f7f9;padding: 6.25vw 0 5vw;}
.col-page-news .news-top {margin-bottom: 7vw;}
.col-page-news .news-top a{display: flex;flex-wrap: wrap;}
.col-page-news .news-top .img{width: 50%;position: relative;overflow: hidden;}
.col-page-news .news-top .img .bttrlazyloading-wrapper{width: 100%;height: 100%;}
.col-page-news .news-top .img img{width: 100%;height: 100%;object-fit: cover;}
.col-page-news .news-top .content{width: 50%;background: #fff;padding: 3vh 4vw 3vh 3.5vw;display: flex;flex-direction: column;justify-content: center;}
.col-page-news .news-top .content .info{display: flex;align-items: center;}
.col-page-news .news-top .content .info .column{background: #005bac;color:#fff;padding: 8px 15px;line-height: 1;margin-right: 22px;}
.col-page-news .news-top .content h3{font-weight: 500;margin: 12px 0 2.15vh;transition: 0.25s;}
.col-page-news .news-top .content .s-content{color:#666;line-height: 1.765;height: 90px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.col-page-news .news-top .content .more{display: flex;align-items: center;color:#005bac;margin-top: 3.9vw;}
.col-page-news .news-top .content .more span{margin-right: 10px;font-weight: 500;}
.col-page-news .news-top .content .more i.iconfont{font-weight: bold;font-size: 20px;}
.col-page-news .news-top a:hover .content h3{color:#005bac;}
.col-page-news .lists ul.list li{padding:5vh 0 4.5vh;border-top: 1px solid #dddddd;}
.col-page-news .lists ul.list li:last-child{border-bottom: 1px solid #ddd;;}
.col-page-news .lists ul.list li .info{display: flex;align-items: center;}
.col-page-news .lists ul.list li .info .column{background: #005bac;color:#fff;padding: 8px 15px;line-height: 1;margin-right: 22px;}
.col-page-news .lists ul.list li h3{font-weight: 500;margin: 12px 0 2.15vh;transition: 0.25s;}
.col-page-news .lists ul.list li .s-content{color:#666;line-height: 1.765;height: 60px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.col-page-news .lists ul.list li:hover h3{color:#005bac;}
.col-news-detail{padding: 5vh 0;background: #f6f7f9;}
.col-news-detail h1{font-size: 1.875rem;font-weight: bold;}
.col-news-detail .info{padding: 12px 0 15px;border-bottom: 1px dotted #c6c6c6;margin-bottom: 4vh;font-size: 12px;display: flex;flex-wrap: wrap;}
.col-news-detail .info span.publisher{color:#005bac;margin: 0 5px;}
.col-news-detail .content{font-size: 15px;line-height: 2; margin-bottom:1.2rem;}
.col-news-detail .content h2{margin-bottom:1.3rem; font-size:24px; font-weight:bold;}
.col-news-detail .content h3{margin-bottom:1.3rem; font-size:20px; font-weight:bold;}
.col-news-detail .content p{margin-bottom:1.25rem; font-size:16px; line-height:1.8;}
.col-news-detail .content ol, .col-news-detail .content ul{padding-left:1.5em;}
.col-news-detail .content li{list-style:disc;}
.col-news-detail .content a{text-decoration:underline;}
.col-news-detail .col_page{margin-top: 9vh;}
.col-news-detail .col_page li{padding: 8px 0;font-size: 15px;color:#5a5a5a;}
.col-news-detail .col_page li:not(:last-child){border-bottom: 1px dotted #c6c6c6;}
.col-news-detail .col_page li a{color:#9d9d9d;transition: 0.2s;}
.col-news-detail .col_page li a:hover{color:#005bac;}
.col-page-contact{background: #f6f7f9;}
.col-page-contact h2{font-weight: bold;margin-bottom: 5vh;padding-bottom: 3vh;position: relative;}
.col-page-contact h2::after{content:'';width: 57px;height: 4px;background: #005bac;position: absolute;left: 0;bottom: 0;}
.col-page-contact .flex{padding: 5.56vw 0;justify-content: space-between;flex-wrap: wrap;}
.col-page-contact .flex>div{width: 48%;background: #fff;padding: 8vh 3.8vw;}
.col-page-contact .flex .col-1 ul.info{margin-bottom: 5vh;padding-bottom: 4vh;border-bottom: 1px solid #dddddd;}
.col-page-contact .flex .col-1 ul.info li{margin-bottom: 3vh;color:#666;}
.col-page-contact .flex .col-1 ul.info li:last-child{margin-bottom: 0;}
.col-page-contact .flex .col-1 ul.info li p.name{display: flex;align-items: center;margin-bottom: 6px;color:#333;}
.col-page-contact .flex .col-1 ul.info li p.name i.iconfont{margin-right: 10px;font-size: 18px;}
.col-page-contact .flex .col-1 .content{color:#666;line-height: 1.875;}
.col-page-contact .flex .col-1 .content strong{color:#333;display: block;margin-bottom: 10px;}
.col-page-contact .flex .col-2 form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-contact .flex .col-2 form ul li{width: 48%;margin-bottom: 4vh;}
.col-page-contact .flex .col-2 form ul li:nth-child(n+5){width: 100%;}
.col-page-contact .flex .col-2 form ul li input,.col-page-contact .flex .col-2 form ul li textarea{width: 100%;height: 45px;outline: none;border: none;border-bottom: 1px solid #dddddd;padding-left: 10px;background: transparent;}
.col-page-contact .flex .col-2 form ul li textarea{height: auto;min-height: 100px;padding-top: 10px;}
.col-page-contact .flex .col-2 form .code input{width: 140px;height: 45px;outline: none;border: none;border-bottom: 1px solid #dddddd;padding-left: 10px;background: transparent;}
.col-page-contact .flex .col-2 form .code .recaptcha{font-size: 12px;vertical-align: bottom;border-bottom: 1px solid;transition: 0.25s;display: inline-block;margin-top: 10px;}
.col-page-contact .flex .col-2 form .code .recaptcha:hover{color:#005bac}
.col-page-contact .flex .col-2 form .sub{width: 200px;height: 55px;color:#fff;font-size: 16px;margin-top: 3vh;outline: none;border: none;background: #005bac;margin-top: 5vh;}
.col-page-contact .map{height: 800px;}
.col-page-contact .map #allmap{width: 100%;height: 100%;}
.col-page-recruit{background: #f6f7f9;padding: 5.56vw 0;}
.col-page-recruit h2{font-weight: bold;margin-bottom: 3vw;}
.col-page-recruit .child{display: flex;align-items: flex-start;position: relative;margin-bottom: 2.8645vw;}
.col-page-recruit .child::after{content:'';width: 100vw;height: 1px;background: #dddddd;position: absolute;left: -10.416vw;bottom: 0;}
.col-page-recruit .child span{font-weight: bold;margin-right: 2.708vw;display: block;}
.col-page-recruit .child a{padding: 0 0 15px;position: relative;transition: 0.25s;margin-right: 3vw;}
.col-page-recruit .child a::after{content:'';width: 0;height: 3px;background: #005bac;position: absolute;bottom: -1px;right: 0;z-index: 2;opacity: 0;transition: 0.25s;}
.col-page-recruit .child a.active,.col-page-recruit .child a:hover{color:#005bac;}
.col-page-recruit .child a.active::after,.col-page-recruit .child a:hover::after{left: 0;width: 100%;opacity: 1;}
.col-page-recruit ul.list{display: flex;flex-wrap: wrap;}
.col-page-recruit ul.list>li{width: 31%;margin-right: 3.5%;margin-bottom: 3.5%;background: #fff;padding: 3.125vw;}
.col-page-recruit ul.list>li:nth-child(3n){margin-right: 0;}
.col-page-recruit ul.list>li .title{display: flex;justify-content: space-between;margin-bottom: 12px;}
.col-page-recruit ul.list>li .title span.name{font-weight: bold;}
.col-page-recruit ul.list>li .title .position{display: flex;align-items: center;flex-shrink: 0;}
.col-page-recruit ul.list>li .title .position i.iconfont{color:#005bac;margin-right: 6px;}
.col-page-recruit ul.list>li .title .position span{font-weight: 500;}
.col-page-recruit ul.list>li .info{display: flex;flex-wrap: wrap;margin-bottom: 2.5vh;}
.col-page-recruit ul.list>li .info span{margin-right: 15px;padding-right: 15px;position: relative;margin-bottom: 4px;}
.col-page-recruit ul.list>li .info span:last-child{margin-right: 0;padding: 0;}
.col-page-recruit ul.list>li .info span:not(:last-child)::after{content:'';width: 1px;height: 15px;background: #dddddd;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.col-page-recruit ul.list>li .content{line-height: 1.764;}
.col-page-recruit ul.list>li .content strong{display: block;margin-bottom: 12px;font-size: 18px;}
.col-page-recruit ul.list>li .content ol{padding-left: 20px;}
.col-page-recruit ul.list>li .content ol li{list-style-type: decimal;}
.col-page-recruit ul.list>li .more-btn{background: transparent;border:1px solid #333;color:#333;}
.col-page-recruit ul.list>li .more-btn::before,.col-page-recruit ul.list>li .more-btn::after{background: #333;transition: 0.25s;}
.col-page-recruit ul.list>li .more-btn:hover{background: #005bac;color:#fff;border-color: #005bac;}
.col-page-recruit ul.list>li .more-btn:hover::before,.col-page-recruit ul.list>li .more-btn:hover::after{background: #fff;}
.col-page-jobdetail{padding: 5.5vw 0;}
.col-page-jobdetail h1{padding: 15px 5px;border-bottom: 1px solid #ddd;margin-bottom: 30px;font-weight: bold;}
.col-page-jobdetail ul{background: #8c989f;padding: 5px 10px;color: #fff;margin-top: 30px;}
.col-page-jobdetail ul li{list-style: none;padding: 8px 5px 8px 100px;min-height: 20px;position: relative;border-bottom: 1px solid #ddd;}
.col-page-jobdetail ul li:last-child{border:none;}
.col-page-jobdetail ul li span{position: absolute;left: 0;top: 0;width: 100px;padding: 8px 0;overflow: hidden;}
.col-page-jobdetail h3{margin: 30px 0 10px;padding: 0 10px;font-size: 16px;font-weight: normal;height: 40px;line-height: 40px;border-bottom: 1px solid #ddd;}
.col-page-jobdetail .content{padding: 0 10px;line-height: 2;}
.col-page-jobdetail .content ol{padding-left: 20px;}
.col-page-jobdetail .content ol li{list-style-type: decimal;}
.col-page-jobdetail .sub{margin-top: 30px;margin-left: 10px;}
.col-page-jobdetail .sub a{display: inline-block;background: #005bac;height: 35px;line-height: 35px;padding: 0 35px;color: #fff;border-radius: 2px;}
.col-page-jobdetail .met_tools {border-top: 1px solid #ddd;margin-top: 30px;position: relative;padding: 10px 10px 0;height: 50px;line-height: 50px;}
.col-page-jobdetail .met_tools .bdshare-button-style1-16 .bds_more {color: #333;float: left;}
.col-page-jobform{padding: 5.5vw 0;}
#cvlist .v52fmbx {border: 1px solid #ddd;border-top: 0;overflow: hidden;text-align: left;}
#cvlist .v52fmbx h3{border-top: 1px solid #ddd;margin: 0;padding: 0 5px 0 15px;font-weight: bold;font-size: 16px;background: #ddd;height: 60px;line-height: 60px;}
#cvlist .v52fmbx dl{border-top: 1px solid #ddd;margin: 0;display: -webkit-box;display: -moz-box;display: box;display: -ms-flexbox;position: relative;padding: 5px 0;}
#cvlist .v52fmbx dl dt{padding: 15px 15px 10px 15px;width: 105px;text-align: left;font-weight: normal;overflow: hidden;line-height: 1.2;}
#cvlist .v52fmbx dl dd{-moz-box-flex: 1.0;-webkit-box-flex: 1.0;box-flex: 1.0;-ms-flex: 1;padding: 2px 15px;margin: 10px 0;}
#cvlist .v52fmbx dl dd input{width: 100%;max-width: 350px;height: 28px;line-height: 28px\9;padding: 2px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;border-radius: 2px;}
#cvlist .v52fmbx dl dd input[type="radio"]{border-radius: 100%;bottom: 3px;height: 15px;position: relative;vertical-align: middle;width: 15px;margin: 0;position: relative;top: -1px;margin-right: 6px;}
#cvlist .v52fmbx dl dd textarea{max-width: 350px;width: 100% ;line-height: 1.5;height: 100px;padding: 7px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;}
#cvlist .v52fmbx dl dd input[type="submit"]{display: block;width: 140px;height: 40px;line-height: 40px;background: #005bac;color:#fff;text-align: center;transition: 0.3s;font-size: 14px;padding: 0;}
#cvlist .v52fmbx dl dd input[type="submit"]:hover{box-shadow: 0px 5px 27px 0px rgba(6, 0, 1, 0.22);transform: translateY(-5px);}
/* search */
#search{padding: 8vh 0 6vh;overflow:hidden}
#search .goomay-keywords-light{background: #005bac !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:#333;}
#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: #333;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:#333;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: #005bac;}
#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:#005bac;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
#search .search_right .news .date em{color: #fff;}
/* 底部 */
.footer{background: #1d262d;color:#fff;}
.footer .flex{padding: 8.65vw 5.2vw 7.1vw;display: flex;justify-content: space-between;align-items: flex-start;}
.footer .flex .footer-info{width: 30%;}
.footer .flex .footer-info .hotline{margin-bottom: 4.5vh;}
.footer .flex .footer-info .hotline strong{font-family: 'Anton';font-weight: normal;}
.footer .flex .footer-info .info{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 5vh;}
.footer .flex .footer-info .info li{margin-bottom: 10px;}
.footer .flex .footer-info .info li p.name{display: flex;align-items: center;}
.footer .flex .footer-info .info li p.name i.iconfont{font-size: 18px;margin-right: 10px;}
.footer .flex .footer-info .code>p{margin-bottom: 12px;}
.footer .flex .footer-info .code ul{display: flex;}
.footer .flex .footer-info .code ul li{margin-right: 18px;}
.footer .flex .footer-info .code ul li:last-child{margin-right: 0;}
.footer .flex .footer-nav{width: 52%;}
.footer .flex .footer-nav ul{display: flex;justify-content: space-between;}
.footer .flex .footer-nav ul li a{font-weight: 500;color:#fff;}
.footer .flex .footer-nav ul li .child{margin-top: 4.2vh;}
.footer .flex .footer-nav ul li .child p{margin-bottom: 10px;}
.footer .flex .footer-nav ul li .child p a{transition: 0.25s;color:rgba(255,255,255,.6);font-weight: normal;}
.footer .flex .footer-nav ul li .child p a:hover{color:#fff}
.footer .bottom{border-top: 1px solid rgba(255,255,255,.1);padding: 3vh 5.2vw 0 5.2vw;display: flex;align-items: center;justify-content: space-between;}
.footer .bottom .left,.footer .bottom .left a{color:rgba(255,255,255,.6);}
.footer .bottom .left .copyright{margin-bottom: 6px;}
.footer .bottom .right {display: flex;align-items: center;}
.footer .bottom .right .share{font-size: 0;}
.footer .bottom .right .share a{display: inline-block;font-size: 24px;transition: 0.25s;color:rgba(255,255,255,.6);position: relative;margin: 0 1.5vw 0 0;}
.footer .bottom .right .share a:hover{color:#fff;}
.footer .bottom .right .share a.wechat .code{position: absolute;bottom: 100%;margin-bottom: 10px;left: 50%;transform: translateX(-50%);display: none;padding:5px;background: #fff;z-index: 90;}
.footer .bottom .right .share a.wechat .code::after{content:'';border-top:8px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;top:100%;left: 50%;transform: translateX(-50%);}
.footer .bottom .right .share a.wechat .code img{max-width: 120px;}
.footer .bottom .right .link{position: relative;text-align: left;display: inline-block;}
.footer .bottom .right .link>a{width: 200px;display: block;border:1px solid rgba(255,255,255,.6);padding:12px 20px;color:rgba(255,255,255,.6);font-size: 0;transition: 0.25s;}
.footer .bottom .right .link>a span{display: inline-block;width: calc(100% - 12px);font-size: 16px;}
.footer .bottom .right .link>a i.fa{display: inline-block;width: 12px;font-size: 16px;transition: 0.25s;}
.footer .bottom .right .link:hover>a{border-color: #fff;color:#fff;}
.footer .bottom .right .link:hover>a i.fa{transform: rotate(180deg);}
.footer .bottom .right .link ul{position: absolute;bottom: 100%;left: 0;width: 100%;display: none;}
.footer .bottom .right .link ul li a{display: block;padding:13px 20px;background: #fff;font-size: 16px;transition: 0.25s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border-bottom: none;}
.footer .bottom .right .link ul li a:hover{background: #005bac;color:#fff;}
.footer .link{padding:0 5.2vw 3vh 5.2vw;display: flex;align-items: center;}
.footer .link a{color:rgba(255,255,255,.5)}

  #online{
	position: fixed;
	display: inline-block;
	bottom: 2px;
	right: 0;
	border-radius:5px;
	z-index: 999;
	cursor: pointer;
	background-color: #00aef3;
	padding: 0px 0 1px 5px;
}
.message{position: fixed;display: inline-block;left: 0;bottom:0;background-color: #ededed;width: 250px; border-radius: 3px;z-index: 99999999;border: 1px solid #d8d8d8;}
.message .message-title{background-color: #00aef3 !important;border-radius: 5px 5px 0 0!important;}
.message .message-title p{color: #fff; margin-left: 12px;line-height: 35px;}
.message .message-title .hidde{width:37px;height: 10px;margin: 15px 10px 0 0;cursor: pointer;position: absolute;right: -10px;top: -11px;}
.message .message-title .shows{width: 37px;height: 10px;margin: 15px 10px 0 0;cursor: pointer;display: none;position: absolute;right: -10px;top: -11px;}
.message .message-name{padding: 12px 0; border-bottom: 1px solid #d5d5d5;}
.message .message-name p{color: #666;line-height: 18px;margin: 0 8px 0 9px;}
.message .message-name span{color: #999;line-height: 18px;margin: 0 8px 0 9px;}
.message ul li{margin: 7px auto 0;background-color: white;margin: 7px 2% 0;}
.message ul li input{width: 90%;margin-top: 6px; border:none;}
.message ul li textarea{width: 100%;line-height: 30px; border:none;}
.message ul li:nth-child(1) div{background: url(../images/user.png) no-repeat;width: 10%;height: 30px;float: left;background-position: 5px;}
.message ul li:nth-child(2) div{background: url(../images/nodephone.png) no-repeat;width: 10%;height: 30px;float: left;background-position: 5px;}
.message ul li:nth-child(3) div{background: url(../images/nodemail.png) no-repeat;width: 10%;height: 30px;float: left;background-position: 5px;}
.message ul li:nth-child(4) div{background: url(../images/company.png) no-repeat;width: 10%;height: 30px;float: left;background-position: 5px;}
.message ul li:nth-child(6) input{width: 20%; margin-right: 20px;}
.message .submit{height: 35px;width: 90px;/*line-height: 35px;*/text-align: center;border-radius: 5px;font-size: 14px;color: #fff;cursor: pointer;background-color: #00aef3;border-color:#00aef3; margin:10px 0 10px 4%;}
.message ul li.verify-code{background-color: transparent;}
.message ul li.verify-code input{width: 80px;height: 28px;margin-right: 5px;}
.is-center{top: 50%;transform: translateY(-50%);text-align: center;left: 50%;right: auto;margin-left: -120px;height: 525px;}

/* media */
@media (max-width: 1800px) {
  #col-banner .swiper-slide.ProBanner .img{height: 700px;}
}
@media (max-width: 1600px) {
  .col-page-news .lists ul.list li .s-content{height: 56.47px;}
  .col-page-news .news-top .content .s-content{height: 84.7px;}
  /* #col-banner .swiper-slide.ProBanner .img{height: 600px;} */
  .col-page-product .advantage{margin-top: -20vh;}
  .col-index-news .flex .right .item h3{height: 60.5px;}
  .f16{font-size: 15px;}
  .f17{font-size: 16px;}
  .f18{font-size: 17px;}
  .f20{font-size: 19px;}
  .f22{font-size: 20px;}
  .f24,.col-page-about .col-1 .content h3{font-size: 22px;}
  .f26{font-size: 1.5rem;}
  .f30{font-size: 1.5625vw;}
  .f32{font-size: 1.666vw;}
  .f36{font-size: 1.875vw;}
  .f40{font-size: 2.08vw;}
  .f48{font-size: 2.5vw;}
  .f50{font-size: 2.6vw;}
  .f60{font-size: 3.125vw;}
  html{font-size: 15px;}
}
@media (max-width: 1460px) {
  .col-page-product .advantage{margin-top: -16vh;}
  a.more-btn{width: 160px;padding: 12px 16px;}
  a.more-btn::before, a.more-btn::after{right: 12px;bottom: 10px;}
  .container2{padding: 0 8vw;}
  html{font-size: 14px;}
}
@media (max-width: 1200px) {
  .col-page-contact .map{height: 300px;}
  .vicenav .container2{padding: 0;}
  .col-page-contact .flex>div{padding: 5vh 40px;}
  .col-page-news .lists ul.list li .s-content{height: 52.94px;}
  .col-page-news .news-top .content .s-content{height: 79.4px;}
  .col-page-technology .col-1 .tab-nav a{padding: 12px 10px;}
  .col-page-product .inquiry{padding: 6vh 40px;}
  .col-page-product .flex .sider ul li i{width: 12px;height: 12px;}
  .col-page-product .flex .sider ul li i::after{width: 6px;height: 6px;}
  .col-page-product .flex .sider{padding: 4vh 20px;}
  #col-banner .swiper-slide.ProBanner .img{height: 500px;}
  #col-banner .swiper-slide.ProBanner .ban_cont{top: 10vh;}
  .col-page-about .col-3 ul.list li .icon{line-height: 40px;}
  .col-page-about .col-3 ul.list li .icon img{height: 35px;}
  .col-page-about .col-2 h2 .swiper-button{width: 80px;height: 40px;line-height: 36px;}
  .col-page-about .col-1 .content{padding: 0;}
  #col-banner .swiper-slide .ban_cont{top: 50%;}
  #col-banner .swiper-slide .ban_cont .content h1{margin-bottom: 4px;}
  .footer .flex .footer-info .code ul li img{width: 80px;}
  .col-index-news .flex .right .item h3{height: 55px;}
  .col-index-partner .swiper-pagination span,.col-page-about .col-4 .swiper-pagination span,.col-page-technology .col-4 .swiper-pagination span{width: 8px;height: 8px;}
  .container2{padding: 0 5.2vw;}
  .col-banner{margin-top: 100px;}
  .f16{font-size: 14px;}
  .f17{font-size: 15px;}
  .f18{font-size: 16px;}
  .f20{font-size: 18px;}
  .f22{font-size: 19px;}
  .f24,.col-page-about .col-1 .content h3{font-size: 20px;}
  .f26{font-size: 18px;}
  .f30{font-size: 1.5rem;}
  .f32{font-size: 1.6rem;}
  .f36{font-size: 1.7rem;}
  .f40{font-size: 1.8rem;}
  .f48{font-size: 2rem;}
  .f50{font-size: 2.25rem;}
  .f60{font-size: 2.5rem;}
  html{font-size: 13px;}
}
@media (max-width: 992px) {
  .footer .bottom .right .share a{font-size: 18px;}
  .footer .bottom .right .link>a span,.footer .bottom .right .link ul li a,#col-banner .swiper-slide .ban_cont .content .s-content,.col-page-product ul.child li .title,.col-page-product .inquiry form ul li input, .col-page-product .inquiry form ul li textarea,.col-page-technology .col-1 .tab-box .slide .swiper-slide .title,.col-news-detail .content{font-size: 14px;}
  a.more-btn{width: 140px;padding: 10px 12px;}
  a.more-btn::before, a.more-btn::after{right: 10px;bottom: 10px;}
  .col-page-news .lists ul.list li .s-content{height: 49.41px;}
  .col-page-news .news-top .content .s-content{height: 74.11px;}
  .footer .flex .footer-info .hotline,.footer .flex .footer-info .info{margin-bottom: 12px;}
  .vicenav .flex a{padding: 12px 20px;}
  .col-page-product .flex .lists ul.list li a{padding: 12px;}
  #col-banner .swiper-slide.ProBanner .ban_cont{top: 50%;transform: translateY(-50%);}
  .col-page-product{padding-top: 6.25vw;}
  .col-page-product .advantage{margin: 0;}
  #col-banner .swiper-slide.ProBanner .img{height: 400px;}
  .col-page-about .col-3 ul.list li,.col-page-product ul.child li,.col-page-product .flex .lists ul.list li,.col-page-recruit ul.list>li{width: 48%;margin-right: 4%;}
  .col-page-about .col-3 ul.list li:nth-child(3n),.col-page-product ul.child li:nth-child(3n),.col-page-product .flex .lists ul.list li:nth-child(3n),.col-page-recruit ul.list>li:nth-child(3n){margin-right: 4%;}
  .col-page-about .col-3 ul.list li:nth-child(2n),.col-page-product ul.child li:nth-child(2n),.col-page-product .flex .lists ul.list li:nth-child(2n),.col-page-recruit ul.list>li:nth-child(2n){margin-right: 0;}
  .col-page-about .col-2 h2 .swiper-button{width: 60px;height: 34px;line-height: 30px;font-size: 16px;margin: 10px 10px 10px 0;}
  .col-page-about .col-2 h2 .swiper-button-next{margin-right: 0;}
  .col-page-about .col-1 .content ul {flex-wrap: wrap;}
  .col-page-about .col-1 .content ul li{width: 50%;margin-bottom: 10px;text-align: center;}
  .col-index-about .flex .img,.col-index-about .flex .content,.col-index-technology .flex .left,.col-index-technology .flex .right,.col-index-news .flex .left,.col-index-news .flex .right,.col-page-product .advantage .img,.col-page-product .advantage .content,.col-page-product .flex .sider,.col-page-product .flex .lists,.col-page-technology .col-2 .flex .img,.col-page-technology .col-2 .flex .content,.col-page-news .news-top .img,.col-page-news .news-top .content,.col-page-contact .flex>div{width: 100%;max-width: none;margin-bottom: 25px;}
  .footer .flex .footer-info,.footer .bottom,.footer .flex .footer-info .info{width: 100%;text-align: center;display: block;}
  .footer .flex .footer-info .code ul,.footer .flex .footer-info .info li p.name,.footer .bottom .right{justify-content: center;}
  .footer .bottom .right{margin-top: 10px;}
  .footer .bottom .right .link>a,.footer .bottom .right .link ul li a{padding: 8px 10px;width: 140px;}
  .col-index-technology .flex .left,.col-page-product .advantage .img,.col-page-news .news-top .img{margin-bottom: 0;}
  .col-index-technology .flex .left .item .content .icon{line-height: 45px;}
  .col-index-technology .flex .left .item .content .icon img{height: 40px;}
  .col-index-technology .flex .left .item .content{padding: 0 20px 15px;}
  .col-index-technology .flex .right .item .content{padding: 20px;}
  .col-index-product .swiper-slide .title{font-size: 16px;padding: 12px 10px;}
  .col-banner{margin-top: 80px;}
  .header .inner .flex{height: 80px;line-height: 80px;padding: 0 20px;}
  .header .inner .right {justify-content: center;}
  .header .inner .right>.top{margin: 5px 0 0 0;}
  .header .inner nav ,.header .inner .language,.header .inner .index-search::after,.header .inner .right>.top,.footer .flex .footer-nav,.col-page-about .col-1 .content ul li:nth-child(2n){display: none;}
  .header .inner .index-search{margin-right: 0;}
  .col-index-news .flex .right .item h3{height: 49.5px;}
  .f16{font-size: 14px;}
  .f17{font-size: 14px;}
  .f18{font-size: 16px;}
  .f20{font-size: 16px;}
  .f22{font-size: 16px;}
  .f24,.col-page-about .col-1 .content h3{font-size: 18px;}
  .f26{font-size: 18px;}
  .f30{font-size: 1.5rem;}
  .f32{font-size: 1.6rem;}
  .f36{font-size: 1.7rem;}
  .f40{font-size: 1.8rem;}
  .f48{font-size: 2rem;}
  .f50{font-size: 2.25rem;}
  .f60{font-size: 2.5rem;}
  html{font-size: 12px;}
}
@media (max-width: 768px) {
  .col-page-about .col-1 .content ul li p:nth-child(1), .col-page-about .col-1 .content ul li p:nth-child(1) .odometer{font-size: 24px;}
  .col-page-recruit ul.list>li{padding: 20px;}
  .col-page-product .inquiry,.col-page-contact .flex>div{padding: 4vh 20px;}
  .col-page-product .inquiry form ul li input, .col-page-product .inquiry form ul li textarea{height: 40px;padding-left: 10px;}
  .col-page-product .inquiry form .sub,.col-page-contact .flex .col-2 form .sub{width: 140px;height: 40px;font-size: 14px;}
  .col-page-product .inquiry form ul li,.col-page-recruit ul.list>li{width: 100%;margin-right: 0 !important;}
  #col-banner .swiper-slide.ProBanner .img{height: 350px;}
  .col-page-about .col-3 ul.list li{padding: 3vh 12px;}
  .col-banner{margin-top: 60px;}
  .header .inner .flex{height: 60px;line-height: 60px;}
  .header .inner .logo img{max-width: 26vw;}
  html{font-size: 11px;}
}
@media (max-width: 468px) {
  #col-banner .swiper-slide .ban_cont .content .s-content{font-size: 12px;}
  .col-index-technology .flex .left .item,.col-page-contact .flex .col-2 form ul li{width: 100%;margin-right: 0 !important;}
  html{font-size: 10px;}
}
@media (max-height: 700px) {
}
/*手机版菜单*/
.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: 40px;height:40px;position: relative;padding: 5px;z-index: 12; margin-left: auto;margin-right: -5px;}
  #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: #333; 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.active .mm_btn .menu_bar_item .rect,#header.cur .mm_btn .menu_bar_item .rect{background: #333;}
  #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;}
}
