@charset "utf-8";
@font-face {
  font-family: "BarlowC";
  font-weight: 100;
  src: url("../fonts/PoppinsThin-rO2B.otf") format("truetype");
}
@font-face {
  font-family: "BarlowC";
  font-weight: 200;
  src: url("../fonts/PoppinsExtralight-6Je1.otf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/PoppinsLight-l4Zw.otf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: normal;
  src: url("../fonts/PoppinsRegular-B2Bw.otf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/PoppinsMedium-1JPv.otf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/PoppinsSemibold-8l8n.otf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: bold;
  src: url("../fonts/PoppinsBold-GdJA.otf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/PoppinsExtrabold-zDdL.otf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/PoppinsBlack-VxOe.otf") format("truetype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_xurp22wrxkj.woff2?t=1751851739114') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_xurp22wrxkj.woff?t=1751851739114') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_xurp22wrxkj.ttf?t=1751851739114') format('truetype');
}
*{margin:0;padding: 0;}
html{overflow-x: hidden;font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #2b2b2b;font-family:"Poppins","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: #fff !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: #2b2b2b;text-decoration: none;}
a:focus{text-decoration: none;outline: none;color:#2b2b2b;}
a:hover { color: #2b2b2b;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 15vw;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.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: #c0da6d;/* 设置Swiper风格 */
  --swiper-preloader-color: #c0da6d;/* 单独设置预加载圆圈的颜色 */
}
.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;}
.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: 100px;}
.header{width: 100%;z-index: 991;position: fixed;top:20px;left: 0;transition: 0.25s;}
.header .flex{align-items: center;height: 100px;transition: .25s;padding: 0 4.167vw;}
.header .logo {transition: .25s;margin-right:auto;line-height: 1;}
.header .logo img{width: 14.271vw;min-width: 90px;max-width: none;}
.header nav{height: 100%;margin-right: 3.125vw;}
.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:4.688vw;position: relative;}
.header nav ul li:last-child{margin-right:0;}
.header nav ul li>a{transition: 0.25s;display: inline-block;padding: 10px 0;position: relative;line-height: 1;vertical-align: middle;font-weight: 500;color:#fff;}
.header nav ul li>a:hover,.header nav ul li.active>a{color:#c0da6d !important;}
.header nav ul li .child{white-space: nowrap;position: absolute;top:100%;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;}
.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: #c0da6d;}
.header .index-search{margin-right: 3.125vw;}
.header .index-search>a{display: inline-block;color:#fff;transition: .25s;}
.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 .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.active {box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);background: #fff;top: 0;}
.header.active .flex{height: 100px;}
.header.active .logo img{display: none;}
.header.active .logo img.none{display: inline !important}
.header.active nav ul li a,.header.active .language .change-language-title .language-flag a,.header.active .index-search>a{color: #333;}
.header.on{box-shadow: none;}

.change-language {display: inline-block;position: relative;text-align: left;vertical-align: middle;text-transform: uppercase;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;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: 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: #c0da6d !important;border-color: #c0da6d !important;color:#fff !important;}

.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;font-size: 0;width: 100%;}
.col-banner .swiper{position: fixed;top: 0;left: 0;width: 100%;z-index: 1;} 
.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 .swiper-slide{height: 48.438vw !important;}
#col-index-banner .swiper-slide .ban_cont{position: absolute;bottom: 10vw;color:#fff;left: 0;width: 100%;z-index: 2;transition: all 0.15s ease-out;}
#col-index-banner .swiper-slide .ban_cont a.more{display: flex;align-items: center;justify-content: center;width: 7.031vw;height: 7.031vw;max-width: 135px;max-height: 135px;min-width: 48px;min-height: 48px;color:#c0da6d;position: relative;margin-bottom: 2.083vw;}
#col-index-banner .swiper-slide .ban_cont a.more::after{content:'';width: 100%;height: 100%;background: url(../images/circle.png) no-repeat center/100% 100%;position: absolute;left: 0;top: 0;animation: rotation 10s linear infinite;}
#col-index-banner .swiper-slide .ban_cont .s-content{text-shadow: 0.707px 0.707px 3px rgba(25, 25, 25, 0.28);line-height: 1.219;font-weight: 600;}
@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
#col-index-banner .swiperWrap{position: absolute;width: 100%;left: 0;top: calc(100% - 8.646vw);z-index: 1;}
#col-index-banner .swiperWrap .flex{align-items: center;justify-content: space-between;border-top: 1px solid rgba(255,255,255,.29);padding-top: 1.25vw;}
#col-index-banner .swiperWrap .flex .swiper-pagination{position: relative;width: auto;bottom: auto;}
#col-index-banner .swiperWrap .flex .swiper-pagination span{width: 8px;height: 8px;border-radius: 50%;background: #fff;transition: .25s;opacity: 1;}
#col-index-banner .swiperWrap .flex .swiper-pagination span.swiper-pagination-bullet-active{background: #c0da6d;}
#col-index-banner .swiperWrap .flex .more_btn{border-color: rgba(255,255,255,.5);color:#fff;}
#col-banner .swiper-slide .ban_cont{position: absolute;bottom: 3.75vw;color:#fff;left: 0;width: 100%;z-index: 2;transition: all 0.15s ease-out;}
#col-banner .swiper-slide .ban_cont h1{font-weight: 600;margin-bottom: 2vh;padding-bottom: 2.5vh;border-bottom: 1px solid rgba(255,255,255,.62);}
#col-banner .swiper-slide .ban_cont .mbx a{color:#fff;}
#col-banner .swiper-slide .ban_cont .mbx i.iconfont{margin-right: 8px;}
#col-banner .swiper-slide .ban_cont .mbx i.fa{margin: 0 4px;}


.indexTitle{color:#c0da6d;font-weight: 600;white-space: nowrap;}
.indexTitle::before{content:'';display: inline-block;vertical-align: middle;width: 1.146vw;max-width: 22px;min-width: 10px;height: 2px;background: #c0da6d;margin-right: 10px;}
.indexTitle span{display: inline-block;vertical-align: middle;}
.flexWrap{display: flex;align-items: center;}
.flexWrap .indexTitle{margin-right: 11.042vw;flex-shrink: 0;}

.col-index-who{position: relative;z-index: 1;background: #fff;padding: 7.188vw 0 0;}
.col-index-who .flexWrap{margin-bottom: 5.521vw;}
.col-index-who .flexWrap .indexTitle{margin-left: 4.167vw;}
.col-index-who .flexWrap .desc{font-weight: bold;line-height: 1.067;max-width: 740px;}
.col-index-who .flex{align-items: center;flex-wrap: wrap;justify-content: space-between;}
.col-index-who .flex .content{width: 44%;}
.col-index-who .flex .content .s-content{line-height: 1.875;margin-bottom: 3.333vw;}
.col-index-who .flex .content .s-content h3{color:#086437;line-height: 1.217;margin-bottom: 1.875vw;font-weight: 600;}
.col-index-who .flex .img{width: 50%;position: relative;z-index: 1;}
.col-index-who .flex .img::after{content:'';width: 100%;height: 100%;background: #f9fbf0;position: absolute;z-index: -1;left: -2.396vw;bottom: -2.292vw;}
.col-index-who .flex .img .num{position: absolute;right: 25px;top: -4.323vw;width: 19.115vw;max-width: 367px;}
.col-index-who .flex .img .num ul{display: flex;justify-content: space-between;}
.col-index-who .flex .img .num ul li{width: 47%;padding: 1.354vw 1.302vw 12px;color:#fff;background: #c0da6d;white-space: nowrap;}
.col-index-who .flex .img .num ul li:nth-child(2){background: #086437;}
.col-index-who .flex .img .num ul li p:nth-child(1) img{width: 3.438vw;max-width: 66px;min-width: 24px;}
.col-index-who .flex .img .num ul li p:nth-child(2){margin: 12px 0 8px;}
.col-index-who .flex .img .num ul li p:nth-child(3),.col-index-who .flex .img .num ul li .odometer{font-family: 'Poppins';line-height: 1;vertical-align: baseline;font-weight: 600;font-size: 2.604vw;}
.col-index-who .flex .img .num ul li p:nth-child(3) sup{top: -.3em;}

.col-index-what{background: #fff;position: relative;z-index: 1;}
.col-index-what .wrap{text-align: center;padding: 8.33vw 0 4.583vw;}
.col-index-what .wrap .content{display: inline-block;text-align: left;max-width: 1080px;} 
.col-index-what .wrap .content .indexTitle{margin-bottom: 1.667vw;}
.col-index-what .wrap .content .s-content h3{font-weight: 600;}
.col-index-what ul.list{display: flex;flex-wrap: wrap;}
.col-index-what ul.list li{flex:1;position: relative;overflow: hidden;}
.col-index-what ul.list li .img{position: relative;height: 35.469vw;}
.col-index-what ul.list li .img::after{content:'';width: 100%;height: 100%;background: rgba(0,0,0,0.5);top: 0;left: 0;position: absolute;transition: .25s;}
.col-index-what ul.list li .img .bttrlazyloading-wrapper{width: 100%;height: 100%;}
.col-index-what ul.list li .img img{width: 100%;height: 100%;object-fit: cover;}
.col-index-what ul.list li .title{color:#fff;width: 100%;text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);padding: 0 3.125vw;font-weight: 600;text-shadow: 0.707px 0.707px 5px rgba(25, 25, 25, 0.18);line-height: 1.1;}
.col-index-what ul.list li i.iconfont{width: 2.76vw;height: 2.76vw;border-radius: 50%;background: #c0da6d;color:#fff;display: flex;align-items: center;justify-content: center;max-width: 53px;max-height: 53px;min-width: 28px;min-height: 28px;position: absolute;left: 50%;top: 72%;transform: translateX(-50%);}
.col-index-what ul.list li:hover .img::after{background: rgba(0,0,0,0.2);}

.col-index-why{background: #f3f5fa;padding: 10.677vw 0 4.323vw;position: relative;z-index: 1;}
.col-index-why .swiper-slide .flex{justify-content: space-between;flex-wrap: wrap;align-items: center;}
.col-index-why .swiper-slide .flex .content{width: 46%;}
.col-index-why .swiper-slide .flex .content .indexTitle{color:#086437;}
.col-index-why .swiper-slide .flex .content .indexTitle::before{background: #086437;}
.col-index-why .swiper-slide .flex .content .title{color:#c0da6d;font-weight: bold;font-size: 5vw;line-height: 0.938;margin: 1.406vw 0;}
.col-index-why .swiper-slide .flex .content .s-content{line-height: 1.875;}
.col-index-why .swiper-slide .flex .img{width: 45%;overflow: hidden;}
.col-index-why .swiper-pagination{position: static;margin-top: 4.792vw;}
.col-index-why .swiper-pagination span{width: 10px;height: 10px;opacity: 1;transition: .25s;background: #c0da6d;}
.col-index-why .swiper-pagination span.swiper-pagination-bullet-active{background: #086437;}

.col-index-service{position: relative;z-index: 1;padding: 6.25vw 0;}
.col-index-service .title{font-weight: 600;max-width: 860px;line-height: 1.227;margin: 0 auto 1.094vw;color:#fff;}
.col-index-service .content{margin: 0 auto 3.75vw;line-height: 1.5;max-width: 770px;color:#fff;}
.col-index-service .lists ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-index-service .lists ul li{width: 23%;border-radius: 10px;overflow: hidden;background: #fff;box-shadow: 3.536px 3.536px 2px 0px rgba(25, 25, 25, 0.2);position: relative;text-align: center;line-height: 2;padding: 2.5vw 2.083vw;transition: .25s;}
.col-index-service .lists ul li p:nth-child(1){background: #c0da6d;color:#fff;position: absolute;top: 0;right: 0;border-bottom-left-radius: 10px;font-weight: 600;padding: 1.125vw;line-height: 1;}
.col-index-service .lists ul li img{width: 3.281vw;max-width: 63px;min-width: 25px;}
.col-index-service .lists ul li h3{color:#086437;font-weight: 600;margin: 0.833vw 0 10px;}
.col-index-service .lists ul li:hover{transform: translateY(-10px);}

.col-index-news{padding: 7.708vw 0;background: #fff;position: relative;z-index: 1;}
.col-index-news h2{color:#086437;font-weight: 600;margin-bottom: 2.5vw;}
.col-index-news .swiper-slide .img{overflow: hidden;position: relative;min-height: 66px;}
.col-index-news .swiper-slide .img .date{position: absolute;top: 0;right: 0;background: #086437;color:#fff;padding: 15px 12px;text-align: center;font-weight: 300;line-height: 1.139;}
.col-index-news .swiper-slide .title{font-weight: 500;line-height: 1.333;margin: 1.875vw 0 0.729vw;transition: .25s;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-index-news .swiper-slide .desc{color:#636363;font-weight: 300;line-height: 1.6;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-index-news .swiper-slide .more{color:#c0da6d;margin-top: 1.875vw;}
.col-index-news .swiper-slide:hover .title{color:#086437;}

.footer{background: #343434;padding: 3.125vw 0 0;position: relative;z-index: 1;color:#fff;}
.footer .logo{text-align: center;}
.footer .logo img{width: 14.271vw;max-width: 274px;min-width: 90px;}
.footer .footer-nav {margin: 2.604vw 0 3.125vw;}
.footer .footer-nav ul{display: flex;justify-content: space-between;max-width: 1190px;margin: 0 auto;}
.footer .footer-nav ul li a{transition: .25s;color:#fff;}
.footer .footer-nav ul li a:hover{color:#c0da6d;}
.footer .info{text-align: center;margin-bottom: 5.208vw;}
.footer .info .contact{font-weight: 600;}
.footer .info .email{font-weight: 500;margin: 0.55vw 0 0.729vw;}
.footer .bottom{border-top: 1px solid #575656;padding: 1.875vw 0;display: flex;justify-content: space-between;align-items: center;}
.footer .bottom a{color:#fff;}
.footer .bottom .share {display: flex;align-items: center;}
.footer .bottom .share a{display: flex;align-items: center;margin-right: 1.666vw;transition: .25s;}
.footer .bottom .share a:last-child{margin-right: 0;}
.footer .bottom .share a i.fa{margin-right: 10px;}
.footer .bottom .share a:hover{color:#c0da6d;}

.sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 999;}
.sider_contact .flex{flex-direction: column;background: #c0da6d;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: #c0da6d;border-bottom: 3px solid #c0da6d;}
.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{background: #fff;position: relative;z-index: 1;}
.col-page-about .indexTitle{color:#086437;}
.col-page-about .indexTitle::before{background: #086437;}
.col-page-about .col-1{padding: 7.708vw 0 8.33vw;}
.col-page-about .col-1 .wrap {margin-bottom: 4.219vw;}
.col-page-about .col-1 .wrap .flexWrap .desc{font-weight: bold;line-height: 1.1;max-width: 910px;}
.col-page-about .col-1 .inner{display: flex;align-items: center;flex-wrap: wrap;}
.col-page-about .col-1 .inner .img{width: 43%;}
.col-page-about .col-1 .inner .content{width: 57%;background: #f7f8fb;padding: 9.271vw 10.417vw 9.271vw 4.688vw;position: relative;color:#3f3f3f;line-height: 1.875;}
.col-page-about .col-1 .inner .content::before{content:'';width: 16%;height: 100%;background: #f7f8fb;position: absolute;top: 0;right: 100%;z-index: -1;}
.col-page-about .col-2 {background: #2b2b2b;padding: 6.25vw 0;}
.col-page-about .col-2 .indexTitle{margin-bottom: 1.563vw;}
.col-page-about .col-2 .flex{align-items: flex-start;flex-wrap: wrap;justify-content: space-between;}
.col-page-about .col-2 .flex .content{width: 43%;}
.col-page-about .col-2 .flex .content .desc{color:#fff;line-height: 1;font-weight: bold;text-transform: uppercase;}
.col-page-about .col-2 .flex .s-content{width: 57%;}
.col-page-about .col-2 .flex .s-content ul {display: flex;flex-wrap: wrap-reverse;justify-content: flex-end;}
.col-page-about .col-2 .flex .s-content ul li{text-align: center;font-weight: bold;color:#fff;line-height: 1.125;background: #191919;border: 1px solid #404040;width: 33.33%;}
.col-page-about .col-2 .flex .s-content ul li:not(:first-child):not(:last-child){padding: 2.875vw 2.5vw 1.66vw;}
.col-page-about .col-2 .flex .s-content ul li:last-child{display: flex;align-items: flex-end;}
.col-page-about .col-2 .flex .s-content ul li strong{color:#c0da6d;font-size: 5.365vw;} 
.col-page-about .col-3 .wrap{padding: 7.188vw 0 8.33vw;}
.col-page-about .col-3 .wrap .flexWrap .desc{line-height: 1.875;}
.col-page-about .col-3 .lists{padding: 7.292vw 4.583vw;position: relative;z-index: 1;}
.col-page-about .col-3 .lists::after{content:'';width: 66%;height: 100%;background: #f7f8fb;position: absolute;left: 0;top: 0;z-index: -1;}
.col-page-about .col-3 .lists ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-about .col-3 .lists ul li{width: 23%;background: #fff;position: relative;border: 1px solid rgb(223, 223, 223);padding: 3.125vw 35px 4.167vw;transition: .25s;line-height: 2;}
.col-page-about .col-3 .lists ul li p:nth-child(1){background: #c0da6d;color:#3f3f3f;font-weight: 600;position: absolute;left: 2.552vw;top: 0;transform: translateY(-50%);padding: 12px 8px;line-height: 1;}
.col-page-about .col-3 .lists ul li img{width: 3.281vw;max-width: 63px;min-width: 25px;transition: .25s;}
.col-page-about .col-3 .lists ul li h3{font-weight: 600;margin: 3.75vw 0 10px;}
.col-page-about .col-3 .lists ul li:hover{background: #086437;color:#fff;transform: translateY(-10px);}
.col-page-about .col-3 .lists ul li:hover img{filter: brightness(100);}
.col-page-about .col-4{padding: 6.25vw 0;}
.col-page-about .col-4 .indexTitle{margin-bottom: 3.125vw;position: relative;z-index: 1;}
.col-page-about .col-4 .indexTitle::after{content:'';width: calc(100% - 32px);height: 1px;background: #c0da6d;position: absolute;right: 0;top: 50%;z-index: -1;}
.col-page-about .col-4 .indexTitle span{padding-right: 2.708vw;background: #fff;}
.col-page-about .col-4 .content{line-height: 1.875;margin-bottom: 5.573vw;}
.col-page-about .col-4 .map{position: relative;font-size: 0;line-height: 1;}
.col-page-about .col-4 .map .lists ul li{position: absolute;}
.col-page-about .col-4 .map .lists ul li:nth-child(1){left: 14.3%;top: 26.43%;}
.col-page-about .col-4 .map .lists ul li:nth-child(2){left: 23.21%;top: 40%;}
.col-page-about .col-4 .map .lists ul li:nth-child(3){left: 32.63%;top: 78.08%;}
.col-page-about .col-4 .map .lists ul li:nth-child(4){left: 46.26%;top: 40%;}
.col-page-about .col-4 .map .lists ul li:nth-child(5){left: 48.95%;top: 31.3%;}
.col-page-about .col-4 .map .lists ul li:nth-child(6){left: 53.66%;top: 38.78%;}
.col-page-about .col-4 .map .lists ul li:nth-child(7){left: 63.5%;top: 24.17%;}
.col-page-about .col-4 .map .lists ul li:nth-child(8){left: 69.05%;top: 52.5%;}
.col-page-about .col-4 .map .lists ul li:nth-child(9){left: 82.76%;top: 39.13%;}
.col-page-about .col-4 .map .lists ul li:nth-child(10){left: 86.29%;top: 42.61%;}
.col-page-about .col-4 .map .lists ul li:nth-child(11){left: 81.41%;top: 47.3%;}
.col-page-about .col-4 .map .lists ul li:nth-child(12){left: 76.7%;top: 56.87%;}
.col-page-about .col-4 .map .lists ul li:nth-child(13){left: 81.58%;top: 67.3%;}
.col-page-about .col-4 .map .lists ul li:not(.hq)::after{content:'';width: 14px;height: 14px;border-radius: 50%;border: 3px solid #086437;position: absolute;left: 0;top: 0;transform: translate(-50%, -50%);}
.col-page-about .col-4 .map .lists ul li>p{font-weight: 600;white-space: nowrap;position: absolute;left: 50%;transform: translateX(-50%);bottom: 10px;}
.col-page-about .col-4 .map .lists ul li.hq img{max-width: none;width: 3.229vw;max-width: 62px;min-width: 14px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.col-page-about .col-5{padding: 6.25vw 0;background: #f7f7f7;}
.col-page-about .col-5 .flex{align-items: center;margin-bottom: 5.208vw;}
.col-page-about .col-5 .flex h2{margin-right: auto;margin-bottom: 0;}
.col-page-about .col-5 .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-5 .flex .swiper-button::after{display: none;}
.col-page-about .col-5 .flex .swiper-button-next{margin-right: 0;}
.col-page-about .col-5 .flex .swiper-button:hover{color:#666666;border-color: #666666;}
.col-page-about .col-5 .swiper-slide .img{transform-origin: bottom center;}


.col-page-product{padding: 6.25vw 0;}
.col-page-product .indexTitle{color:#086437;margin-bottom: 1.66vw;}
.col-page-product .indexTitle::before{background: #086437;}
.col-page-product .desc{font-weight: bold;line-height: 1.067;margin-bottom: 12px;max-width: 992px;}
.col-page-product .content{color:#3f3f3f;line-height: 1.875;margin-bottom: 4.271vw;max-width: 1145px;}
.col-page-product ul.list{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.col-page-product ul.list li{width: 46%;overflow: hidden;position: relative;margin-bottom: 20px;}
.col-page-product ul.list li:nth-child(2n){margin-top: 5.208vw;}
.col-page-product ul.list li .img{position: relative;}
.col-page-product ul.list li .img::after{content:'';width: 100%;height: 60%;background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));opacity: .65;position: absolute;left: 0;bottom: 0;}
.col-page-product ul.list li .s-content{width: 100%;text-align: center;color:#fff;position: absolute;left: 0;bottom: 0;padding: 0 4.583vw 2.344vw;z-index: 1;}
.col-page-product ul.list li .s-content .title{font-weight: 600;line-height: 1.1;text-shadow: 0.707px 0.707px 5px rgba(25, 25, 25, 0.18);margin-bottom: 2vh;}
.col-page-product ul.list li .s-content i.iconfont{width: 2.76vw;height: 2.76vw;border-radius: 50%;background: #c0da6d;color:#fff;display: flex;align-items: center;justify-content: center;max-width: 53px;max-height: 53px;min-width: 28px;min-height: 28px;margin: 0 auto;}

.col-message{padding: 6.25vw 0;background: #f7f8fb;position: relative;z-index: 1;}
.col-message .indexTitle{color:#086437;margin-bottom: 1.66vw;}
.col-message .indexTitle::before{background: #086437;}
.col-message h2{font-weight: 600;margin-bottom: 1.25vw;}
.col-message .content{line-height: 1.875;color:#3f3f3f;margin-bottom: 2.344vw;}
.col-message form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-message form ul li{width: 46%;margin-bottom: 2%;}
.col-message form ul li:nth-child(n+3){width: 100%;}
.col-message form ul li input,.col-message form ul li textarea{width: 100%;height: 40px;border: 1px solid #e1e1e1;background: #fff;padding-left: 15px;outline: none;font-family: 'Poppins';}
.col-message form ul li textarea{height: auto;min-height: 135px;padding-top: 12px;}
.col-message form ul li.code{display: flex;align-items: center;}
.col-message form ul li.code input{width:120px}
.col-message form ul li.code img{max-width: calc(100% - 120px);}
.col-message .sub{margin: 2.083vw auto 0;width: 10.156vw;height: 2.813vw;max-width: 195px;max-height: 54px;min-width: 120px;min-height: 35px;font-weight: 600;color:#fff;outline: none;border: none;border-radius: 2px;background: #086437;}

.col-page-product2 {padding: 6.25vw 0;}
.col-page-product2 .indexTitle{color:#086437;margin-bottom: 1.66vw;}
.col-page-product2 .indexTitle::before{background: #086437;}
.col-page-product2 h2{font-weight: 600;margin-bottom: 1.563vw;}
.col-page-product2 .content{color:#3f3f3f;line-height: 1.875;margin-bottom: 3.125vw;}
.col-page-product2 .item{margin-bottom: 3.75vw;padding-bottom: 2.813vw;border-bottom: 1px solid #e2e2e2;}
.col-page-product2 .item:last-child{padding: 0;border: 0;margin-bottom: 0;}
.col-page-product2 .item .title{color:#fff;padding: 4.219vw 3.906vw;margin-bottom: 2.969vw;}
.col-page-product2 .item .title span{padding-bottom: 2.8vh;position: relative;display: block;max-width: 480px;line-height: 1;font-weight: 600;color:#fff;}
.col-page-product2 .item .title span::after{content:'';width: 5.625vw;max-width: 108px;min-width: 24px;height: 1px;background: #c0da6d;position: absolute;left: 0;bottom: 0;}
ul.proList{display: flex;flex-wrap: wrap;}
ul.proList li{width: 23.5%;margin-right: 2%;margin-bottom: 4%;border-radius: 2px;background-color: rgb(249, 249, 249);box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.08);overflow: hidden;position: relative;transition: .25s;}
ul.proList li:nth-child(4n){margin-right: 0;}
ul.proList li a{display: block;width: 100%;height: 100%;padding: 1.823vw 2.083vw;display: flex;flex-direction: column;transition: .25s;}
ul.proList li a h3{font-weight: 600;margin-bottom: 10px;}
ul.proList li a .s-content{margin-bottom: 1.563vw;}
ul.proList li a .more{color:#c0da6d;font-size: 12px;margin-top: auto;transition: color .25s;}
ul.proList li:hover{background: #c0da6d;transform: translateY(-10px);}
ul.proList li:hover a,ul.proList li:hover a .more{color: #fff;}

.col-product-list{padding: 6.25vw 0;}
.col-product-list .flex{align-items: center;justify-content: space-between;margin-bottom: 4.219vw;flex-wrap: wrap;}
.col-product-list .flex .indexTitle{color:#086437;}
.col-product-list .flex .indexTitle::before{background: #086437;}
.col-product-list .flex .links{position: relative;}
.col-product-list .flex .links .inner{display: flex;align-items: center;background: #086437;color:#fff;padding: 9px 25px;border-radius: 4px;border: 1px solid #ebebeb;;}
.col-product-list .flex .links .inner span{margin-right: 2.5vw;}
.col-product-list .flex .links ul{position: absolute;left: 0;top: 100%;border-radius: 4px;border: 1px solid #ebebeb;min-width: 100%;display: none;background: #fff;}
.col-product-list .flex .links ul li{border-bottom: 1px solid #ebebeb;line-height: 1;}
.col-product-list .flex .links ul li:last-child{border-bottom: none;}
.col-product-list .flex .links ul li a{display: block;width: 100%;padding: 9px 25px;transition: .25s;}
.col-product-list .flex .links ul li a:hover{background: #086437;color:#fff;}
.col-product-list h2{font-weight: 600;margin-bottom: 1.563vw;}
.col-product-list .content{color:#3f3f3f;line-height: 1.875;margin-bottom: 3.125vw;}

.col-product-detail .line{height: 140px;}
.col-product-detail .pro_show{padding: 6.25vw 0;}
.col-product-detail .pro_show .mbx{display: flex;align-items: center;margin-bottom: 2.813vw;line-height: 1;}
.col-product-detail .pro_show .mbx i.iconfont{margin-right: 10px;}
.col-product-detail .pro_show .mbx i.fa{margin: 0 5px;}
.col-product-detail .pro_show .productImg{margin-bottom: 3.646vw;}
.col-product-detail .pro_show .content {display: flex;flex-wrap: wrap;margin-bottom: 3.49vw;padding: 0 20px;}
.col-product-detail .pro_show .content p.f16{color:#6d6d6d;margin-bottom: 2px; display: none;}
.col-product-detail .pro_show .content h2{font-weight: 600;}
.col-product-detail .pro_show .content p.f24{font-weight: 600;line-height: 1.25;max-width: 530px; display: none;}
.col-product-detail .pro_show .content .item:nth-child(1){width: 100%;}
.col-product-detail .pro_show .content .item:nth-child(2){width: 58%;}
.col-product-detail .pro_show .lists{padding: 0 20px;}
.col-product-detail .pro_show .lists ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-product-detail .pro_show .lists ul li{width: 29%;}
.col-product-detail .pro_show .lists ul li:nth-child(1){width: 42%;}
.col-product-detail .pro_show .lists ul li p:nth-child(1){color:#6d6d6d;margin-bottom: 2px;}
.col-product-detail .pro_show .lists ul li strong{color:#2b2b2b;font-weight: 600;font-size: 18px;}
.col-product-detail .pro_show .lists h3{font-weight: 600;margin-bottom: 12px;}
.col-product-detail .detail{background: #f7f8fb;padding: 6.25vw 0;}
.col-product-detail .detail .item {margin-bottom: 5.208vw;}
.col-product-detail .detail .item:last-child{margin-bottom: 0;}
.col-product-detail .detail .item h3{font-weight: 600;margin-bottom: 2.5vw;}
.col-product-detail .detail .item .content{line-height: 1.5;}
.col-product-detail .detail .item .content table{width: 100% !important;border: none;}
.col-product-detail .detail .item .content table td{border: none;padding: 1.25vw 0;font-weight: 500;}
.col-product-detail .detail .item .content table tr:nth-child(1){border-bottom: 1px solid #888888;}
.col-product-detail .detail .item .content table tr:nth-child(1) td{padding: 1.5vh 0;color:#6d6d6d;font-weight: normal;}
.col-product-detail .related{padding: 6.25vw 0;}
.col-product-detail .related .indexTitle{color:#086437;}
.col-product-detail .related .indexTitle::before{background: #086437;}
.col-product-detail .related h2{font-weight: 600;margin: 5px 0 2.5vw;}
.col-product-detail .related .swiper{padding: 5px 10px 10px;margin: 0 -10px;}
.col-product-detail .related .swiper-slide{width: 23.5%;margin-right: 2%;border-radius: 2px;background-color: rgb(249, 249, 249);box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.08);overflow: hidden;position: relative;transition: .25s;}
.col-product-detail .related .swiper-slide:nth-child(4n){margin-right: 0;}
.col-product-detail .related .swiper-slide a{display: block;width: 100%;height: 100%;padding: 1.823vw 2.083vw;display: flex;flex-direction: column;transition: .25s;}
.col-product-detail .related .swiper-slide a h3{font-weight: 600;margin-bottom: 10px;}
.col-product-detail .related .swiper-slide a .s-content{margin-bottom: 1.563vw;}
.col-product-detail .related .swiper-slide a .more{color:#c0da6d;font-size: 12px;margin-top: auto;transition: color .25s;}
.col-product-detail .related .swiper-slide:hover{background: #c0da6d;}
.col-product-detail .related .swiper-slide:hover a,.col-product-detail .related .swiper-slide:hover a .more{color: #fff;}
.col-product-detail .col-message{background: none;padding: 0 0 6.25vw;}

.col-page-application{padding: 6.25vw 0;}
.col-page-application .indexTitle{color:#086437;}
.col-page-application .indexTitle::before{background: #086437;}
.col-page-application .content {margin: 15px 0 5.208vw;line-height: 1.875;color:#3f3f3f;}
.col-page-application .content h2{font-weight: bold;line-height: 1.067;margin-bottom: 3.542vw;color:#2b2b2b}
.col-page-application ul.list{display: flex;flex-wrap: wrap;}
.col-page-application ul.list li{width: 32%;margin-right: 2%;margin-bottom: 4%;}
.col-page-application ul.list li:nth-child(3n){margin-right: 0;}
.col-page-application ul.list li .title{margin-top: 1.25vw;padding-bottom: 8px;position: relative;font-weight: 600;}
.col-page-application ul.list li .title::after{content:'';width: 3.646vw;max-width: 70px;min-width: 20px;height: 2px;background: #086437;position: absolute;left: 0;bottom: 0;}

.col-page-news{padding: 8.33vw 0;}
.col-page-news .flex{align-items: flex-start;flex-direction: row-reverse;justify-content: space-between;flex-wrap: wrap;}
.col-page-news .flex .sider{width: 27%;}
.col-page-news .flex .sider h3{font-weight: 600;color:#086437;margin-bottom: 18px;padding-bottom: 12px;border-bottom: 1px solid #eaeaea;}
.col-page-news .flex .sider .child{margin-bottom: 1.66vw;}
.col-page-news .flex .sider .child ul li{margin-bottom: 8px;}
.col-page-news .flex .sider .child ul li:last-child{margin-bottom: 0;}
.col-page-news .flex .sider .child ul li a{display: flex;justify-content: space-between;padding: 15px 20px;transition: .25s;background: #eeeeee;font-weight: 600;}
.col-page-news .flex .sider .child ul li a:hover,.col-page-news .flex .sider .child ul li.active a{background: #086437;color:#fff;}
.col-page-news .flex .sider .posts .item {margin-bottom: 2.5vw;}
.col-page-news .flex .sider .posts .item:last-child{margin-bottom: 0;}
.col-page-news .flex .sider .posts .item .img{overflow: hidden;}
.col-page-news .flex .sider .posts .item .date{font-weight: 600;color:#086437;margin: 15px 0 10px;}
.col-page-news .flex .sider .posts .item .title{line-height: 1.5;transition: .25s;font-weight: 500;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-news .flex .lists{width: 70%;}
.col-page-news .flex .lists ul.list li {margin-bottom: 3.438vw;padding-bottom: 2.083vw;border-bottom: 1px solid #eaeaea;}
.col-page-news .flex .lists ul.list li .img{overflow: hidden;position: relative;border-radius: 3px;overflow: hidden;}
.col-page-news .flex .lists ul.list li .img .date{position: absolute;top: 0;left: 0;background: #086437;color:#fff;padding: 1.417vw 1.042vw;text-align: center;font-weight: bold;line-height: 1.111;}
.col-page-news .flex .lists ul.list li .title{font-weight: 600;line-height: 1.364;margin: 2.604vw 0 0.781vw;transition: .25s;}
.col-page-news .flex .lists ul.list li .desc{color:#636363;font-weight: 300;line-height: 1.6;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-news .flex .lists ul.list li .more{color:#c0da6d;margin-top: 2.5vw;}
.col-page-news .flex .lists ul.list li:hover .title{color:#086437;}

.col-news-detail{padding: 5vh 0;font-weight: 500;}
.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:#bf0004;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: #c0da6d;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:#00a2ff;}
.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:#c0da6d;}

.col-page-contact .indexTitle{color:#086437;}
.col-page-contact .indexTitle::before{background: #086437;}
.col-page-contact .col-1{padding: 6.25vw 0;}
.col-page-contact .col-1 .flexWrap{margin-bottom: 5.208vw;}
.col-page-contact .col-1 .content .desc{font-weight: bold;line-height: 1.1;max-width: 480px;margin-bottom: 2.083vw;}
.col-page-contact .col-1 .content .s-content{line-height: 1.875;color:#3f3f3f;}
.col-page-contact .col-1 .information ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-contact .col-1 .information ul li{width: calc(25% - 7.5px);background: #f2f7f5;text-align: center;padding: 3.75vw 20px 3.125vw;border-radius: 5px;border-bottom: 8px solid #086437;line-height: 1.55;font-weight: 500;}
.col-page-contact .col-1 .information ul li img{width: 2.083vw;max-width: 39px;min-width: 20px;margin-bottom: 1.77vw;}
.col-page-contact .col-map{height: 33.958vw;min-height: 240px;}
.col-page-contact .col-map iframe{width: 100%;height: 100%;}




/* media */

@media (max-width: 1800px) {

}
@media (max-width: 1600px) {
  .col-page-contact .col-1 .information ul li{font-size: 15px;}
  
  .f14{font-size: 13px;}
  .f15{font-size: 14px;}
  .f16{font-size: 15px;}
  .f17{font-size: 16px;}
  .f18,.col-product-detail .pro_show .lists ul li strong{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) {
  .container2{padding: 0 5.2vw;}
  .container3{padding: 0 12.5vw;}
  .col-page-contact .col-1 .information ul li{font-size: 14px;padding: 3.75vw 10px 3.125vw;}
  .header nav ul li{margin-right: 3.75vw;}
  
  .f14{font-size: 12px;}
  .f15{font-size: 13px;}
  .f16{font-size: 14px;}
  .f17{font-size: 15px;}
  .f18,.col-product-detail .pro_show .lists ul li strong{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) {
  .col-page-contact .col-1 .information ul li{width: 48%;margin-bottom: 25px;}
  .col-product-detail .line{height: 80px;}
  #col-index-banner .swiperWrap .flex .more_btn{padding: 4px 12px;}
  .header{top: 0;}
  .header .flex,.header.active .flex{height: 80px;}
  
  .f15{font-size: 12.5px;}
  .f16{font-size: 13px;}
  .f17{font-size: 14px;}
  .f18,.col-product-detail .pro_show .lists ul li strong{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-page-news .flex .sider .child ul li a{padding: 10px 12px;}
  .col-page-news .flex .lists ul.list li .img .date{padding: 5px;}
  .col-page-news .flex .lists ul.list li{margin-bottom: 4vh;padding-bottom: 4vh;}
  .col-product-detail .line{height: 60px;}
  .col-page-about .col-4 .map .lists ul li>p{font-size: 12px;}
  .col-page-about .col-3 .lists ul li{width: 48%;margin-bottom: 4%;}
  .col-page-about .col-2 .flex .s-content ul li:not(:first-child):not(:last-child){display: flex;flex-direction: column;justify-content: center;}
  .col-page-about .col-2 .flex .s-content ul li:last-child{padding-top: 13%;}  
  .col-page-about .col-1 .inner .img,.col-page-about .col-1 .inner .content{width: 100%;}
  .col-page-about .col-1 .inner .content{padding: 8.33vw;}
  .col-index-who .flex .img .num ul li p:nth-child(2){margin: 4px 0 3px;}
  .container3{padding: 0 8.3vw;}
  #col-banner,#col-banner .swiper-slide{height: 28vh !important;}
  #col-banner .swiper-slide .ban_cont h1{margin-bottom: 12px;padding-bottom: 12px;}
  #col-index-banner,#col-index-banner .swiper-slide,#col-index-banner .swiper-slide .img{height: 50vh !important;}
  .header .flex,.header.active .flex{height: 60px;padding: 0 20px;}
  #col-index-banner .swiperWrap {top: auto;bottom: 10px;}
  #col-index-banner .swiperWrap .flex{padding-top: 10px;}
  #col-index-banner .swiper-slide .ban_cont{bottom: 60px;}
  .col-index-who .flexWrap .indexTitle{margin-left: 0;}
  .flexWrap .indexTitle{margin-right: 20px;}
  .col-index-who .flex .img .num{width: 25vw;}
  .col-index-who .flex .content,.col-index-who .flex .img,.col-index-why .swiper-slide .flex .content,.col-index-why .swiper-slide .flex .img,.col-page-about .col-2 .flex .content,.col-page-about .col-2 .flex .s-content,.col-product-detail .pro_show .content .item:nth-child(1),.col-product-detail .pro_show .content .item:nth-child(2),.col-product-detail .pro_show .lists ul li,.col-product-detail .pro_show .lists ul li:nth-child(1),.col-page-news .flex .sider,.col-page-news .flex .lists{width: 100%;max-width: none;margin-bottom: 25px;}
  .col-index-who .flex .img,.col-index-why .swiper-slide .flex .img,.col-page-about .col-2 .flex .s-content,.col-product-detail .pro_show .content .item:nth-child(2),.col-product-detail .pro_show .lists ul li:last-child,.col-page-news .flex .lists{margin-bottom: 0;}
  .footer .bottom{display: block;text-align: center;}
  .footer .bottom .share{justify-content: center;margin-top: 10px;}

  .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: 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.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,.footer .footer-nav,.col-page-news .flex .sider .posts{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,.col-product-detail .pro_show .lists ul li strong{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;}
  .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-1 .information ul li{width: 100%;margin-bottom: 15px;border-width: 3px;}
  ul.proList li,.col-page-application ul.list li{width: 48%;margin-right: 4%;}
  ul.proList li:nth-child(4n),.col-page-application ul.list li:nth-child(3n){margin-right: 4%;}
  ul.proList li:nth-child(2n),.col-page-application ul.list li:nth-child(2n){margin-right: 0;}
  .col-page-product ul.list li .s-content{padding: 0 10px 10px;}
  .col-index-news .swiper-slide .img .date{padding: 10px;}
  .col-index-service .lists ul li p:nth-child(1){padding: 5px;}
  .col-index-service .lists ul li{width: 48%;margin-bottom: 4%;}
  .col-index-what ul.list li .img{height: 55vw;}
  .col-index-what ul.list li{flex: auto;width: 50%;}

  html{font-size: 11px;}
  
  
}
@media (max-width: 468px) {
  #col-banner .swiper-slide .ban_cont h1{font-size: 16px;}
  .col-message form ul li{width: 100%;}
  .col-page-product ul.list li{width: 48%;}
  .col-page-product ul.list li:nth-child(2n){margin-top: 10px;}
  .col-page-product ul.list li .s-content .title{font-size: 14px;margin-bottom: 8px;}
  .col-page-about .col-4 .map .lists ul li>p{display: none;}
  .col-page-about .col-4 .map .lists ul li:not(.hq)::after{width: 8px;height: 8px;border-width: 2px;}
  .col-page-about .col-3 .lists ul li{width: 100%;margin-bottom: 35px;padding: 30px 15px 15px;}
  .col-page-about .col-2 .flex .s-content ul li strong{font-size: 22px;}
  .col-page-about .col-2 .flex .s-content ul li{width: 50%;}
  .col-page-about .col-2 .flex .s-content ul li:not(:first-child):not(:last-child){padding:12vw 20px;}
  .flexWrap{display: block;}
  .flexWrap .indexTitle{margin: 0 0 10px;}
  .col-index-service .lists ul li{width: 100%;margin-bottom: 20px;margin-right: 0 !important;}
  .col-index-who .flex .img .num ul li p:nth-child(3), .col-index-who .flex .img .num ul li .odometer{font-size:18px}
  .col-index-who .flex .img .num{width: 140px;}
  .col-index-who .flex .img .num ul li{padding: 5px;}
  .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;}
  .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;}

  
}
