@charset "utf-8";
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/PoppinsThin-rO2B.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/PoppinsExtralight-6Je1.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/PoppinsLight-l4Zw.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: normal;
  src: url("../fonts/PoppinsRegular-B2Bw.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/PoppinsMedium-1JPv.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/PoppinsSemibold-8l8n.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: bold;
  src: url("../fonts/PoppinsBold-GdJA.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/PoppinsExtrabold-zDdL.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/PoppinsBlack-VxOe.otf") format("opentype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_bx4q9i17i2h.woff2?t=1772423765507') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_bx4q9i17i2h.woff?t=1772423765507') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_bx4q9i17i2h.ttf?t=1772423765507') format('truetype');
}
.jost{font-family: 'Jost';}
*{margin:0;padding: 0;}
html{overflow-x: hidden;font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #333333;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: rgba(34,34,34,.2) !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;
}
.goomay a:hover{color: rgba(34,34,34,1) !important}
.icon-goomay a:before { content: "\e625"; }
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
li {list-style: none;}
i {font-style: normal;}
a {color: #333333;text-decoration: none;}
a:focus{text-decoration: none;outline: none;color:#333333;}
a:hover { color: #333333;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
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 10.417vw;}
.container3 {max-width: 100%; width:100%;margin: 0 auto;padding: 0 13.54vw;}
.container4 {max-width: 100%; width:100%;margin: 0 auto;padding: 0 15.63vw;}
.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: #ed5200;}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{border-radius: 0;background-color: #f6f6f6;}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 0;background-color: #ed5200;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: #ed5200;/* 设置Swiper风格 */
  --swiper-preloader-color: #ed5200;/* 单独设置预加载圆圈的颜色 */
}
body.OV,html.OV{overflow: inherit;}
.f14{font-size: 0.72916vw;}
.f15{font-size: 0.78125vw;}
.f16{font-size: 0.833vw;}
.f17{font-size: 0.885416vw;}
.f18{font-size: 0.9375vw;}
.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: 110px;min-height: 60px;}
.header-top{background: #111111;width: 100%;}
.header-top .inner .flex{align-items: center;justify-content: flex-end;height: 40px;padding: 0 5.208vw;}
.header-top .inner .flex ul.nav{display: flex;margin-right: 1.563vw;padding-right: 1.563vw;position: relative;}
.header-top .inner .flex ul.nav::after{content:'';width: 1px;height: 16px;background: rgba(255,255,255,.2);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.header-top .inner .flex ul.nav li{margin-right: 1.563vw;}
.header-top .inner .flex ul.nav li:last-child{margin-right: 0;}
.header-top .inner .flex ul.nav li a{color:#fff;transition: .25s ease-in-out;}
.header-top .inner .flex ul.nav li a:hover{color:#ed5200;}
.header-top .inner .flex .language{margin-right: 1.563vw;}
.header-top .inner .flex .language .change-language-title a{display: flex;align-items: center;color:#fff;}
.header-top .inner .flex .language .change-language-title a i.iconfont{color:#ed5200;margin-right: 5px;}
.header-top .inner .flex .language .change-language-title a span{padding: 0;}
.header-top .inner .flex .index-search{position: relative;font-size: 0;line-height: 1;}
.header-top .inner .flex .index-search a{color: #ed5200}
.header-top .inner .flex .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-top .inner .flex .index-search .content .container{position: relative;height: 100%;}
.header-top .inner .flex .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-top .inner .flex .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
.header-top .inner .flex .index-search .content .title{color:#242424;margin-bottom: 10px;line-height: 1.5;}
.header-top .inner .flex .index-search .content .input{font-size: 0;line-height: 1;max-width: 600px;margin: 0 auto;display: flex;}
.header-top .inner .flex .index-search .content input{height: 60px;outline: none;vertical-align: middle;}
.header-top .inner .flex .index-search .content .searchValue{padding-left: 20px;border: 1px solid #ededed;font-size: 16px;width: calc(100% - 60px);color:#292929;}
.header-top .inner .flex .index-search .content .searchValue::-webkit-input-placeholder {color: #b6b6b6;}
.header-top .inner .flex .index-search .content .searchValue:-moz-placeholder {color: #b6b6b6;}
.header-top .inner .flex .index-search .content .searchValue::-moz-placeholder {color: #b6b6b6;}
.header-top .inner .flex .index-search .content .searchValue:-ms-input-placeholder {color: #b6b6b6;}
.header-top .inner .flex .index-search .content .search-btn{width: 60px;background: #222;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';font-weight: normal;}
.header-top .inner .flex .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}
.header{width:100%;z-index: 991;position: absolute;top:0;left: 0;transition: all 0.3s ease-out;background: transparent;}
.header>.inner{transition: .25s ease-in-out;}
.header>.inner>.flex{height: 70px;align-items: center;transition: all 0.3s ease-out;padding: 0 5.208vw;}
.header .logo{font-size: 0;position: relative;margin-right: 4.27vw;}
.header .logo img{width: 8.07vw;min-width: 120px;transition: all 0.15s ease-out;}
.header .logo img.logo2{position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;}
.header nav{display: flex;align-items: center;height: 100%;margin:0 auto;}
.header nav>ul{font-size: 0;display: flex;align-items: center;height: 100%;}
.header nav>ul>li{margin-right:1.875vw;display: flex;height: 100%;}
.header nav>ul>li:last-child{margin-right:0;}
.header nav>ul>li>a{transition: all 0.3s ease-out;display: flex;align-items: center;justify-content: space-between;position: relative;line-height: 1;color:#fff;font-weight: 600;}
.header nav>ul>li>a i.fa{color:#ed5200;margin-left: 7px;font-weight: bold;}
.header nav>ul>li>a:hover,.header nav>ul>li.active>a{color:#ed5200}
.header>.inner nav ul li .child {position: absolute;top: 100%;left: 13.5vw;opacity: 0;transform: translateY(10px);pointer-events: none;transition: all 0.25s ease;width: 73vw;background: #fff;display: flex;}
.header>.inner nav ul li .child .item_left{width: 28%;padding: 3.33vw 2.71vw 2.71vw;display: flex;flex-direction: column;align-items: flex-start;border-right: 1px solid #dddddd;}
.header>.inner nav ul li .child .item_left .list {margin-bottom: 2.5vw;width: 100%;}
.header>.inner nav ul li .child .item_left .list p{border-bottom: 1px solid #ddd;}
.header>.inner nav ul li .child .item_left .list p a{display: flex;align-items: center;justify-content: space-between;padding: 0.94vw 1.35vw;color:#888888;transition: .25s ease-in-out;font-weight: 600;}
.header>.inner nav ul li .child .item_left .list p a i.iconfont{font-weight: bold;}
.header>.inner nav ul li .child .item_left .list p.active a,.header>.inner nav ul li .child .item_left .list p a:hover{background: #ebebeb;color:#ed5200;}
.header>.inner nav ul li .child .item_left a.more{margin-top: auto;display: flex;align-items: center;border-bottom: 1px solid;color:#ed5200;font-weight: 600;}
.header>.inner nav ul li .child .item_left a.more span{margin-right: 7px;}
.header>.inner nav ul li .child .item_left a.more i.iconfont{font-weight: bold;}
.header>.inner nav ul li .child .item_center{width: 44%;padding: 3.33vw 2.71vw 2.71vw;}
.header>.inner nav ul li .child .item_center .box{display: none;}
.header>.inner nav ul li .child .item_center .box.active{display: block;}
.header>.inner nav ul li .child .item_center .box .box_flex{display: flex;flex-wrap: wrap;}
.header>.inner nav ul li .child .item_center .box .box_flex .item{width: 45%;margin-right: 10%;margin-bottom: 1.25vw;}
.header>.inner nav ul li .child .item_center .box .box_flex .item:nth-child(2n){margin-right: 0;}
.header>.inner nav ul li .child .item_center .box .box_flex .item h4{margin-bottom: 0.88vw;font-weight: 600;}
.header>.inner nav ul li .child .item_center .box .box_flex .item .three p{margin-bottom: 5px;}
.header>.inner nav ul li .child .item_center .box .box_flex .item .three p:last-child{margin-bottom: 0;}
.header>.inner nav ul li .child .item_center .box .box_flex .item .three p a{color:#666;transition: .25s ease-in-out;}
.header>.inner nav ul li .child .item_center .box .box_flex .item .three p a:hover{color: #ed5200;}
.header>.inner nav ul li .child .item_right{width: 28%;padding: 8px;border-left: 1px solid #ddd;}
.header>.inner nav ul li .child .item_right .latest{position: relative;color:#fff;}
.header>.inner nav ul li .child .item_right .latest .img{position: relative;}
.header>.inner nav ul li .child .item_right .latest .img::after{content:'';width: 100%;height: 45%;position: absolute;left: 0;bottom: 0;opacity: .8;
  background-image: -moz-linear-gradient( 90deg, rgb(237,82,0) 0%, rgba(237,82,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(237,82,0) 0%, rgba(237,82,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(237,82,0) 0%, rgba(237,82,0,0) 100%);
}
.header>.inner nav ul li .child .item_right .latest .text{position: absolute;width: 100%;left: 0;bottom: 0;padding: 0 1.46vw 1.25vw;line-height: 1.25;}
.header>.inner nav ul li .child .item_right .latest .text .f24{font-weight: 600;}
.header>.inner nav ul li .child .item_right a.contact{display: flex;margin-top: 8px;background: #434343;color:#fff;padding: 0.94vw 1.46vw;align-items: center;transition: .25s all ease-in-out;}
.header>.inner nav ul li .child .item_right a.contact span{font-weight: 600;margin: 0 auto 0 1.563vw;}
.header>.inner nav ul li .child .item_right a.contact i.iconfont{font-weight: bold;}
.header>.inner nav ul li .child .item_right a.contact:hover{background: #ed5200;}
.header>.inner nav ul li:hover .child {opacity: 1;transform: translateY(0);pointer-events: auto;}
.header>.inner .contact a{width: 9.38vw;height: 2.6vw;min-width: 120px;min-height: 30px;border-radius: 5px;border: 2px solid #fff;color:#fff;display: flex;align-items: center;justify-content: center;font-weight: 600;}
.header>.inner .contact a span{margin-right: 10px;}
.header>.inner .contact a:hover{background: #ed5200;border-color: #ed5200;}
.header.active>.inner{top: 0;background: rgba(255,255,255,.8);box-shadow: 0 0 15px 0 rgba(0,0,0,.08);position: fixed;width: 100%;}
.header.active .logo img,.header.cur .logo img,.header.on .logo img{opacity: 0;visibility: hidden;}
.header.active .logo img.logo2,.header.cur .logo img.logo2,.header.on .logo img.logo2{opacity: 1;visibility: visible;}
.header.active nav>ul>li>a,.header.cur nav>ul>li>a{color:#222;}
.header.active>.inner .contact a,.header.cur>.inner .contact a{background: #ed5200;border-color: #ed5200;}
.header.on .inner{box-shadow: none !important;}
.header.on .flex .lines span{background: #222;}
.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;overflow-y: auto;max-height: 80vh;line-height: normal;}
.change-language:hover .change-language-cont {transform: scale3d(1, 1, 1);opacity: 1;visibility: visible;}
.goomay-translate-seo {display: none;} 
.mobile-head-language .goomay-translate-seo, .change-language .goomay-translate-seo {display: block;}
.change-language .change-language-cont li {display: inline-block;vertical-align: top;width: 30%;margin: 0 0 10px;font-size: 10pt;overflow: hidden;padding: 0 10px 0 0;}
li.language-flag a {position: relative;}
.language-flag span {position: relative;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:transform 0.5s;overflow-y: auto;padding: 50px 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);}
.Menu .nav-btn{position: absolute;top: 0;right: 13px;width: 37px;height: 37px;display: flex;align-items: center;justify-content: center;}
.Menu .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
.Menu .lines span{width: 100%;height: 2px;background: #222;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
.Menu .lines span.n1{top: 0;}
.Menu .lines span.n2{top: 7px;}
.Menu .lines span.n3{top: 14px;}
.Menu .nav-btn.closes .lines span.n1 {top: 8px;transform: rotate(45deg);}
.Menu .nav-btn.closes .lines span.n2 {opacity: 0;}
.Menu .nav-btn.closes .lines span.n3 {top: 8px;transform: rotate(-45deg);}
.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;height: auto;}
.col-banner .swiper-slide .img {width: 100%;height: 100%;}
.col-banner .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
.col-banner .swiper-slide video {width: 100vw;height: 100%;object-fit: cover;position: relative;}
.col-banner .swiper-slide .ban_cont{position: absolute;color:#fff;left: 0;width: 100%;z-index: 2;transition: all 0.15s ease-out;top: 50%;transform: translateY(-50%);}
#col-index-banner::after{content:'';width: 100%;height: 100px;position: absolute;left: 0;top: 40px;background-image: -moz-linear-gradient( -90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);background-image: -ms-linear-gradient( -90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);opacity: 0.502;z-index: 1;}
#col-index-banner .swiper{position: fixed;top: 0;left: 0;width: 100%;z-index: 1;} 
#col-index-banner,#col-index-banner .swiper-slide {height: 100vh;}
#col-index-banner .swiper-slide .ban_cont .s-content{max-width: 660px;line-height: 1.5;font-weight: 500;}
#col-index-banner .swiper-slide .ban_cont .s-content strong{font-weight: 600;font-size: 10.42vw;line-height: 1;}
#col-index-banner .swiper-slide .ban_cont a.more{width: 9.38vw;height: 2.6vw;min-width: 120px;min-height: 30px;border-radius: 5px;background: #ed5200;color:#fff;display: flex;align-items: center;justify-content: center;font-weight: 600;margin-top: 3.125vw;}
#col-banner .swiper-slide .ban_cont h2{font-weight: bold;margin-bottom: 8px;}
#col-banner .swiper-slide .ban_cont .mbx a{color:#fff;}
.col-index-about{padding: 6.88vw 0 25.52vw;position: relative;z-index: 1;background: #fff;}
.col-index-about .content{font-weight: 600;line-height: 1.33;margin-bottom: 2.86vw;}
.col-index-about .content h3{font-weight: bold;line-height: 1.25;margin-bottom: 1.25vw;}
.col-index-about a.more{width: 9.38vw;height: 2.6vw;min-width: 120px;min-height: 30px;border-radius: 5px;background: #ed5200;color:#fff;display: flex;align-items: center;justify-content: center;font-weight: 600;margin: 0 auto;}
.col-index-about .swiper{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;}
.col-index-about .swiper .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.col-index-product{padding: 6.25vw 0;background: #fff;position: relative;z-index: 1;}
.col-index-product .flex{margin-bottom: 4vh;justify-content: space-between;flex-wrap: wrap;}
.col-index-product .flex .title{font-weight: 600;width: 40%;line-height: 1.192;}
.col-index-product .flex .content{width: 38%;}
.col-index-product .flex .content .desc{margin-bottom: 1.66vw;font-weight: 500;}
.col-index-product .flex .content .more{display: inline-block;border-radius: 8px;border: 2px solid #222;font-weight: 600;padding: 10px 45px;transition: .25s all ease-in-out;}
.col-index-product .flex .content .more:hover{color:#fff;background: #ed5200;border-color: #ed5200;}
.col-index-product .swiper-slide .img{position: relative;min-height: 66px;overflow: hidden;}
.col-index-product .swiper-slide .title {text-align: center;margin: 0.94vw 0 0.73vw;font-weight: 500;line-height: 1.25;padding: 0 10px;transition: .25s all ease-in-out;}
.col-index-product .swiper-slide .more{text-align: center;}
.col-index-product .swiper-slide .more span{display: inline-block;color:#ed5200;font-weight: 600;border-bottom: 1px solid;line-height: 1;}
.col-index-product .swiper-slide:hover .title{color:#ed5200;}
.col-index-solution{position: relative;z-index: 1;background: #fff;color:#fff;}
.col-index-solution .bg{position: relative;font-size: 0;}
.col-index-solution .bg ul li {z-index: 9;}
.col-index-solution .bg ul li .dot{width: 42px;height: 42px;border-radius: 50%;border: 1px solid #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.col-index-solution .bg ul li .dot::before{content:'';width: 8px;height: 8px;border-radius: 50%;transform: translate(-50%,-50%);background: #fff;position: absolute;left: 50%;top: 50%;z-index: 1;}
.col-index-solution .bg ul li .dot::after{content:'';width: 32px;height: 32px;border-radius: 50%;transform: translate(-50%,-50%);background: #ed5200;position: absolute;left: 50%;top: 50%;z-index: -1;opacity: 0;transition: .25s all ease-in-out;}
.col-index-solution .bg ul li span{font-weight: 600;white-space: nowrap;position: absolute;left: 30px;top: 50%;transform: translateY(-50%);color:#fff;margin-left: -10px;opacity: 0;visibility: hidden;transition: .25s all ease-in-out;}
.col-index-solution .bg ul li:hover .dot::after{opacity: 1;}
.col-index-solution .bg ul li:hover span{opacity: 1;visibility: visible;margin-left: 0;}
.col-index-solution .swiper-pagination{bottom: 1.875vw;}
.col-index-solution .swiper-pagination span{width: 0.78vw;height: 0.78vw;background: #fff;opacity: 1;transition: .25s ease-in-out;min-width: 6px;min-height: 6px;;}
.col-index-solution .swiper-pagination span.swiper-pagination-bullet-active{background: #ed5200;}
.col-index-solution .content{width: 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-index-solution .content .name{display: flex;align-items: center;margin-bottom: 1.25vw;}
.col-index-solution .content .name i{margin-right: 12px;}
.col-index-solution .content .name span{ font-weight: 500;}
.col-index-solution .content .title{font-weight: bold;line-height: 1.096;margin-bottom: 3.33vw;max-width: 560px;}
.col-index-solution .content a.more{width: 11.04vw;height: 2.86vw;min-width: 130px;min-height: 30px;border-radius: 5px;background: #ed5200;color:#fff;display: flex;align-items: center;justify-content: center;font-weight: 600;}
.col-index-texture{background: #222222;color:#fff;padding: 6.25vw 0;z-index: 1;position: relative;}
.col-index-texture .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-index-texture .flex .img{width: 49%;}
.col-index-texture .flex .content{width: 45%;}
.col-index-texture .flex .content .name{display: flex;align-items: center;margin-bottom: 1.25vw;}
.col-index-texture .flex .content .name i{margin-right: 12px;}
.col-index-texture .flex .content .name span{ font-weight: 500;}
.col-index-texture .flex .content .title{font-weight: 500;line-height: 1.146;margin-bottom: 2.29vw;}
.col-index-texture .flex .content .s-content{font-weight: 500;line-height: 1.5;margin-bottom: 6.25vw;}
.col-index-texture .flex .content .links{display: flex;align-items: center;}
.col-index-texture .flex .content .links a.more{width: 11.04vw;height: 2.86vw;min-width: 130px;min-height: 30px;border-radius: 5px;background: #ed5200;color:#fff;display: flex;align-items: center;justify-content: center;font-weight: 600;margin-right: 1.563vw;}
.col-index-texture .flex .content .links a.contact{display: flex;align-items: center;}
.col-index-texture .flex .content .links a.contact span{color:#fff;font-weight: 600;margin-right: 8px;}
.col-index-texture .flex .content .links a.contact i.fa{color:#ed5200}
.col-index-sus{position: relative;z-index: 1;padding: 6.25vw 0;
  background: -moz-linear-gradient( 90deg, rgb(209,232,246) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient( 90deg, rgb(209,232,246) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient( 90deg, rgb(209,232,246) 0%, rgba(255,255,255,1) 100%);
}
.col-index-sus .flex{align-items: flex-end;justify-content: space-between;flex-wrap: wrap;}
.col-index-sus .flex .content{width: 50%;text-align: center;}
.col-index-sus .flex .content .name{font-weight: 500;}
.col-index-sus .flex .content .title{line-height: 1.058;margin: 10px 0 1.875vw;font-weight: 600;}
.col-index-sus .flex .lists{width: 46%;}
.col-index-sus .flex .lists ul li{margin-bottom: 20px;box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);background: #fff;padding: 1.66vw 1.563vw 1.66vw 2.29vw;border-bottom: 3px solid transparent;}
.col-index-sus .flex .lists ul li:last-child{margin-bottom: 0;}
.col-index-sus .flex .lists ul li .title{display: flex;align-items: center;justify-content: space-between;cursor: pointer;}
.col-index-sus .flex .lists ul li .title span{font-weight: 600;color:#888888;transition: .25s ease-in-out;border-bottom: 1px solid transparent;}
.col-index-sus .flex .lists ul li .title i.fa{width: 33px;height: 33px;border-radius: 50%;display: flex;align-items: center;justify-content: center;color:#fff;background: #888888;transition: .25s ease-in-out;font-size: 20px;padding-left: 3px;flex-shrink: 0;}
.col-index-sus .flex .lists ul li .title:hover span{color:#ed5200;border-color: #ed5200;}
.col-index-sus .flex .lists ul li .title:hover i.fa{background: #ed5200;}
.col-index-sus .flex .lists ul li .s-content{font-weight: 500;color:#666;line-height: 1.5;display: none;padding-top: 20px;}
.col-index-sus .flex .lists ul li.active {border-color: #ed5200;}
.col-index-sus .flex .lists ul li.active .title span{color:#ed5200;border-color: #ed5200;}
.col-index-sus .flex .lists ul li.active .title i.fa{transform: rotate(90deg);background: #ed5200;}
.col-index-news{background: #fff;padding: 6.25vw 0;z-index: 1;position: relative;}
.col-index-news .title{font-weight: 600;line-height: 1.135;margin-bottom: 2.86vw;}
.col-index-news .swiper {padding: 20px;margin: 0 -20px;}
.col-index-news .swiper .swiper-slide {height: auto;box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);}
.col-index-news .swiper .swiper-slide a{display: flex;flex-direction: column;width: 100%;height: 100%;}
.col-index-news .swiper .swiper-slide .img{overflow: hidden;position: relative;min-height: 66px;}
.col-index-news .swiper .swiper-slide .content{padding: 2.083vw 1.875vw 1.563vw;flex-grow: 2;display: flex;flex-direction: column;}
.col-index-news .swiper .swiper-slide .content .title{font-weight: 600;line-height: 1.3;margin-bottom: 12px;transition: .25s ease-in-out;}
.col-index-news .swiper .swiper-slide .content .date{margin-top: auto;color:#ed5200;font-weight: 500;}
.col-index-news .swiper .swiper-slide:hover .content .title{color:#ed5200}
.col-index-news .more{margin-top: 2.5vw;}
.col-index-news .more a{display: inline-block;border-radius: 8px;border: 2px solid #222;font-weight: 600;padding: 10px 45px;transition: .25s all ease-in-out;}
.col-index-news .more a:hover{color:#fff;background: #ed5200;border-color: #ed5200;}
.footer{background: #111111;position: relative;z-index: 1;color:#fff;}
.footer .top{padding: 2.5vw 0 2.86vw;display: flex;align-items: center;justify-content: space-between;border-bottom: 2px solid #ed5200;}
.footer .top .title{font-weight: 600;width: 40%;line-height: 1.231;}
.footer .top a.more{border-radius: 8px;background: #ed5200;color:#fff;padding: 12px 28px;font-weight: 500;}
.footer .center{padding: 3.65vw 0 2.5vw;display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer .center .footer-info{width: 28%;display: flex;flex-direction: column;}
.footer .center .footer-info ul {margin-bottom: 3.125vw;}
.footer .center .footer-info ul li{margin-bottom: 10px;font-weight: 500;line-height: 1.556;}
.footer .center .footer-info ul li:last-child{margin-bottom: 0;}
.footer .center .footer-info .share{margin-top: auto;display: flex;align-items: center;}
.footer .center .footer-info .share span{font-weight: 500;margin-right: 10px;}
.footer .center .footer-info .share a{color:#fff;width: 22px;height: 22px;border-radius: 2px;background: #fff;color:#222;display: flex;align-items: center;justify-content: center;margin-right: 12px;font-size: 14px;}
.footer .center .footer-nav{width: 63%;}
.footer .center .footer-nav ul{display: flex;justify-content: space-between;}
.footer .center .footer-nav ul li h3 {margin-bottom: 14px;}
.footer .center .footer-nav ul li h3 a{color:#fff;font-weight: 500;}
.footer .center .footer-nav ul li .child p{margin-bottom: 6px;}
.footer .center .footer-nav ul li .child p a{color:rgba(255,255,255,.5);transition: .25s ease-in-out;}
.footer .center .footer-nav ul li .child p a:hover{color:#fff;}
.footer .bottom{background: #1d1d1d;padding: 1.563vw 0;}
.footer .bottom .flex{align-items: center;justify-content: space-between;}
.footer .bottom .flex .logo img{width: 9.38vw;min-width:110px;}
.footer .bottom .flex .copyright{font-weight: 500;}
.footer .bottom .flex .copyright a{color:#fff;display: inline-block;border-bottom:1px solid;transition: .25s ease-in-out;}
.footer .bottom .flex .copyright a:hover{color: #ed5200;}
.footer .bottom .flex #gotoTop{display: flex;flex-direction: column;align-items: center;cursor: pointer;}
.footer .bottom .flex #gotoTop i.fa{color:#ed5200}
.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: #ed5200;border-bottom: 3px solid #ed5200;}
.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;}
#ccc{z-index: 1000 !important;position: fixed;}
#ccc-overlay {position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;background: rgba(0,0,0,0.4);opacity: 0;visibility: hidden;transition: .25s;}
@media (min-width: 760px){
  #ccc #ccc-notify {padding: 30px;}
}
#ccc #ccc-content, #ccc #ccc-notify, #ccc .ccc-module--screen {background-color: #fff;}
#ccc-notify {box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);}
#ccc-notify {position: fixed;left: 0;right: 0;bottom: 0;height: auto;min-height: 48px;padding: 24px;margin: 0;border-radius: 0;overflow: hidden;z-index: 30;display: flex;flex-direction: column;justify-content: space-between;opacity: 1;transform: translateY(calc(100% + 50px));transition: .35s;}
#ccc.cur #ccc-overlay{opacity: 1;visibility: visible;}
#ccc.cur #ccc-notify{transform: translateY(0);}
@media (min-width: 1200px){
  #ccc-notify {z-index: 10;padding: 16px 100px;flex-direction: row;align-items: center;}
  #ccc-notify .content{width: 72%;}
  #ccc-notify .ccc-notify-buttons{margin-top: 0;margin-left: 32px;white-space: nowrap;flex-shrink: 0;}
}
#ccc-notify .content{line-height: 1.66;font-weight: 300;}
#ccc-notify .content a{border-bottom: 1px solid;transition: .25s ease-in-out;font-weight: normal;display: inline-block;line-height: 1;}
#ccc-notify .content a:hover{color:#ed5200;}
#ccc-notify .ccc-notify-buttons button{display: inline-block;padding: 10px 20px;border: 1.5px solid #0B0B0B26;line-height: 1;font-weight: 500;border-radius: 45px;transition: .25s;background: transparent;margin:8px 8px 8px 0 !important;cursor: pointer;font-family: 'Poppins';outline: none;}
#ccc-notify .ccc-notify-buttons button:hover{background: #ed5200;border-color: #ed5200;color:#fff;}
.seo-content{line-height: 1.66;}
.seo-content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
.seo-content h3{font-weight: bold;margin: 2px 0 8px;font-size: 1.65rem;}
.seo-content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
.seo-content hr{border-color: #ed5200;margin: 3vh 0;width: 100%;}
.seo-content table{width: 100%;border: none;height: auto !important;line-height: normal;}
.seo-content table td{border: none;padding: 4px 0;width: auto !important;}
.seo-content table td strong{font-weight: 600;}
.seo-content a{display: inline-block;border-bottom: 1px solid;color:#ed5200;}
.col-page-product{padding: 6.25vw 0;}
.col-page-product .flex{justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
.col-page-product .flex .sider{width: 330px;}
.col-page-product .flex .sider .productSearch{margin-bottom: 20px;}
.col-page-product .flex .sider .productSearch .f18{font-weight: 600;margin-bottom: 10px;}
.col-page-product .flex .sider .productSearch .input{display: flex;}
.col-page-product .flex .sider .productSearch .input input{width: calc(100%  - 55px);height: 55px;background: #f5f5f5;padding-left: 15px;border: none;outline: none;font-family: 'Poppins';}
.col-page-product .flex .sider .productSearch .input button{width: 55px;border: none;background: #ed5200;color:#fff;outline: none;font-family: 'Poppins';}
.col-page-product .flex .sider .title{font-weight: 600;}
.col-page-product .flex .sider .name{margin: 20px 0 22px;display: flex;align-items: center;color:#ed5200;}
.col-page-product .flex .sider .name i.iconfont{margin-right: 10px;}
.col-page-product .flex .sider .name span{font-weight: 500;}
.col-page-product .flex .sider .child .item{padding: 25px 0;border-bottom: 1px solid #dddddd;}
.col-page-product .flex .sider .child .item:first-child{border-top: 1px solid #dddddd;}
.col-page-product .flex .sider .child .item h3 {display: flex;align-items: center;justify-content: space-between;}
.col-page-product .flex .sider .child .item h3 span{font-weight: 600;}
.col-page-product .flex .sider .child .item h3 i.fa{cursor: pointer;width: 24px;text-align: center;transition: .25s ease-in-out;}
.col-page-product .flex .sider .child .item .three{margin-top: 15px;display: none;}
.col-page-product .flex .sider .child .item.active h3 i.fa{transform: rotate(90deg);}
.col-page-product .flex .sider .child .item h4{display: flex;align-items: center;margin-bottom: 8px;}
.col-page-product .flex .sider .child .item h4 i{width: 10px;height: 10px;position: relative;margin-right: 6px;cursor: pointer;}
.col-page-product .flex .sider .child .item h4 i::before,.col-page-product .flex .sider .child .item h4 i::after{content: '';width: 10px;height: 2px;background: #222;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: .25s ease-in-out;}
.col-page-product .flex .sider .child .item h4 i::after{width: 2px;height: 10px;}
.col-page-product .flex .sider .child .item h4 span,.col-page-product .flex .sider .child .item h4 a{font-weight: 600;}
.col-page-product .flex .sider .child .item ul{display: none;}
.col-page-product .flex .sider .child .item .three>ul{display: block;}
.col-page-product .flex .sider .child .item ul li{margin-bottom: 8px;padding-left: 20px;}
.col-page-product .flex .sider .child .item ul li i{width: 15px;height: 15px;border-radius: 2px;border:1px solid #666666;position: relative;display: inline-block;margin-right: 5px;vertical-align: middle;transition: .25s ease-in-out;}
.col-page-product .flex .sider .child .item ul li i::after{content:'\ec9e';font-family: 'iconfont';font-size: 12px;font-weight: bold;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;color:#fff;}
.col-page-product .flex .sider .child .item ul li span{display: inline-block;vertical-align: middle;transition: .25s;line-height: 1;color:#666;max-width: calc(100% - 20px);}
.col-page-product .flex .sider .child .item ul li.active i{background: #ed5200;border-color: #ed5200;}
.col-page-product .flex .sider .child .item ul li.active i::after{opacity: 1;}
.col-page-product .flex .sider .child .item .three_child.active h4 i::after{height: 0;}
.col-page-product .flex .lists{width: calc(96% - 330px);}
.col-page-product .flex .lists ul.list{display: flex;flex-wrap: wrap;}
.col-page-product .flex .lists ul.list li{width: 32%;margin-right: 2%;margin-bottom: 4%;text-align: center;}
.col-page-product .flex .lists ul.list li:nth-child(3n){margin-right: 0;}
.col-page-product .flex .lists ul.list li .img{overflow: hidden;}
.col-page-product .flex .lists ul.list li .title{padding: 2vh 10px 1.5vh;line-height: 1.25;font-weight: 500;transition: .25s ease-in-out;}
.col-page-product .flex .lists ul.list li .more span{font-weight: 600;color:#ed5200;border-bottom: 1px solid;}
.col-product-detail .mbx{padding: 4.5vh 0 5vh;color:#888888;}
.col-product-detail .mbx a{color:#888;}
.col-product-detail .pro_show .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-product-detail .pro_show .flex .img{width: 46%}
.col-product-detail .pro_show .flex .content{width: 45%;}
.col-product-detail .pro_show .flex .content .name{color:#ed5200;}
.col-product-detail .pro_show .flex .content .title{font-weight: 600;line-height: 1.333;margin: 10px 0 2.083vw;padding-bottom: 2.083vw;border-bottom: 1px solid #dddddd;}
.col-product-detail .pro_show .flex .content .s-content{color:#666;line-height: 1.625;margin-bottom: 3.65vw;}
.col-product-detail .pro_show .flex .content .links{display: flex;align-items: center;}
.col-product-detail .pro_show .flex .content .links a.more{width: 11.04vw;height: 2.86vw;min-width: 130px;min-height: 30px;border-radius: 5px;background: #ed5200;color:#fff;display: flex;align-items: center;justify-content: center;font-weight: 600;margin-right: 1.563vw;}
.col-product-detail .pro_show .flex .content .links a.contact{display: flex;align-items: center;}
.col-product-detail .pro_show .flex .content .links a.contact span{font-weight: 600;margin-right: 8px;}
.col-product-detail .pro_show .flex .content .links a.contact i.fa{color:#ed5200}
.col-product-detail .detail1{padding: 5.208vw 0;}  
.col-product-detail .detail1 .title {margin-bottom: 2.86vw;background: #f5f5f5;}
.col-product-detail .detail1 .title span{background: #ed5200;color:#fff;padding: 15px 2.71vw;display: inline-block;font-weight: 600;}
.col-product-detail .detail1 .content{color:#666;line-height: 1.5;}
.col-product-detail .detail1 .content p:empty::before {content: '\200b'; /* 零宽空格 */}
.col-product-detail .detail2 {background: #f5f5f5;display: flex;flex-wrap: wrap;}
.col-product-detail .detail2 .title{text-align: center;padding: 20px;width: 26%;color:#fff;font-weight: 600;display: flex;align-items: center;background: #ed5200;justify-content: center;}
.col-product-detail .detail2 .content{width: 74%;text-align: center;padding: 1.563vw 20px;}
.col-product-detail .detail3{padding: 5.208vw 0;}
.col-product-detail .detail3 ul{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.col-product-detail .detail3 ul li:nth-child(1){width: 49%;}
.col-product-detail .detail3 ul li:nth-child(2){width: 47%;color:#666;line-height: 1.5;}
.col-product-detail .detail3 ul li:nth-child(2) h3{font-weight: 600;margin-bottom: 2.083vw;font-size: 1.563vw;color:#222;}
.col-product-detail .detail3 ul li:nth-child(2) p:empty::before {content: '\200b'; /* 零宽空格 */}
.col-product-detail .related{padding: 0 0 6.25vw;}
.col-product-detail .related h3{font-weight: 600;margin-bottom: 1.875vw;}
.col-product-detail .related .swiper-slide {text-align: center;}
.col-product-detail .related .swiper-slide .img{position: relative;min-height: 66px;overflow: hidden;;}
.col-product-detail .related .swiper-slide .title{padding: 2vh 10px 1.5vh;line-height: 1.25;font-weight: 500;transition: .25s ease-in-out;}
.col-product-detail .related .swiper-slide .more span{font-weight: 600;color:#ed5200;border-bottom: 1px solid;}
.col-page-compliance h2{font-weight: 700;line-height: 1.188;margin-bottom: 18px;}
.col-page-compliance .desc{color: #666;line-height: 1.5;margin-bottom: 2.083vw;}
.col-page-compliance .col-1 {padding: 6.25vw 0;}
.col-page-compliance .col-1 .desc{max-width: 1010px;margin: 0 auto 2.083vw;}
.col-page-compliance .col-1 .content ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-compliance .col-1 .content ul li{width: 23.5%;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);padding: 3.125vw 1.875vw 2.5vw;text-align: center;color:#888;line-height: 1.5;}
.col-page-compliance .col-1 .content ul li img{width: 8.7vw;min-width: 80px;margin-bottom: 10px;}
.col-page-compliance .col-2{background: #f5f5f5;padding: 6.25vw 0;}
.col-page-compliance .col-2 h2{max-width: 624px;margin: 0 auto 18px;}
.col-page-compliance .col-2 .desc{max-width: 1010px;margin: 0 auto 2.083vw;}
.col-page-compliance .col-3 {padding: 6.25vw 0;}
.col-page-compliance .col-3 .flex{background: #f5f5f5;flex-wrap: wrap;}
.col-page-compliance .col-3 .flex .content{width: 50%;padding: 3vh 5vw;display: flex;flex-direction: column;justify-content: center;}
.col-page-compliance .col-3 .flex .content h2{max-width: 380px;}
.col-page-compliance .col-3 .flex .content .desc{margin-bottom: 2.5vw;}
.col-page-compliance .col-3 .flex .content .s-content{font-weight: 600;}
.col-page-compliance .col-3 .flex .content .s-content strong{font-weight: 600;line-height: 1;color:#ed5200}
.col-page-compliance .col-3 .flex .img{width: 50%;position: relative;}
.col-page-compliance .col-3 .flex .img .swiper{width: 41%;position: absolute;left: 50%;transform: translateX(-50%);bottom: 16%;}
.col-page-about .col-1 {padding: 6.25vw 0;}
.col-page-about .col-1 ul li{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;margin-bottom: 3.75vw;}
.col-page-about .col-1 ul li:nth-child(2n){flex-direction: row-reverse;}
.col-page-about .col-1 ul li:last-child{margin-bottom: 0;}
.col-page-about .col-1 ul li .img{width: 50%;}
.col-page-about .col-1 ul li .content{width: 45%}
.col-page-about .col-1 ul li .content .name{font-weight: 500;color:#ed5200;margin-bottom: 5px;}
.col-page-about .col-1 ul li .content .s-content{font-weight: 500;line-height: 1.499;}
.col-page-about .col-1 ul li .content .s-content p{margin-bottom: 6px;}
.col-page-about .col-1 ul li .content .s-content h3{font-weight: 600;margin-bottom: 1.66vw;padding-bottom: 1.563vw;position: relative;}
.col-page-about .col-1 ul li .content .s-content h3::after{content:'';width: 3.65vw;min-width: 30px;height: 4px;background: #ed5200;position: absolute;left: 0;bottom: 0;}
.col-page-about .col-2{padding: 6.25vw 0;color:#fff;}
.col-page-about .col-2 .flex{align-items: center;margin-bottom: 3.75vw;padding-bottom: 2.86vw;border-bottom: 1px solid rgba(255,255,255,.2);}
.col-page-about .col-2 .flex h2{font-weight: 600;margin-right: auto;}
.col-page-about .col-2 .flex .swiper-button{width: 3.65vw;height: 3.65vw;min-width: 40px;min-height: 40px;border-radius: 50%;color:#fff;border: 1px solid #fff;transition: .25s ease-in-out;pointer-events: inherit;outline: none;opacity: 1;display: flex;align-items: center;justify-content: center;position: static;margin-top: 0;}
.col-page-about .col-2 .flex .swiper-button::after{display: none;}
.col-page-about .col-2 .flex .swiper-button-prev{margin-right: 12px;}
.col-page-about .col-2 .flex .swiper-button:hover{background: #ed5200;border-color: #ed5200;}
.col-page-about .col-2 .swiper{padding-right: 13.54vw;overflow: visible;}
.col-page-about .col-2 .swiper .inner{display: flex;}
.col-page-about .col-2 .swiper .inner .title{flex-grow: 0;text-align: center;flex-shrink: 0;padding-bottom: calc(15.63vw + 32px);position: relative;}
.col-page-about .col-2 .swiper .inner .title::after{content:'';width: 2px;height: 14.58vw;position: absolute;left: 50%;margin-left: -1px;bottom: 0;
  background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
}
.col-page-about .col-2 .swiper .inner .title .dot{width: 32px;height: 32px;background: rgba(237,82,0,.3);border-radius: 50%;position: absolute;left: 50%;transform: translateX(-50%);bottom: calc(14.58vw + 7px);}
.col-page-about .col-2 .swiper .inner .title .dot::after{content:'';width: 20px;height: 20px;border-radius: 50%;background: #ed5200;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.col-page-about .col-2 .swiper .inner .title .f60{font-weight: 600;line-height: 1;color:#ed5200;}
.col-page-about .col-2 .swiper .inner .title .f30{font-weight: 500;}
.col-page-about .col-2 .swiper .inner .content{flex-grow: 2;font-weight: 500;line-height: 1.33;padding-top: 14.58vw;margin-left: -2.5vw;}
.col-page-about .col-3{padding: 6.25vw 0;}
.col-page-about .col-3 h2{font-weight: 600;}
.col-page-about .col-3 .content{max-width: 1200px;margin: 15px auto 3.6vh;line-height: 1.33;color:#666;font-weight: 500;}
.col-page-about .col-3 ul.list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-3 ul.list li{width: calc(25% - 10px);color:#fff;overflow: hidden;position: relative;}
.col-page-about .col-3 ul.list li .img{position: relative;}
.col-page-about .col-3 ul.list li .img::after{content:'';width: 100%;height: 100%;background: rgba(237,82,0,.9);position: absolute;left: 0;bottom: 0;opacity: 0;transition: .25s ease-in-out;}
.col-page-about .col-3 ul.list li .img img{width: 100%;height: 100%;object-fit: cover;}
.col-page-about .col-3 ul.list li .inner{position: absolute;width: 100%;position: absolute;left: 0;bottom: 0;padding: 0 15px 3.125vw;text-align: center;}
.col-page-about .col-3 ul.list li .inner .icon img{width: 4.01vw;min-width: 32px;}
.col-page-about .col-3 ul.list li .inner .title{font-weight: 600;margin: 10px 0 14px;}
.col-page-about .col-3 ul.list li .inner .s-content{line-height: 1.5;display: none;}
.col-page-about .col-3 ul.list li:hover .img::after{opacity: 1;}
.col-page-sus h2{font-weight: 600;line-height: 1.2;margin-bottom: 2.083vw;}
.col-page-sus .col-1{padding: 6.25vw 0;}
.col-page-sus .col-1 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-sus .col-1 .flex .content{width: 50%}
.col-page-sus .col-1 .flex .content h2{max-width: 460px;}
.col-page-sus .col-1 .flex .content .s-content{line-height: 1.5;}
.col-page-sus .col-1 .flex .content .s-content p{margin-bottom: 5px;}
.col-page-sus .col-1 .flex .img{width: 48%;}
.col-page-sus .col-list{background: #ed5200;color:#fff;padding: 3.75vw 0;}
.col-page-sus .col-list ul{display: flex;justify-content: space-between;align-items: center;}
.col-page-sus .col-list ul li{width: 20%;text-align: center;line-height: 1.25;font-weight: 600;}
.col-page-sus .col-list ul li:nth-child(2n){width: 1px;height: 14.32vw;min-height: 80px;
  background-image: -moz-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 45%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 45%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 45%, rgba(255,255,255,0) 100%);
}
.col-page-sus .col-list ul li img{width: 5.63vw;min-width: 35px;margin-bottom: 12px;}
.col-page-sus .col-2{padding: 8.33vw 0 23.44vw;text-align: center;}
.col-page-sus .col-2 h2{margin-bottom: 3vh;padding-bottom: 3vh;position: relative;}
.col-page-sus .col-2 h2::after{content:'';width: 3.125vw;height: 5px;background: #ed5200;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.col-page-sus .col-2 .content{max-width: 873px;margin: 0 auto 3.65vw;}
.col-page-sus .col-2 a.more{display: inline-block;border-radius: 8px;color:#fff;background: #ed5200;font-weight: 600;padding: 14px 36px;transition: .25s all ease-in-out;}
.col-page-faqs .wrap{padding: 5.208vw 0 8.96vw;text-align: center;}
.col-page-faqs .wrap h2{font-weight: 600;}
.col-page-faqs .wrap .mbx{margin: 10px 0 1.875vw;color:#888}
.col-page-faqs .wrap .mbx a{color:#888;}
.col-page-faqs .wrap .input{width: 100%;max-width: 566px;margin: 0 auto 1.46vw;height: 55px;background: #fff;box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.08);display: flex;border-radius: 55px;}
.col-page-faqs .wrap .input input{width: calc(100%  - 85px);height: 55px;background: transparent;padding-left: 1.875vw;border: none;outline: none;font-family: 'Poppins';}
.col-page-faqs .wrap .input button{width: 85px;border: none;background: transparent;color:#ed5200;outline: none;}
.col-page-faqs .inner{padding: 6.25vw 0;}
.col-page-faqs .inner .desc{margin-bottom: 3.125vw;font-weight: 600;}
.col-page-faqs .inner ul.list{display: flex;flex-wrap: wrap;}
.col-page-faqs .inner ul.list li{width: 48%;margin-right: 4%;margin-bottom: 4%;border: 1px solid #dddddd;}
.col-page-faqs .inner ul.list li:nth-child(2n){margin-right: 0;}
.col-page-faqs .inner ul.list li .title{background: #f5f5f5;padding: 15px 30px;font-weight: 600;}
.col-page-faqs .inner ul.list li .title i{color:#ed5200;}
.col-page-faqs .inner ul.list li .content{padding: 20px 30px 40px;line-height: 1.5;color:#666;}
.col-page-news{padding: 6.25vw 0;}
.col-page-news .post{margin-bottom: 2.86vw;}
.col-page-news .post a{display: flex;flex-wrap: wrap;align-items: center;background: #f5f5f5;justify-content: space-between;}
.col-page-news .post a .img{width: 50%;overflow: hidden;}
.col-page-news .post a .content{padding: 3.125vw;width: 50%;}
.col-page-news .post a .content .title{line-height: 1.25;font-weight: 600;transition: .25s ease-in-out;}
.col-page-news .post a .content .date{color:#ed5200;margin: 12px 0 1.875vw;font-weight: 500;}
.col-page-news .post a .content .s-content{color:#666;line-height: 1.5;margin-bottom: 3.33vw;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 3;-moz-line-clamp: 3;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-page-news .post a .content .more{display: flex;align-items: center;}
.col-page-news .post a .content .more span{font-weight: 600;margin-right: 9px;}
.col-page-news .post a .content .more i.fa{color:#ed5200}
.col-page-news .post a:hover .content .title{color:#ed5200;}
.col-page-news ul.list{display: flex;flex-wrap: wrap;}
.col-page-news ul.list li{width: 32%;margin-right: 2%;box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);margin-bottom: 4%;}
.col-page-news ul.list li:nth-child(3n){margin-right: 0;}
.col-page-news ul.list li a{display: flex;width: 100%;height: 100%;flex-direction: column;}
.col-page-news ul.list li .img{overflow: hidden;}
.col-page-news ul.list li .content{padding: 2.083vw 2.5vw;flex-grow: 2;display: flex;flex-direction: column;}
.col-page-news ul.list li .content .title{font-weight: 600;line-height: 1.3;margin-bottom: 10px;transition: .25s ease-in-out;}
.col-page-news ul.list li .content .date{margin-top: auto;font-weight: 500;color:#ed5200;}
.col-page-news ul.list li:hover .content .title{color:#ed5200;}
.col-page-contact .col-1{padding: 6.25vw 0;}
.col-page-contact .col-1 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-contact .col-1 .flex .content{width: 46%;}
.col-page-contact .col-1 .flex .content h2{font-weight: 600;margin-bottom: 12px;}
.col-page-contact .col-1 .flex .content .desc{line-height: 1.5;margin-bottom: 2.60vw;}
.col-page-contact .col-1 .flex .content .s-content{color:#666;line-height: 1.875;}
.col-page-contact .col-1 .flex .content .s-content h3{font-weight: 600;color:#222;}
.col-page-contact .col-1 .flex .content .s-content p:empty::before {content: '\200b'; /* 零宽空格 */}
.col-page-contact .col-1 .flex .content .share{margin-top: auto;display: flex;align-items: center;margin-top: 1.25vw;}
.col-page-contact .col-1 .flex .content .share span{font-weight: 500;margin-right: 10px;}
.col-page-contact .col-1 .flex .content .share a{color:#fff;width: 22px;height: 22px;border-radius: 2px;background: #ed5200;color:#fff;display: flex;align-items: center;justify-content: center;margin-right: 12px;font-size: 14px;}
.col-page-contact .col-1 .flex .map{width:51% ;height: 28.33vw;min-height: 200px;}
.col-page-contact .col-1 .flex .map>p{width:100%;height: 100%;}
.col-page-contact .col-1 .flex .map img{width: 100%;height: 100%;object-fit: cover;}
.col-page-contact .col-1 .flex .map iframe{width: 100%;height: 100%;}
.col-page-contact .col-2{padding: 0 0 6.25vw;}
.col-page-contact .col-2 .wrap{background: #f5f5f5;padding: 3.75vw 3.125vw;}
.col-page-contact .col-2 .wrap h2{font-weight: 600;margin-bottom: 2.60vw;}
.col-page-contact .col-2 .wrap form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-contact .col-2 .wrap form ul li{width: 32%;margin-bottom: 20px;}
.col-page-contact .col-2 .wrap form ul li:nth-child(n+4){width: 100%;}
.col-page-contact .col-2 .wrap form ul li p{font-weight: 500;margin-bottom: 8px;}
.col-page-contact .col-2 .wrap form ul li input,.col-page-contact .col-2 .wrap form ul li textarea{width: 100%;height: 50px;background: #fff;padding-left: 12px;outline: none;border: none;font-family: 'Poppins';}
.col-page-contact .col-2 .wrap form ul li textarea{height: auto;min-height: 140px;padding-top: 15px;}
.col-page-contact .col-2 .wrap form ul li.code {display: flex;}
.col-page-contact .col-2 .wrap form ul li.code input{width: 120px;}
.col-page-contact .col-2 .wrap form ul li.code img{max-width: calc(100% - 130px);}
.col-page-contact .col-2 .wrap form .sub{margin-top: 1.875vw;}
.col-page-contact .col-2 .wrap form .sub{width: 11.04vw;height: 2.86vw;min-width: 130px;min-height: 30px;border-radius: 5px;background: #ed5200;color:#fff;display: flex;align-items: center;justify-content: center;font-weight: 600;border: none;font-family: 'Poppins';}
.col-page-policy{padding: 8.33vw 0;}
.col-page-policy h2{margin-bottom: 3.125vw;font-weight: 800;text-transform: uppercase;}
.col-page-policy .content{line-height: 1.8;font-weight: 300;}
.col-page-policy .content p{margin-bottom: 5px;}
.col-page-policy .content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
.col-page-policy .content h3{font-weight: bold;margin: 2px 0 8px;font-size: 1.65rem;}
.col-page-policy .content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
.col-page-policy .content hr{border-color: #ed5200;margin: 3vh 0;width: 100%;}
.col-news-detail{padding: 8.33vw 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:#ed5200;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: #ed5200;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:#ed5200;}
.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:#ed5200;}
/* media */
@media (max-width: 1800px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1460px) {
  .col-page-product .flex .sider{width: 240px;}
  .col-page-product .flex .lists{width: calc(98% - 240px);}
  .container2{padding: 0 8.33vw;}
  .container3{padding: 0 10.417vw;}
  .container4 {padding: 0 12.5vw;}
}
@media (max-width: 1200px) {
  .col-page-faqs .wrap .input{height: 40px;}
  .col-page-faqs .wrap .input input{height: 40px;padding-left: 12px;width: calc(100% - 50px);}
  .col-page-faqs .wrap .input button{width: 50px;}
  .col-page-about .col-3 ul.list li{width: calc(50% - 6px);margin-bottom: 12px;}
  .col-page-product .flex .sider .productSearch .input input{height: 40px;}
  .col-page-product .flex .sider .productSearch .input input{width: calc(100% - 40px);}
  .col-page-product .flex .sider .productSearch .input button{width: 40px;}
  .col-page-product .flex .sider .child .item{padding: 12px 0;}
  .col-index-product .flex .content .more,.col-index-news .more a,.col-page-sus .col-2 a.more{padding: 8px 20px;}
  #col-index-banner, #col-index-banner .swiper-slide{height: 60vh;}
  .container2{padding: 0 5.2vw;}
  .container3{padding: 0 8.3vw;}
  .container4 {padding: 0 10.4vw;}
}
@media (max-width: 992px) {
  .col-product-detail .detail3 ul li:nth-child(2) h3{font-size: 16px !important;}
  #col-index-banner .swiper-slide .ban_cont .s-content,.col-page-sus .col-list ul li{font-size: 14px !important;}
  .col-index-solution .content a.more,.col-index-texture .flex .content .links a.more{font-size: 12px !important;}
  .col-page-contact .col-2 .wrap form ul li input, .col-page-contact .col-2 .wrap form ul li textarea{height: 40px;}
  .col-page-contact .col-2 .wrap form ul li textarea{min-height: 100px;}
  .head_fixed{height: 90px;}
  .col-page-sus .col-list ul {flex-wrap: wrap;}
  .col-page-sus .col-list ul li{width: 48%;margin-bottom: 20px;}
  .col-page-about .col-2 .swiper .inner .title .dot{width: 18px;height: 18px;}
  .col-page-about .col-2 .swiper .inner .title .dot::after{width: 8px;height: 8px;}
  .col-page-compliance .col-1 .content ul li{width: calc(50% - 10px);margin-bottom: 20px;}
  .col-product-detail .detail2 .title,.col-product-detail .detail2 .content,.col-page-compliance .col-3 .flex .content,.col-page-compliance .col-3 .flex .img,.col-page-news .post a .img,.col-page-news .post a .content,.col-page-contact .col-2 .wrap form ul li{width: 100%;}
  .col-product-detail .detail1 .title span,.col-product-detail .detail2 .title{padding: 10px 15px;}
  .col-product-detail .mbx{padding: 20px 0;}
  .col-page-product .flex .sider .name{margin: 5px 0;}
  .col-page-product .flex .lists ul.list li,.col-page-news ul.list li{width: 49%;margin-right: 2%;}
  .col-page-product .flex .lists ul.list li:nth-child(3n),.col-page-news ul.list li:nth-child(3n){margin-right: 2%;}
  .col-page-product .flex .lists ul.list li:nth-child(2n),.col-page-news ul.list li:nth-child(2n){margin-right: 0;}
  .col-page-product .flex .lists ul.list li .title,.col-product-detail .related .swiper-slide .title{padding: 5px 5px 10px;}
  .col-banner .swiper-slide{height: 40vh !important;}
  #col-banner .swiper-slide .ban_cont h2{margin-bottom: 0;}
  .footer .top,.footer .top .title,.footer .center .footer-info,.footer .bottom .flex{display: block;text-align: center;width: 100%;}
  .footer .bottom .flex .copyright{margin: 10px  0;}
  .footer .top .title{margin-bottom: 10px;}
  .col-index-solution .content .name i,.col-index-texture .flex .content .name i{margin-right: 5px;}
  .col-index-solution .content .name i img,.col-index-texture .flex .content .name i img{width: 14px;}
  .col-index-solution .bg ul li span{left: 10px;}
  .col-index-solution .bg ul li .dot{width: 10px;height: 10px;}
  .col-index-solution .bg ul li .dot::before{width: 6px;height: 6px;}
  .col-index-product .swiper-slide .title{padding: 0 5px;}
  .col-index-product .flex .content .more,.col-index-news .more a,.footer .top a.more,.col-page-sus .col-2 a.more{padding: 5px 12px;font-size: 12px !important;}
  .col-index-product .flex .title,.col-index-product .flex .content,.col-index-texture .flex .img,.col-index-texture .flex .content,.col-index-sus .flex .content,.col-index-sus .flex .lists,.col-page-product .flex .sider,.col-page-product .flex .lists,.col-product-detail .pro_show .flex .img,.col-product-detail .pro_show .flex .content,.col-product-detail .detail3 ul li:nth-child(1),.col-product-detail .detail3 ul li:nth-child(2),.col-page-about .col-1 ul li .img,.col-page-about .col-1 ul li .content,.col-page-sus .col-1 .flex .content,.col-page-sus .col-1 .flex .img,.col-page-contact .col-1 .flex .content,.col-page-contact .col-1 .flex .map{width: 100%;max-width: none;margin-bottom: 20px;}
  .col-index-about{padding: 8vh 0 50vw;}
  .header .logo{margin-right: auto;}
  .header-top .inner .flex,.header>.inner>.flex{padding: 0 20px;}
  .header>.inner>.flex{height: 50px;}
  #col-index-banner, #col-index-banner .swiper-slide{height: 50vh;}
  .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, .header.cur .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-top .inner .flex ul.nav,.header>.inner .contact,.col-index-solution .bg ul li .dot::after,.col-index-solution .swiper-pagination,.footer .center .footer-nav,.col-page-sus .col-list ul li:nth-child(2n){display: none !important;}
  .change-language{margin-left: 0;padding-left: 0;} 
}
@media (max-width: 768px) {
  .col-index-sus .flex .lists ul li .title i.fa{width: 24px;height: 24px;font-size: 14px;}
}   
@media (max-width: 468px) {
  .col-page-compliance .col-1 .content ul li,.col-page-about .col-3 ul.list li,.col-page-faqs .inner ul.list li,.col-page-news ul.list li{width: 100%;margin-right: 0 !important;}
  .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;}
}
