@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_fonx7oc5ep.woff2?t=1775641327062') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_fonx7oc5ep.woff?t=1775641327062') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_fonx7oc5ep.ttf?t=1775641327062') format('truetype');
}
*{margin:0;padding: 0;}
html{overflow-x: hidden;font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #333333;font-family:"Barlow","microsoft yahei", Arial, sans-serif;font-weight: normal;overflow: hidden;background: #07101e;color:#fff;}
*{word-break:normal !important}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.goomay a {
  font-family:"iconfont" !important;
  font-size:12px!important;
  color: rgba(255,255,255,.6) !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(255,255,255,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 4.38vw;}
.container3 {max-width: 100%; width:100%;margin: 0 auto;padding: 0 11.46vw;}
.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: #1a75bb;}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{border-radius: 0;background-color: #f6f6f6;}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 0;background-color: #1a75bb;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: #1a75bb;/* 设置Swiper风格 */
  --swiper-preloader-color: #1a75bb;/* 单独设置预加载圆圈的颜色 */
}
body.OV,html.OV{overflow: inherit;}



/* 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: 5.208vw;min-height: 60px;position: relative;}
.head_fixed::after{content:'';width: 100%;height: 20.83vw;position: absolute;left: 0;top: 0;z-index: -1;background: linear-gradient(to bottom,#072f63,#07101e);}

.header{width: 100%;z-index: 991;position: fixed;top:0;left: 0;transition: 0.25s;}
.header::after{content:'';width: 100%;height: 8.59vw;background: linear-gradient(to bottom,#02153a,rgba(2,21,58,0));position: absolute;left: 0;top: 0;z-index: -1;}
.header .inner>.container2>.flex{height: 6.25vw;min-height: 60px;align-items: center;transition: .25s ease-in-out;}
.header .logo{margin-right: auto;font-size: 0;position: relative;}
.header .logo img{width: 11.67vw;min-width: 100px;transition: .25s ease-in-out;}
.header nav{height: 100%;}
.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:1.563vw;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;text-transform: uppercase;font-weight: 600;}
.header nav>ul>li .child{position: absolute;width: 100%;top: 100%;left: 0;background: rgba(24,27,34,.9);padding:  2.71vw 0 5.208vw;overflow: hidden;display: none;border-top: 1px solid rgba(255,255,255,.1);}
.header nav>ul>li .child.aboutChild .flex{justify-content: space-between;}
.header nav>ul>li .child.aboutChild .flex .left{width: 26%;border-right: 1px solid rgba(255,255,255,.1);display: flex;flex-direction: column;align-items: flex-start;padding-right: 3.75vw;}
.header nav>ul>li .child.aboutChild .flex .left h3{margin-bottom: 1.25vw;color:rgba(255,255,255,.3);letter-spacing: 0.1vw;font-weight: 600;text-transform: uppercase;}
.header nav>ul>li .child.aboutChild .flex .left .s-content{line-height: 1.556;margin-bottom: 3.75vw;font-weight: 300;}
.header nav>ul>li .child.aboutChild .flex .left .s-content strong{color:#fff;font-weight: 600;display: block;margin-bottom: 0.83vw;font-size: 2.76vw;}
.header nav>ul>li .child.aboutChild .flex .left .more{margin-top: auto;display: flex;align-items: center;justify-content: center;text-transform: uppercase;letter-spacing: 0.1vw;color:#fff;font-weight: 600;width: 15.26vw;height: 2.97vw;min-width: ;min-height: ;
  background-image: -moz-linear-gradient( 28deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
  background-image: -webkit-linear-gradient( 28deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
  background-image: -ms-linear-gradient( 28deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
}
.header nav>ul>li .child.aboutChild .flex .center{width: 30%;}
.header nav>ul>li .child.aboutChild .flex .center p{margin-bottom: 16px;}
.header nav>ul>li .child.aboutChild .flex .center p a{transition: .25s;color:#c9d1e1;}
.header nav>ul>li .child.aboutChild .flex .center p a:hover{color:#fff;}
.header nav>ul>li .child.aboutChild .flex .right{width: 35%;}
.header nav>ul>li .child.aboutChild .flex .right .img{border-radius: 13px;overflow: hidden;}
.header nav>ul>li .child.productChild {padding: 0;}
.header nav>ul>li .child.productChild .wrap{padding: 2.71vw 0 4.38vw;}
.header nav>ul>li .child.productChild .wrap h3{margin-bottom: 2.5vw;color:rgba(255,255,255,.3);letter-spacing: 0.1vw;font-weight: 600;text-transform: uppercase;}
.header nav>ul>li .child.productChild .wrap .items{display: flex;align-items: flex-start}
.header nav>ul>li .child.productChild .wrap .items .item{flex: 1;padding: 0 18px;position: relative;border-left: 1px solid rgba(255,255,255,.1);}
.header nav>ul>li .child.productChild .wrap .items .item .name a{color:#65b2df;font-weight: 600;}
.header nav>ul>li .child.productChild .wrap .items .item .three{margin-top: 1.25vw;}
.header nav>ul>li .child.productChild .wrap .items .item .three p{margin-bottom: 0.63vw;}
.header nav>ul>li .child.productChild .wrap .items .item .three p a{color:#c9d1e1;font-weight: 600;transition: .25s ease-in-out;}
.header nav>ul>li .child.productChild .wrap .items .item .three p a:hover{color:#fff;}
.header nav>ul>li .child.productChild .other{padding: 2.4vw 0;background-color: #262a34;}
.header nav>ul>li .child.productChild .other .flex{align-items: center;padding-right: 5vw;}
.header nav>ul>li .child.productChild .other .flex a{border: 1px solid #474d5c;padding: 0 2.71vw;height: 2.97vw;min-height: 28px;color:#c9d1e1;transition: .25s ease-in-out;margin-right: 1.66vw;font-weight: 500;display: flex;align-items: center;}
.header nav>ul>li .child.productChild .other .flex a:last-child{margin-right: 0;}
.header nav>ul>li .child.productChild .other .flex a.name{color:#fff;
  background-image: -moz-linear-gradient( 28deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
  background-image: -webkit-linear-gradient( 28deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
  background-image: -ms-linear-gradient( 28deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
}
.header nav>ul>li .child.productChild .other .flex a.name i.iconfont{margin-right: 8px;}
.header nav>ul>li .child.productChild .other .flex a.name span{letter-spacing: .1vw;font-weight: 600;}
.header nav>ul>li .child.productChild .other .flex a:hover{color:#fff;border-color: #fff;}

.header .email{color:#fff;position: relative;margin:0 1.563vw;padding-left: 1.563vw;}
.header .email::after{content:'';width: 1px;height: 20px;background-color: rgba(255,255,255,.33);position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
.header .email a{color:#fff;}
.header .index-search{margin-right: 1.25vw;padding-right: 1.563vw;position: relative;}
.header .index-search::after{content:'';width: 1px;height: 20px;background-color: rgba(255,255,255,.33);position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.header .index-search>a{display: inline-block;transition: .25s;color:#fff;}
.header .index-search{position: relative;font-size: 0;line-height: 1;}
.header .index-search .content{position: fixed;width:100%;height: 100vh;top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 999;display: none;}
.header .index-search .content .container{position: relative;height: 100%;}
.header .index-search .content .s-content{background: #fff;text-align: center;padding:6vh 20px;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
.header .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
.header .index-search .content .title{color:#242424;margin-bottom: 10px;line-height: 1.5;}
.header .index-search .content .input{font-size: 0;line-height: 1;max-width: 600px;margin: 0 auto;display: flex;}
.header .index-search .content input{height: 60px;outline: none;vertical-align: middle;}
.header .index-search .content .searchValue{padding-left: 20px;border: 1px solid #ededed;font-size: 16px;width: calc(100% - 60px);color:#292929;}
.header .index-search .content .searchValue::-webkit-input-placeholder {color: #b6b6b6;}
.header .index-search .content .searchValue:-moz-placeholder {color: #b6b6b6;}
.header .index-search .content .searchValue::-moz-placeholder {color: #b6b6b6;}
.header .index-search .content .searchValue:-ms-input-placeholder {color: #b6b6b6;}
.header .index-search .content .search-btn{width: 60px;background: #222;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';font-weight: normal;}
.header .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}
.header .language .change-language-title .language-flag a{display: flex;align-items: center;transition: .25s;color:#fff;}
.header .language .change-language-title .language-flag a span{padding-left: 10px;}
.header .language .change-language-title .language-flag a i.fa{margin-left: 5px;}
.header.active::after,.header.cur::after{height: 100%;}
.header.active .inner>.container2>.flex,.header.cur .inner>.container2>.flex{height: 5.208vw;}
.header.active .logo img,.header.on .logo img,.header.cur .logo img{width: 10vw;}
.header.openChild{background: rgba(24,27,34,.9);}


.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: #07101e;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(255,255,255,.1);display: flex;justify-content: space-between;flex-wrap: wrap;}
.Menu ul.list li a{color:#fff;}
.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 .child p a{color:#fff;}
.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: #fff;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;bottom: 2.60vw;}
#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{bottom: 5vw;}
#col-index-banner .swiper-slide .ban_cont .content .s-content{max-width: 500px;}
#col-index-banner .swiper-slide .ban_cont .content .s-content h3{font-weight: 600;line-height: 1.2;margin: 5px 0 10px;}
#col-banner .swiper-slide .ban_cont.about_cont{bottom: auto;top: 50%;transform: translateY(-50%);}
#col-banner .swiper-slide .ban_cont .content h2{margin-bottom: 1.25vw;}
#col-banner .swiper-slide .ban_cont .content .s-content{line-height: 1.556;}

.col-bg,.col-bg2{position: relative;z-index: 1}
.col-index-news{padding: 6.88vw 0 10.94vw;color:#fff;}
.col-index-news .flex{margin-bottom: 4.17vw;align-items: center;}
.col-index-news .flex .title {margin-right: auto;}
.col-index-news .flex .title .name{font-weight: 600;margin-bottom: 0.66vw;}
.col-index-news .flex .title h3{font-weight: 600;}
.col-index-news .flex .swiper-button{position: relative;width: 8.33vw;height: 2.813vw;max-width: 160px;max-height: 54px;min-width: 45px;min-height: 30px;border-radius: 54px;border: 2px solid rgba(255,255,255,.2);display: flex;align-items: center;justify-content: center;color:rgba(255,255,255,.2);top: auto;left: auto;right: auto;margin-top: 0;outline: none;opacity: 1;pointer-events: auto;transition: .25s;margin: 0 1.302vw 0 0;}
.col-index-news .flex .swiper-button::after{display: none;}
.col-index-news .flex .swiper-button:hover{border-color: #fff;color:#fff;}
.col-index-news .swiper-slide .img{border-radius: 15px;overflow: hidden;position: relative;min-height: 66px;}
.col-index-news .swiper-slide .img img{object-fit: cover;
    width: 650px;
    height: 250px;
    object-position: center;
    display: block;}
.col-index-news .swiper-slide .date{color:#1a75bb;font-weight: 600;margin: 2.71vw 0 1.66vw;}
.col-index-news .swiper-slide .title{font-weight: 600;line-height: 1.231;color:#fff;padding-right: 30%;}
.col-index-about{padding: 0 0 12.5vw;color:#fff;}
.col-index-about h3{font-weight: 600;margin-bottom: 1.66vw;}
.col-index-about .content{font-weight: 300;line-height: 1.4;margin-bottom: 9.11vw;}
.col-index-about .num ul{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.col-index-about .num ul li{width: 24%;position: relative;font-weight: 300;border-right: 1px solid rgba(255,255,255,.2);}
.col-index-about .num ul li p:nth-child(1){font-weight: 600;line-height: 1;}
.col-index-about .num ul li p:nth-child(1) .odometer{font-family: 'Barlow';}
.col-index-about .num ul li:nth-child(1) .odometer-formatting-mark{display: none;}
.col-index-product{padding: 0 0 20px;color:#fff;}
.col-index-product .name{font-weight: 300;}
.col-index-product h3{font-weight: 600;margin: 6px 0 3.54vw;}
.col-index-product ul.list{border-radius: 15px;overflow: hidden;position: relative;display: flex;height: 584px;}
.col-index-product ul.list>li{transition: .35s ease-in-out;position: relative;z-index: 1;display: flex;align-items: center;width: 25%;}
.col-index-product ul.list>li .img{position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;transition: .25s ease-in-out;}
.col-index-product ul.list>li .img::after{content:'';width: 100%;height: 88%;position: absolute;left: 0;bottom: 0;background: linear-gradient(to top,rgba(11,77,162,1),rgba(11,77,162,0));opacity: .57;}
.col-index-product ul.list>li .img img{width: 100%;height: 100%;object-fit: cover;transition: .25s ease-in-out;}
.col-index-product ul.list>li .title{width: 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);padding: 0 1.875vw;text-align: center;transition: .25s ease-in-out;}
.col-index-product ul.list>li .title .icon img{width: 2.97vw;min-width: 30px;}
.col-index-product ul.list>li .title .name{line-height: 1.364;transition: .25s ease-in-out;margin-top: 1.875vw;}
.col-index-product ul.list>li .content{width: 100%;padding: 4.58vw 3.125vw 5vw;opacity: 0;transform: translateY(20px);transition: .25s ease-in-out;visibility: hidden;pointer-events: none;position: relative;z-index: 12;}
.col-index-product ul.list>li .content .icon{margin-bottom: 1.66vw;}
.col-index-product ul.list>li .content .icon img{width: 2.97vw;min-width: 30px}
.col-index-product ul.list>li .content .name{font-weight: 600;margin-bottom: 1.46vw;padding-bottom: 1.25vw;border-bottom: 1px solid rgba(68,157,218,.5);}
.col-index-product ul.list>li .content .s-content {margin-bottom: 1.875vw;}
.col-index-product ul.list>li .content .s-content ul{display: flex;flex-wrap: wrap;}
.col-index-product ul.list>li .content .s-content ul li{width: 45%;margin-bottom: 10px;}
.col-index-product ul.list>li .content .more{display: flex;align-items: center;justify-content: center;background: #005896;color:#fff;text-transform: uppercase;padding: 18px;}
.col-index-product ul.list.active>li:not(.active){width: 18.5%;}
.col-index-product ul.list.active>li:not(.active) .title .name{transform: translateY(10px);opacity: 0;visibility: hidden;}
.col-index-product ul.list>li.active {width: 44.5%;}
.col-index-product ul.list>li.active .title{transform: translateY(20px);opacity: 0;visibility: hidden;}
.col-index-product ul.list>li.active .content{transition-delay: .35s;transform: none;opacity: 1;visibility: visible;pointer-events: inherit;}
.col-index-global{padding: 9.38vw 0 13.54vw;color:#fff;}
.col-index-global .name{margin-bottom: 3.125vw;}
.col-index-global .flex{justify-content: space-between;align-items: center;flex-wrap: wrap;}
.col-index-global .flex .img{width: 50%;}
.col-index-global .flex .content{width: 38%;padding-right: 5.5vw;}
.col-index-global .flex .content .s-content{font-weight: 200;line-height: 1.556;margin-bottom: 2.29vw;}
.col-index-global .flex .content .s-content h3{font-weight: normal;line-height: 1.283;margin-bottom: 12px;}
.col-index-global .flex .content a.more{display: flex;align-items: center;justify-content: center;width: 21.51vw;height: 3.125vw;min-width: 160px;min-height: 30px;color:#fff;
  background-image: -moz-linear-gradient( 0deg, rgb(20,96,166) 0%, rgb(29,97,159) 49%, rgb(35,92,145) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(20,96,166) 0%, rgb(29,97,159) 49%, rgb(35,92,145) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(20,96,166) 0%, rgb(29,97,159) 49%, rgb(35,92,145) 100%);
}
.col-index-global .flex .content a.more i.iconfont{margin-right: 2.60vw;}
.col-index-global .flex .content a.more span{font-weight: 300;text-transform: uppercase;}
.col-index-sus{padding: 0 0 2.5vw;}
.col-index-sus .wrap{border-radius: 15px;overflow: hidden;color:#fff;padding: 22.45vw 4.01vw 8.85vw;}
.col-index-sus .wrap .content{max-width: 450px;}
.col-index-sus .wrap .content h3{font-weight: 600;margin-bottom: 1.04vw;}
.col-index-sus .wrap .content .s-content{line-height: 1.722;margin-bottom: 2.81vw;}
.col-index-sus .wrap .content .more{display: inline-block;border-bottom: 1px solid;color:#fff;padding-bottom: 3px;transition: .25s all ease-in-out;}
.col-index-sus .wrap .content .more>*{display: inline-block;vertical-align: middle;}
.col-index-sus .wrap .content .more span{text-transform: uppercase;margin-right: 1.66vw;}
.col-index-sus .wrap .content .more:hover{color:#1a75bb}

.footer{padding: 5.208vw 0 3.44vw;position: relative;z-index: 1;background: linear-gradient(to top,#0b499a,#07101e);color:#fff;}
.footer .logo img{width: 11.67vw;min-width: 100px;}
.footer .footer-nav{margin: 5vw 0 11.09vw;}
.footer .footer-nav ul{display: flex;justify-content: space-between;}
.footer .footer-nav ul li{max-width: 20%;}
.footer .footer-nav ul li h3,.footer .footer-nav ul li h3 a{color:#fff;font-weight: 600;text-transform: uppercase;}
.footer .footer-nav ul li .child{margin-top: 1.875vw;}
.footer .footer-nav ul li .child p{margin-bottom: 5px;}
.footer .footer-nav ul li .child p a{color:#fff;transition: .25s ease-in-out;}
.footer .bottom{display: flex;justify-content: space-between;align-items: center;}
.footer .bottom .share{display: flex;align-items: center;}
.footer .bottom .share a{width: 54px;height: 54px;border-radius: 50%;color:#fff;display: flex;align-items: center;justify-content: center;transition: .25s ease-in-out;margin-right: 10px;font-size: 24px;border: 2px solid rgba(255,255,255,.5);position: relative;
  background-image: -moz-linear-gradient( -49deg, rgba(215,215,215,0.87059) 0%, rgba(235,235,235,0.38039) 50%, rgba(245,245,245,0.1098) 76%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( -49deg, rgba(215,215,215,0.87059) 0%, rgba(235,235,235,0.38039) 50%, rgba(245,245,245,0.1098) 76%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( -49deg, rgba(215,215,215,0.87059) 0%, rgba(235,235,235,0.38039) 50%, rgba(245,245,245,0.1098) 76%, rgba(255,255,255,0) 100%);
}
.footer .bottom .share a.wechat .code{position: absolute;bottom: 100%;margin-bottom: 10px;left: 50%;transform: translateX(-50%);display: none;padding:5px;background: #fff;z-index: 90;}
.footer .bottom .share a.wechat .code::after{content:'';border-top:8px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;top:100%;left: 50%;transform: translateX(-50%);}
.footer .bottom .share a.wechat .code img{max-width: 120px;}
.footer .bottom .copyright .otherinfo{display: flex;align-items: center;margin-bottom: 12px;color:rgba(255,255,255,.6)}
.footer .bottom .copyright .links{display: flex;align-items: center;justify-content: flex-end;flex-wrap: wrap;}
.footer .bottom .copyright .links a{border-bottom: 1px solid;color:rgba(255,255,255,.2);transition: .25s all ease-in-out;margin-right: 2.60vw;}
.footer .bottom .copyright .links 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: #1a75bb;border-bottom: 3px solid #1a75bb;}
.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;color:#000;}
#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:#1a75bb;}
#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: #1a75bb;border-color: #1a75bb;color:#fff;}

.col-page{position: relative;z-index: 1;color:#fff;}
.vicenav{position: relative;z-index: 1;border-bottom: 1px solid rgba(255,255,255,.1);}
.vicenav .flex{align-items: center;justify-content: space-between;}
.vicenav .flex .child{display: flex;}
.vicenav .flex .child a{padding: 1.563vw 20px;color:rgba(255,255,255,.4);position: relative;transition: .25s ease-in-out;}
.vicenav .flex .child a::after{content:'';width: 100%;height: 2px;background: #1a75bb;position: absolute;left: 0;bottom: -1px;opacity: 0;transition: .25s ease-in-out;}
.vicenav .flex .child a.active,.vicenav .flex .child a:hover{color:#fff;}
.vicenav .flex .child a.active::after,.vicenav .flex .child a:hover::after{opacity: 1;}
.vicenav .flex .mbx{font-weight: 500;color:rgba(255,255,255,.4)}
.vicenav .flex .mbx a{color:rgba(255,255,255,.4);transition: .25s ease-in-out;}
.vicenav .flex .mbx a:hover{color:#fff;}
.vicenav .flex .mbx i.fa{margin: 0 5px;}
.vicenav .flex .mbx i.iconfont{margin-right: 10px;}
.col-page-about .col-1{padding: 6.25vw 0;}
.col-page-about .col-1 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;margin-bottom: 7.81vw;}
.col-page-about .col-1 .flex .img{width: 43%;border-radius: 15px;overflow: hidden;;}
.col-page-about .col-1 .flex .content{width: 53%;}
.col-page-about .col-1 .flex .content .name{line-height: 1.283;margin-bottom: 1.875vw;max-width: 625px;}
.col-page-about .col-1 .flex .content .s-content{font-weight: 300;line-height: 1.556;max-height: 312px;overflow-y: auto;padding-right: 20px;}
.col-page-about .col-1 .num ul{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.col-page-about .col-1 .num ul li{width: 24%;position: relative;font-weight: 300;border-right: 1px solid rgba(255,255,255,.2);}
.col-page-about .col-1 .num ul li p:nth-child(1){font-weight: 600;line-height: 1;}
.col-page-about .col-1 .num ul li p:nth-child(1) .odometer{font-family: 'Barlow';}
.col-page-about .col-1 .num ul li:nth-child(1) .odometer-formatting-mark{display: none;}
.col-page-about .col-2{padding: 8.33vw 0 6.25vw;background: linear-gradient(to bottom,#072f63,#161e2b);}
.col-page-about .col-2 .flex{align-items: flex-end;margin-bottom: 5.47vw;}
.col-page-about .col-2 .flex .title {margin-right: auto;}
.col-page-about .col-2 .flex .title .namemark{color:#1a75bb;letter-spacing: 0.2vw;margin-bottom: 5px;text-transform: uppercase;}
.col-page-about .col-2 .flex .swiper-button{position: relative;width: 8.33vw;height: 2.813vw;max-width: 160px;max-height: 54px;min-width: 45px;min-height: 30px;border-radius: 54px;border: 2px solid rgba(255,255,255,.2);display: flex;align-items: center;justify-content: center;color:rgba(255,255,255,.2);top: auto;left: auto;right: auto;margin-top: 0;outline: none;opacity: 1;pointer-events: auto;transition: .25s;margin: 0 1.302vw 0 0;}
.col-page-about .col-2 .flex .swiper-button::after{display: none;}
.col-page-about .col-2 .flex .swiper-button:hover{border-color: #fff;color:#fff;}
.col-page-about .col-2 .swiper-slide {height: auto;}
.col-page-about .col-2 .swiper-slide .img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;transition: .25s ease-in-out;opacity: 0;border-radius: 15px;overflow: hidden;}
.col-page-about .col-2 .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
.col-page-about .col-2 .swiper-slide .inner{width: 100%;height: 100%;border-radius: 15px;border: 1px solid rgba(255,255,255,.18);background: rgba(255,255,255,.04);padding: 2.5vw 1.875vw;position: relative;overflow: hidden;z-index: 1;}
.col-page-about .col-2 .swiper-slide .inner .icon{margin-bottom: 13.96vw;}
.col-page-about .col-2 .swiper-slide .inner .icon img{width: 3.91vw;min-width: 30px;}
.col-page-about .col-2 .swiper-slide .inner .name{font-weight: 600;margin-bottom: 14px;}
.col-page-about .col-2 .swiper-slide .inner .s-content{font-weight: 300;line-height: 1.556;}
.col-page-about .col-2 .swiper-slide:hover .img{opacity: 1;}
.col-page-about .col-3{padding: 6.25vw 0}
.col-page-about .col-3 .flex{align-items: flex-end;margin-bottom: 5.47vw;}
.col-page-about .col-3 .flex .title {margin-right: auto;}
.col-page-about .col-3 .flex .title .namemark{color:#1a75bb;letter-spacing: 0.2vw;margin-bottom: 5px;text-transform: uppercase;}
.col-page-about .col-3 .flex .swiper-button{position: relative;width: 8.33vw;height: 2.813vw;max-width: 160px;max-height: 54px;min-width: 45px;min-height: 30px;border-radius: 54px;border: 2px solid rgba(255,255,255,.2);display: flex;align-items: center;justify-content: center;color:rgba(255,255,255,.2);top: auto;left: auto;right: auto;margin-top: 0;outline: none;opacity: 1;pointer-events: auto;transition: .25s;margin: 0 1.302vw 0 0;}
.col-page-about .col-3 .flex .swiper-button::after{display: none;}
.col-page-about .col-3 .flex .swiper-button:hover{border-color: #fff;color:#fff;}
.col-page-about .col-3 .swiper-slide .img{transform-origin: bottom;}
.col-page-about .col-3 .swiper-slide .title{color:#fff;width: 100%;position: absolute;left: 0;bottom: 0;padding: 0 1.66vw 1.46vw;opacity: 0;transition: .25s ease-in-out;transform: translateY(20px);}
.col-page-about .col-3 .swiper-slide.swiper-slide-active .title{transition-delay: .35s;opacity: 1;transform: none;}
.col-page-about .col-4{padding: 6.25vw 0;}
.col-page-about .col-4 .namemark{color:rgba(255,255,255,.33);letter-spacing: 0.2vw;margin-bottom: 5px;text-transform: uppercase;}
.col-page-about .col-4 h3{margin-bottom: 6.25vw;}
.col-page-about .col-4 .year-container{margin-bottom: 4.32vw;}
.col-page-about .col-4 .year-container::after{content:'';width: 100vw;height: 1px;background: rgba(255,255,255,.1);position: absolute;left: 50%;transform: translateX(-50%);bottom: 14px;z-index: -1;}
.col-page-about .col-4 .year-container .swiper-slide{text-align: center;cursor: pointer;}
.col-page-about .col-4 .year-container .swiper-slide .title{transition: .4s ease-in-out;font-weight: 600;}
.col-page-about .col-4 .year-container .swiper-slide .dot{position: relative;width: 28px;height: 28px;position: relative;margin: 0.83vw auto 0;}
.col-page-about .col-4 .year-container .swiper-slide .dot::before{content:'';width: 12px;height: 12px;border-radius: 50%;background: #fff;margin: 0 auto 2.083vw;z-index: 2;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.col-page-about .col-4 .year-container .swiper-slide .dot::after{content:'';width: 28px;height: 28px;border-radius: 50%;background: rgba(0,155,224,.25);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;visibility: hidden;transition: .25s;z-index: -1;}
.col-page-about .col-4 .year-container .swiper-slide.swiper-slide-thumb-active .dot::before{background: #3372c1;}
.col-page-about .col-4 .year-container .swiper-slide.swiper-slide-thumb-active .dot::after{opacity: 1;visibility: visible;}
.col-page-about .col-4 .year-container .swiper-slide.swiper-slide-thumb-active .title{color: #1a75bb}
.col-page-about .col-4 .history-container .swiper-slide{padding: 0 6.25vw;}
.col-page-about .col-4 .history-container .swiper-slide .inner{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-4 .history-container .swiper-slide .inner .title{width: 50%;text-align: center;font-size: 12.66vw;font-weight: 600;line-height: 1;color:rgba(255,255,255,.66)}
.col-page-about .col-4 .history-container .swiper-slide .inner .content{width: 45%;}
.col-page-about .col-4 .history-container .swiper-slide .inner .content ul li{margin-bottom: 0.94vw;padding-left: 2.5vw;position: relative;line-height: 1.44;}
.col-page-about .col-4 .history-container .swiper-slide .inner .content ul li::before{content:'';width: 22px;height: 22px;background: url(../images/dot.png) no-repeat center/100% 100%;position: absolute;left: 0;top: 4px;}
.col-page-about .col-4 .history-container .swiper-button{color:#fff;}
.col-page-about .col-4 .history-container .swiper-button-prev{left: 0;}
.col-page-about .col-4 .history-container .swiper-button-next{right: 0;}
.col-page-about .col-5{padding: 10.16vw 0 5.208vw;}
.col-page-about .col-5 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-5 .flex .content{width: 35%;}
.col-page-about .col-5 .flex .content .namemark{color:#1a75bb;letter-spacing: 0.2vw;margin-bottom: 5px;text-transform: uppercase;}
.col-page-about .col-5 .flex .content h3{margin-bottom: 1.66vw;}
.col-page-about .col-5 .flex .content .s-content{font-weight: 300;line-height: 1.4;margin-bottom: 3.75vw;}
.col-page-about .col-5 .flex .content .swiper{max-width: 530px;}
.col-page-about .col-5 .flex .content .swiper .swiper-slide a{display: block;background: #39404b;padding: 11px;color:#fff;}
.col-page-about .col-5 .flex .content .swiper .swiper-slide a .img{position: relative;overflow: hidden;}
.col-page-about .col-5 .flex .content .swiper .swiper-slide a .info{display: flex;align-items: center;padding: 1.25vw 0 0.83vw;}
.col-page-about .col-5 .flex .content .swiper .swiper-slide a .info .name{font-weight: 500;margin-right: 0.94vw;}
.col-page-about .col-5 .flex .content .swiper .swiper-slide a .info .desc{color:rgba(255,255,255,.4);margin-right: auto;}
.col-page-about .col-5 .flex .map{width: 62%;position: relative;}
.col-page-about .col-5 .flex .map ul li{cursor: pointer;}
.col-page-about .col-5 .flex .map ul li .dot{width: 11px;height: 11px;border-radius: 50%;background: #c9d1e1;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;transition: .25s ease-in-out;}
.col-page-about .col-5 .flex .map ul li .dot::after{content:'';width: 28px;height: 28px;border-radius: 50%;background: rgba(0,155,224,.3);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: -1;}
.col-page-about .col-5 .flex .map ul li .name{font-weight: 500;white-space: nowrap;color:#45bef2;position: absolute;left: 20px;top: 50%;transform: translateY(-50%);}
.col-page-about .col-5 .flex .map ul li:nth-child(10) .name{top: -18px;}
.col-page-about .col-5 .flex .map ul li.active .dot{background: #ffff00;} 

.col-page-product{padding: 6.2vw 0;}
.col-page-product .product-search h3{font-weight: bold;text-transform: uppercase;margin-bottom: 1.875vw;text-align: center;}
.col-page-product .product-search .input{max-width: 710px;margin: 0 auto;border-radius: 55px;background: #f3f3f3;display: flex;margin-bottom: 1.875vw;}
.col-page-product .product-search .input input{width: calc(100% - 130px);padding-left: 20px;border: none;outline: none;background: transparent;height: 55px;font-family: 'Barlow';}
.col-page-product .product-search .input button{border-radius: 55px;width: 130px;height:55px;background: #009aeb;color:#fff;border: none;outline: none;font-family: 'Barlow';}
.col-page-product .product-search .tips ul{display: flex;max-width: 660px;margin: 0 auto;flex-wrap: wrap;justify-content: center;}
.col-page-product .product-search .tips ul li{border-radius: 34px;border: 1px solid rgba(255,255,255,.2);padding: 8px 18px;color:#fff;transition: .25s ease-in-out;cursor: pointer;margin: 0 3px 15px;display: flex;align-items: center;}
.col-page-product .product-search .tips ul li::before{content:'#';display: inline-block;margin-right: 6px;}
.col-page-product .product-search .tips ul li:hover{border-color: #fff;}
.col-page-product ul.list{display: flex;flex-wrap: wrap;margin-top: 3.125vw;}
.col-page-product ul.list li{width: 32%;margin-right: 2%;margin-bottom: 4%;border-radius: 8px;overflow: hidden;background: #fff;}
.col-page-product ul.list li:nth-child(3n){margin-right: 0;}
.col-page-product ul.list li a{display: block;width: 100%;height: 100%;padding: 0 30px 30px;}
.col-page-product ul.list li a .img{overflow: hidden;}
.col-page-product ul.list li a .title{font-weight: 500;transition: .25s ease-in-out;margin-bottom: 6px;}
.col-page-product ul.list li a .s-content{line-height: 1.375;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 2;-moz-line-clamp: 2;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-page-product ul.list li a .more{margin-top: 3.33vw;display: flex;align-items: center;color:#009aeb}
.col-page-product ul.list li a .more span{margin-right: 15px;font-weight: 500;}
.col-page-product ul.list li:hover a .title{color:#009aeb;}
.col-page-product .product-content{padding: 5.208vw 7.29vw 0;text-align: center;}
.col-page-product .product-content .namemark{color:#1a75bb;letter-spacing: 0.2vw;margin-bottom: 5px;text-transform: uppercase;}
.col-page-product .product-content .content{color:rgba(255,255,255,.23);line-height: 1.556;}
.col-page-product .product-content .content h3{margin-bottom: 4.27vw;color:#fff;}
.col-page-product .product-content .content ul{display: flex;justify-content: space-between;margin-bottom: 4.69vw;}
.col-page-product .product-content .content ul li{border-radius: 18px;border: 1px solid #475163;padding: 2.60vw 1.66vw 3.125vw;width: 23.5%;background: rgba(33,94,151,.09);color:#89929d;}
.col-page-product .product-content .content ul li img {width: 3.44vw;min-width: 28px;}
.col-page-product .product-content .content ul li strong{display: block;font-weight: 600;margin: 1.15vw 0 0.83vw;color:#fff;}

.col-product-detail .pro_show{padding: 6.25vw 0;}
.col-product-detail .pro_show .flex{justify-content: space-between;align-items: center;flex-wrap: wrap;}
.col-product-detail .pro_show .caseleft{width: 45%;}
.col-product-detail .pro_show .caseleft h2{margin-bottom: 2.19vw;}
.col-product-detail .pro_show .caseleft .content{line-height: 1.556;color:rgba(255,255,255,.7);margin-bottom: 11vw;}
.col-product-detail .pro_show .caseleft .content ul {margin-top: 3.125vw;}
.col-product-detail .pro_show .caseleft .content ul li{margin-bottom: 6px;display: flex;align-items: center;}
.col-product-detail .pro_show .caseleft .content ul li:last-child{margin-bottom: 0;}
.col-product-detail .pro_show .caseleft .content ul li::before{content:"\f105";font-family: 'FontAwesome';display: inline-block;color:#1a75bb;margin-right: 10px;}
.col-product-detail .pro_show .caseleft .content h3{font-weight: bold;
    font-size: 1.5vw;
    margin-bottom: 1vh;
    margin-top: 3vh;}
.col-product-detail .pro_show .caseleft .links{display: flex;align-items: center;}
.col-product-detail .pro_show .caseleft .links a{width: 12.76vw;height: 2.5vw;color:#fff;display: flex;align-items: center;justify-content: center;min-width: 140px;min-height: 28px;margin-right: 1.25vw;
  background-image: -moz-linear-gradient( -32deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
  background-image: -webkit-linear-gradient( -32deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
  background-image: -ms-linear-gradient( -32deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
}
.col-product-detail .pro_show .caseleft .links a span{margin-left: 0.83vw;font-weight: 500;}
.col-product-detail .pro_show .caseleft .links .swiper-button{width: 2.5vw;height: 2.5vw;min-width: 28px;min-height: 28px;border:1px solid rgba(255,255,255,.18);display: flex;align-items: center;justify-content: center;color:rgba(211,211,211,.4);transition: .25s ease-in-out;position: relative;top: auto;outline: none;margin-top: 0;pointer-events: inherit;margin-left: 13px;left: auto !important;right: auto !important;opacity: 1;}
.col-product-detail .pro_show .caseleft .links .swiper-button::after{display: none;}
.col-product-detail .pro_show .caseleft .links .swiper-button:hover{border-color: #fff;color:#fff;}
.col-product-detail .pro_show .caseright{width: 44%;padding-right: 8.33vw;}
.col-product-detail .detail{padding: 6.25vw 0;background: #272a31;}
.col-product-detail .detail h3{margin-bottom: 4.32vw;}
.col-product-detail .detail .content table{width: 100% !important;height: auto !important;border: none !important;}
.col-product-detail .detail .content table tr{height: auto !important;}
.col-product-detail .detail .content table td{border:1px solid #35383d;width: auto !important;height: auto !important;padding: 3px;font-weight: 500;text-align: center;}
.col-product-detail .detail2{background: transparent;}
.col-product-detail .related{padding: 3.75vw 0 ;}
.col-product-detail .related .flex{margin-bottom: 5.208vw;align-items: center;}
.col-product-detail .related .flex h3{margin-right: auto;}
.col-product-detail .related .flex .swiper-button{position: relative;width: 8.33vw;height: 2.813vw;max-width: 160px;max-height: 54px;min-width: 45px;min-height: 30px;border-radius: 54px;border: 2px solid rgba(255,255,255,.4);display: flex;align-items: center;justify-content: center;color:rgba(255,255,255,.4);top: auto;left: auto;right: auto;margin-top: 0;outline: none;opacity: 1;pointer-events: auto;transition: .25s;margin: 0 1.302vw 0 0;}
.col-product-detail .related .flex .swiper-button::after{display: none;}
.col-product-detail .related .flex .swiper-button:hover{border-color: #fff;color:#fff;}
.col-product-detail .related .swiper-slide {border-radius: 8px;background: #fff;height: auto;overflow: hidden;}
.col-product-detail .related .swiper-slide a{display: block;width: 100%;height: 100%;padding: 0 30px 30px;}
.col-product-detail .related .swiper-slide a .img{overflow: hidden;}
.col-product-detail .related .swiper-slide a .title{font-weight: 500;transition: .25s ease-in-out;margin-bottom: 6px;}
.col-product-detail .related .swiper-slide a .s-content{line-height: 1.375;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-product-detail .related .swiper-slide a .more{margin-top: 3.33vw;display: flex;align-items: center;color:#009aeb}
.col-product-detail .related .swiper-slide a .more span{margin-right: 15px;font-weight: 500;}
.col-product-detail .related .swiper-slide:hover a .title{color:#009aeb;}
.message{padding: 5.208vw 0;}
.message h3{margin-bottom: 5.78vw;}
.message form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.message form ul li{width: 49%;margin-bottom: 4%;}
.message form ul li:nth-child(n+5){width: 100%;}
.message form ul li input,.message form ul li textarea{width: 100%;height: 60px;border: none;border-bottom: 1px solid rgba(255,255,255,.3);color:#fff;outline: none;font-weight: 300;font-family: 'Barlow';background: transparent;}
.message form ul li.code {display: flex;}
.message form ul li.code input{width: 140px}
.message form ul li.code img{max-width: calc(100% - 140px)}
.message form .sub{width: 15.94vw;height: 2.81vw;border: none;color:#fff;font-family: 'Barlow';font-weight: 300;text-transform: uppercase;min-width: 140px;min-height: 28px;cursor: pointer;
  background-image: -moz-linear-gradient( -32deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
  background-image: -webkit-linear-gradient( -32deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
  background-image: -ms-linear-gradient( -32deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
}

.col-page-sus .col-1{padding: 6.325vw 0;}
.col-page-sus .col-1 .swiper{padding-top: calc(28px + 4.38vw);padding-right: 24%;}
.col-page-sus .col-1 .swiper .swiper-button{position: absolute;top: 0;width: 2.5vw;height: 2.5vw;min-width: 28px;min-height: 28px;border:1px solid rgba(255,255,255,.18);display: flex;align-items: center;justify-content: center;color:rgba(211,211,211,.4);transition: .25s ease-in-out;opacity: 1;outline: none;margin-top: 0;pointer-events: inherit;}
.col-page-sus .col-1 .swiper .swiper-button::after{display: none;}
.col-page-sus .col-1 .swiper .swiper-button-prev{left: auto;right: calc(28px + 1.875vw);}
.col-page-sus .col-1 .swiper .swiper-button-next{right: 0;}
.col-page-sus .col-1 .swiper .swiper-button:hover{border-color: #fff;color:#fff;}
.col-page-sus .col-1 .swiper .flex{justify-content: space-between;flex-wrap: wrap;}
.col-page-sus .col-1 .swiper .flex .img{width: 31%;position: relative;overflow: hidden;padding: 1.563vw;z-index: 1;}
.col-page-sus .col-1 .swiper .flex .img img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;z-index: -1;}
.col-page-sus .col-1 .swiper .flex .img .title{font-weight: bold;font-size: 4.53vw;}
.col-page-sus .col-1 .swiper .flex .img .desc{font-weight: bold;text-transform: uppercase;line-height: 1.167;max-width: 200px;}
.col-page-sus .col-1 .swiper .flex .content{width: 69%;padding: 0 5.208vw;}
.col-page-sus .col-1 .swiper .flex .content h3{line-height: 1.197;max-width: 550px;margin-bottom: 1.15vw;}
.col-page-sus .col-1 .swiper .flex .content .s-content{color:rgba(255,255,255,.7);line-height: 1.556;margin-bottom: 14.06vw;}
.col-page-sus .col-1 .swiper .flex .content a.dw{width: 15.78vw;height: 2.5vw;color:#fff;display: flex;align-items: center;justify-content: center;min-width: 200px;min-height: 28px;margin-right: 1.25vw;
  background-image: -moz-linear-gradient( -32deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
  background-image: -webkit-linear-gradient( -32deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
  background-image: -ms-linear-gradient( -32deg, rgb(0,87,148) 0%, rgb(0,83,127) 100%);
}
.col-page-sus .col-1 .swiper .flex .content a.dw span{margin-left: 0.83vw;font-weight: 500;}
.col-page-sus .col-2 {padding: 8.33vw 0;border-top: 1px solid rgba(255,255,255,.4);}
.col-page-sus .col-2 .container2>.flex{flex-wrap: wrap;justify-content: space-between;margin-bottom: 7.08vw;}
.col-page-sus .col-2 .container2>.flex h3{width: 50%;}
.col-page-sus .col-2 .container2>.flex .content{width: 43%;line-height: 1.556;color:rgba(255,255,255,.7)}
.col-page-sus .col-2 .swiper-slide {height: auto;}
.col-page-sus .col-2 .swiper-slide .flex{justify-content: space-between;flex-wrap: wrap;height: 100%;}
.col-page-sus .col-2 .swiper-slide .flex .img{width: 49.2%;border-radius: 8px;overflow: hidden;position: relative;}
.col-page-sus .col-2 .swiper-slide .flex .img img{width: 100%;height: 100%;object-fit: cover;}
.col-page-sus .col-2 .swiper-slide .flex .content{width: 49.2%;border-radius: 8px;overflow: hidden;background: #0062e0;padding: 5.208vw 4.79vw calc(28px + 6.25vw);}
.col-page-sus .col-2 .swiper-slide .flex .content .title{font-weight: 300;margin-bottom: 3.75vw;}
.col-page-sus .col-2 .swiper-slide .flex .content .s-content{max-width: 412px;font-weight: 300;line-height: 1.56;color:rgba(255,255,255,.7);}
.col-page-sus .col-2 .swiper .swiper-button{position: absolute;top: auto;bottom: 3.49vw;width: 2.5vw;height: 2.5vw;min-width: 28px;min-height: 28px;border:1px solid rgba(255,255,255,.18);display: flex;align-items: center;justify-content: center;color:rgba(211,211,211,.4);transition: .25s ease-in-out;opacity: 1;outline: none;margin-top: 0;pointer-events: inherit;}
.col-page-sus .col-2 .swiper .swiper-button::after{display: none;}
.col-page-sus .col-2 .swiper .swiper-button-prev{left: auto;right: calc(42px + 5.45vw);}
.col-page-sus .col-2 .swiper .swiper-button-next{right: 4.64vw;}
.col-page-sus .col-2 .swiper .swiper-button:hover{border-color: #fff;color:#fff;}
.col-page-sus .col-3{padding: 8.33vw 0;border-top: 1px solid rgba(255,255,255,.4);}
.col-page-sus .col-3 h3{margin-bottom: 8.96vw;}
.col-page-sus .col-3 ul.list{padding: 0 10.21vw;}
.col-page-sus .col-3 ul.list li{margin-bottom: 6.25vw;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.col-page-sus .col-3 ul.list li:last-child{margin-bottom: 0;}
.col-page-sus .col-3 ul.list li .icon{width: 21%;}
.col-page-sus .col-3 ul.list li .content{width: 60%;line-height: 1.2;color:rgba(255,255,255,.7)}

.col-page-news {padding: 8.33vw 0;}
.col-page-news .col-1{margin-bottom: 8.33vw;}
.col-page-news .col-1 h2{font-weight: bold;margin-bottom: 4.17vw;}
.col-page-news .col-1 .swiper-slide a{display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;}
.col-page-news .col-1 .swiper-slide a .img{width: 47%;overflow: hidden;position: relative;border-radius: 9px;overflow: hidden;}
.col-page-news .col-1 .swiper-slide a .content{width: 45%;}
.col-page-news .col-1 .swiper-slide a .content .date{margin: 1.25vw 0 1.563vw;color:#1a75bb;}
.col-page-news .col-1 .swiper-slide a .content .title{font-weight: 600;margin-bottom: 2.5vw;line-height: 1.675;color:#fff;padding-right: 6.25vw;}
.col-page-news .col-1 .swiper-slide a .content .s-content{line-height: 1.556;color:rgba(255,255,255,.7);padding-right: 3.75vw;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 .col-1 .swiper-pagination{position: static;margin-top: 3.125vw;}
.col-page-news .col-1 .swiper-pagination span{width: 8px;height: 8px;opacity: 1;background: rgba(255,255,255,.4);transition: .25s ease-in-out;}
.col-page-news .col-1 .swiper-pagination span.swiper-pagination-bullet-active{opacity: 1;background: #fff;}
.col-page-news .col-2 ul.list{display: flex;flex-wrap: wrap;}
.col-page-news .col-2 ul.list li{width: 32%;margin-right: 2%;margin-bottom: 4%;}
.col-page-news .col-2 ul.list li:nth-child(3n){margin-right: 0;}
.col-page-news .col-2 ul.list li .img{border-radius: 15px;overflow: hidden;position: relative;min-height: 66px;}
.col-page-news .col-2 ul.list li .img img{object-fit: cover;
    width: 650px;
    height: 300px;
    object-position: center;
    display: block;}
.col-page-news .col-2 ul.list li .date{color:#1a75bb;font-weight: 600;margin: 2.71vw 0 1.66vw;}
.col-page-news .col-2 ul.list li .title{font-weight: 600;line-height: 1.231;color:#fff;padding-right: 30%;}

.seo-content{line-height: 1.66;padding: 5.208vw 0;}
.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: #1a75bb;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:#1a75bb;}


.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: #1a75bb;margin: 3vh 0;width: 100%;}

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

.col-page-contact .col-1{padding: 6.225vw 0;}
.col-page-contact .col-1 .flex{align-items: center;margin-bottom: 3.75vw;justify-content: space-between;}
.col-page-contact .col-1 .flex .share{display: flex;align-items: center;}
.col-page-contact .col-1 .flex .share a{position: relative;margin-right: 15px;transition: .25s ease-in-out;color:rgba(255,255,255,.66)}
.col-page-contact .col-1 .flex .share a:hover{color:rgba(255,255,255,1);}
.col-page-contact .col-1 .flex .share a.wechat .code{position: absolute;bottom: 100%;margin-bottom: 10px;left: 50%;transform: translateX(-50%);display: none;padding:5px;background: #fff;z-index: 90;}
.col-page-contact .col-1 .flex .share a.wechat .code::after{content:'';border-top:8px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;top:100%;left: 50%;transform: translateX(-50%);}
.col-page-contact .col-1 .flex .share a.wechat .code img{max-width: 120px;}
.col-page-contact .col-1 .content ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-contact .col-1 .content ul li{width: 32%;padding: 2.29vw 1.875vw 1.563vw;color:rgba(255,255,255,.5);line-height: 1.474;}
.col-page-contact .col-1 .content ul li h3{margin-bottom: 6.88vw;color:#fff;}
.col-page-contact .map{width: 100%;height: 31.67vw;position: relative;}
.col-page-contact .map img{width: 100%;height: 100%;object-fit: cover;}
.col-page-contact .map iframe{width: 100%;height: 100%;}




/* media */

@media (max-width: 1800px) {

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

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

  
  
}
@media (max-width: 1200px) {
  #col-index-banner, #col-index-banner .swiper-slide{height: 55vw !important;}
  .col-product-detail .detail .content table{display: block;overflow-x: auto;}
  
}
@media (max-width: 992px) {
  .col-page-sus .col-3 ul.list{padding: 0;}
  .col-page-sus .col-3 ul.list li .content{width: 76%;font-size: 16px !important;}
  .col-page-sus .col-1 .swiper,.col-page-news .col-2 ul.list li .title{padding-right: 0;}
  .header .email{margin-right: 12px;}
  .header .index-search{margin-right: 12px;padding-right: 12px;}
  .message form ul li input, .message form ul li textarea,.message form ul li.code img{height: 32px;}
  .col-page-product .product-content .content ul li{width: 48%;margin-bottom: 20px;}
  .col-page-product ul.list li,.col-page-news .col-2 ul.list li{width: 49%;margin-right: 2%;}
  .col-page-product ul.list li:nth-child(3n),.col-page-news .col-2 ul.list li:nth-child(3n){margin-right: 2%;}
  .col-page-product ul.list li:nth-child(2n),.col-page-news .col-2 ul.list li:nth-child(2n){margin-right: 0;}
  .col-page-product ul.list li a,.col-product-detail .related .swiper-slide a{padding: 0 12px 20px;}
  .col-page-product .product-search .input input,.col-page-product .product-search .input button{height: 32px;}
  .col-page-product .product-search .input input{width: calc(100% - 90px)}
  .col-page-product .product-search .tips ul li{padding: 4px 10px;}
  .col-page-product .product-search .input button{width: 90px}
  .col-page-about .col-5 .flex .map ul li .dot{width: 4px;height: 4px;}
  .col-page-about .col-5 .flex .map ul li .dot::after{width: 11px;height: 11px;}
  .col-page-about .col-5 .flex .map ul li .name{left: 10px;}
  .col-page-about .col-4 .history-container .swiper-button{font-size: 30px !important;width: auto;height: auto;}
  .col-page-about .col-1 .flex .content .s-content{max-height: none;}
  #col-banner .swiper-slide{height: 30vh !important}
  .footer .bottom,.footer .bottom .copyright .otherinfo{display: block;} 
  .footer .bottom .share {margin: 12px 0;}
  .footer .bottom .share a{width: 32px;height: 32px;font-size: 14px;}
  .footer .bottom .copyright .links{justify-content: flex-start;}
  .col-index-global .flex .img,.col-index-global .flex .content,.col-page-about .col-1 .flex .img,.col-page-about .col-1 .flex .content,.col-page-about .col-4 .history-container .swiper-slide .inner .title,.col-page-about .col-4 .history-container .swiper-slide .inner .content,.col-page-about .col-5 .flex .content,.col-page-about .col-5 .flex .map,.col-product-detail .pro_show .caseleft,.col-product-detail .pro_show .caseright,.col-page-sus .col-2 .container2>.flex h3,.col-page-sus .col-2 .container2>.flex .content,.col-page-sus .col-2 .swiper-slide .flex .img,.col-page-sus .col-2 .swiper-slide .flex .content,.col-page-news .col-1 .swiper-slide a .img,.col-page-news .col-1 .swiper-slide a .content,.col-page-contact .col-1 .content ul li{width: 100%;max-width: none;margin-bottom: 20px;}
  .col-page-sus .col-2 .swiper-slide .flex .content{margin-bottom: 0;}
  .col-index-product ul.list{height: auto;flex-wrap: wrap;}
  .col-index-product ul.list>li{width: 50% !important;}
  .col-index-product ul.list>li .title{display: none;}
  .col-index-product ul.list>li .content{visibility: visible;opacity: 1;transform: none;}
  .col-index-product ul.list>li .content .more{padding: 12px;}
  .col-index-product ul.list>li .content .s-content ul li{width: 100%;margin-bottom: 5px;}
  .col-index-news .swiper-slide .title{padding-right: 0;}
  .col-index-about .num ul,.col-page-about .col-1 .num ul ,.col-page-product .product-content .content ul {flex-wrap: wrap;}
  .col-index-about .num ul li,.col-page-about .col-1 .num ul li{width: 48%;margin-bottom: 12px;}
  
  .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,.header .email::after,.vicenav{display: none !important;}
  .change-language{margin-left: 0;padding-left: 0;} 
  
  
}
@media (max-width: 768px) {

  
}   
@media (max-width: 468px) {
  .col-page-news .col-2 ul.list li{width: 100%;margin-right: 0 !important;}
  .col-page-sus .col-1 .swiper .flex .img,.col-page-sus .col-1 .swiper .flex .content{width: 100%;margin-bottom: 20px;}
  .col-page-sus .col-1 .swiper .flex .img{padding: 12px 12px 50vw;}

  
  .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;}
  

  
}
