@charset "utf-8";
@font-face {
  font-family: "Qualy";
  font-weight: normal;
  src: url("../fonts/Qualy\ Bold.ttf") format("truetype");
}
@font-face {
  font-family: "DIN";
  font-weight: normal;
  src: url("../fonts/DIN-Regular.otf") format("opentype");
}
@font-face {
  font-family: "DINCond";
  font-weight: bold;
  src: url("../fonts/DINCond-Bold.otf") format("opentype");
}
@font-face {
  font-family: "gilroy";
  font-weight: 100;
  src: url("../fonts/Gilroy-Thin-13.otf") format("opentype");
}
@font-face {
  font-family: "gilroy";
  font-weight: 300;
  src: url("../fonts/Gilroy-Light-11.otf") format("opentype");
}
@font-face {
  font-family: "gilroy";
  font-weight: normal;
  src: url("../fonts/gilroy-regular-3.otf") format("opentype");
}
@font-face {
  font-family: "gilroy";
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium-2.otf") format("opentype");
}
@font-face {
  font-family: "gilroy";
  font-weight: bold;
  src: url("../fonts/gilroy-bold-4.otf") format("opentype");
}
@font-face {
  font-family: "gilroy";
  font-weight: 800;
  src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "gilroy";
  font-weight: 900;
  src: url("../fonts/gilroy-black-6.otf") format("opentype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_rgivw90we1.woff2?t=1754036165123') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_rgivw90we1.woff?t=1754036165123') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_rgivw90we1.ttf?t=1754036165123') format('truetype');
}
.qualy{font-family: 'Qualy';}
*{margin:0;padding: 0;}
html{overflow-x: hidden;font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #111111;font-family:"gilroy","PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;background: #fff;font-weight: normal;overflow: hidden;}
*{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: #ffffff !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: #ffffff !important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
li {list-style: none;}
i {font-style: normal;}
a {color: #111111;text-decoration: none;}
a:focus{text-decoration: none;outline: none;color:#111111;}
a:hover { color: #111111;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 8.33vw;}
.container3 {max-width: 100%; width:100%;margin: 0 auto;padding: 0 6.25vw;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.relative{position: relative;}
.none{display: none !important;}
sub, sup {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline;}
sup {top: -1em;}
.target-fix {position: relative;top: -150px;display: block;height: 0;overflow: hidden;}
 /* 滚动条 */
::-webkit-scrollbar{max-width: 3px;height: 5px;background-color: #F5F5F5;  }  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);border-radius: 0;background-color: #F5F5F5;}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 0;background-color: #333;border-radius: 3px;}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover{border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.4);}
/*IE滚动条颜色*/
html {scrollbar-face-color:#bfbfbf;/*滚动条颜色*/scrollbar-highlight-color:#000;scrollbar-3dlight-color:#000;scrollbar-darkshadow-color:#000;scrollbar-Shadow-color:#adadad;/*滑块边色*/scrollbar-arrow-color:rgba(0,0,0,0.4);/*箭头颜色*/scrollbar-track-color:#eeeeee;/*背景颜色*/}
.swiper,.swiper .swiper-slide{position: relative;}
.swiper{
  --swiper-theme-color: #00873b;/* 设置Swiper风格 */
  --swiper-preloader-color: #00873b;/* 单独设置预加载圆圈的颜色 */
}
.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;}
.f46{font-size: 2.396vw;}
.f48{font-size: 2.5vw;}
.f50{font-size: 2.6vw;}
.f52{font-size: 2.708vw;}
.f54{font-size: 2.8125vw;}
.f56{font-size: 2.917vw;}
.f58{font-size: 3.021vw;}
.f60{font-size: 3.125vw;}
.f64{font-size: 3.333vw;}
.f65{font-size: 3.385vw;}
.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_fixed{height: 7.708vw;max-height: 148px;min-height: 90px;}
.header{width: 100%;z-index: 991;position: fixed;top:0;left: 0;transition: 0.25s;background: transparent;}
.header .HeadTop{background: #00873b;color:#fff;}
.header .HeadTop .flex{height: 2.083vw;max-height: 40px;min-height: 30px;align-items: center;justify-content: space-between;}
.header .HeadTop .flex .code ul{display: flex;align-items: center;font-weight: bold;}
.header .HeadTop .flex .code ul li:nth-child(1){margin-right: 9px;}
.header .HeadTop .flex .infos{display: flex;align-items: center;}
.header .HeadTop .flex .infos .info{margin-right: 2vw;position: relative;display: flex;align-items: center;}
.header .HeadTop .flex .infos .info .iconfont{margin-right: 5px;}
.header .HeadTop .flex .infos .info::after{content:'';width: 1px;height: 16px;background: #fff;position: absolute;top: 50%;right: -1vw;transform: translateY(-50%);}
.header .language .change-language-title .language-flag a{display: flex;align-items: center;transition: .25s;color:#fff;}
.header .language .change-language-title .language-flag a span{padding-left: 10px;}
.header .language .change-language-title .language-flag a i.fa{margin-left: 5px;}
.header .inner .flex{height: 5.625vw;max-height: 108px;min-height: 60px;align-items: center;}
.header .logo {margin-right:auto;line-height: 1;}
.header .logo img{width: 10.885vw;max-width: 209px;min-width: 100px;transition: .25s;}
.header nav{height: 100%;margin-right: 15px;}
.header nav ul{font-size: 0;line-height: 1;display: flex;height: 100%;align-items: center;}
.header nav ul li{display: flex;align-items: center;margin-right:5px;position: relative;height: 100%;}
.header nav ul li:last-child{margin-right:0;}
.header nav ul li::after{content:'';width: 0;height: 3px;background: #fff;position: absolute;left: 0;bottom: 0;transition: .25s;}
.header nav ul li>a{transition: 0.25s;display: inline-block;padding: 20px 15px;position: relative;line-height: 1;vertical-align: middle;font-weight: 500;color:#fff;}
.header nav ul li.active::after{width: 100%;}
.header nav ul li .child{white-space: nowrap;position: absolute;top:80%;left:50%;transform: translateX(-50%);display: none;padding: 15px 10px;background: rgba(255,255,255,1);box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);min-width: 164px;text-align: center;border-radius: 5px;line-height: 1;z-index: 2;}
.header nav ul li .child::before{content:'';border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid rgba(255,255,255,1);position: absolute;left: 50%;margin-left: -5px;bottom: 100%;}
.header nav ul li .child p{padding:0;margin-bottom: 12px;}
.header nav ul li .child p:last-child{margin-bottom: 0;}
.header nav ul li .child a{font-size:15px;color:#222;text-transform: none;transition: 0.35s;font-weight: 500;}
.header nav ul li .child a:hover{color: #00873b;}
.header .index-search{margin-right: 1.25vw;}
.header .index-search>a{display: inline-block;transition: .25s;color:#fff}
.header .index-search{position: relative;font-size: 0;line-height: 1;}
.header .index-search .content{position: fixed;width:100%;height: 100vh;top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 999;display: none;}
.header .index-search .content .container{position: relative;height: 100%;}
.header .index-search .content .s-content{background: #fff;text-align: center;padding:6vh 20px;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
.header .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
.header .index-search .content .title{color:#242424;margin-bottom: 10px;line-height: 1.5;}
.header .index-search .content .input{font-size: 0;line-height: 1;max-width: 600px;margin: 0 auto;display: flex;}
.header .index-search .content input{height: 60px;outline: none;vertical-align: middle;}
.header .index-search .content .searchValue{padding-left: 20px;border: 1px solid #ededed;font-size: 16px;width: calc(100% - 60px);color:#292929;}
.header .index-search .content .searchValue::-webkit-input-placeholder {color: #b6b6b6;}
.header .index-search .content .searchValue:-moz-placeholder {color: #b6b6b6;}
.header .index-search .content .searchValue::-moz-placeholder {color: #b6b6b6;}
.header .index-search .content .searchValue:-ms-input-placeholder {color: #b6b6b6;}
.header .index-search .content .search-btn{width: 60px;background: #222;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';font-weight: normal;}
.header .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}
.header.active {box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);background: #fff;} 
.header.active .logo img{display: none;}
.header.active .logo img.none{display: inline !important;}
.header.active nav ul li>a,.header.active .index-search>a{color:#222;}
.header.active nav ul li::after{background: #00873b;}
.header.on{box-shadow: none;}
.change-language {display: inline-block;position: relative;text-align: left;vertical-align: middle;line-height: 1;padding: 10px 0;}
.change-language .change-language-title{position: relative;}
.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;max-height: 80vh;line-height: normal;overflow-y: auto;}
.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;white-space: nowrap;padding: 0 0 0 33px;}
.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: 20px;}
.change-language ::-webkit-scrollbar {width: 5px;}
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);}
.more_btn{display: inline-block;border-radius: 48px;padding: 12px 28px;border: 1px solid rgba(91,91,91,.14);transition: .25s;transition: .25s;}
.more_btn>*{display: inline-block;vertical-align: middle;}
.more_btn i.iconfont{margin-left: 10px;}
.more_btn:hover{background: #00873b !important;border-color: #00873b !important;color:#fff !important;}
.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;font-size: 0;width: 100%;}
.col-banner .swiper-slide{font-size: 0;position: relative;}
.col-banner .swiper-slide .img {width: 100%;height: 100%;}
.col-banner .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
#col-index-banner,#col-index-banner .swiper-slide{height: 41.66vw;}
#col-index-banner .swiper{position: fixed;top: 0;left: 0;width: 100%;z-index: 1;} 
#col-index-banner .swiper-slide video {width: 100vw;height: 100%;object-fit: cover;position: relative;}
#col-index-banner .swiper-slide .ban_cont{position: absolute;bottom: 6.77vw;color:#fff;left: 0;width: 100%;z-index: 2;transition: all 0.15s ease-out;}
#col-index-banner .swiper-slide .ban_cont .content .s-content{font-weight: 300;}
#col-index-banner .swiper-slide .ban_cont .content .s-content h2{font-family: 'qualy';margin-bottom: 12px;font-size: 3.125vw;}
#col-index-banner .scroll{position: absolute;bottom: 6.77vw;right: 8.33vw;z-index: 1;cursor: pointer;}
#col-index-banner .scroll img{width: 3.33vw;max-width: 64px;min-width: 25px;}
#col-banner .swiper-slide .ban_cont{position: absolute;bottom: 1.719vw;color:#fff;left: 0;width: 100%;z-index: 2;transition: all 0.15s ease-out;}
#col-banner .swiper-slide .ban_cont .flex{align-items: flex-end;justify-content: space-between;margin-bottom: 1.875vw;padding-bottom: 4vh;border-bottom: 1px solid #fff;}
#col-banner .swiper-slide .ban_cont .flex h2{font-size: 5vw;}
#col-banner .swiper-slide .ban_cont .flex .mbx{display: flex;align-items: center;}
#col-banner .swiper-slide .ban_cont .flex .mbx a{color:#fff;}
#col-banner .swiper-slide .ban_cont .flex .mbx i.fa{margin: 0 6px;}
#col-banner .swiper-slide .ban_cont .vicenav{display: flex;flex-wrap: wrap;}
#col-banner .swiper-slide .ban_cont .vicenav a{margin-right: 1.875vw;display: flex;align-items: flex-end;color:#fff;transition: .25s;}
#col-banner .swiper-slide .ban_cont .vicenav a span{margin-right: 1.042vw;}
#col-banner .swiper-slide .ban_cont .vicenav a:hover{color:#00873b;}
.col-index-product{background: #f2f2f2;padding: 7.2vh 0 8.33vw;position: relative;z-index: 1;}
.col-index-product .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;margin-bottom: 4.479vw;}
.col-index-product .flex .title .name{color:#00873b;font-weight: bold;margin-bottom: 10px;}
.col-index-product .flex a.more{width:14.063vw;height: 3.281vw;max-width: 270px;max-height: 63px;min-width: 110px;min-height: 30px;border-radius: 60px;background: #141414;color:#fff;font-weight: 500;transition: .25s;display: flex;align-items: center;justify-content: center;}
.col-index-product .flex a.more:hover{background: #00873b;}
.col-index-product ul.list {display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-index-product ul.list li{width: 48.5%;margin-bottom: 3%;}
.col-index-product ul.list li a{display: flex;background: #fff;width: 100%;height: 100%;}
.col-index-product ul.list li a .content{width: 55%;padding: 3.2vh 25px;display: flex;flex-direction: column;justify-content: center;}
.col-index-product ul.list li a .content .title{font-weight: bold;margin-bottom: 1.25vw;transition: .25s;}
.col-index-product ul.list li a .content .s-content{font-weight: 500;line-height: 2;margin-bottom: 3.33vw;}
.col-index-product ul.list li a .content .more{align-self: flex-end;display: flex;align-items: center;margin-top: auto;}
.col-index-product ul.list li a .content .more span{color:#00873b;margin-right: 15px;font-weight: bold;}
.col-index-product ul.list li a .content .more i.iconfont{width: 3.125vw;height: 3.125vw;max-width: 60px;max-height: 60px;min-width: 30px;min-height: 30px;color:#fff;border-radius: 50%;background: #00873b;display: flex;align-items: center;justify-content: center;}
.col-index-product ul.list li a .img{width: 45%;overflow: hidden;}
.col-index-product ul.list li a .img img{width: 100%;height: 100%;object-fit: cover;}
.col-index-product ul.list li a:hover .content .title{color:#00873b;}
.col-index-project{position: relative;z-index: 1;background: #fff;}
.col-index-project .swiper{position: absolute;width: 100%;height: 100%;z-index: -1;}
.col-index-project .swiper .swiper-slide .img{width: 100%;height: 100%;}
.col-index-project .swiper .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;transform: scale(1.1);transition: 3.5s linear;}
.col-index-project .swiper .swiper-slide-active .img img{transform: scale(1);}
.col-index-project .flex{align-items: center;margin-bottom: 2.5vw;margin-top: -2.656vw;position: relative;z-index: 2;}
.col-index-project .flex .title{background: #fff;padding: 3.125vw 5vw 3.125vw 2.969vw;margin-right: auto;}
.col-index-project .flex .title .name{color:#00873b;font-weight: bold;margin-bottom: 10px;}
.col-index-project .flex .swiper-button{position: relative;width: 2.813vw;height: 2.813vw;max-width: 54px;max-height: 54px;min-width: 30px;min-height: 30px;border-radius: 50%;border: 2px solid #fff;display: flex;align-items: center;justify-content: center;color:#fff;top: auto;margin-top: 0;left: auto !important;right: auto !important;outline: none;pointer-events: inherit;transition: .25s;opacity: .5;margin-right: 1.25vw;}
.col-index-project .flex .swiper-button::after{display: none;}
.col-index-project .flex .swiper-button:hover{opacity: .7;}
.col-index-project .more{margin-bottom: 18vw;display: flex;flex-direction: column;align-items: flex-start;}
.col-index-project .more .item{display: none;}
.col-index-project .more .item.active{display: block;}
.col-index-project .more .item a{display:flex;align-items: center;}
.col-index-project .more .item a span{color:#fff;margin-right: 15px;font-weight: bold;}
.col-index-project .more .item a i.iconfont{width: 3.125vw;height: 3.125vw;max-width: 60px;max-height: 60px;min-width: 30px;min-height: 30px;color:#fff;border-radius: 50%;background: #00873b;display: flex;align-items: center;justify-content: center;}

.col-index-project ul.list{display: flex;;}
.col-index-project ul.list li{flex-grow: 2;padding: 4px 1.66vw 2.5vw;position: relative;color:#fff;cursor: pointer;z-index: 1;}
.col-index-project ul.list li::after{content:'';width: 100%;height: 0;position: absolute;left: 0;bottom: 0;z-index: -1;background: linear-gradient(to top,#00873b,#00873a05);transition: .25s;opacity: 0;}
.col-index-project ul.list li:not(:last-child){border-right: 1px solid #fff;}
.col-index-project ul.list li .num{font-weight: bold;margin-bottom: 0.781vw;}
.col-index-project ul.list li.active::after{opacity: 1;height: 100%;}
.col-index-about {position: relative;background: #fff;z-index: 1;padding: 7.917vw 0;}
.col-index-about .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-index-about .flex .left{width: 45%;}
.col-index-about .flex .left .img{position: relative;}
.col-index-about .flex .left .img a.play{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color:#fff;}
.col-index-about .flex .left .img a.play i.iconfont{font-size: 4.844vw;}
.col-index-about .flex .left .img .factory{background: #015037;color:#fff;width: 17.188vw;padding: 3.3vh 30px;text-align: center;position: absolute;right: 1.719vw;bottom: -1.719vw;}
.col-index-about .flex .left .img .factory ul{display: flex;align-items: center;}
.col-index-about .flex .left .img .factory ul li:nth-child(1){margin-right: 1.25vw;}
.col-index-about .flex .left .img .factory ul li:nth-child(1) img{width: 100%;width: 3.33vw;max-width: 64px;min-width: 30px;}
.col-index-about .flex .left .img .factory ul li:nth-child(2){font-weight: bold;}
.col-index-about .flex .left .img .factory ul li:nth-child(2) p.qualy{margin-bottom: 5px;}
.col-index-about .flex .right{width: 51%;}
.col-index-about .flex .right .title{font-weight: bold;}
.col-index-about .flex .right .content{line-height: 2;font-weight: 500;margin-bottom: 3.75vw;}
.col-index-about .flex .right .content h2{font-family: 'qualy';margin: 3px 0 1.66vw;font-size: 4.167vw;line-height: 1;}
.col-index-about .flex .right .content ul{display: flex;flex-wrap: wrap;margin-top: 1.25vw;}
.col-index-about .flex .right .content ul li{width: 33.33%;font-weight: normal;}
.col-index-about .flex .right .content ul li p:nth-child(1){font-size: 22px;}
.col-index-about .flex .right .content ul li .odometer{font-family: 'DINCond';font-weight: bold;line-height: .8;vertical-align: baseline;font-size: 4.583vw;}
.col-index-about .flex .right a.more{width:14.063vw;height: 3.281vw;max-width: 270px;max-height: 63px;min-width: 110px;min-height: 30px;border-radius: 60px;background: #00873b;color:#fff;font-weight: 500;transition: .25s;display: flex;align-items: center;justify-content: center;}
.col-index-about .flex .right a.more:hover{box-shadow: 3px 5px 12px 0 rgba(0,0,0,.1);}
.col-index-advantage{background: #248548;position: relative;z-index: 1;}
.col-index-advantage .wrap{color:#fff;width: 50%;padding: 5.521vw 20px 8.594vw;}
.col-index-advantage .wrap .title{margin-bottom: 2.5vw;}
.col-index-advantage .wrap .swiper-buttons{display: flex;align-items: center;margin-bottom: 15.208vw;}
.col-index-advantage .wrap .swiper-buttons .swiper-button{position: relative;width: 2.813vw;height: 2.813vw;max-width: 54px;max-height: 54px;min-width: 30px;min-height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;color:#248548;top: auto;margin-top: 0;left: auto !important;right: auto !important;outline: none;pointer-events: inherit;transition: .25s;opacity: 1;margin-right:8px;background: #fff;}
.col-index-advantage .wrap .swiper-buttons .swiper-button::after{display: none;}
.col-index-advantage .wrap .content{max-width: 300px;line-height: 1.666;}
.col-index-advantage .wrap .content ul li{display: none;}
.col-index-advantage .wrap .content ul li.active{display: block;}
.col-index-advantage .swiper{position: absolute;width: 50%;top: 0;right: 0;height: 100%;overflow: visible;}
.col-index-advantage .swiper .swiper-slide .img{width: 100%;height: 100%;overflow: hidden;}
.col-index-advantage .swiper .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;transform: scale(1.1);transition: 3.5s linear;transform-origin: center;}
.col-index-advantage .swiper .swiper-slide h3{color:#fff;line-height: 0.952;max-width: 39.063vw;position: absolute;left: -19.792vw;bottom: 50%;text-shadow: 3.536px 3.536px 6px rgba(25, 25, 25, 0.08);}
.col-index-advantage .swiper .swiper-slide.swiper-slide-active .img img{transform: scale(1);}
.col-index-advantage a.more{position: absolute;bottom: 6.979vw;right: 17.188vw;display: flex;align-items: center;justify-content: center;width: 15.625vw;height: 4.167vw;max-width: 300px;max-height: 80px;min-width: 120px;min-height: 30px;background: #2a343c;color:#fff;z-index: 1;}
.col-index-advantage a.more i.fa{width: 1.563vw;height: 1.563vw;max-width: 30px;max-height: 30px;min-width: 15px;min-height: 15px;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;margin-right: 8px;color:#2a343c}
.col-index-news{position: relative;background: #fff;z-index: 1;padding: 6.25vw 0;}
.col-index-news .flex{align-items: center;margin-bottom: 3.438vw;}
.col-index-news .flex .title{margin-right: auto;}
.col-index-news .flex .title .name{color:#00873b;font-weight: bold;margin-bottom: 10px;}
.col-index-news .flex .swiper-button{position: relative;width: 2.813vw;height: 2.813vw;max-width: 54px;max-height: 54px;min-width: 30px;min-height: 30px;border-radius: 50%;border: 2px solid #222222;display: flex;align-items: center;justify-content: center;color:#222222;top: auto;margin-top: 0;left: auto !important;right: auto !important;outline: none;pointer-events: inherit;transition: .25s;opacity: .5;margin-right: 1.25vw;}
.col-index-news .flex .swiper-button::after{display: none;}
.col-index-news .flex .swiper-button:hover{opacity: .7;}
.col-index-news .swiper-slide {height: auto;}
.col-index-news .swiper-slide a{display: block;width: 100%;height:100%;background: #f2f2f2;}
.col-index-news .swiper-slide a .date{display: flex;align-items: center;padding: 2.4vh 30px;}
.col-index-news .swiper-slide a .date i.iconfont{margin-right: 9px;}
.col-index-news .swiper-slide a .img{overflow: hidden;position: relative;}
.col-index-news .swiper-slide a .content{padding: 3vh 30px;}
.col-index-news .swiper-slide a .content .title{margin-bottom: 2.604vw;transition: .25s;font-weight: 500;}
.col-index-news .swiper-slide a .content .more{display: flex;align-items: center;}
.col-index-news .swiper-slide a .content .more span{font-weight: bold;margin-right: 11px;color:#00873b}
.col-index-news .swiper-slide a .content .more i.iconfont{width: 2.083vw;height: 2.083vw;max-width: 40px;max-height: 40px;min-width: 24px;min-height: 24px;color:#fff;border-radius: 50%;background: #00873b;display: flex;align-items: center;justify-content: center;}
.col-index-news .swiper-slide a:hover .content .title{color:#00873b;}
.footer{padding: 3.125vw 0 2.292vw;color:#fff;position: relative;z-index: 1;}
.footer .flex{align-items: center;margin-bottom: 3.438vw;}
.footer .flex .logo {margin-right: 2.083vw;}
.footer .flex .logo img{width: 10.885vw;max-width: 209px;min-width: 80px;filter: grayscale(100%) brightness(1000%);}
.footer .flex .title{font-weight: bold;color:#fff;margin-right: auto;}
.footer .flex a.contact{display: flex;align-items: center;justify-content: center;width: 11.563vw;height: 2.083vw;max-width: 222px;max-height: 40px;border-radius: 40px;background: #98c032;color:#fff;min-width: 110px;min-height: 25px;}
.footer .footer-nav ul{display: flex;justify-content: space-between;margin-bottom: 9.896vw;align-items: flex-start;}
.footer .footer-nav ul li{max-width: 20%;}
.footer .footer-nav ul li h3 {padding-top: 2.8vh;position: relative;}
.footer .footer-nav ul li h3::before{content:'';width:4.531vw;max-width: 87px;min-width: 22px;height: 1px;background: #98c032;position: absolute;left: 0;top: 0;}
.footer .footer-nav ul li h3 a{color:#fff;}
.footer .footer-nav ul li .child{margin-top: 1.719vw;}
.footer .footer-nav ul li .child p{line-height: 1.33;margin-bottom: 8px;}
.footer .footer-nav ul li .child p a{color:#c8c8c8;transition: .25s;}
.footer .footer-nav ul li .child p a:hover{color:#fff;}
.footer .footer-nav ul li.contact .child p{display: flex;color:#c8c8c8;}
.footer .footer-nav ul li.contact .child p i.iconfont{color:#98c032;margin-right: 1vw;}
.footer .bottom .share{display: flex;align-items: center;}
.footer .bottom .share a{position: relative;color:rgba(255,255,255,.6);margin-right: 0.938vw;transition: .25s;}
.footer .bottom .share a:hover{color:#fff;}
.footer .bottom .share a.wechat .code{position: absolute;top: 100%;margin-top: 10px;left: 50%;transform: translateX(-50%);display: none;padding:5px;background: #fff;z-index: 90;}
.footer .bottom .share a.wechat .code::after{content:'';border-bottom:8px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;bottom:100%;left: 50%;transform: translateX(-50%);}
.footer .bottom .share a.wechat .code img{max-width: 120px;}
.footer .bottom{display: flex;align-items: center;justify-content: space-between;}
.footer .bottom .power,.footer .bottom .power>p{display: inline-block;}
.sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 999;}
.sider_contact .flex{flex-direction: column;background: #00873b;border-top-left-radius: 3px;border-bottom-left-radius: 3px;transition: all ease .3s;position: relative;right: 0;}
.sider_contact .flex .backtop{width: 45px;height: 0;cursor: pointer;transition: all ease .3s;opacity: 0;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 24px;border-top-left-radius: 3px;position: relative;}
.sider_contact .flex .backtop.zx_hi{background: rgba(25,30,36,.67);height: 45px;opacity: 1;}
.sider_contact .flex .item{position: relative;}
.sider_contact .flex .item>a{width: 45px;height: 45px;margin: 0 auto;transition: all ease .3s;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 22px;}
.sider_contact .flex .item .info{position: absolute;right: 55px;top: 0;background: #fff;border-top-left-radius: 2px;border-bottom-left-radius: 2px;opacity: 0;z-index: 2;pointer-events: none;transition: all ease .3s;padding: 5px 10px;-webkit-box-shadow: 0 1px 3px rgb(18 18 18 / 10%);box-shadow: 0 1px 3px rgb(18 18 18 / 10%);min-width: 150px;min-height: 45px;display: flex;flex-direction: column;justify-content: center;visibility: hidden;pointer-events: none;text-align: center;}
.sider_contact .flex .backbottom{width: 45px;height: 45px;cursor: pointer;transition: all ease .3s;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 24px;border-bottom-left-radius: 3px;position: relative;}
.sider_contact .flex .backtop:hover,.sider_contact .flex .backbottom:hover,.sider_contact .flex .item>a:hover{background: rgba(25,30,36,.67);}
.sider_contact .flex .item:hover .info{opacity: 1;pointer-events: visible;right: 45px;visibility: visible;}
.sider_contact .btm_o{width: 45px;height: 45px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;cursor: pointer;position: absolute;bottom: -50px;right: 0;transition: all ease .3s;background: rgba(25,30,36,.67);color:#fff;display: flex;align-items: center;justify-content: center;font-size: 24px;}
.sider_contact .flex.right{right: -45px;}
.sider_contact .flex.right + .btm_o{width: 30px;height: 30px;bottom: -35px;}
.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;padding:0 2px;margin:0 5px;font-weight: 500;}
.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: #00873b;border-bottom: 3px solid #00873b;}
.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;}
.col-page-about h2{font-weight: bold;margin-bottom: 4.167vw;}
.col-page-about .col-1{padding: 5.208vw 0 10.417vw}
.col-page-about .col-1 .img{position: relative;margin-bottom: 5vw;}
.col-page-about .col-1 .img a.play{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.col-page-about .col-1 .img a.play img{width: 7.292vw;max-width: 140px;min-width: 40px;}
.col-page-about .col-1 .content{line-height: 1.875;overflow: hidden;margin-bottom: 6.25vw;}
.col-page-about .col-1 .content .box{float: left;margin-bottom: 5vw;width: 43%;padding-right: 8.33vw;font-weight: 500;}
.col-page-about .col-1 .content .box h2{line-height: 1.367;font-size: 3.385vw;font-weight: bold;}
.col-page-about .col-1 .num{position: relative;z-index: 1;}
.col-page-about .col-1 .num ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-1 .num ul li{width: 22%;text-align: center;}
.col-page-about .col-1 .num ul li p:nth-child(1){font-size: 30px;}
.col-page-about .col-1 .num ul li p:nth-child(1) .odometer{font-family: 'DINCond';font-size: 4.167vw;font-weight: bold;line-height: 1;}
.col-page-about .col-1 .num ul li p:nth-child(2)::before{content:'';width: 10px;height: 10px;border-radius: 50%;background: #00873b;display: inline-block;margin-right: 9px;}
.col-page-about .col-1 .num .namemark{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: -1;width: 100%;}
.col-page-about .col-2 {color:#fff;padding: 6.25vw 0;}
.col-page-about .col-2 .content {line-height: 1.2;}
.col-page-about .col-2 .content ul {display: flex;flex-wrap: wrap;justify-content: space-evenly;}
.col-page-about .col-2 .content ul li{width: 20%;text-align: center;}
.col-page-about .col-2 .content ul li img{width: 5.938vw;max-width: 114px;min-width: 35px;}
.col-page-about .col-2 .content ul li h3{font-family: 'qualy';margin: 1.563vw 0 1.25vw;}
.col-page-about .col-3{padding: 7.29vw 0;}
.col-page-about .col-3 .flex{margin-bottom: 5vw;align-items: center;}
.col-page-about .col-3 .flex h2{margin-bottom: 0;margin-right: auto;}
.col-page-about .col-3 .flex .swiper-button{position: relative;top: auto;margin-top: 0;width: 8.33vw;height: 2.813vw;max-width: 160px;max-height: 54px;min-width: 45px;min-height: 26px;border-radius: 40px;border: 2px solid #d3d3d3;display: flex;align-items: center;justify-content: center;transition: .25s;color:#d3d3d3;margin-right: 15px;left: auto !important;right: auto !important;opacity: 1;outline: none;pointer-events: inherit;}
.col-page-about .col-3 .flex .swiper-button::after{display: none;}
.col-page-about .col-3 .flex .swiper-button-next{margin-right: 0;}
.col-page-about .col-3 .flex .swiper-button:hover{color:#666666;border-color: #666666;}
.col-page-about .col-3 .wrap{display: flex;align-items: center;flex-wrap: wrap;}
.col-page-about .col-3 .swiper1{width: 14%;margin-right: auto}
.col-page-about .col-3 .swiper1 .title{color:#00873b;font-size: 9.271vw;writing-mode: vertical-lr;line-height: .8;margin: 0 auto;}
.col-page-about .col-3 .swiper2{width: 55%;height: 30.208vw;position: relative;}
.col-page-about .col-3 .swiper2::before{content:'';width: 10px;height: 100%;background: url(../images/line.png);position: absolute;left: 0;top: 0;}
.col-page-about .col-3 .swiper2 .swiper{width: 100%;height: 100%}
.col-page-about .col-3 .swiper2 .swiper .swiper-slide{padding-left: 6.25vw;position: relative;display: flex;align-items: center;}
.col-page-about .col-3 .swiper2 .swiper .swiper-slide::before{content:'';width: 10px;height: 41px;background: #027450;position: absolute;left: 0;top: 50%;transform: translateY(-50%);opacity: 0;transition: .25s;}
.col-page-about .col-3 .swiper2 .swiper .swiper-slide.swiper-slide-active::before{opacity: 1;}
.col-page-about .col-3 .swiper2 .swiper .swiper-slide .inner .title{color:#b2b2b2;transition: .25s;margin-bottom: 4px;}
.col-page-about .col-3 .swiper2 .swiper .swiper-slide .inner .content{color:#b2b2b2;transition: .25s;font-weight: bold;}
.col-page-about .col-3 .swiper2 .swiper .swiper-slide.swiper-slide-active .inner .title{color:#1f1f1f;}
.col-page-about .col-3 .swiper2 .swiper .swiper-slide.swiper-slide-active .inner .content{color:#00873b;}
.col-page-about .col-3 .swiper3{width: 25%;}
.col-page-about .col-4{padding: 6.25vw 0;background: #f7f7f7;}
.col-page-about .col-4 .flex{align-items: center;margin-bottom: 5.208vw;}
.col-page-about .col-4 .flex h2{margin-right: auto;margin-bottom: 0;}
.col-page-about .col-4 .flex .swiper-button{position: relative;top: auto;margin-top: 0;width: 8.33vw;height: 2.813vw;max-width: 160px;max-height: 54px;min-width: 45px;min-height: 26px;border-radius: 40px;border: 2px solid #d3d3d3;display: flex;align-items: center;justify-content: center;transition: .25s;color:#d3d3d3;margin-right: 15px;left: auto !important;right: auto !important;opacity: 1;outline: none;pointer-events: inherit;}
.col-page-about .col-4 .flex .swiper-button::after{display: none;}
.col-page-about .col-4 .flex .swiper-button-next{margin-right: 0;}
.col-page-about .col-4 .flex .swiper-button:hover{color:#666666;border-color: #666666;}
.col-page-about .col-4 .swiper-slide .img{transform-origin: bottom center;}
.vicenav2{background: #f6f6f6;padding: 2vh 0;}
.vicenav2 .flex{flex-wrap: wrap;}
.vicenav2 .flex a{transition: .25s;font-weight: 500;margin-right: 3.125vw;padding: 5px 0;}
.vicenav2 .flex a.active,.vicenav2 .flex a:hover{color:#00873b}
.col-page-product{padding: 5vh 0 5.208vw;}
.col-page-product .mbx{margin-bottom: 4.792vw;}
.col-page-product .mbx i.fa{margin: 0 6px;}
.col-page-product ul.list{display: flex;flex-wrap: wrap;}
.col-page-product ul.list li{border: 1px solid rgba(34,34,34,.1);width: 31%;margin-right: 3.5%;margin-bottom: 5%;}
.col-page-product ul.list li:nth-child(3n){margin-right: 0;}
.col-page-product ul.list li a{display: block;width: 100%;height: 100%;padding: 30px;}
.col-page-product ul.list li a .img{overflow: hidden;}
.col-page-product ul.list li a .title{font-weight: bold;margin: 1.875vw 0 12px;transition: .25s;}
.col-page-product ul.list li a .content{line-height: 1.875;margin-bottom: 2.5vw;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 4;-moz-line-clamp: 4;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-page-product ul.list li a .more{display: flex;align-items: center;justify-content: flex-end;}
.col-page-product ul.list li a .more span{color:#00873b;font-weight: bold;margin-right: 0.781vw;}
.col-page-product ul.list li a .more i.iconfont{width: 3.125vw;height: 3.125vw;max-width: 60px;max-height: 60px;min-width: 30px;min-height: 30px;border-radius: 50%;background: #00873b;color:#fff;display: flex;align-items: center;justify-content: center;}
.col-page-product ul.list li a:hover .title{color:#00873b;}
.col-page-product .columncontent{line-height: 1.875;margin-top: 3.75vw;}
.col-product-detail .mbx{margin-bottom: 4.16vw;}
.col-product-detail .mbx i.fa{margin: 0 6px;}
.col-product-detail .pro_show{padding: 5vh 0 8.958vw;}
.col-product-detail .pro_show .flex{align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}
.col-product-detail .pro_show .caseleft{width: 48%;}
.col-product-detail .pro_show .caseright{width: 45%;}
.col-product-detail .pro_show .caseright a.back{display: inline-block;margin-bottom: 20px;}
.col-product-detail .pro_show .caseright a.back span{margin-right: 12px;font-weight: bold;display: inline-block;vertical-align: middle;transition: .25s;}
.col-product-detail .pro_show .caseright a.back i.iconfont{color:#00873b;vertical-align: middle;}
.col-product-detail .pro_show .caseright a.back:hover span{color: #00873b;}
.col-product-detail .pro_show .caseright .title{line-height: 1.839;margin-bottom: 2.917vw;font-weight: bold;}
.col-product-detail .pro_show .caseright .links{display: flex;flex-wrap: wrap;}
.col-product-detail .pro_show .caseright .links a{padding: 9px 1.458vw;transition: .25s;border-radius: 50px;display: flex;align-items: center;justify-content: space-between;color:#1f1f1f;border: 1px solid #1f1f1f;margin: 0 20px 10px 0;}
.col-product-detail .pro_show .caseright .links a span{margin-right: 1.66vw;white-space: nowrap;}
.col-product-detail .pro_show .caseright .links a:hover{background: #027450;color:#fff;border-color: #027450;}
.col-product-detail .pro_show .caseright .gallery-thumbs{margin-bottom: 3.33vw;margin-left: 0;width: 100%;}
.col-product-detail .pro_show .caseright .gallery-thumbs .swiper-slide{overflow: hidden;border: 1px solid transparent;transition: .25s;}
.col-product-detail .pro_show .caseright .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{border-color: #00873b}
.col-product-detail .detail{background: #f6f6f6;padding: 6.25vw 0;}
.col-product-detail .detail h2{margin-bottom: 3.75vw;}
.col-product-detail .detail .content{line-height: 1.875;margin-bottom: 4.427vw;}
.col-product-detail .detail .tab-nav{display: flex;flex-wrap: wrap;margin-bottom: 1.771vw;}
.col-product-detail .detail .tab-nav a{background: #fff;padding: 15px 10px;flex: 1;margin: 0 20px 10px 0;text-align: center;transition: .25s;}
.col-product-detail .detail .tab-nav a:last-child{margin-right: 0;}
.col-product-detail .detail .tab-nav a.active,.col-product-detail .detail .tab-nav a:hover{background: #027450;color:#fff;}
.col-product-detail .detail .tab-box .box{display: none;line-height: 1.875;}
.col-product-detail .detail .tab-box .box.active{display: block;}
.col-product-detail .detail .tab-box .box h3{font-weight: bold;font-size: 1.406vw;margin-bottom: 2vh;}
.col-product-detail .detail .tab-box .box table{margin-top: 6.25vw;background: #fff;width: 100%;border: 3.125vw solid #fff;}
.col-product-detail .detail .tab-box .box table tr:nth-child(1){border-top: 1px solid #e2e2e2;}
.col-product-detail .detail .tab-box .box table td{border: none;border-bottom: 1px solid #e2e2e2;padding: 10px 0;width: auto !important;}
.col-product-detail .related{padding: 6.25vw 0;}
.col-product-detail .related .flex{margin-bottom: 6.25vw;align-items: center;}
.col-product-detail .related .flex h2{margin-right: auto;}
.col-product-detail .related .flex .swiper-button{position: relative;top: auto;margin-top: 0;width: 8.33vw;height: 2.813vw;max-width: 160px;max-height: 54px;min-width: 45px;min-height: 26px;border-radius: 40px;border: 2px solid #d3d3d3;display: flex;align-items: center;justify-content: center;transition: .25s;color:#d3d3d3;margin-right: 15px;left: auto !important;right: auto !important;opacity: 1;outline: none;pointer-events: inherit;}
.col-product-detail .related .flex .swiper-button::after{display: none;}
.col-product-detail .related .flex .swiper-button-next{margin-right: 0;}
.col-product-detail .related .flex .swiper-button:hover{color:#666666;border-color: #666666;}
.col-product-detail .related .swiper-slide {border: 1px solid rgba(34,34,34,.1);}
.col-product-detail .related .swiper-slide a{display: block;width: 100%;height: 100%;padding: 30px;}
.col-product-detail .related .swiper-slide a .img{overflow: hidden;}
.col-product-detail .related .swiper-slide a .title{font-weight: bold;margin: 1.875vw 0 12px;transition: .25s;}
.col-product-detail .related .swiper-slide a .content{line-height: 1.875;margin-bottom: 2.5vw;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 4;-moz-line-clamp: 4;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-product-detail .related .swiper-slide a .more{display: flex;align-items: center;justify-content: flex-end;}
.col-product-detail .related .swiper-slide a .more span{color:#00873b;font-weight: bold;margin-right: 0.781vw;}
.col-product-detail .related .swiper-slide a .more i.iconfont{width: 3.125vw;height: 3.125vw;max-width: 60px;max-height: 60px;min-width: 30px;min-height: 30px;border-radius: 50%;background: #00873b;color:#fff;display: flex;align-items: center;justify-content: center;}
.col-product-detail .related .swiper-slide a:hover .title{color:#00873b;}
.col-message{background: #027450;color:#fff;padding: 6.25vw 0;}
.col-message h2{margin-bottom: 4.271vw;}
.col-message form ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-message form ul li{width: 48%;margin-bottom: 3.125vw;}
.col-message form ul li:nth-child(n+5){width: 100%;}
.col-message form ul li input,.col-message form ul li textarea{width: 100%;height: 60px;border: none;background: transparent;outline: none;font-weight: 500;border-bottom: 1px solid #fff;font-family: 'gilroy';color:#fff;}
.col-message form ul li input::-webkit-input-placeholder {color: #fff;}
.col-message form ul li input:-moz-placeholder {color: #fff;}
.col-message form ul li input::-moz-placeholder {color: #fff;}
.col-message form ul li input:-ms-input-placeholder {color: #fff;}
.col-message form ul li textarea::-webkit-input-placeholder {color: #fff;}
.col-message form ul li textarea:-moz-placeholder {color: #fff;}
.col-message form ul li textarea::-moz-placeholder {color: #fff;}
.col-message form ul li textarea:-ms-input-placeholder {color: #fff;}
.col-message form ul li.code{display: flex;}
.col-message form ul li.code input{width: 120px;height: 45px;}
.col-message form ul li.code img{max-width: calc(100% - 120px);}
.col-message form .col-sub{display: flex;justify-content: space-between;align-items: center;}
.col-message form .col-sub label{display: flex;align-items: center;margin-right: 20px;}
.col-message form .col-sub label input{margin-right: 2.083vw;width: 21px;height: 21px;border: 1px solid #222;outline: none;}
.col-message form .col-sub label span{font-weight: 600;text-align: left;}
.col-message form .col-sub .sub{flex-shrink: 0;width: 15.938vw;height: 2.813vw;max-width: 306px;max-height: 54px;border-radius: 54px;background: #222;color:#fff;outline: none;border: none;min-width: 120px;min-height: 30px;font-family: 'gilroy';font-weight: 500;cursor: pointer;}
.col-page-project{padding: 6.25vw 0;}
.col-page-project ul.list{display: flex;flex-wrap: wrap;}
.col-page-project ul.list li{width: 32%;margin-right: 2%;margin-bottom: 4%;}
.col-page-project ul.list li:nth-child(3n){margin-right: 0;}
.col-page-project ul.list li .img{overflow: hidden;}
.col-page-project ul.list li .title{background: #f2f2f2;padding: 1.25vw 1.563vw;display: flex;align-items: center;justify-content: space-between;}
.col-page-project ul.list li .title span{transition: .25s;font-weight: 500;display: block;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 2;-moz-line-clamp: 2;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-page-project ul.list li .title i.iconfont{width: 2.083vw;height: 2.083vw;border-radius: 50%;background: #00873b;color:#fff;max-width: 40px;max-height: 40px;min-width: 24px;min-height: 24px;display: flex;align-items: center;justify-content: center;flex-shrink: 0;margin-left: 5px;}
.col-page-project ul.list li:hover .title span{color:#00873b;}
.col-page-news{padding: 6.25vw 0;}
.col-page-news ul.list{display: flex;flex-wrap: wrap;}
.col-page-news ul.list li{width: 32%;margin-right: 2%;margin-bottom: 4%;}
.col-page-news ul.list li:nth-child(3n){margin-right: 0;}
.col-page-news ul.list li a{display: block;width: 100%;height:100%;background: #f2f2f2;}
.col-page-news ul.list li a .date{display: flex;align-items: center;padding: 2.4vh 30px;}
.col-page-news ul.list li a .date i.iconfont{margin-right: 9px;}
.col-page-news ul.list li a .img{overflow: hidden;position: relative;}
.col-page-news ul.list li a .content{padding: 3vh 30px;}
.col-page-news ul.list li a .content .title{margin-bottom: 2.604vw;transition: .25s;font-weight: 500;}
.col-page-news ul.list li a .content .more{display: flex;align-items: center;}
.col-page-news ul.list li a .content .more span{font-weight: bold;margin-right: 11px;color:#00873b}
.col-page-news ul.list li a .content .more i.iconfont{width: 2.083vw;height: 2.083vw;max-width: 40px;max-height: 40px;min-width: 24px;min-height: 24px;color:#fff;border-radius: 50%;background: #00873b;display: flex;align-items: center;justify-content: center;}
.col-page-news ul.list li a:hover .content .title{color:#00873b;}
.col-news-detail{padding: 5vh 0;background: linear-gradient(to top,#f6f7f9,#fff);}
.col-news-detail h1{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:#00873b;margin: 0 5px;}
.col-news-detail .content{line-height: 1.875;}
.col-news-detail .content p{margin-bottom: 5px;}
.col-news-detail .content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
.col-news-detail .content h3{font-weight: bold;margin: 2px 0 8px;font-size: 1.65rem;}
.col-news-detail .content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
.col-news-detail .content hr{border-color: #00873b;margin: 3vh 0;width: 100%;}
.col-news-detail .content table{width: 100% !important;border: none;}
.col-news-detail .content table td{border: none;padding: 1.25vw 0;font-weight: 500;}
.col-news-detail .content table tr:nth-child(1){border-bottom: 1px solid #888888;}
.col-news-detail .content table tr:nth-child(1) td{padding: 1.3vw 0;color:#6d6d6d;font-weight: normal;}
.col-news-detail .content a{display: inline-block;border-bottom: 1px solid;color:#00873b;}
.col-news-detail .col_page{margin-top: 9vh;}
.col-news-detail .col_page li{padding: 8px 0;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:#00873b;}
.col-page-contact h2{font-weight: bold;margin-bottom: 3.49vw;}
.col-page-contact .col-1{padding: 6.25vw 0;}
.col-page-contact .col-1 .content{line-height: 1.8;color:#666;}
.col-page-contact .col-1 .content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-contact .col-1 .content ul li{width: 32%;background: #f0f0f0;padding: 25px 25px 6.25vw;position: relative;}
.col-page-contact .col-1 .content ul li img{width: 2.083vw;max-width: 40px;min-width: 22px;margin-bottom: 2vh;}
.col-page-contact .col-1 .content ul li strong{font-weight: bold;text-transform: uppercase;color:rgba(2,116,80,.1);position: absolute;line-height: 1;bottom: 1vw;right: 20px;font-size: 3.646vw;}
.col-page-contact .col-2 .col-sub .sub{background: #98c032;}
.col-page-contact .col-3{padding: 6.25vw 0;}
.col-page-contact .col-3 .content table{width: 100%;border: none;border-bottom: 3px solid #349073;}
.col-page-contact .col-3 .content table tr:nth-child(2n+1){background: #f2f2f2;}
.col-page-contact .col-3 .content table tr:nth-child(1){background: #349073;color:#fff;font-weight: bold;font-size: 1.458vw;}
.col-page-contact .col-3 .content table td{padding: 2.083vw 5px 2.083vw 3.75vw;width: auto !important;border: none;}
.col-page-contact .col-3 .content table td a{display: inline-block;padding: 7px 16px 7px 30px;font-size: 13px;background-color: #ececec;}
.col-page-contact .col-3 .content table td a>*{display: inline-block;vertical-align: middle;}
.col-page-contact .col-3 .content table td a img{margin-left: 20px;}
.col-page-contact .map{height: 29.792vw;min-height: 240px;}
.col-page-contact .map iframe{width: 100%;height: 100%;}
/* 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;}
  .f46{font-size: 2.3vw;}
  html{font-size: 15px;}
}
@media (max-width: 1460px) {
  .col-index-about .flex .left .img .factory{width: 56%;}
  .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: 1200px) {
  .container2{padding: 0 5.2vw;}
  .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) {
  .col-index-about .flex .right .content ul li .odometer,.col-page-about .col-1 .num ul li p:nth-child(1) .odometer{font-size: 24px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2,.col-index-about .flex .right .content ul li p:nth-child(1),.col-page-about .col-1 .content .box h2,.col-page-about .col-1 .num ul li p:nth-child(1){font-size: 18px;}
  .col-page-contact .col-3 .content table tr:nth-child(1){font-size: 15px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content,#col-banner .swiper-slide .ban_cont .vicenav a,.col-message form ul li input, .col-message form ul li textarea,.col-page-project ul.list li .title span{font-size: 14px;}
  .col-page-contact .col-3 .content table{font-size: 12px;}
  #col-index-banner,#col-index-banner .swiper-slide{height: 60vh;}
  #col-banner .swiper-slide .img{height: 40vh;}
  .col-page-contact .col-3 .content table td a{padding: 4px 8px;white-space: nowrap;}
  .col-page-contact .col-3 .content table td a img{margin-left: 10px;}
  .col-message form ul li input, .col-message form ul li textarea{height: 40px;}
  .col-product-detail .detail .tab-nav {justify-content: space-between;}
  .col-product-detail .detail .tab-nav a{width: 48%;flex: auto;margin: 0 0 10px;}
  .col-product-detail .pro_show .caseright .title{line-height: 1.5;}
  .col-product-detail .pro_show .caseright .links a{padding: 8px 12px;}
  .col-page-product ul.list li a,.col-product-detail .related .swiper-slide a{padding: 12px;}
  .col-page-about .col-3 .swiper2{height: auto;}
  .col-page-about .col-3 .swiper2 .swiper .swiper-slide{padding-left: 30px;}
  .col-page-about .col-1 .num ul li{width: 45%;margin-bottom: 20px;}
  .col-page-about .col-1 .num ul li p:nth-child(2)::before{width: 6px;height: 6px;margin-right: 5px;}
  .col-page-about .col-1 .content .box{width: 100%;float: none;;}
  #col-banner .swiper-slide .ban_cont .flex{margin-bottom: 12px;padding-bottom: 12px;}
  #col-banner .swiper-slide .ban_cont .vicenav a{margin-right: 12px;margin-bottom: 6px;}
  .col-index-news .swiper-slide a .date,.col-index-news .swiper-slide a .content,.col-page-news ul.list li a .date,.col-page-news ul.list li a .content{padding: 2vh 12px;}
  .col-index-advantage .container2{padding: 0;}
  .col-index-advantage .wrap{width: 100%;padding: 5vh 5.2vw;}
  .col-index-advantage .swiper{position: relative;width: 100%;height: auto;}
  .col-index-advantage .swiper .swiper-slide h3{left: 5.2vw;}
  .col-index-advantage a.more{right: 5.2vw;bottom: 20px;}
  .col-index-about .flex .left .img .factory{padding: 12px;}
  .col-index-about .flex .left,.col-index-about .flex .right,.col-index-about .flex .right .content ul li,.col-page-about .col-2 .content ul li,.col-page-about .col-3 .swiper1,.col-page-about .col-3 .swiper2,.col-page-about .col-3 .swiper3,.col-product-detail .pro_show .caseleft,.col-product-detail .pro_show .caseright,.col-page-contact .col-1 .content ul li{width: 100%;margin-bottom: 20px;max-width: none;}
  .col-index-product ul.list li a .content .s-content,.col-index-about .flex .right .content,.col-page-about .col-1 .content,.col-page-product ul.list li a .content,.col-page-product .columncontent,.col-product-detail .detail .content,.col-page-contact .col-1 .content{line-height: 1.66;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2{margin-bottom: 4px;}
  .col-page-about .col-3 .swiper1{width: 0;height: 0;overflow: hidden;padding: 0;margin: 0;}
  .col-page-about .col-3 .swiper3{max-width: 50%;margin: 3.125vw auto 0}
  .sider_contact .flex .backtop{width: 30px;}
  .sider_contact .flex .backtop.zx_hi{height: 30px;font-size: 18px;}
  .sider_contact .flex .item>a,.sider_contact .flex .backbottom,.sider_contact .btm_o{width: 30px;height: 30px;font-size: 18px;}
  .sider_contact .flex.right{right: -30px;}
  .sider_contact .flex .item .info{min-height: 30px;} 
  .header .flex .nav-btn{display: block !important;margin-left: 10px;}
  .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.active .flex .lines span{background: #000;}
  .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);}
  .header .inner nav,.change-language::before,.header .HeadTop .flex .infos .info,.footer .footer-nav{display: none !important;}
  .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;}
  .f46{font-size: 24.2px;}
  .f48{font-size: 24.5px;}
  .f50{font-size: 25px;}
  .f52{font-size: 25.1px;}
  .f54{font-size: 25.2px;}
  .f56{font-size: 25.3px;}
  .f58{font-size: 25.4px;}
  .f60{font-size: 25.5px;}
  .f64{font-size: 25.6px;}
  .f65{font-size: 25.7px;}
  .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-contact .col-3 .content{overflow-x: auto;}
  .col-page-contact .col-3 .content table{width: 400px !important;}
  .col-message form .col-sub{display: block;}
  .col-message form .col-sub .sub{margin-top: 12px;}
  .col-message form ul li.code img{max-width: 130px;}
  .col-page-product ul.list li,.col-page-project ul.list li,.col-page-news ul.list li{width: 48%;margin-right: 4%;}
  .col-page-product ul.list li:nth-child(3n),.col-page-project ul.list li:nth-child(3n),.col-page-news ul.list li:nth-child(3n){margin-right: 4%;}
  .col-page-product ul.list li:nth-child(2n),.col-page-project ul.list li:nth-child(2n),.col-page-news ul.list li:nth-child(2n){margin-right: 0;}
  .footer .flex,.footer .bottom{display: block;text-align: center;width: 100%;}
  .footer .bottom .share{justify-content: center;margin-top: 12px;}
  .footer .flex a.contact{margin: 12px auto;}
  .col-index-project ul.list{flex-wrap: wrap;}
  .col-index-project ul.list li{width: 50%;;border-bottom: 1px solid #fff;}
  .col-index-project ul.list li:nth-child(2n){border-right: none;}
  .col-index-product ul.list li,.col-message form ul li{width: 100%;}
  .col-index-product ul.list li a .content{padding: 12px;}
  html{font-size: 11px;} 
}
@media (max-width: 468px) {
  .col-page-product ul.list li,.col-page-news ul.list li{width: 100%;margin-right: 0 !important;}
  .col-index-project ul.list li h3{font-size: 16px;}
  .col-index-project .flex .title .name,.col-index-product .flex .title .name,.col-index-news .flex .title .name{margin-bottom: 3px;}
  .change-language .change-language-cont{position: fixed;top: 40px;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;}
  .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;}
  .f46{font-size: 18.4px;}
  .f48{font-size: 18.8px;}
  .f50{font-size: 19px;}
  .f52{font-size: 19.5px;}
  .f54{font-size: 20px;}
  .f56{font-size: 20.5px;}
  .f58{font-size: 20.8px;}
  .f60{font-size: 21px;}
  .f64{font-size: 21.3px;}
  .f65{font-size: 21.4px;}
  .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;}
}
