@charset "utf-8";
@font-face {
    font-family: "Roboto";
    font-weight: 300;
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-weight: regular;
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-weight: 500;
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-weight: bold;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_jdh53pffzr.woff2?t=1732260431048') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_jdh53pffzr.woff?t=1732260431048') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_jdh53pffzr.ttf?t=1732260431048') format('truetype');
}
*{margin:0;padding: 0;}
html{overflow-x: hidden;font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #222;overflow: hidden;font-family:"Roboto","PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;background: #fff;}
*{word-break:normal !important}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.goomay a {
  font-family:"iconfont" !important;
  font-size:12px!important;
  color: rgba(255,255,255,.5) !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';}
li {list-style: none;}
i {font-style: normal;}
a {color: #222;text-decoration: none;}
a:focus{text-decoration: none;outline: none;color:#222;}
a:hover { color: #222;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
img {border: 0;  max-width: 100%;vertical-align: middle;}
img[src=""],img:not([src]){opacity:0 !important;}
.iconfont{font-family: 'iconfont';}
.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.none{display: none;}
.overflow{overflow: hidden;}
.overflow img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.smallImg img{transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.overflow:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}
.smallImg:hover img{-webkit-transform:scale(0.95);transform:scale(0.95);}
.container{max-width: 1200px;width: 100%;padding: 0 20px;margin: 0 auto;}
.container2 {max-width: 100%; width:100%;  margin: 0 auto; padding: 0 6.625vw;}
.container3 {max-width: 100%; width:100%;  margin: 0 auto; padding: 0 12.5vw;}
.text-center{text-align: center;}
.none{display: none !important;}
sub, sup {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline;}
sup {top: -0.5em;}
.target-fix {position: relative;top: -150px;display: block;height: 0;overflow: hidden;}

.swiper,.swiper .swiper-slide{position: relative;}
.swiper{
  --swiper-theme-color: #00cc99;/* 设置Swiper风格 */
  --swiper-preloader-color: #00cc99;/* 单独设置预加载圆圈的颜色 */
}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f17{font-size: 17px;}
.f18{font-size: 18px;}
.f20{font-size: 1.0416vw;}
.f22{font-size: 1.145833vw;}
.f24{font-size: 1.25vw;}
.f26{font-size: 1.35416vw;}
.f28{font-size: 1.4583vw;}
.f30{font-size: 1.5625vw;}
.f32{font-size: 1.666vw;}
.f36{font-size: 1.875vw;}
.f40{font-size: 2.08vw;}
.f42{font-size: 2.1875vw;}
.f44{font-size: 2.2916vw;}
.f48{font-size: 2.5vw;}
.f50{font-size: 2.6vw;}
.f54{font-size: 2.8125vw;}
.f56{font-size: 2.917vw;}
.f60{font-size: 3.125vw;}
.f66{font-size: 3.438vw;}
.f70{font-size: 3.64583vw;}
.f72{font-size: 3.75vw;}
.f76{font-size: 3.958vw;}
.f80{font-size: 4.16vw;}
.f90{font-size: 4.6875vw;}

/* animates */
@-webkit-keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 80px, 0);transform: translate3d(0, 80px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 80px, 0);transform: translate3d(0, 80px, 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, -80px, 0);transform: translate3d(0, -80px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -80px, 0);transform: translate3d(0, -80px, 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(-80px, 0, 0);transform: translate3d(-80px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-80px, 0, 0);transform: translate3d(-80px, 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(80px, 0, 0);transform: translate3d(80px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(80px, 0, 0);transform: translate3d(80px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeRight {-webkit-animation-name: fadeRight;animation-name: fadeRight;}

.head{height: 75px;width: 100%;}
.header{width: 100%;z-index: 991;position: fixed;top:0;left: 0;transition: 0.25s top;background: #0e0e0e;}
.header .inner .flex{height: 75px;line-height: 75px;align-items: center;font-size: 0;}
.header .inner .logo ,.header .inner .logo img{height: 100%;}
.header .inner nav ul{font-size: 0;}
.header .inner nav ul li{display: inline-block;vertical-align: middle;margin-left:3.49vw;position: relative;font-weight: 500;}
.header .inner nav ul li>a{transition: color 0.25s;display: inline-block;position: relative;line-height: 1;vertical-align: middle;color:#fff;}
.header .inner nav ul li:hover>a{color:#00cc99;}
.header .inner nav ul li .child{white-space: nowrap;position: absolute;top:100%;margin-left:10px;left:-20px;display: none;padding: 10px 20px 15px;background: #0e0e0e;box-shadow: 0 5px 5px 2px rgba(0,0,0,0.05);min-width: 180px;}
.header .inner nav ul li .child p{margin-top: 5px;line-height: 1.6;padding:0;}
.header .inner nav ul li .child p a{color:#fff;text-transform: none;transition: .25s;}
.header .inner nav ul li .child p a:hover{color:#00cc99;}
.header .inner .search-box{margin-left:1.25vw;}
.header .inner .search-box .search-fix-wrap{display: flex;align-items: center;padding: 0 20px;width: 198px;height: 47px;border-radius: 47px;background: rgba(255,255,255,.1);}
.header .inner .search-box .search-fix-wrap .searchValue{width: calc(100% - 24px);background: transparent;border: none;outline: none;color:#fff;}
.header .inner .search-box .search-fix-wrap .search-btn{background: none;border: none;outline: none;color:#fff;}
.change-language {display: inline-block;position: relative;text-align: left;vertical-align: middle;margin-left:auto}
.change-language .change-language-title{position: relative;}
.change-language .change-language-title a{color:#fff;}
.change-language .change-language-title a:after {content: '';display: inline-block;width: 0;height: 0;border: 4px solid #000;border-top-width: 5px;border-bottom: 0;border-left-color: transparent;border-right-color: transparent;vertical-align: middle;}
.change-language:hover .change-language-title a:after {-moz-transform: rotate(-360deg);-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);-o-transform: rotate(-180deg);transform: rotate(-180deg);}
.change-language .change-language-cont {position: absolute;top: 100%;right: 0;width: 360px;background: #FFF;padding: 20px 10px 20px 20px;transform: scale3d(0.9, 0.9, 1);opacity: 0;visibility: hidden;z-index: 999;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;border: 1px solid #eee;border-radius: 5px;overflow-y: scroll;max-height: 80vh;line-height: normal;}
.change-language:hover .change-language-cont {transform: scale3d(1, 1, 1);opacity: 1;visibility: visible;}
.goomay-translate-seo {display: none;}
.mobile-head-language .goomay-translate-seo, .change-language .goomay-translate-seo {display: block;}
.change-language .change-language-cont li {display: inline-block;vertical-align: top;width: 30%;margin: 0 0 10px;font-size: 10pt;overflow: hidden;padding: 0 10px 0 0;}
li.language-flag a {position: relative;}
.language-flag span {position: relative;display: inline-block;vertical-align: top;white-space: nowrap;padding: 0 0 0 33px;overflow: hidden;}
.language-flag img {position: absolute;left: 0;top: 50%;display: inline-block;vertical-align: top;background-repeat: no-repeat;width: 22px;height: 16px;margin: -8px 5px 0;border:1px solid #eee;}
.change-language ::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, .3);border-radius: 3px;}
.change-language ::-webkit-scrollbar {width: 5px;}

.header.active{box-shadow: 0 5px 12px 0 rgba(0,0,0,.08);}
.header.HeaderHide{top: 0;}
.header.on{box-shadow: none;}

html.nav-open {overflow: hidden!important;}
.Menu {width:100%;height: 100%;position: fixed;top: 0;left: 0;transform: translateX(-100%);z-index: 990;background: #fff;transition: 0.5s;overflow-y: auto;padding: 60px 0 0;}
.Menu.active{transform: none;}
.Menu ul.list{border-top: 1px solid rgba(0,0,0,.1);}
.Menu ul.list li{padding: 10px;border-bottom: 1px solid rgba(0,0,0,.1);display: flex;justify-content: space-between;flex-wrap: wrap;}
.Menu ul.list li i.fa{width: 40px;cursor: pointer;transition: 0.3s;font-size: 16px;font-weight: bold;text-align: center;}
.Menu ul.list li .child {margin-top: 10px;display: none;width: 100%;}
.Menu ul.list li .child p{padding: 5px;}
.Menu ul.list li.cur i.fa{transform: rotate(90deg);}

.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;margin-top: 75px !important;}
.col-banner .swiper-slide{/*font-size: 0;*/}
.col-banner .swiper-slide .img {width: 100%;height: 100%;}
.col-banner .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
.col-banner .swiper-slide .ban_cont{position: absolute;top: 50%;transform: translateY(-50%);color:#fff;left: 0;width: 100%;z-index: 2;}
.col-banner .swiper-slide .ban_cont1{top:auto; bottom:12%;}
.col-banner .swiper-slide .ban_cont2{top:10%; transform: none;}
.col-banner .swiper-slide .ban_cont3{top:10%; transform: none; color:#111;}
.col-banner .swiper-slide .ban_cont4{top:50%; transform: none; color:#111;}
.col-banner .swiper-slide .ban_cont .content{}
#col-index-banner .swiper-slide .ban_cont3 .container2{display:flex;}
#col-index-banner .swiper-slide .ban_cont4 .container2{display:flex;}
#col-index-banner .swiper-slide .ban_cont .content{text-align: right;}
#col-index-banner .swiper-slide .ban_cont1 .content{text-align: left;}
#col-index-banner .swiper-slide .ban_cont2 .content{text-align: left;}
#col-index-banner .swiper-slide .ban_cont3 .content{margin-left:auto; text-align:left;}
#col-index-banner .swiper-slide .ban_cont4 .content{margin-left:auto; text-align:left;}
#col-index-banner .swiper-slide .ban_cont .content .s-content h2{font-weight: bold;font-size: 2.5vw;margin-bottom: 0.729vw;}
#col-index-banner .swiper-slide .ban_cont .content .more{display: flex;align-items: center;width: 160px;height: 45px;justify-content: center;background: #fff;border-radius: 45px;margin-left: auto;margin-top: 3.333vw;}
#col-index-banner .swiper-slide .ban_cont .content .more span{font-weight: 500;margin-right: 5px;text-transform: uppercase;}
#col-banner .swiper-slide .ban_cont .content h1{font-weight: bold;text-align: center;}
#col-banner .swiper-slide .ban_cont .content .mbx{text-align: center;padding: 0;}
#col-banner .swiper-slide .ban_cont .content .mbx a{color:#fff;}

.product-banner{margin-top:75px;}
.product-banner .banner-bg{height:300px;}
.product-banner .ban_cont{height:100%; padding:30px 0; color:#fff; display: flex; align-items: center;}
.product-banner .ban_cont .mbx{margin-bottom:30px; padding:0}
.product-banner .ban_cont .mbx a{color:#fff;}
.product-banner .ban_cont h2{margin-bottom:10px;font-weight:bold;}
.product-banner .ban_cont .desc{max-width:620px; line-height:1.2;}


.col-index-link{padding: 5.208vw 0;}
.col-index-link ul.list{display: grid; grid-template-columns:repeat(2,1fr); gap:20px;}
.col-index-link ul.list li{position:relative;}
.col-index-link ul.list li a + div>img{text-transform:none; transition:.5s}
.col-index-link ul.list li a:hover + div>img{text-transform:scale(1.15); transition:.5s}
.col-index-link ul.list li a{width:100%; display: flex;width: 100%;height: 100%;justify-content: space-between;flex-wrap: wrap; color:#fff; position:absolute; left:0; top:0;}
.col-index-link ul.list li a .img{width: 49%;}
.col-index-link ul.list li a .content{width: 49%;padding: 2.76vw 20px 2.76vw 0;margin-left: auto;}
.col-index-link ul.list li.product1 a .content{width:40%; margin-right:auto; margin-left:0; padding: 2.76vw 0 2.76vw 20px;}
.col-index-link ul.list li.product2 a .content{width:40%; padding: 2.76vw 20px 2.76vw 0;}
.col-index-link ul.list li.solution1 a .content{width:50%; margin-right:auto; margin-left:0; padding: 2.76vw 0 2.76vw 20px;}
.col-index-link ul.list li a .content .title{font-weight: bold;margin-bottom: 1.042vw; text-transform:uppercase}
.col-index-link ul.list li a .content .s-content{line-height: 1.571;margin-bottom: 2.188vw;}
.col-index-link ul.list li a .content .more{color:#fff;}
.col-index-link ul.list li a .content .more span{text-transform: uppercase;margin-right: 10px;font-weight: 500;}
.col-index-link ul.list li a .content .more i.fa{font-weight: bold;}
.col-index-link ul.list li:nth-child(n+3) a{color:#fff;}
.col-index-link ul.list li:nth-child(n+3) a .content{padding: 2.5vw 20px 7.813vw 20px;}

.col-index-why{background: #f8f8f8;padding: 5.833vw 0;}
.col-index-why h2{font-weight: bold;margin-bottom: 3.49vw;}
.col-index-why ul.list{display: grid; grid-template-columns:repeat(6,1fr); gap:10px;}
.col-index-why ul.list li{/*margin-bottom: 19px;padding: 4vh 35px 2.8vh;*/color:#fff; position:relative;}
.col-index-why ul.list li .flex{width:90%; justify-content: space-between;align-items: center;margin-bottom: 7.031vw; position:absolute; top:15px; left:10px;}
.col-index-why ul.list li .flex .title{font-weight: bold;text-transform: uppercase;}
.col-index-why ul.list li .flex .icon{flex-shrink: 0;}
.col-index-why ul.list li .content{line-height: 1.571; position:absolute; bottom:20px; left:10px; right:5px;}

.col-index-tech{padding:3.49vw 0;}
.col-index-tech h2{font-weight: bold;margin-bottom: 20px;}
.col-index-tech .content{line-height:1.75;}

.col-index-about{margin-top:3.49vw;}
.col-index-about .wrap{display:flex; flex-wrap:wrap; align-items:center; background:#44546a;}
.col-index-about .wrap .img{width:39%;}
.col-index-about .wrap .content{width:56%; margin-left:auto; color:#fff; padding:2vw 0;}
.col-index-about .wrap .content strong{display:block; font-weight:bold; margin-bottom:2vw;}
.col-index-about .wrap .content .s-content{line-height:1.75; padding-right:30px;}

.col-index-advantage{color:#fff;position: relative;}
.col-index-advantage .wrap ul{display: flex;flex-wrap: wrap;}
.col-index-advantage .wrap ul li{width: 25%;padding: 4.688vw 3.906vw 4.479vw;line-height: 1.571;border-right: 1px solid rgba(255,255,255,.3);}
.col-index-advantage .wrap ul li p:nth-child(1){margin-bottom: 25.469vw;}
.col-index-advantage .wrap ul li p:nth-child(1) img{width: 2.604vw;min-width: 25px;}
.col-index-advantage .wrap ul li p:nth-child(2),.col-index-advantage .wrap ul li p:nth-child(2) .odometer{font-weight: 500;font-family: 'Roboto';font-size: 3.125vw;line-height: 1;vertical-align: baseline;}

.col-index-cert{padding:3.49vw 0}
.col-index-cert h2{font-weight:bold;}
.col-index-cert .content{line-height:1.75;}

.col-index-news{padding:3.49vw 0 6.875vw 0;}
.col-index-news h2{font-weight: bold;margin-bottom: 2.083vw;padding-bottom: 2.2vh;position: relative;}
.col-index-news h2::after{content:'';width: 55px;height: 3px;background: url(../images/line.jpg) no-repeat center/cover;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.col-index-news ul.list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-index-news ul.list li{width: calc(33.33% - 20px);border-bottom: 3px solid #f5f5f5;transition: .25s;padding-bottom: 20px;}
.col-index-news ul.list li .img{overflow: hidden;margin-bottom: 1.823vw;}
.col-index-news ul.list li .date{color:#666666;margin-bottom: 0.781vw;}
.col-index-news ul.list li h3{font-weight: bold;line-height: 1.333;transition: .25s;margin-bottom: 2.188vw;}
.col-index-news ul.list li .more{display: flex;align-items: center;transition: .25s;}
.col-index-news ul.list li .more span{text-transform: uppercase;font-weight: 500;margin-right: 6px;}
.col-index-news ul.list li .more i.fa{font-weight: bold;}
.col-index-news ul.list li.item{background: #f5f5f5;padding: 35px 30px;border-bottom: none;}
.col-index-news ul.list li.item p.f16{font-weight: bold;text-transform: uppercase;margin-bottom: 2.396vw;}
.col-index-news ul.list li.item a{display: block;margin-bottom: 2.396vw;position: relative;}
.col-index-news ul.list li.item a:last-child{margin-bottom: 0;}
.col-index-news ul.list li.item a:not(:last-child)::after{content:'';width: 100%;height: 1px;background: #dddddd;position: absolute;left: 0;bottom: -1.198vw;}
.col-index-news ul.list li.item a h3{margin-bottom: 0;}
.col-index-news ul.list li:hover{border-color: #00cc99;}
.col-index-news ul.list li:hover .more{color:#00cc99}

.footer{background: #181818;}
.footer .flex{padding: 5.99vw 0 6.25vw;justify-content: space-between;flex-wrap: wrap;border-bottom: 3px solid rgba(255,255,255,.1);}
.footer .flex ul{width: 56%;display: flex;justify-content: space-between;align-items: flex-start;}
.footer .flex ul li{color:rgba(255,255,255,.5);max-width: 37%;}
.footer .flex ul li .title{color:#fff;font-weight: 500;margin-bottom: 1.615vw;}
.footer .flex ul li p{line-height: 1.714;}
.footer .flex ul li p:not(:last-child){margin-bottom: 10px;}
.footer .flex ul li p a{color:rgba(255,255,255,.5);transition: .25s;}
.footer .flex ul li p a:hover{color:#fff;}
.footer .flex .contact{max-width: 44%;}
.footer .flex .contact .title{color:#fff;font-weight: 500;margin-bottom: 1.615vw;}
.footer .flex .contact .more{width: 300px;height: 50px;border-radius: 50px;color:#fff;background: #00cc99;display: flex;align-items: center;justify-content: center;}
.footer .flex .contact .more span{font-weight: bold;text-transform: uppercase;margin-right: 10px;}
.footer .flex .contact .more i.fa{font-weight: bold;}
.footer .bottom{display: flex;align-items: center;padding: 20px 0;color:rgba(255,255,255,.5)}
.footer .bottom .logo{margin-right: 3.438vw;}
.footer .bottom .logo img{max-width: 5.8vw;min-width: 40px;}
.footer .bottom .share{margin-left: auto;font-size: 0;}
.footer .bottom .share a{display: inline-block;width: 35px;height: 35px;border-radius: 50%;border: 1px solid rgba(255,255,255,.5);text-align: center;line-height: 33px;color:rgba(255,255,255,.5);margin-right: 18px;transition: .25s;}
.footer .bottom .share a:last-child{margin-right: 0;}
.footer .bottom .share a:hover{color:#fff;border-color: #fff;}


.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination>li {display: inline;}
/* page */
.page {text-align: center;}
.page ul li a{border:none;background: none;color:#666;padding:0 2px;margin:0 10px;}
.page ul li.disabled a{border:none !important;background: none !important;border-radius: 0 !important;}
.page ul li.active a{border:none;background: none;color: #00cc99;border-bottom: 3px solid #00cc99;}
.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;}
.videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 9999;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;}

.mbx{padding: 20px 0;}
.col-page-about .col-1{padding: 4.583vw 0 2.865vw;border-bottom: 1px solid #dddddd;}
.col-page-about .col-1 .title{padding-left: 20px;position: relative;text-transform: uppercase;font-weight: 500;margin-bottom: 20px;}
.col-page-about .col-1 .title::before{content:'';width: 10px;height: 10px;background: #00cc99;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-page-about .col-1 .content{line-height: 1.666;}
.col-page-about .col-1 .content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-about .col-1 .content ul li{width: 49%;}
.col-page-about .col-1 .content ul li strong{font-size: 3.125vw;}
.col-page-about .col-2{padding: 3.594vw 0 4.948vw;}
.col-page-about .col-2 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-2 .flex .img{width: 49%;border-radius: 13px;overflow: hidden;}
.col-page-about .col-2 .flex .content{width: 46%;}
.col-page-about .col-2 .flex .content h2{font-weight: 500;margin-bottom: 2.552vw;padding-bottom: 1.66vw;position: relative;}
.col-page-about .col-2 .flex .content h2::after{content:'';width: 50px;height: 4px;background: #00cc99;position: absolute;left: 0;bottom: 0;}
.col-page-about .col-2 .flex .content .s-content{color:#888888;line-height: 1.6;}
.col-page-about .col-3{padding: 6.25vw 0;}
.col-page-about .col-3 h2{font-weight: 500;margin-bottom: 2.708vw;color:#fff;}
.col-page-about .col-3 .flex{justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-3 .flex .content{border-radius: 15px;overflow: hidden;background: #fff;padding: 2.813vw 2.708vw 2.969vw;display: flex;flex-direction: column;width: 53%;}
.col-page-about .col-3 .flex .content .swiper{margin-bottom: auto;width: 100%;}
.col-page-about .col-3 .flex .content .swiper .swiper-slide h3{font-weight: bold;line-height: 1.111;max-width: 385px;margin-bottom: 0.938vw;}
.col-page-about .col-3 .flex .content .swiper .swiper-slide .s-content{color:#888888;line-height: 1.6;}
.col-page-about .col-3 .flex .content .tab-nav{margin-top: 2.708vw;display: flex;flex-wrap: wrap;align-items: flex-start;}
.col-page-about .col-3 .flex .content .tab-nav a{display: flex;justify-content: center;align-items: center;width: 160px;padding: 10px;border-radius: 40px;border: 1px solid #dddddd;transition: .25s;font-weight: 500;margin-right: 13px;margin-bottom: 10px;}
.col-page-about .col-3 .flex .content .tab-nav a:last-child{margin-right: 0;}
.col-page-about .col-3 .flex .content .tab-nav a.active,.col-page-about .col-3 .flex .content .tab-nav a:hover{color:#fff;background: #00cc99;border-color: #00cc99;}
.col-page-about .col-3 .flex .img{width: 45%;border-radius: 15px;overflow: hidden;}
.col-page-about .col-3 .flex .img .swiper{width: 100%;height: 100%;min-height: 88px;}
.col-page-about .col-3 .flex .img .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.col-page-about .col-4 {background: #f2f5f7;padding: 6.25vw 0;}
.col-page-about .col-4 h2{margin-bottom: 2.5vw;font-weight: bold;}
.col-page-about .col-4 .content{line-height: 1.333;font-weight: 500;}
.col-page-about .col-4 .content ul{display: grid;grid-template-columns: repeat(2, 1fr);grid-template-rows: repeat(2, 1fr);grid-column-gap: 18px;grid-row-gap: 18px;}
.col-page-about .col-4 .content ul li{border-radius: 15px;overflow: hidden;background: #fff;padding: 3vh 3.021vw;display: flex;flex-direction: column;}
.col-page-about .col-4 .content ul li:nth-child(1){grid-area: 1 / 1 / 2 / 2;}
.col-page-about .col-4 .content ul li:nth-child(2){grid-area: 2 / 1 / 3 / 2;}
.col-page-about .col-4 .content ul li:nth-child(3){grid-area: 1 / 2 / 3 / 3;}
.col-page-about .col-4 .content ul li p:not(:last-child){margin-bottom: 0.938vw;}
.col-page-about .col-4 .content ul li p:nth-child(1){margin-bottom: auto;}
.col-page-about .col-4 .content ul li strong{display: block;margin-bottom: 3.542vw;padding-left: 18px;position: relative;font-size: 18px;}
.col-page-about .col-4 .content ul li strong::before{content:'';width: 8px;height: 8px;border-radius: 50%;background: #00cc99;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.vicenav{border-bottom: 1px solid #dddddd;}
.vicenav .flex a{width: 240px;padding: 1.458vw 10px;transition: .25s;position: relative;font-weight: 500;text-align: center;}
.vicenav .flex a::after{content:'';width: 1px;height: 74%;background: #dddddd;position: absolute;right: -1px;top: 13%;}
.vicenav .flex a.active,.vicenav .flex a:hover{color:#fff;background: #00cc99;}

.col-page-news {padding: 6vh 0;}
.col-page-news h2{font-weight: bold;margin-bottom: 3vh;}
.col-page-news .news-top {margin-bottom: 4.792vw;}
.col-page-news .news-top a{display: flex;flex-wrap: wrap;}
.col-page-news .news-top a .img{width: 50%;overflow: hidden;}
.col-page-news .news-top a .img .bttrlazyloading-wrapper{width: 100%;height: 100%;}
.col-page-news .news-top a .img img{width: 100%;height: 100%;object-fit: cover;}
.col-page-news .news-top a .content{padding: 3.906vw 2.865vw;width: 50%;background: #fafbfb;display: flex;flex-direction: column;}
.col-page-news .news-top a .content .date{color:#666;margin-bottom: 10px;}
.col-page-news .news-top a .content h3{line-height: 1.375;font-weight: bold;margin-bottom: 1.406vw;}
.col-page-news .news-top a .content .s-content{color:#666;line-height: 1.333;margin-bottom: 2.5vw;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 3;-moz-line-clamp: 3;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-page-news .news-top a .content .more{display: flex;align-items: center;transition: .25s;margin-top: auto;}
.col-page-news .news-top a .content .more span{text-transform: uppercase;font-weight: 500;margin-right: 6px;}
.col-page-news .news-top a .content .more i.fa{font-weight: bold;}
.col-page-news ul.list{display: flex;flex-wrap: wrap;}
.col-page-news ul.list li{width: 32%;margin-right: 2%;margin-bottom: 6%;padding-bottom: 3vh;border-bottom: 3px solid #f5f5f5;transition: .25s;}
.col-page-news ul.list li:nth-child(3n){margin-right: 0;}
.col-page-news ul.list li .img{overflow: hidden;margin-bottom: 1.823vw;}
.col-page-news ul.list li .date{color:#666666;margin-bottom: 0.781vw;}
.col-page-news ul.list li h3{font-weight: bold;line-height: 1.333;transition: .25s;margin-bottom: 2.188vw;}
.col-page-news ul.list li .more{display: flex;align-items: center;transition: .25s;}
.col-page-news ul.list li .more span{text-transform: uppercase;font-weight: 500;margin-right: 6px;}
.col-page-news ul.list li .more i.fa{font-weight: bold;}
.col-page-news ul.list li.item{background: #f5f5f5;padding: 35px 30px;border-bottom: none;}
.col-page-news ul.list li.item p.f16{font-weight: bold;text-transform: uppercase;margin-bottom: 2.396vw;}
.col-page-news ul.list li.item a{display: block;margin-bottom: 2.396vw;position: relative;}
.col-page-news ul.list li.item a:last-child{margin-bottom: 0;}
.col-page-news ul.list li.item a:not(:last-child)::after{content:'';width: 100%;height: 1px;background: #dddddd;position: absolute;left: 0;bottom: -1.198vw;}
.col-page-news ul.list li.item a h3{margin-bottom: 0;}
.col-page-news ul.list li:hover{border-color: #00cc99;}
.col-page-news ul.list li:hover .more{color:#00cc99}

.col-page-solution .wrap{padding: 6vh 0;}
.col-page-solution .wrap h1{font-weight: bold;margin-bottom: 10px;}
.col-page-solution .wrap .desc{margin-bottom: 2.708vw;}
.col-page-solution .wrap .category{margin-bottom: 5vh;padding-bottom: 4vh;border-bottom: 1px solid #dddddd;}
.col-page-solution .wrap .category .title{position: relative;z-index: 1;margin-bottom: 1.563vw;}
.col-page-solution .wrap .category .title::after{content:'';width: 100%;height: 1px;background: #dddddd;position: absolute;left: 0;bottom: 50%;}
.col-page-solution .wrap .category .title span{font-weight: bold;background: #fff;padding-right: 10px;position: relative;z-index: 1;}
.col-page-solution .wrap .category .child {display: flex;flex-wrap: wrap;align-items: flex-start;}
.col-page-solution .wrap .category .child a{width: 180px;padding: 10px;border-radius: 40px;border: 1px solid #222222;transition: .25s;font-weight: 500;margin: 0 1.563vw 5px 0;text-align: center;}
.col-page-solution .wrap .category .child a:last-child{margin-right: 0;}
.col-page-solution .wrap .category .child a.active,.col-page-solution .wrap .category .child a:hover{background: #00cc99;border-color: #00cc99;color:#fff;}
.col-page-solution .wrap .content{border-radius: 8px;background: #222222;padding: 2.396vw 3.646vw;color:#fff;display: flex;align-items: center;}
.col-page-solution .wrap .content .title{flex-shrink: 0;margin-right: 3.021vw;padding-right: 2.24vw;position: relative;}
.col-page-solution .wrap .content .title::after{content:'';width: 1px;height: 100%;background: #dddddd;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.col-page-solution .wrap .content .title h2{font-weight: bold;margin-bottom: 10px;}
.col-page-solution .wrap .content .s-content{line-height: 1.666;width: 43%;}
.col-page-solution .wrap .items .item{padding: 6vh 0;}
.col-page-solution .wrap .items .item .title{font-weight: bold;margin-bottom: 3.281vw;}
.col-page-solution .wrap .items .item ul.list{display: flex;flex-wrap: wrap;}
.col-page-solution .wrap .items .item ul.list li{width: 18.4%;margin-right: 2%;margin-bottom: 6%;}
.col-page-solution .wrap .items .item ul.list li:nth-child(5n){margin-right: 0;}
.col-page-solution .wrap .items .item ul.list li .img{position: relative;}
.col-page-solution .wrap .items .item ul.list li .img span.f14{position: absolute;top: 0;right: 0;color:#ec2538;}
.col-page-solution .wrap .items .item ul.list li .para{margin: 2.2vh 0 10px;}
.col-page-solution .wrap .items .item ul.list li h3{font-weight: 500;margin-bottom: 5px;}
.col-page-solution .wrap .items .item ul.list li .s-content{color:#666;line-height: 1.875;}

.col-page-product{background: #f5f5f5;}
.col-page-product .flex{padding: 5.208vw 0;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
.col-page-product .flex .sider{width: 250px;border-radius: 5px;padding: 3vh 18px;background: #fff;}
.col-page-product .flex .sider h2{font-weight: bold;margin-bottom: 3vh;text-transform: uppercase;}
.col-page-product .flex .sider ul.child li{padding: 3vh 0;border-top: 1px dashed #dddddd;}
.col-page-product .flex .sider ul.child li:first-child{border-top-style: solid;}
.col-page-product .flex .sider ul.child li .title{font-weight: 500;margin-bottom: 2vh;}
.col-page-product .flex .sider ul.child li .three p{margin-bottom: 10px;padding-left: 20px;position: relative;}
.col-page-product .flex .sider ul.child li .three p:last-child{margin-bottom: 0;}
.col-page-product .flex .sider ul.child li .three p::before{content:'';width: 8px;height: 8px;border-radius: 50%;border: 2px solid #222222;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-page-product .flex .sider ul.child li .three p.active::before{border-color: #00cc99;background: #00cc99;}
.col-page-product .flex .lists{width: calc(98% - 250px);}
.col-page-product .flex .lists ul.list{display: flex;flex-wrap: wrap;}
.col-page-product .flex .lists ul.list li{width: 23.5%;margin-right: 2%;margin-bottom: 14px;}
.col-page-product .flex .lists ul.list li:nth-child(4n){margin-right: 0;}
.col-page-product .flex .lists ul.list li a{display: block;width: 100%;height: 100%;background: #fff;border-radius: 5px;padding: 3vh 20px 20px;}
.col-page-product .flex .lists ul.list li a .img{margin-bottom: 2.4vh;padding-bottom: 3vh;border-bottom: 1px solid #dddddd;}
.col-page-product .flex .lists ul.list li a .title{display:inline-block; padding:3px 5px; background:#00cc9a;  font-weight: 500;margin-bottom: 12px;transition: .25s;}
.col-page-product .flex .lists ul.list li a .content{color:#666;line-height: 1.875;}
.col-page-product .flex .lists ul.list li a .content strong{margin-bottom:10px;}
.col-page-product .flex .lists ul.list li a .content p{position: relative;}
.col-page-product .flex .lists ul.list li a .content p:first-child{margin-bottom:10px;}
.col-page-product .flex .lists ul.list li a .content p::before{width: 5px;height: 5px;border-radius: 50%;background: #222;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-page-product .flex .lists ul.list li a:hover .title{color:#fff;}

.col-product-detail{background: #f5f5f5;}
.col-product-detail .mbx{padding: 4vh 0;}
.col-product-detail .wrap{background: #fff;border-radius: 8px;padding: 6vh 5.208vw;}
.col-product-detail .wrap .pro_show{display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;margin-bottom: 3.75vw;}
.col-product-detail .wrap .pro_show .caseleft{width: 47%;}
.col-product-detail .wrap .pro_show .caseleft .ProImg{margin-bottom: 20px;}
.col-product-detail .wrap .pro_show .caseleft .col-thumb .swiper-slide {text-align: center;}
.col-product-detail .wrap .pro_show .caseleft .col-thumb .swiper-slide .title{font-weight: bold;margin-top: 1.6vh;}
.col-product-detail .wrap .pro_show .caseleft .contact{margin-top: 1.875vw;}
.col-product-detail .wrap .pro_show .caseleft .contact .content {margin-bottom: 2.083vw;}
.col-product-detail .wrap .pro_show .caseleft .contact .content ul{display: flex;align-items: center;}
.col-product-detail .wrap .pro_show .caseleft .contact .content ul li:nth-child(1){margin-right: 0.938vw;}
.col-product-detail .wrap .pro_show .caseleft .contact .content ul li:nth-child(1) img{width: 1.823vw;min-width: 20px;}
.col-product-detail .wrap .pro_show .caseleft .contact .content ul li strong{font-weight: 500;}
.col-product-detail .wrap .pro_show .caseleft .contact a.back{width: 200px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 50px;background: #00cc99;color:#fff;}
.col-product-detail .wrap .pro_show .caseleft .contact a.back span{margin-right: 12px;text-transform: uppercase;font-weight: bold;}
.col-product-detail .wrap .pro_show .caseright{width: 46%;}
.col-product-detail .wrap .pro_show .caseright h1{font-weight: bold;margin-bottom: 1.823vw;}
.col-product-detail .wrap .pro_show .caseright h2{font-weight: bold;margin-bottom: 8px;}
.col-product-detail .wrap .pro_show .caseright .content{margin-bottom: 1.875vw; line-height:1.75}
.col-product-detail .wrap .pro_show .caseright .params .item{margin-bottom: 18px;border-radius: 8px;border: 1px solid #dddddd;padding: 2.2vh 30px;transition: .25s;}
.col-product-detail .wrap .pro_show .caseright .params .item .title{font-weight: bold;margin-bottom: 2vh;padding-bottom: 2vh;border-bottom: 1px solid #dddddd;}
.col-product-detail .wrap .pro_show .caseright .params .item .s-content{color:#666;line-height: 1.867;}
.col-product-detail .wrap .pro_show .caseright .params .item .s-content strong{color:#222;font-weight: 500;}
.col-product-detail .wrap .pro_show .caseright .params .item .s-content p>img{margin-right: 7px;}
.col-product-detail .wrap .pro_show .caseright .params .item:hover{background: #f8f8f8;border-color: #f8f8f8;}
.col-product-detail .wrap .tab-nav{display: flex;justify-content: space-between;margin-bottom: 3.125vw;}
.col-product-detail .wrap .tab-nav a{flex: 1;margin-right: 8px;padding: 0 10px 2vh;position: relative;color:#888888;text-transform: uppercase;transition: .25s;text-align: center;font-weight: bold;}
.col-product-detail .wrap .tab-nav a:last-child{margin-right: 0;}
.col-product-detail .wrap .tab-nav a::after{content:'';width: 100%;height: 3px;border-radius: 3px;background: #dddddd;position: absolute;left: 0;bottom: 0;transition: .25s;}
.col-product-detail .wrap .tab-nav a.active,.col-product-detail .wrap .tab-nav a:hover{color:#00cc99;}
.col-product-detail .wrap .tab-nav a.active::after,.col-product-detail .wrap .tab-nav a:hover::after{background: #00cc99;}
.col-product-detail .wrap .tab-box .box{display: none;}
.col-product-detail .wrap .tab-box .box.active{display: block;}
.col-product-detail .wrap .tab-box .box .s-content{background: #f8f8f8;border-radius: 8px;padding: 30px;}
.col-product-detail .wrap .tab-box .box .s-content ul{display: flex;flex-wrap: wrap;max-width: 532px;justify-content: space-between;}
.col-product-detail .wrap .tab-box .box .s-content ul li{line-height: 1.867;}
.col-product-detail .wrap .tab-box .box .s-content ul p{padding-left: 14px;position: relative;}
.col-product-detail .wrap .tab-box .box .s-content ul p::before{content:'';width: 8px;height: 8px;border: 2px solid #00cc99;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-product-detail .wrap .tab-box .box h3{font-weight: bold;margin-bottom: 12px;font-size: 24px;}
.col-product-detail .wrap .tab-box .box table{width: 100%;border: none;height: auto !important;}
.col-product-detail .wrap .tab-box .box table td{width: auto !important;border: none;padding: 0.938vw 10px 0.938vw 2.24vw;}
.col-product-detail .wrap .tab-box .box h2{color:#fff;font-weight: bold;font-size: 24px;}
.col-product-detail .wrap .tab-box .box table tr:not(:first-child){border-bottom: 1px solid #dddddd;}
.col-product-detail .wrap .tab-box .box table tr:first-child td{background: #00cc99;}
.col-product-detail .wrap .tab-box .box table td h3{font-size: 18px;}
.col-product-detail .wrap .tab-box .box table td h4{font-weight: 500;font-size: 16px;}
.col-product-detail .wrap .tab-box .box table td ul{display: flex;flex-wrap: wrap;}
.col-product-detail .wrap .tab-box .box table td ul li{width: 23.5%;margin-right: 2%;margin-bottom: 4%;}
.col-product-detail .wrap .tab-box .box table td ul li:nth-child(4n){margin-right: 0;}
.col-product-detail .wrap .tab-box .box table:nth-of-type(2) td{width: 25% !important;}
.col-product-detail .wrap .tab-box .box table:nth-of-type(3){text-align: center;}
.col-product-detail .wrap .tab-box .box table:nth-of-type(3) tr:first-child td{color:#fff;}
.col-product-detail .wrap .tab-box .box table:nth-of-type(3) tr:first-child td h3{margin-bottom: 0;}
.col-product-detail .wrap .tab-box .box table:nth-of-type(3) td{padding: 0.938vw 10px;}

.col-page-contact{padding: 6.25vw 0;}
.col-page-contact h2{font-weight: bold;margin-bottom: 12px;}
.col-page-contact .flex{justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
.col-page-contact .col-1{width: 30%;}
.col-page-contact .col-1 .content{color:#666;margin-bottom: 1.875vw;}
.col-page-contact .col-1 form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-contact .col-1 form ul li{width: 100%;margin-bottom: 1.666vh;}
.col-page-contact .col-1 form ul li>p{margin-bottom: 8px;}
.col-page-contact .col-1 form ul li input,.col-page-contact .col-1 form ul li textarea{width: 100%;height: 50px;border: 1px solid #dddddd;border-radius: 5px;outline: none;background: transparent;padding: 0 0 0 16px;font-family: 'Roboto';}
.col-page-contact .col-1 form ul li textarea{height: auto;min-height: 175px;padding-top: 12px;}
.col-page-contact .col-1 form ul li input[name="captcha"]{width: 180px;}
.col-page-contact .col-1 form .sub{width: 200px;height: 50px;background: #00cc99;border-radius: 50px;border: none;padding: 0;transition: .25s;font-weight: bold;text-transform: uppercase;font-size: 14px;color:#fff;}
.col-page-contact .col-2{width: 67%;border-radius: 10px;padding: 2.813vw 2.5vw;border: 1px solid #dddddd;}
.col-page-contact .col-2 .content{color:#666;margin-bottom: 1.875vw;} 
.col-page-contact .col-2 .content>ul{display:flex;justify-content: space-between; flex-wrap: wrap; align-items: flex-start; }
.col-page-contact .col-2 .content>ul>li{width:48%; line-height:1.75;}
.col-page-contact .col-2 .content>ul>li img{margin-bottom:10px;}
.col-page-contact .col-2 .content>ul>li strong{margin-bottom:5px;}
.col-page-contact .col-2 ul.info li{margin-bottom: 14px;display: flex;align-items: flex-start;}
.col-page-contact .col-2 ul.info li:last-child{margin-bottom: 0;}
.col-page-contact .col-2 ul.info li i.iconfont{width: 30px;height: 30px;background: #00cc99;border-radius: 50%;color:#fff;display: flex;align-items: center;justify-content: center;margin-right: 6px;flex-shrink: 0;}
.col-page-contact .col-2 ul.info li span{line-height: 1.6;padding-top: 2px;}
.col-page-contact .col-2 .media{margin-top: 5vh;padding-top: 4.5vh;position: relative;border-top: 1px solid #ddd;}
.col-page-contact .col-2 .media h3.f16{font-weight: 500;margin-bottom: 12px;}
.col-page-contact .col-2 .media .share{font-size: 0;}
.col-page-contact .col-2 .media .share a{display: inline-block;width: 35px;height: 35px;border-radius: 50%;border: 1px solid #858585;text-align: center;line-height: 33px;color:#222;margin-right: 18px;transition: .25s;}
.col-page-contact .col-2 .media .share a:last-child{margin-right: 0;}
.col-page-contact .col-2 .media .share a:hover{color:#fff;border-color: #00cc99;background: #00cc99;}
.col-page-contact .col-2 .qrcode{margin-top: 2.083vw;}
.col-page-contact .col-2 .qrcode ul{display: flex;}
.col-page-contact .col-2 .qrcode ul li{text-align: center;margin: 0 1.667vw 0 0;}
.col-page-contact .col-2 .qrcode ul li img{margin-bottom: 6px;} 



.col-news-detail{padding: 6.25vw 0;}
.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:#00cc99;margin: 0 5px;}
.col-news-detail .content{font-size: 15px;line-height: 2;}
.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:#00cc99;}



/* media */

@media (max-width: 1800px) {

}
@media (max-width: 1600px) {

  .f14{font-size: 13px;}
  .f15{font-size: 14px;}
  .f16{font-size: 15px;}
  .f17{font-size: 16px;}
  .f18{font-size: 17px;}
  .f20{font-size: 1.2vw;}
  .f22{font-size: 1.3vw;}
  .f24{font-size: 1.4vw;}
  .f26{font-size: 1.5vw;}
  .f28{font-size: 1.6vw;}
  .f30{font-size: 1.7vw;}
  .f32{font-size: 1.8vw;}
  .f36{font-size: 1.9vw;}
  .f40{font-size: 2.1vw;}
  .f42{font-size: 2.15vw;}
  .f44{font-size: 2.2vw;}

  html{font-size: 15px;}
}
@media (max-width: 1460px) {
  .container2{padding: 0 8.5vw;}
  .container3{padding: 0 10vw;}
  
  .f14{font-size: 12px;}
  .f15{font-size: 13px;}
  .f16{font-size: 14px;}
  .f17{font-size: 15px;}
  .f18{font-size: 16px;}
  .f20{font-size: 1.3vw;}
  .f22{font-size: 1.4vw;}
  .f24{font-size: 1.5vw;}
  .f26{font-size: 1.6vw;}
  .f28{font-size: 1.7vw;}
  .f30{font-size: 1.8vw;}
  .f32{font-size: 1.9vw;}
  .f36{font-size: 2vw;}
  html{font-size: 14px;}
}
@media (max-width: 1368px) {
  .container2{padding: 0 6vw;}
  .container3{padding: 0 8vw;}
    .col-index-why ul.list{grid-template-columns:repeat(3,1fr); gap:20px;}
}

@media (max-width: 1200px) {
  .col-page-solution .wrap .items .item ul.list li,.col-page-product .flex .lists ul.list li,.col-product-detail .wrap .tab-box .box table td ul li{width: 32%;margin-right: 2%;}
  .col-page-solution .wrap .items .item ul.list li:nth-child(5n),.col-page-product .flex .lists ul.list li:nth-child(4n),.col-product-detail .wrap .tab-box .box table td ul li:nth-child(3n){margin-right: 2%;}
  .col-page-solution .wrap .items .item ul.list li:nth-child(3n),.col-page-product .flex .lists ul.list li:nth-child(3n),.col-product-detail .wrap .tab-box .box table td ul li:nth-child(2n){margin-right: 0;}
  #col-index-banner .swiper-slide .ban_cont .content .more,.col-product-detail .wrap .pro_show .caseleft .contact a.back,.col-page-contact .col-1 form .sub{width: 120px;height: 35px;}
  .col-product-detail .wrap .pro_show .caseleft .contact a.back span{margin-right: 5px;}
  .vicenav .container2{padding: 0 !important;}
  .container2{padding: 0 4vw;}
  .container3{padding: 0 6vw;}

  .f15{font-size: 12.5px;}
  .f16{font-size: 13px;}
  .f17{font-size: 14px;}
  .f18{font-size: 15px;}
  .f20{font-size: 1.55vw;}
  .f22{font-size: 1.65vw;}
  .f24{font-size: 1.7vw;}
  .f26{font-size: 1.75vw;}
  .f28{font-size: 1.8vw;}
  .f30{font-size: 1.85vw;}
  html{font-size: 13px;}
  
}
@media (max-width: 992px) {
  .container2{padding: 0 20px;}
  .container3{padding: 0 20px;}
  .product-banner{margin-top:60px;}
  .product-banner .banner-bg{background-position:left center!important;}
  .col-index-advantage .wrap ul li p:nth-child(2), .col-index-advantage .wrap ul li p:nth-child(2) .odometer{font-size: 24px;}
  .col-product-detail .wrap .tab-box .box h3,.col-product-detail .wrap .tab-box .box h2,.col-page-about .col-4 .content ul li strong{font-size: 16px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2,.col-product-detail .wrap .tab-box .box table td h3,.col-product-detail .wrap .tab-box .box table td h4{font-size: 14px;}
  .col-index-link ul.list{grid-template-columns:repeat(1,1fr)}
  .col-index-why ul.list {grid-template-columns: repeat(2, 1fr);gap: 20px;}
  .col-page-contact .col-1 form ul li input, .col-page-contact .col-1 form ul li textarea{height: 35px;padding-left: 5px;}
  .col-page-contact .col-1 form ul li textarea{min-height: 100px;}
  .col-page-contact .col-1 form ul li.code{display: flex;align-items: center;}
  .col-page-contact .col-1 form ul li input[name="captcha"]{width: 100px;}
  .col-page-contact .col-2 .qrcode ul li img {width: 60px;}
  .col-product-detail .wrap .tab-box .box table{display: block;overflow-x: auto;}
  .col-product-detail .wrap .tab-box .box table td{padding: 10px;}
  .col-product-detail .wrap .pro_show .caseright .params .item,.col-product-detail .wrap .tab-box .box .s-content{padding: 20px;}
  .col-page-product .flex .sider{width: 210px;}
  .col-page-product .flex .lists{width: calc(98% - 210px);}
  .col-page-solution .wrap .items .item{padding: 35px 0;}
  .col-page-solution .wrap .items .item .title{margin-bottom: 25px;}
  .col-page-solution .wrap .content{display: block;}
  .col-page-solution .wrap .content .title{padding-right: 0;margin-right: 0;}
  .col-page-solution .wrap{padding: 3vh 0 6vh;}
  .col-page-solution .wrap .category .child{justify-content: space-between;}
  .col-page-solution .wrap .category .child a{width: 48%;height: 35px;margin-right: 0;}
  .footer,.footer .bottom,.col-page-solution .wrap .content{text-align: center;display: block;}
  .footer .bottom .logo{margin-right: 0;}
  .footer .bottom .copyright{margin: 10px 0;}
  .footer .flex .contact .more{margin: 0 auto;width: 140px;height: 35px;}
  .col-index-news ul.list li,.footer .flex ul,.footer .flex ul li,.footer .flex .contact,.col-product-detail .wrap .pro_show .caseleft,.col-product-detail .wrap .pro_show .caseright,.col-page-about .col-1 .content ul li,.col-page-about .col-2 .flex .img,.col-page-about .col-2 .flex .content,.col-page-about .col-3 .flex .content,.col-page-about .col-3 .flex .img,.col-page-contact .col-1,.col-page-contact .col-2{width: 100%;max-width: none;margin-bottom: 20px;}
  .footer .flex .contact,.footer .flex ul li,.col-page-contact .col-2{margin-bottom: 0;}
  .col-index-advantage .wrap ul li{width: 50%;border-bottom: 1px solid rgba(255,255,255,.3);}
  .col-index-advantage .wrap ul li p:nth-child(1){margin-bottom: 3.125vw;}
  .col-page-solution .wrap .items .item ul.list li,.col-page-news ul.list li{width: 49%;margin-right: 2%;}
  .col-index-why ul.list li:nth-child(3n),.col-page-solution .wrap .items .item ul.list li:nth-child(3n),.col-page-news ul.list li:nth-child(3n){margin-right: 2%;}
  .col-index-why ul.list li:nth-child(2n),.col-page-solution .wrap .items .item ul.list li:nth-child(2n),.col-page-news ul.list li:nth-child(2n){margin-right: 0;}
  .col-index-link ul.list li,.col-page-solution .wrap .content .s-content,.col-page-news .news-top a .img,.col-page-news .news-top a .content{width: 100%;}
  .header .inner .flex,.head{height: 60px;line-height: 60px;}
  .col-banner{margin-top: 60px !important;}
  .header .inner .logo {margin-right: auto;}
  .header .inner nav ,.col-index-news ul.list li:not(:first-child),.footer .flex ul li:not(:last-child),.col-page-solution .wrap .content .title::after{display: none !important;}
  .header .flex .nav-btn{display: block !important;margin-left: 20px;}
  .header .flex .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
  .header .flex .lines span{width: 100%;height: 2px;background: #fff;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
  .header .flex .lines span.n1{top: 0;}
  .header .flex .lines span.n2{top: 7px;}
  .header .flex .lines span.n3{top: 14px;}
  .header .flex .nav-btn.closes .lines span.n1 {top: 8px;transform: rotate(45deg);}
  .header .flex .nav-btn.closes .lines span.n2 {opacity: 0;}
  .header .flex .nav-btn.closes .lines span.n3 {top: 8px;transform: rotate(-45deg);}
  
  .change-language{margin-left: 0;padding-left: 0;}
  
  .f15{font-size: 12.2px;}
  .f16{font-size: 12.5px;}
  .f17{font-size: 13px;}
  .f18{font-size: 14px;}
  .f20{font-size: 16px;}
  .f22{font-size: 17px;}
  .f24{font-size: 17.5px;}
  .f26{font-size: 18px;}
  .f28{font-size: 19px;}
  .f30{font-size: 20px;}
  .f32{font-size: 21px;}
  .f36{font-size: 22px;}
  .f40{font-size: 23px;}
  .f42{font-size: 23.5px;}
  .f44{font-size: 24px;}
  .f48{font-size: 24.5px;}
  .f50{font-size: 25px;}
  .f54{font-size: 25.2px;}
  .f56{font-size: 25.3px;}
  .f60{font-size: 25.5px;}
  .f66{font-size: 25.8px;}
  .f70{font-size: 26px;}
  .f72{font-size: 26.2px;}
  .f76{font-size: 26.4px;}
  .f80{font-size: 26.8px;}
  .f90{font-size: 28px;}
  html{font-size: 12px;}
  
}
@media (max-width: 768px) {
  .col-page-product .flex .sider,.col-page-product .flex .lists{width: 100%;margin-bottom: 20px;}
  .col-page-product .flex .sider{padding: 20px;}
  .col-page-product .flex .sider h2{margin-bottom: 10px;}
  .col-page-product .flex .sider ul.child li{padding: 11px 0;}
  .col-page-product .flex .sider ul.child li .title{margin-bottom: 8px;}
  .col-page-product .flex .sider ul.child li .three p{margin-bottom: 5px;}
  .col-page-product .flex .lists ul.list li a{padding: 10px 10px 20px;}
  .col-page-product .flex .lists ul.list li{width: 49%;margin-right: 2%;}
  .col-page-product .flex .lists ul.list li:nth-child(3n){margin-right: 2%;}
  .col-page-product .flex .lists ul.list li:nth-child(2n){margin-right: 0;}
  .col-index-why ul.list li .flex{top:20px; left:15px;}
  .col-index-why ul.list li .content{bottom:20px; left:15px;}
  .col-index-why ul.list li .flex .icon img{width: 12px;}
  .col-index-link ul.list li a .img{width: 40%;}
  .col-index-link ul.list li a .content{width: 58%;}
  html{font-size: 11px;}

  
}
@media (max-width: 468px) {
  .col-page-about .col-4 .content ul{display: block;}
  .col-page-about .col-4 .content ul li{width: 100%;margin-bottom: 20px;}
  .col-page-about .col-3 .flex .content .tab-nav{justify-content: space-between;}
  .col-page-about .col-3 .flex .content .tab-nav a{margin-right: 0;width: 49%;}
  .col-page-news ul.list li{margin-right: 0 !important;width: 100%;}
  .change-language .change-language-cont{position: fixed;top: 60px;left: 0;width: 100%;padding: 10px;}
  .language-flag img{width: 18px;height: 13px;margin: -6px 1px 0;}
  .language-flag span{padding: 0 0 0 24px;}
  .col-page-contact .col-2 .content>ul>li{width:100%;}
  
  .f20{font-size: 16.2px;}
  .f22{font-size: 16.3px;}
  .f24{font-size: 16.4px;}
  .f26{font-size: 16.5px;}
  .f28{font-size: 16.6px;}
  .f30{font-size: 16.7px;}
  .f32{font-size: 16.8px;}
  .f36{font-size: 17px;}
  .f40{font-size: 18px;}
  .f42{font-size: 18.1px;}
  .f44{font-size: 18.2px;}
  .f48{font-size: 18.8px;}
  .f50{font-size: 19px;}
  .f54{font-size: 20px;}
  .f56{font-size: 20.5px;}
  .f60{font-size: 21px;}
  .f66{font-size: 21.6px;}
  .f70{font-size: 22px;}
  .f72{font-size: 23px;}
  .f76{font-size: 23.5px;}
  .f80{font-size: 24px;}
  .f90{font-size: 25px;}
  html{font-size: 10px;}

  
}
