@charset "utf-8";
@font-face {
  font-family: "Barlow";
  font-weight: 100;
  src: url("../fonts/Barlow-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 200;
  src: url("../fonts/Barlow-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 300;
  src: url("../fonts/Barlow-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: regular;
  src: url("../fonts/Barlow-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 500;
  src: url("../fonts/Barlow-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 600;
  src: url("../fonts/Barlow-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: bold;
  src: url("../fonts/Barlow-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 800;
  src: url("../fonts/Barlow-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 900;
  src: url("../fonts/Barlow-Black.ttf") format("truetype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_zmul7j80k69.woff2?t=1778832361571') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_zmul7j80k69.woff?t=1778832361571') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_zmul7j80k69.ttf?t=1778832361571') format('truetype');
}
*{margin:0;padding: 0;}
html{overflow-x: hidden;font-size: 16px;}
body {min-width: 320px;color: #1e1e1e;font-family:"Barlow","PingFang SC","microsoft yahei", Arial, sans-serif;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"; }
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
li {list-style: none;}
i {font-style: normal;}
a {color: #1e1e1e;text-decoration: none;}
a:focus{text-decoration: none;outline: none;}
a:hover {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 12.5vw;}
.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: #ee9900;}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{border-radius: 0;background-color: #f6f6f6;}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 0;background-color: #ee9900;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: #ee9900;/* 设置Swiper风格 */
  --swiper-preloader-color: #ee9900;/* 单独设置预加载圆圈的颜色 */
}


body.Ov{overflow:visible;}


/* 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: 6.25vw;min-height: 60px;}
.header{width: 100%;z-index: 991;position: fixed;top:0;left: 0;transition: 0.25s ease-in-out;background: transparent;}
.header .inner .flex{height:6.25vw;min-height: 60px;align-items: center;transition: .25s ease-in-out;padding: 0 5.42vw;}
.header .logo{font-size: 0;position: relative;}
.header .logo img{width: 8.44vw;min-width: 90px;transition: .25s ease-in-out;}
.header nav{height: 100%;margin:0 auto;}
.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: 6.04vw;position: relative;height: 100%;}
.header nav ul li:last-child{margin-right:0;}
.header nav ul li>a{transition: 0.25s;display: inline-block;padding: 20px 0;position: relative;line-height: 1;vertical-align: middle;color:#fff}
.header .inner nav ul li .child {position: absolute;top: 100%;left: -20px;background: #1e1e1e;min-width: 260px;box-shadow: 0 24px 24px rgba(0,0,0,0.08);opacity: 0;transform: translateY(10px);pointer-events: none;transition: all 0.25s ease;padding: 10px 0;}
.header .inner nav ul li .child a {display: block;padding: 6px 20px;text-decoration: none;color: #fff;transition: background 0.2s ease;}
.header .inner nav ul li .child a:hover {background: #ee9900;}
.header .inner nav ul li:hover .child {opacity: 1;transform: translateY(0);pointer-events: auto;}
.header .inner .share{margin-right: 2.86vw;}
.header .inner .share a{color:#fff;margin-right: 7px;}
.header .inner .share a:last-child{margin-right:0;}
.header .index-search{margin-right: 20px;position: relative;z-index: 1;font-size: 0;}
.header .index-search>a{display: inline-block;transition: .25s;color:#fff;}
.header .inner .index-search .content {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.75);backdrop-filter: blur(4px);z-index: 999;display: none;align-items: center;justify-content: center;}
.header .inner .index-search .content .container {position: relative;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.header .inner .index-search .content .s-content {background: #fff;text-align: center;padding: 40px 30px;width: 90%;max-width: 700px;border-radius: 32px;box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);position: relative;transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1),opacity 0.4s ease;transform: translateY(30px);opacity: 0;}
.header .inner .index-search .content.active .s-content {transform: translateY(0);opacity: 1;transition-delay: 0.1s;}
.header .inner .index-search .content a.close {position: absolute;top: 20px;right: 24px;font-size: 28px;color: #888;transition: all 0.2s;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: transparent;}
.header .inner .index-search .content a.close:hover {background: #f0f0f0;color: #333;transform: rotate(90deg);}
.header .inner .index-search .content .title {color: #1e2a3e;margin-bottom: 28px;line-height: 1.3;font-weight: 600;font-size: 28px;letter-spacing: -0.3px;background: linear-gradient(135deg, #1e2a3e, #2c3e50);background-clip: text;-webkit-background-clip: text;color: transparent;display: inline-block;}
.header .inner .index-search .content .input {font-size: 0;line-height: 1;display: flex;justify-content: center;gap: 12px;flex-wrap: wrap;}
.header .inner .index-search .content input {height: 56px;outline: none;box-sizing: border-box;transition: all 0.2s;}
.header .inner .index-search .content .searchValue { padding: 0 20px; border: 1.5px solid #e2e8f0; font-size: 16px; width: 65%; min-width: 200px; color: #1e293b; background: #fff; border-radius: 48px; font-weight: 400; letter-spacing: 0.3px;}
.header .inner .index-search .content .searchValue:focus {border-color: #222;box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);}
.header .inner .index-search .content .searchValue::-webkit-input-placeholder {color: #94a3b8;font-weight: 400;}
.header .inner .index-search .content .searchValue:-moz-placeholder {color: #94a3b8;}
.header .inner .index-search .content .searchValue::-moz-placeholder {color: #94a3b8;}
.header .inner .index-search .content .searchValue:-ms-input-placeholder {color: #94a3b8;}
.header .inner .index-search .content button {width: 56px;background: #1e293b;border: none;color: #fff;font-family: 'iconfont';font-size: 24px;border-radius: 48px;cursor: pointer;transition: all 0.2s ease;display: inline-flex;align-items: center;justify-content: center;}
.header .inner .index-search .content button:hover {background: #ee9900;transform: scale(1.02);box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);}
.header .inner .index-search .content button:active {transform: scale(0.98);}
@media (max-width: 640px) {
  .header .inner .index-search .content .s-content {padding: 32px 20px;width: 92%;border-radius: 28px;}
  .header .inner .index-search .content .title {font-size: 24px;margin-bottom: 24px;}
  .header .inner .index-search .content .searchValue {width: 100%;margin-bottom: 12px;}
  .header .inner .index-search .content .input {flex-direction: column;align-items: center;}
  .header .inner .index-search .content button {width: 100%;max-width: 200px;}
  .header .inner .index-search .content a.close {top: 12px;right: 16px;}
}
.floating-buttons {position: fixed;right: 24px;bottom: 24px;display: flex;flex-direction: column;gap: 16px;z-index: 9999;}
.float-btn {width: 56px;height: 56px;border-radius: 50%;background-color: #ee9900; color: white;display: flex;align-items: center;justify-content: center;text-decoration: none;box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.05);transition: all 0.25s ease-in-out;cursor: pointer;border: none;outline: none;position: relative;font-size: 26px;}
.float-btn i {font-size: 26px;line-height: 1;}
.float-btn:hover {color: #fff;transform: scale(1.08);background-color: #ee9900;box-shadow: 0 12px 22px rgba(0, 0, 0, 0.25);}
.float-btn:active {transform: scale(0.96);transition-duration: 0.08s;}
.float-btn::before {content: attr(data-tooltip);position: absolute;right: 70px;background: rgba(0, 0, 0, 0.75);color: #fff;padding: 6px 12px;border-radius: 30px;font-size: 13px;font-weight: 500;font-family: system-ui, -apple-system, sans-serif;white-space: nowrap;pointer-events: none;opacity: 0;transition: opacity 0.2s ease, transform 0.2s ease;transform: translateX(8px);backdrop-filter: blur(4px);letter-spacing: 0.3px;z-index: 10000;}
.float-btn:hover::before {opacity: 1;transform: translateX(0);}
@media (max-width: 640px) {
  .floating-buttons {right: 16px;bottom: 20px;gap: 12px;}
  .float-btn {width: 48px;height: 48px;font-size: 22px;}
  .float-btn i {font-size: 22px;}
  .float-btn::before {right: 60px;font-size: 11px;padding: 4px 10px;white-space: nowrap;}
}
.float-btn:focus-visible {outline: 2px solid #fff;outline-offset: 2px;background-color: #3666b0;}

.header.active ,.header.cur{top: 0;background: #1e1e1e;box-shadow: 0 5px 12px 0 rgba(0,0,0,0.08);}
.header.active .inner .flex,.header.cur .inner .flex{height: 5.2vw;} 
.header.active .inner .flex .logo img,.header.cur .inner .flex .logo img{width: 6.66vw;}
.header.on{box-shadow: none;}



.change-language {display: inline-block;position: relative;text-align: left;vertical-align: middle;line-height: 1;padding: 10px 0;}
.change-language .change-language-title{position: relative;}
.change-language .change-language-title a{color:#fff;}
.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%;z-index: 2;}
.col-banner .banner-container .swiper-slide{font-size: 0;position: relative;height: auto;}
.col-banner .banner-container .swiper-slide .img {width: 100%;height: 100%;}
.col-banner .banner-container .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
.col-banner .banner-container .swiper-slide video {width: 100vw;height: 100%;object-fit: cover;position: relative;}
.col-banner .banner-container .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 .banner-container .swiper-slide .ban_cont{top: auto;bottom: 7.14vw;padding: 0 5.52vw}
#col-index-banner .banner-container .swiper-slide .ban_cont .content .title{font-weight: 600;margin-bottom: 1.04vw;}
#col-index-banner .banner-container .swiper-slide .ban_cont .content .s-content{max-width: 850px;line-height: 1.091;margin-bottom: 2.083vw;}
#col-index-banner .scroll{position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 4.95vw;min-width: 28px;z-index: 1;}
#col-banner .swiper-slide .ban_cont .title{font-weight: 600;margin-bottom: 0.83vw;}
#col-banner .swiper-slide .ban_cont .mbx a{color:#fff;}
#col-banner .swiper-slide .ban_cont .mbx i.fa{margin: 0 6px;}


.more-btn{display: inline-block;padding: 7px;background: rgba(238,153,0,.8);color:#fff;border-radius: 65px;}
.more-btn>*{display: inline-block;vertical-align: middle;}
.more-btn span{margin: 0 20px 0 42px;font-weight: 500;}
.more-btn i.iconfont{width: 51px;height: 51px;line-height: 51px;border-radius: 50%;background: #fff;color:#ee9900;text-align: center;}

.col-index-about{padding: 6.25vw 0;}
.col-index-about .flex{align-items: center;flex-wrap: wrap;justify-content: space-between;}
.col-index-about .flex .content{width: 47%;}
.col-index-about .flex .content .title{color:#ee9900;margin-bottom: 1.25vw;}
.col-index-about .flex .content .s-content{line-height: 1.5;}
.col-index-about .flex .content .s-content h3{font-weight: 600;line-height: 1.097;}
.col-index-about .flex .img{width: 50%;position: relative;}
.col-index-about .flex .img .year{background: #ffa400;color:#fff;width: 15.63vw;padding: 1.09vw 1.875vw 1.66vw;position: absolute;bottom: -7.71vw;right: -1.66vw;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}
.col-index-about .flex .img .year p:nth-child(1){font-weight: 600;font-size: 5.47vw;line-height: 1;}
.col-index-about .flex .img .year p:nth-child(1) sup{top: -.5em;font-size: 60%;}
.col-index-about .flex .img .year p:nth-child(2){font-weight: 600;font-size: 3.54vw;line-height: 1;margin-bottom: 12px;}
.col-index-about .num {margin-top: 2.5vw;font-weight: 500;}
.col-index-about .num ul{width: 57.81vw;display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-index-about .num ul li p:nth-child(1){color:#ee9900;}
.col-index-about .num ul li p:nth-child(1) .odometer{font-weight: 600;font-family: 'Barlow';line-height: 1;vertical-align: baseline;}

.col-index-advantage ul{display: flex;flex-wrap: wrap;border-top: 1px solid rgba(223,223,223,.6);}
.col-index-advantage ul li{width: 25%;position: relative;overflow: hidden;text-align: center;padding: 3.75vw;border-right: 1px solid rgba(223,223,223,.6);border-bottom: 1px solid rgba(223,223,223,.6);}
.col-index-advantage ul li:last-child{border-right: none;}
.col-index-advantage ul li .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;transition: .25s ease-in-out;}
.col-index-advantage ul li .bg img{width: 100%;height: 100%;object-fit: cover;}
.col-index-advantage ul li .content{font-weight: 500;line-height: 1;transition: .25s ease-in-out;}
.col-index-advantage ul li .content img{width: 4.64vw;min-width: 32px;margin-bottom: 1.25vw;}
.col-index-advantage ul li:hover .bg{opacity: 1;}
.col-index-advantage ul li:hover .content{color:#fff}

.col-index-product{padding: 6.25vw 0;border-bottom: 1px solid rgba(223,223,223,.6);}
.col-index-product .wrap{padding: 0 17px;}
.col-index-product h2{font-weight: 600;margin-bottom: 12px;}
.col-index-product .content{margin-bottom: 4.43vw;}
.col-index-product .swiper-slide {text-align: center;}
.col-index-product .swiper-slide .img{overflow: hidden;position: relative;margin-bottom: 1.875vw;border-bottom: 5px solid #ee9900;min-height: 66px;}
.col-index-product .swiper-slide .title{margin-bottom: 2.083vw;}
.col-index-product .swiper-slide .more{display: inline-block;padding: 9px 32px;border-radius: 37px;background: #ee9900;color:#fff;}

.col-index-case{padding: 6.25vw 0 0;border-bottom: 1px solid rgba(223,223,223,.6);}
.col-index-case .wrap{padding: 0 17px;}
.col-index-case h2{font-weight: 600;margin-bottom: 12px;}
.col-index-case .content{margin:0 auto 4.43vw;max-width: 1072px;;}
.col-index-case .swiper{overflow: visible;padding: 0 10.417vw;}
.col-index-case .swiper .swiper-slide .img{border-radius: 10px;overflow: hidden;position: relative;min-height: 66px;background: #000;}
.col-index-case .swiper .swiper-slide .img img{opacity: .55;transition: .25s ease-in-out;}
.col-index-case .swiper .swiper-slide-active .img img{transition-delay: .225s;opacity: 1;}
.col-index-case .swiper .swiper-button{width: 3.125vw;height: 3.125vw;min-width: 28px;min-height: 28px;border-radius: 50%;border: 1px solid #fff;outline: none;color:#fff;transition: .25s ease-in-out;display: flex;align-items: center;justify-content: center;pointer-events: inherit;position: absolute;top: 50%;transform: translateY(-50%);margin-top: 0;}
.col-index-case .swiper .swiper-button::after{display: none;}
.col-index-case .swiper .swiper-button:hover{background: #fff;color:#000;}
.col-index-case .swiper .swiper-button-prev{left: 13.02vw}
.col-index-case .swiper .swiper-button-next{right: 13.02vw}

.col-index-news{padding: 6.325vw 0;background: #fafafa;}
.col-index-news h2{font-weight: 600;margin-bottom: 15px;}
.col-index-news .content{margin:0 auto 4.43vw;max-width: 1072px;color:#4a4949;}
.col-index-news .swiper .swiper-slide .img{position: relative;overflow: hidden;min-height: 66px;}
.col-index-news .swiper .swiper-slide .date{color:#565656;margin: 1.563vw 0 0.78vw;}
.col-index-news .swiper .swiper-slide .title{line-height: 1.33;margin-bottom: 1.5vh;padding-bottom: 2.5vh;border-bottom: 1px solid #e4e4e4;transition: .25s ease-in-out;}
.col-index-news .swiper .swiper-slide .s-content{color:#3d3d3d;line-height: 1.556;margin-bottom: 2.083vw;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 .swiper-slide .more{color:#ee9900}
.col-index-news .swiper .swiper-slide:hover .title{color:#ee9900;}

.footer {background-color: #222325;}
.footer .footer-cta {padding: 35px 0;border-bottom: 1px solid rgba(242,242,242,.25);}
.footer .footer-cta .flex{display: flex;align-items: center;}
.footer .cta-text {color: #ffffff;margin-right: auto;}
.footer .cta-text h2 {line-height: 1;}
.footer .cta-btn {background-color: #ee9900;color: #ffffff;border: none;padding: 10px 22px;border-radius: 60px;font-weight: 500;cursor: pointer;display: flex;align-items: center;text-transform: uppercase;margin-right: 10px;}
.footer .cta-btn:last-child {margin-right: 0;}

.footer .cta-btn i.fa{margin-right: 12px;}
.footer .footer-main {padding: 50px 0;border-bottom: 1px solid rgba(242,242,242,.25);}
.footer .footer-main .flex{display: flex;justify-content: space-between;align-items: flex-start;}
.footer .footer-logo img{width:9.32vw;min-width: 90px;}
.footer .logo-icon {width: 45px;height: 45px;background: linear-gradient(135deg, #f39c12, #e67e22);border-radius: 6px;display: flex;align-items: center;justify-content: center;}
.footer .logo-icon i {color: #ffffff;font-size: 24px;}
.footer .logo-text {color: #ffffff;font-size: 16px;font-weight: 700;letter-spacing: 0.5px;}
.footer .footer-contact{width: 40vw;}
.footer .footer-contact h4 {color: #fff;margin-bottom: 15px;}
.footer .footer-contact p {margin-bottom: 5px;color:#fff;}
.footer .footer-contact a {color: #ffffff;text-decoration: none;}
.footer .footer-contact a:hover {color: #ee9900;}
.footer .footer-social {display: flex;flex-direction: column;align-self: center;}
.footer .footer-social h4 {font-size: 13px;font-weight: 500;color: #aaaaaa;margin-bottom: 15px;text-transform: capitalize;}
.footer .social-icons {display: flex;gap: 12px;}
.footer .social-icon {width: 32px;height: 32px;background-color: #3a3a3a;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #ffffff;text-decoration: none;font-size: 14px;transition: all 0.3s;}
.footer .social-icon:hover {background-color: #f39c12;color: #ffffff;}
.footer .footer-nav {display: flex;justify-content: center;align-items: center;padding: 20px 80px;border-bottom: 1px solid rgba(242,242,242,.25);}
.footer .nav-links {display: flex;justify-content: center;flex: 1;gap: 0;}
.footer .nav-links a {color: #aaaaaa;text-decoration: none;font-size: 12px;padding: 5px 30px;border-right: 1px solid #3a3a3a;transition: color 0.3s;}
.footer .nav-links a:first-child {border-left: 1px solid #3a3a3a;}
.footer .nav-links a:hover {color: #f39c12;}
.footer .back-to-top {color: #aaaaaa;text-decoration: none;font-size: 12px;display: flex;align-items: center;gap: 5px;transition: color 0.3s;}
.footer .back-to-top:hover {color: #f39c12;}
.footer .copyright {text-align: center;padding: 20px 80px;color: #666666;font-size: 11px;}
.footer .copyright a{color:#666;transition: .25s ease-in-out;}
.footer .copyright a:hover{color:#fff;}


.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;} 
.pagination>li {display: inline;} 
/* page */ 
.page {text-align: center;}
.page ul li a{border:none;background: none;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: #ee9900;border-bottom: 3px solid #ee9900;}
.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:#ee9900;}
#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;outline: none;font-family: 'Barlow';}
#ccc-notify .ccc-notify-buttons button:hover{background: #ee9900;border-color: #ee9900;color:#fff;}

.seo-content{line-height: 1.66;padding: 5.208vw 0;color:rgba(51,51,51,.55)}
.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: #ee9900;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:#ee9900;}

.col-page-about .col-1{padding: 6.25vw 0;}
.col-page-about .col-1 .flex{flex-wrap: wrap;justify-content: space-between;align-items: center;}
.col-page-about .col-1 .flex .content{width: 52%;}
.col-page-about .col-1 .flex .content .title{color:#ee9900;font-weight: 500;margin-bottom: 1.25vw;}
.col-page-about .col-1 .flex .content .s-content{line-height: 1.66;}
.col-page-about .col-1 .flex .content .s-content h3{font-weight: bold;line-height: 1;margin-bottom: 1.25vw;}
.col-page-about .col-1 .flex .img{width: 44%;}
.col-page-about .col-2{padding: 10.42vw 0 13.85vw;color:#fff;}
.col-page-about .col-2 h2{font-weight: 600;margin-bottom: 3vh;padding-bottom: 2.8vh;position: relative;}
.col-page-about .col-2 h2::after{content:'';width: 7.03vw;height: 2px;min-width: 50px;background: #ee9900;position: absolute;left: 0;bottom: 0;}
.col-page-about .col-2 .content{line-height: 1.66;max-width: 800px;}
.col-page-about .col-3{padding: 6.25vw 0;}
.col-page-about .col-3 h2{font-weight: 600;margin-bottom: 2.6vw;}
.col-page-about .col-3 .content{line-height: 1.66;margin-bottom: 5.31vw;}
.col-page-about .col-3 .swiper-slide .img{border-bottom: 5px solid #ee9900;overflow: hidden;}
.col-page-about .col-4{padding: 0 0 6.25vw;text-align: center;}
.col-page-about .col-4 h2{font-weight: 600;margin-bottom: 1.04vw;}
.col-page-about .col-4 .content{line-height: 1.66;margin-bottom: 5.89vw;}
.col-page-about .col-4 .img{max-width: 65.89vw;margin: 0 auto;}

.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: 23%;position: sticky;top: 115px;}
.col-page-product .flex .sider .title{font-weight: 600;color:#ee9900;margin-bottom: 2.85vw;}
.col-page-product .flex .sider ul li{margin-bottom: 2.5vw;}
.col-page-product .flex .sider ul li:last-child{margin-bottom: 0;}
.col-page-product .flex .sider ul li h3{font-weight: 600;margin-bottom: 2.2vh;padding-bottom: 2.2vh;border-bottom: 1px solid #ee9900;}
.col-page-product .flex .sider ul li .child p{margin-bottom: 12px;}
.col-page-product .flex .sider ul li .child p:last-child{margin-bottom: 0;}
.col-page-product .flex .sider ul li .child p a{transition: .25s ease-in-out;}
.col-page-product .flex .sider ul li .child p a:hover{color:#ee9900;}
.col-page-product .flex .sider ul li .child p a.active{font-weight: 500;}
.col-page-product .flex .lists{width: 72%;}
.col-page-product .flex .lists h3{font-weight: 500;margin-bottom: 2.71vw;}
.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{font-weight: 500;line-height: 1.286;margin: 1.66vw 0 10px;padding: 0 1.25vw;transition: .25s ease-in-out;}
.col-page-product .flex .lists ul.list li .para{font-weight: 300;color:#464646;margin-bottom: 15px;}
.col-page-product .flex .lists ul.list li .more span{display: inline-block;color:#ee9900;border-bottom: 1px solid;}
.col-page-product .flex .lists ul.list li:hover .title{color:#ee9900;}

.col-product-detail .mbx{padding: 1.875vw 0;margin-bottom: 3.44vw;display: flex;align-items: center;}
.col-product-detail .mbx i.fa{margin: 0 8px;}
.col-product-detail .mbx a{transition: .25s ease-in-out;}
.col-product-detail .mbx a:hover{color:#ee9900;}
.col-product-detail .pro_show{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;margin-bottom: 5.208vw;}
.col-product-detail .pro_show .caseleft{width: 45%;}
.col-product-detail .pro_show .caseleft .gallery-top{margin-bottom: 20px;}
.col-product-detail .pro_show .caseleft .swiper-slide {overflow: hidden;}
.col-product-detail .pro_show .caseright{width: 45%;}
.col-product-detail .pro_show .caseright .para{margin-bottom: 1.25vw;}
.col-product-detail .pro_show .caseright h2{font-weight: 500;margin-bottom: 1.46vw;}
.col-product-detail .pro_show .caseright .content{line-height: 1.875;}
.col-product-detail .pro_show .caseright .content h4{font-weight: 500;font-size: 24px;}
.col-product-detail .pro_show .caseright .content strong{color:#ee9900;font-weight: 600;font-size: 36px;}
.col-product-detail .pro_show .caseright .links{display: flex;flex-wrap: wrap;margin-top: 1.875vw;}
.col-product-detail .pro_show .caseright .links a{width: 11.46vw;height: 3.125vw;min-width: 120px;min-height: 32px;border-radius: 60px;background: #ee9900;color:#fff;display: flex;align-items: center;justify-content: center;transition: .25s ease-in-out;margin: 0 20px 10px 0;}
.col-product-detail .detail {margin-bottom: 5.208vw;}
.col-product-detail .detail h3{margin-bottom: 3.125vw;}
.col-product-detail .detail .content{line-height: 1.66;}
.col-product-detail .detail .content table{width: 100% !important;border: none !important;}
.col-product-detail .detail .content table td{width: auto !important;border: none !important;padding: 6px;text-align: center;line-height: 1.23;}
.col-product-detail .detail .content table td:not(:last-child){border-right: 1px solid #e2e2e2 !important;}
.col-product-detail .related{margin-bottom:3.125vw;}
.col-product-detail .related h3{margin-bottom: 3.125vw;}
.col-product-detail .related .swiper-slide {text-align: center;}
.col-product-detail .related .swiper-slide .img{overflow: hidden;}
.col-product-detail .related .swiper-slide .title{font-weight: 500;line-height: 1.286;margin: 1.66vw 0 10px;padding: 0 1.25vw;transition: .25s ease-in-out;}
.col-product-detail .related .swiper-slide .para{font-weight: 300;color:#464646;margin-bottom: 15px;}
.col-product-detail .related .swiper-slide .more span{display: inline-block;color:#ee9900;border-bottom: 1px solid;}
.col-product-detail .related .swiper-slide:hover .title{color:#ee9900;}
.col-message{padding: 6.25vw 0;}
.col-message h2{font-weight: 600;margin-bottom: 1.875vw;}
.col-message .content{margin-bottom: 2.71vw;max-width: 1152px;line-height: 1.66;}
.col-message form ul{display: flex;flex-wrap: wrap;}
.col-message form ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;}
.col-message form ul li:nth-child(2n){margin-right: 0;}
.col-message form ul li:nth-child(n+5){width:100%;margin-right: 0;}
.col-message form ul li p{margin-bottom: 8px;}
.col-message form ul li input,.col-message form ul li textarea{width: 100%;height: 47px;border-radius: 8px;padding-left: 20px;outline: none;border: none;background: #f9f9f9;}
.col-message form ul li textarea{height: auto;min-height: 200px;padding-top: 20px;}
.col-message form ul li.code{display: flex;}
.col-message form ul li.code input{width:120px;}
.col-message form ul li.code img{max-width: calc(100% - 120px);}
.col-message form .sub{width: 15.94vw;height: 2.92vw;border-radius: 56px;background: #ee9900;color:#fff;text-transform: uppercase;border: none;font-weight: 500;min-width: 130px;min-height: 32px;}

.vicenav{background: #f3f3f3;display: flex;justify-content: center;padding: 2.083vw 20px;}
.vicenav a{margin: 0 3.125vw;transition: .25s ease-in-out;text-align: center;}
.vicenav a.active,.vicenav a:hover{color:#ee9900;}
.col-page-application{padding: 6.25vw 0;}
.col-page-application .content{line-height: 1.66;margin-bottom: 5.208vw;}
.col-page-application .content h3{font-weight: 600;font-size: 2.81vw;margin-bottom: 1.563vw;}
.col-page-application ul.list{display: flex;flex-wrap: wrap;}
.col-page-application ul.list li{width: 49%;margin-right: 2%;margin-bottom: 6%;}
.col-page-application ul.list li:nth-child(2n){margin-right: 0;}
.col-page-application ul.list li .img{overflow: hidden;}
.col-page-application ul.list li .title{text-align: center;margin-top: 1.875vw;}

.col-application-detail .wrap{padding: 6.25vw 0;}
.col-application-detail .wrap .content {line-height: 1.66;}
.col-application-detail .wrap .content h3{color:#ee9900;font-size: 1.875vw;;}
.col-application-detail .wrap .content h2{font-weight: 600;margin-bottom: 1.563vw;font-size: 2.81vw;}
.col-application-detail .wrap .content h4{font-weight: 600;font-size: 1.875vw;margin-bottom: 10px;}
.col-application-detail .wrap .content ul{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between}
.col-application-detail .wrap .content ul li{width: 48%;margin-top: 4.69vw;}
.col-application-detail .wrap .more{margin-top: 6.25vw;}
.col-application-detail .wrap .more .title{font-weight: 600;margin-bottom: 30px;}
.col-application-detail .wrap .more .slide .swiper-slide{text-align: center;font-weight: 500;}
.col-application-detail .wrap .more .slide .swiper-slide p:nth-child(1){margin-bottom: 10px;}
.col-application-detail .faq{background: #f9f9f9;padding: 6.25vw 0;}
.col-application-detail .faq .title{margin-bottom: 30px;font-weight: 600;text-transform: uppercase;}
.col-application-detail .faq .lists ul li{padding: 1.563vw 0;border-bottom: 1px solid #d3d3d3;}
.col-application-detail .faq .lists ul li .name{transition: .25s ease-in-out;position: relative;padding-right: 3.33vw;cursor: pointer;}
.col-application-detail .faq .lists ul li .name::after{content:'+';font-size: 30px;line-height: 1;color:#ee9900;position: absolute;right: calc(3.33vw - 18px);top: 50%;transform: translateY(-50%);}
.col-application-detail .faq .lists ul li .content{padding-top: 15px;}
.col-application-detail .faq .lists ul li.active .name{color:#ee9900}
.col-application-detail .faq .lists ul li.active .name::after{content:'-';}

.col-page-news{background: #f6f6f6;padding: 6.25vw 0;}
.col-page-news h2{font-weight: 600;margin-bottom: 3.754vw;}
.col-page-news ul.list{display: flex;flex-wrap: wrap;}
.col-page-news ul.list li{border-radius: 12px;overflow: hidden;width: 32%;margin-right: 2%;margin-bottom: 3%;}
.col-page-news ul.list li:nth-child(3n){margin-right: 0;}
.col-page-news ul.list li a{display: flex;flex-direction: column;width: 100%;height: 100%;background: #fff;border-radius: 15px;overflow: hidden;;}
.col-page-news ul.list li .img{overflow: hidden;}
.col-page-news ul.list li .content{padding: 38px 30px 25px;flex-grow: 2;display: flex;flex-direction: column}
.col-page-news ul.list li .content .title{margin: 10px 0 auto;transition: .25s;}
.col-page-news ul.list li .content .more{margin-top: 3.281vw;padding-top: 20px;border-top: 1px solid #eee;display: flex;align-items: center;justify-content: space-between;}
.col-page-news ul.list li:hover .content .title{color: #ee9900;}

.col-page-policy{padding: 6.25vw 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: #ee9900;margin: 3vh 0;width: 100%;}

.col-news-detail{padding: 8.33vw 0;background: #f6f6f6;}
.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:#ee9900;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: #ee9900;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:#ee9900;}
.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:#ee9900;}

.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: 42%;}
.col-page-contact .col-1 .flex .content h2{font-weight: 600;margin-bottom: 2.92vw;padding-bottom: 2.083vw;position: relative;}
.col-page-contact .col-1 .flex .content h2::after{content:'';width: 72%;height: 1px;background: rgba(238,153,0,.42);position: absolute;left: 0;bottom: 0;}
.col-page-contact .col-1 .flex .content ul li{margin-bottom: 3.125vw;}
.col-page-contact .col-1 .flex .content ul li .title{margin-bottom: 0.83vw;display: flex;align-items: center;}
.col-page-contact .col-1 .flex .content ul li .title i.iconfont{width: 2.24vw;height: 2.24vw;border-radius: 5px;background: #ee9900;color:#fff;display: flex;align-items: center;justify-content: center;min-width: 28px;min-height: 28px;margin-right: 15px;}
.col-page-contact .col-1 .flex .content ul li .title span{font-weight: 600;}
.col-page-contact .col-1 .flex .img{width: 58%}
.col-page-contact .col-2 .col-message{background: #f8f8f8;}
.col-page-contact .col-2 .col-message form ul li input,.col-page-contact .col-2 .col-message form ul li textarea{background: #fff;}


/* media */

@media (max-width: 1800px) {

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

}
@media (max-width: 1460px) {
  .col-page-news ul.list li .content{padding: 20px;}
  .more-btn i.iconfont{width: 42px;height: 42px;line-height: 42px;}
  
}
@media (max-width: 1200px) {
  .container2{padding: 0 5.2vw;}
  
}
@media (max-width: 992px) {
  .col-index-about .flex .img .year p:nth-child(1){font-size: 32px !important;}
  .col-product-detail .pro_show .caseright .content strong,.col-page-application .content h3,.col-application-detail .wrap .content h2{font-size: 20px !important;}
  .col-application-detail .wrap .content h3,.col-application-detail .wrap .content h4{font-size: 18px !important;}
  .col-index-about .flex .img .year p:nth-child(2),.col-product-detail .pro_show .caseright .content h4{font-size: 16px !important;}
  
  .vicenav a{margin: 0 5px;}
  .col-page-product .flex .sider{width: 100%;margin-bottom: 20px;position: relative;top: 0;}
  .col-page-product .flex .lists,.col-application-detail .wrap .content ul li{width: 100%;}
  .footer .footer-cta .flex,.footer .footer-main .flex{display: block;text-align: center;width: 100%;}
  .footer-contact {
   width: 100% !important; 
}
  .footer .cta-btn{display: inline-block;margin-top: 20px;}
  .footer .social-icons{justify-content: center;}
  .col-index-advantage ul li{width: 50%;}
  .col-index-product .swiper-slide .more,.footer .cta-btn{padding: 5px 18px;}
  .col-index-about .flex .img .year{width: 180px;padding: 12px;}
  .col-index-about .num{margin-top: 12vw;}
  .col-index-about .flex .content,.col-index-about .flex .img,.col-page-about .col-1 .flex .content,.col-page-about .col-1 .flex .img,.col-product-detail .pro_show .caseleft,.col-product-detail .pro_show .caseright,.col-page-contact .col-1 .flex .content,.col-page-contact .col-1 .flex .img{width: 100%;max-width: none;margin-bottom: 20px;}
  .more-btn i.iconfont{width: 24px;height: 24px;line-height: 24px;}
  .more-btn span{margin: 0 10px 0 12px;}
  #col-index-banner .swiper-slide{height: 50vh !important;}
  #col-banner .swiper-slide{height: 30vh !important;}
  .header .logo{margin-right: auto;}
  
  .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, .header.cur .flex .lines span, .header.on .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{display: none !important;}
  .change-language{margin-left: 0;padding-left: 0;} 
  
  
}
@media (max-width: 768px) {
  .col-application-detail .faq .lists ul li{padding: 12px 0;}
  .col-message form ul li{width: 100%;margin-right: 0 !important;}
  .col-product-detail .detail .content table{display: block;overflow-x: auto;}
  .col-message form ul li input, .col-message form ul li textarea{height: 32px;}
  .col-message form ul li textarea{min-height: 110px;}
  .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;}
  
}   
@media (max-width: 468px) {
  .col-page-news ul.list li{width: 100%;margin-right: 0;}
  .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;}
  

  
}
