@charset "utf-8";
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_nfjkwylcl1q.woff2?t=1675819589618') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_nfjkwylcl1q.woff?t=1675819589618') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_nfjkwylcl1q.ttf?t=1675819589618') format('truetype');
}
html{overflow-x: hidden;font-size: 16px;}
html.active{overflow: hidden;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #333;overflow: hidden;font-family:"PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;}
.goomay a {
  font-family:"iconfont" !important;
  font-size:12px!important;
  color: rgb(255,255,255,.5)!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e625"; }
.goomay a:hover{color: rgb(255,255,255,1)!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{margin:0;padding: 0;}
*{word-break:normal !important}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li {list-style: none;}
i {font-style: normal;}
a {color: #333;}
a:focus{text-decoration: none;outline: none;color:#333;}
a:hover { color: #333;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
img {border: 0;  max-width: 100%;}
.relative {position: relative;}
.container {max-width: 1200px;  padding: 0 10px;}
.container2 {max-width: 1460px; width:100%;  margin: 0 auto; padding: 0 20px;}
.container3 {max-width: 100%; width:100%;  margin: 0 auto; padding: 0 10vw;}
#page{padding-top: 0px; overflow: hidden;}
nav.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; transition: .3s all;}
#BMapLib_transBox0 table td{box-sizing: content-box !important;}
.target-fix {position: relative;top:-100px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;}
.table{display: table;width: 100%;height: 100%;margin:0;}
.table>.middle{display: table-cell;vertical-align: middle;}
.none{display: none !important;}
.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.swiper-container,.swiper-container .swiper-slide{position: relative;}
.swiper-container{
  --swiper-theme-color: #eab92b;/* 设置Swiper风格 */
  --swiper-preloader-color: #eab92b;/* 单独设置预加载圆圈的颜色 */
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
.target-fix {
  position: relative;
  top: -150px;
  display: block;
  height: 0;
  overflow: hidden;
}

/* 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;}
/* animates */

/*header*/
    .header{width: 100%;z-index: 999;position: fixed;top:0;left: 0;width: 100%;transition: 0.25s;}
    .header .inner{transition: 0.36s;background: #fff;position: relative;border-bottom: 1px solid #e5e5e5;}
    .header .inner .flex{display: -webkit-flex;display: -ms-flexbox;display: flex;height: 90px;line-height: 90px;transition: 0.5s;padding: 0 5.2vw;align-items: center;border-bottom: 1px solid rgba(255,255,255,.2);}
    .header .inner .logo{font-size: 0;transition: 0.5s;position: relative;z-index: 5;margin-right: 4.2vw;}
    .header .inner nav {margin: 0 auto;position: relative;}
    .header .inner nav ul{font-size: 0;}
    .header .inner nav ul li{display: inline-block;vertical-align: middle;margin-right: 3.25vw;font-size: 18px;position: relative;}
    .header .inner nav ul li:last-child{margin-right: 0;}
    .header .inner nav ul li>a{transition: color 0.3s;display: inline-block;line-height: 1;position: relative;font-weight: 500;}
    .header .inner nav ul li>a:hover,.header .inner nav ul li.active>a{color:#eab92b !important;}
    .header .inner nav ul li .child{white-space: nowrap;position: absolute;top:100%;margin-top:-10px;left:-1.6vw;display: none;padding: 10px 1.6vw 15px;background: #fff;box-shadow: 0 5px 5px 2px rgba(0,0,0,0.05);min-width: 180px;}
    .header .inner nav ul li .child p{margin-top: 5px;line-height: 1.6;padding:0;}
    .header .inner nav ul li .child a{font-size:16px;color:#000;text-transform: none;transition: 0.2s;}
    .header .inner nav ul li .child a:hover{color: #eab92b;}
    .header .inner .language{margin-right: 20px; line-height: 1.6;}
    .header .inner .index-search{position: relative;font-size: 0;margin-left: 12px;padding-left: 2vw;}
    .header .inner .index-search::before{content:'';width: 1px;height: 30px;background: #dddddd;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
    .header .inner .index-search>a{color:#333;}
    .header .inner .index-search i.iconfont{font-size: 20px;display: inline-block;vertical-align: middle;transition:color 0.25s;}
    .header .inner .index-search .content{position: fixed;width:100%;height: 100%;top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 999;display: none;}
    .header .inner .index-search .content .container{position: relative;height: 100%;}
    .header .inner .index-search .content .s-content{background: #fff;text-align: center;padding:6vh 0;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
    .header .inner .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
    .header .inner .index-search .content .title{font-size: 24px;color:#242424;margin-bottom: 10px;line-height: 1.5;}
    .header .inner .index-search .content .input{font-size: 0;line-height: 1;}
    .header .inner .index-search .content input{height: 60px;outline: none;vertical-align: middle}
    .header .inner .index-search .content .inpt3{padding-left: 20px;border:1px solid #d2d2d2;font-size: 16px;width: 45%;color:#292929;}
    .header .inner .index-search .content .inpt3::-webkit-input-placeholder {color: #b6b6b6;}
    .header .inner .index-search .content .inpt3:-moz-placeholder {color: #b6b6b6;}
    .header .inner .index-search .content .inpt3::-moz-placeholder {color: #b6b6b6;}
    .header .inner .index-search .content .inpt3:-ms-input-placeholder {color: #b6b6b6;}
    .header .inner .index-search .content .inpt4{width: 60px;background: #313131;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';}
    .header .inner .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}

    .header.relative{position: relative;}

    html.nav-open {
      overflow: hidden!important;
    }
    .Menu {width:100%;height: 100%;position: fixed;top: 0;left: 0;transform: translateX(-100%);z-index: 990;background: #fff;transition: 0.5s;overflow-y: auto;padding: 80px 0 0;}
    .Menu.active{transform: none;}
    .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);}
/*header*/
/*change language*/
    .change-language {
      display: inline-block;
      position: relative;
      text-align: left;
      vertical-align: middle;
    }
    .change-language .change-language-title a:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border: 4px solid #000;
      border-top-width: 5px;
      border-bottom: 0;
      border-left-color: transparent;
      border-right-color: transparent;
      vertical-align: middle;
    }
    .change-language:hover .change-language-title a:after {
      -moz-transform: rotate(-360deg);
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
    .change-language .change-language-cont {
      position: absolute;
      top: 100%;
      margin-top: 6px;
      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: scroll;
      max-height: 80vh;
    }
    .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;
      display: inline-block;
      vertical-align: top;
      white-space: nowrap;
      padding: 0 0 0 33px;
      overflow: hidden;
    }
    .language-flag img {
      position: absolute;
      left: 0;
      top: 50%;
      display: inline-block;
      vertical-align: top;
      background-repeat: no-repeat;
      width: 22px;
      height: 16px;
      margin: -8px 5px 0;
      border:1px solid #eee;
    }
    .change-language ::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, .3);
      border-radius: 3px;
    }
    .change-language ::-webkit-scrollbar {
      width: 5px;
    }
/*change language*/
/*slider contact*/
    .sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 9999999;}
    .sider_contact .flex{flex-direction: column;background: #eab92b;border-top-left-radius: 3px;border-bottom-left-radius: 3px;transition: all ease .3s;position: relative;right: 0;}
    .sider_contact .flex .backtop{width: 45px;height: 0;cursor: pointer;transition: all ease .3s;opacity: 0;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 24px;border-top-left-radius: 3px;position: relative;}
    .sider_contact .flex .backtop.zx_hi{background: rgba(25,30,36,.67);height: 45px;opacity: 1;}
    .sider_contact .flex .item{position: relative;}
    .sider_contact .flex .item>a{width: 45px;height: 45px;margin: 0 auto;transition: all ease .3s;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 22px;}
    .sider_contact .flex .item .info{position: absolute;right: 55px;top: 0;background: #fff;border-top-left-radius: 2px;border-bottom-left-radius: 2px;opacity: 0;z-index: 2;pointer-events: none;transition: all ease .3s;padding: 5px 10px;-webkit-box-shadow: 0 1px 3px rgb(18 18 18 / 10%);box-shadow: 0 1px 3px rgb(18 18 18 / 10%);min-width: 150px;min-height: 45px;display: flex;flex-direction: column;justify-content: center;visibility: hidden;pointer-events: none;text-align: center;}
    .sider_contact .flex .backbottom{width: 45px;height: 45px;cursor: pointer;transition: all ease .3s;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 24px;border-bottom-left-radius: 3px;position: relative;}
    .sider_contact .flex .backtop:hover,.sider_contact .flex .backbottom:hover,.sider_contact .flex .item>a:hover{background: rgba(25,30,36,.67);}
    .sider_contact .flex .item:hover .info{opacity: 1;pointer-events: visible;right: 45px;visibility: visible;}
    .sider_contact .btm_o{width: 45px;height: 45px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;cursor: pointer;position: absolute;bottom: -50px;right: 0;transition: all ease .3s;background: rgba(25,30,36,.67);color:#fff;display: flex;align-items: center;justify-content: center;font-size: 24px;}
    .sider_contact .flex.right{right: -45px;}
    .sider_contact .flex.right + .btm_o{width: 30px;height: 30px;bottom: -35px;}
/*slider contact*/

/*banner*/
    .col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;}
    .col-banner .swiper-slide{background-position: center !important;background-size: cover !important;position: relative;}
    .col-banner .swiper-slide .img img{width: 100%;}
    .col-banner .swiper-slide .ban_cont{position: absolute;top: 50%;transform: translateY(-50%);color:#fff;left: 0;width: 100%;z-index: 2;}
    .col-banner::after{content:'';width: 100%;height: 5.6vw;background: url(../images/bottom_white.png) no-repeat bottom/100%;position: absolute;left: 0;bottom: -1px;z-index: 2;}
    #col-index-banner .swiper-slide .ban_cont .content .s-content{font-size: 2.25rem;}
    #col-index-banner .swiper-slide .ban_cont .content .s-content img{margin-bottom: 12px;width: 66.5%;}
    #col-banner .swiper-slide .ban_cont .content h1{font-size: 4.5rem;font-weight: bold;}
/*banner*/
/*index*/
    .col-index-about{padding: 15vh 20px 12vh;}
    .col-index-about .content{max-width: 1189px;margin: 0 auto 9vh;color:#666;font-size: 18px;line-height: 1.333;position: relative;}
    .col-index-about .content::after{content:'';width: 100%;padding-bottom: 11.76%;background: url(../images/star.png) no-repeat center/100% 100%;position: absolute;z-index: -1;left: 0;top: -3vh;}
    .col-index-about .content h2{font-size: 3rem;font-weight: bold;color:#333;margin-bottom: 10px;}
    .col-index-about .content em{font-style: italic;color:#333;}
    .col-index-about a.more{display: block;width: 230px;height: 60px;border-radius: 30px;background: #eab92b;color:#fff;text-align: center;line-height: 60px;text-transform: uppercase;font-size: 18px;margin: 0 auto;transition: 0.25s;}
    .col-index-about a.more:hover{box-shadow: 3px 5px 12px 0 rgba(0,0,0,.1);}

    .col-index-product .classify{padding: 12vh 0 1px;color:#fff;}
    .col-index-product .classify h2{font-size: 3.75rem;font-weight: bold;margin-bottom: 10vh;}
    .col-index-product .classify .swiper-container{margin-bottom: -6vh;overflow: visible;}
    .col-index-product .classify .swiper-wrapper{align-items: center;}
    .col-index-product .classify .swiper-slide .flex{flex-wrap: wrap;align-items: center;color:#fff;}
    .col-index-product .classify .swiper-slide .flex .content{width: 360px;}
    .col-index-product .classify .swiper-slide .flex .content .s-content{font-size: 18px;line-height: 1.3333;margin-bottom: 8vh;}
    .col-index-product .classify .swiper-slide .flex .content .s-content h3{font-size: 1.875rem;margin-bottom: 12px;display: flex;justify-content: space-between;}
    .col-index-product .classify .swiper-slide .flex .content .more{width: 119px;height: 119px;border-radius: 50%;background: #eab92b;display: flex;align-items: center;justify-content: center;font-size: 18px;transition: 0.25s;}
    .col-index-product .classify .swiper-slide .flex .content .more:hover{box-shadow: 3px 5px 12px 0 rgba(0,0,0,.1);transform: translateY(-5px);}
    .col-index-product .classify .swiper-slide .flex .img {width: calc(80% - 360px);}
    .col-index-product .classify .swiper-slide .flex .img .inner{transform: scale(0.5);opacity: .5;transition: 0.25s;position: relative;z-index: 1;}
    .col-index-product .classify .swiper-slide .flex .img .inner::after{content:'';width: 82%;padding-bottom: 82%;border-radius: 50%;background: #eab92b;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: -1;}
    .col-index-product .classify .swiper-slide .flex .img .inner img{width: 100%;}
    .col-index-product .classify .swiper-slide-active .flex .img .inner{transform: scale(1);opacity: 1;transition-delay: .5s;}
    .col-index-product .products {padding: 18vh 0 10vh;}
    .col-index-product .products h2{font-size: 3.75rem;font-weight: bold;margin-bottom: 7vh;}
    .col-index-product .products .swiper-slide{text-align: center;}
    .col-index-product .products .swiper-slide .title{font-size: 2.25rem;font-weight: bold;}
    .col-index-product .products .swiper-slide .more{font-size: 18px;color:#eab92b;margin: 10px 0 4vh;display: flex;align-items: center;justify-content: center;}
    .col-index-product .products .swiper-slide .more i.fa{margin-left: 8px;}
    .col-index-product .products .swiper-slide .img{position: relative;min-height: 66px;}

    .col-index-strength {padding: 40vh 0 30vh;color:#fff;position: relative;}
    .col-index-strength::before,.col-index-strength::after{content:'';width: 100%;height: 5.6vw;background: url(../images/bottom_white.png) no-repeat bottom/100%;position: absolute;left: 0;bottom: -1px;z-index: 2;}
    .col-index-strength::before{background: url(../images/top_white.png) no-repeat top/100%;bottom: auto;top: -1px;height: 5.4vw;}
    .col-index-strength .content{max-width: 645px;font-size: 3rem;font-weight: bold;line-height: 1.146;margin-bottom: 8vh;}
    .col-index-strength a.more{display: block;width: 240px;height: 60px;border-radius: 30px;line-height: 60px;background: #fff;font-size: 18px;text-transform: uppercase;transition: 0.25s;text-align: center;}
    .col-index-strength a.more:hover{box-shadow: 3px 5px 12px 0 rgba(0,0,0,.1);}

    .col-index-news {padding: 10vh 0 calc(3.4vh + 5.42vw);}
    .col-index-news h2{font-size: 3.75rem;font-weight: bold;margin-bottom: 6vh;text-align: center;}
    .col-index-news .swiper-container{padding: 15px;margin:0 -15px;}
    .col-index-news .swiper-container .swiper-slide a{display: block;border-radius: 10px;transition: 0.25s;}
    .col-index-news .swiper-container .swiper-slide .img{box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);border-top-left-radius: 10px;border-top-right-radius: 10px;overflow: hidden;position: relative;min-height: 66px;}
    .col-index-news .swiper-container .swiper-slide .content{padding: 2.5vh 2.4vw 0;border: 1px solid #dddddd;border-top: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
    .col-index-news .swiper-container .swiper-slide .content h3{font-size: 24px;font-weight: bold;line-height: 1.167;margin-bottom: 10px;height: 56px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.2s;}
    .col-index-news .swiper-container .swiper-slide .content .desc{font-size: 18px;color:#666;line-height: 1.333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 72px;}
    .col-index-news .swiper-container .swiper-slide .content .date{padding: 2vh 0;margin-top: 2.2vh;border-top: 1px solid #dddddd;font-size: 16px;color:#888;}
    .col-index-news .swiper-container .swiper-slide a:hover{box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);}
    .col-index-news .swiper-container .swiper-slide a:hover .content h3{color:#eab92b;}
    .col-index-news .title{text-align: center;font-size: 3.75rem;font-weight: bold;margin-top: 5vh;}
/*index*/

/*footer*/
    .footer{background: #385469;padding: 12vh 0 0;position: relative;z-index: 200;}
    .footer::before{content:'';width: 100%;height: 5.42vw;background: url(../images/footer_top.png) no-repeat bottom/100%;position: absolute;left: 0;bottom: calc(100% - 1px);z-index: 3px;}
    .footer .flex{justify-content: space-between;flex-wrap: wrap;}
    .footer .flex .footer-info{width: 40%;}
    .footer .flex .footer-info .info{margin-bottom: 3vh;}
    .footer .flex .footer-info .info ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .footer .flex .footer-info .info ul li{margin-bottom: 2.8vh;color:#fff;padding-left: 28px;position: relative;width: 49%;font-size: 15px;}
    .footer .flex .footer-info .info ul li:nth-child(1),.footer .flex .footer-info .info ul li:nth-child(4){width: 100%;}
    .footer .flex .footer-info .info ul li p:nth-child(1){position: absolute;left: 0;top: 0;}
    .footer .flex .footer-info .info ul li p:nth-child(1) img{filter: brightness(100);}
    .footer .flex .footer-info .info ul li p:nth-child(3){font-size: 18px;line-height: 1.333;}
    .footer .flex .footer-info .share{font-size: 0;}
    .footer .flex .footer-info .share a{display: inline-block;position: relative;width: 38px;height: 38px;background: #7fc5e5;border-radius: 50%;color:#fff;font-size: 18px;text-align: center;line-height: 38px;transition: 0.25s;margin: 0 25px 0 0;}
    .footer .flex .footer-info .share a:last-child{margin-right: 0;}
    .footer .flex .footer-info .share a:nth-child(2){background: #3d81d1;}
    .footer .flex .footer-info .share a:nth-child(3){background: #e87c81;}
    .footer .flex .footer-info .share a.wechat .code{position: absolute;bottom: 100%;margin-bottom: 10px;left: 50%;transform: translateX(-50%);display: none;padding:5px;background: #f1f2f3;z-index: 90;}
    .footer .flex .footer-info .share a.wechat .code::after{content:'';border-top:8px solid #f1f2f3;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;top:100%;left: 50%;transform: translateX(-50%);}
    .footer .flex .footer-info .share a.wechat .code img{max-width: 120px;}
    .footer .flex .footer-nav{width: 60%;}
    .footer .flex .footer-nav ul{display: flex;justify-content: space-between;}
    .footer .flex .footer-nav ul li a{font-size: 18px;color:#fff;}
    .footer .flex .footer-nav ul li .child{margin-top: 20px;}
    .footer .flex .footer-nav ul li .child p{margin-bottom: 8px;}
    .footer .flex .footer-nav ul li .child p a{font-size: 15px;transition: 0.2s;}
    .footer .flex .footer-nav ul li .child p a:hover{color:#eab92b}
    .footer .bottom{margin-top: 8vh;padding: 2.6vh 0;border-top: 1px solid rgba(255,255,255,.1);font-size: 15px;color:rgba(255,255,255,.5);text-align: center;}
/*footer*/

/* 内页 */
    .overflow{overflow: hidden;}
    .overflow img,.smallImg img{width: 100%;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.92);transform:scale(0.95);}
    .videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 9999;display: none;text-align: center;padding:5vh 1vw;}
    .videoPop .col-video2{position: relative;width: 100%;height: 100%;}
    #Video{max-width: 100%;max-height: 100%;position: absolute;max-width: 970px;top:50%;left: 50%;transform: translate(-50%,-50%);width: 100%;}
    #videoClose{position: absolute;right:10px;top:5px;color: #fff;cursor: pointer;font-size: 36px;transition: 0.5s;z-index: 99;}
    #videoClose:hover{color: #eee;}
    .col-page{position: relative;z-index: 1;background: #fff;}

    .col-page-about h2{font-size: 3.75rem;font-weight: bold;color:#0d50a5;margin-bottom: 4.5vh;text-align: center;}
    .col-page-about .col-1 .container2{padding: 12vh 20px;}
    .col-page-about .col-1 .title{text-align: center;color:#eab92b;font-size: 18px;margin-bottom: 10px;}
    .col-page-about .col-1 .content{font-size: 18px;line-height: 1.556;}
    .col-page-about .col-1 .content strong{font-size: 24px;font-weight: bold;}
    .col-page-about .col-1 .content ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 8vh;}
    .col-page-about .col-1 .content ul li{width: 49%;}
    .col-page-about .col-2{background: #f5f5f5;text-align: center;}
    .col-page-about .col-2 .container2{padding: 10vh 20px;}
    .col-page-about .col-2 .content{font-size: 18px;line-height: 1.556;margin-bottom: 8vh;padding: 0 6.6vw;}
    .col-page-about .col-2 .map{display: inline-block;font-size: 0;position: relative;}
    .col-page-about .col-2 .map ul li{position: absolute;width: 21px;height: 21px;border-radius: 50%;background: #eab92b;border: 4px solid #094a9b;z-index: 2;}
    .col-page-about .col-2 .map ul li span{position: absolute;white-space: nowrap;left: 50%;transform: translateX(-50%);top: calc(100% + 5px);font-size: 18px;}
    .col-page-about .col-3 .container2{padding: 12vh 20px calc(12vh + 5.42vw);}
    .col-page-about .col-3 .content{font-size: 18px;line-height: 1.556;max-width:1190px;margin: 0 auto 5.6vh;text-align: center;}
    .col-page-about .col-3 .swiper-slide .img{position: relative;overflow: hidden;padding: 15px;border: 20px solid #f5f5f5;}
    .col-page-about .col-3 .swiper-pagination {position: static;margin-top: 5vh;}
    .col-page-about .col-3 .swiper-pagination span{width: 13px;height: 13px;background: #dddddd;opacity: 1;transition: 0.25s;}
    .col-page-about .col-3 .swiper-pagination span.swiper-pagination-bullet-active{background: #094a9b;}

    .col-page-product .productNav{background: #f5f5f7;padding: 10vh 0 calc(18vh + 5.42vw);}
    .col-page-product .productNav h2{font-size: 4.5rem;font-weight: bold;margin-bottom: 5vh;text-align: center;}
    .col-page-product .productNav ul.list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 40px;}
    .col-page-product .productNav ul.list li{width:calc(50% - 20px);}
    .col-page-product .productNav ul.list li a{display: block;border-radius: 20px;background: #fff;padding: 8.2vh 60px 5vh;height: 100%;text-align: center;}
    .col-page-product .productNav ul.list li a h3{font-size: 3.75rem;font-weight: bold;}
    .col-page-product .productNav ul.list li a .content{font-size: 18px;line-height: 1.333;margin: 20px 0 4vh;}
    .col-page-product .productNav ul.list li a .content h3{display: none;}
    .col-page-product .productNav ul.list li a .more{font-size: 18px;color:#eab92b;margin: 0 0 8vh;display: flex;align-items: center;justify-content: center;}
    .col-page-product .productNav ul.list li a .more i.fa{margin-left: 8px;}
    .col-page-product .productNav ul.list li a .img img{margin: 0 auto;}
    .col-page-product .productNav .wrap{background: #fff;display: flex;flex-wrap: wrap;justify-content: space-between;border-radius: 20px;padding: 10vh 60px;}
    .col-page-product .productNav .wrap .item{width: 49%;text-align: center;margin-bottom: 8vh;}
    .col-page-product .productNav .wrap .item:nth-child(1){width: 100%;margin: 0 auto 8vh;}
    .col-page-product .productNav .wrap .item a h3{font-size: 2.25rem;font-weight: bold;}
    .col-page-product .productNav .wrap .item a .more{font-size: 18px;color:#eab92b;margin: 10px 0 4vh;display: flex;align-items: center;justify-content: center;}
    .col-page-product .productNav .wrap .item a .more i.fa{margin-left: 8px;}
    .col-page-product .productNav .wrap .item a .img img{margin: 0 auto;width: auto;}
    .col-page-product .product-banner{padding: 18vh 0 8vh;}
    .col-page-product .product-banner .flex{flex-wrap: wrap;}
    .col-page-product .product-banner .flex .content{width: 40%;color:#fff;padding-top: 20px;position: relative;z-index: 2;}
    .col-page-product .product-banner .flex .content .column{font-size: 24px;}
    .col-page-product .product-banner .flex .content h1{font-size: 4.5rem;font-weight: bold;line-height: 1;margin-bottom: 3vh;white-space: nowrap;}
    .col-page-product .product-banner .flex .content .mbx,.col-page-product .product-banner .flex .content .mbx a{color:#fff;font-size: 16px;}
    .col-page-product .product-banner .flex .img{width: 60%;}
    .col-page-product .product-banner .flex .img img{width: 100%;}
    .col-page-product .product-banner .product_nav {font-size: 0;}
    .col-page-product .product-banner .product_nav a{display: inline-block;width: 200px;height: 50px;border-radius: 25px;border: 2px solid #fff;line-height: 46px;text-align: center;font-size: 18px;font-weight: bold;transition: 0.25s;margin: 0 15px 15px 0;color:#fff;}
    .col-page-product .product-banner .product_nav a:last-child{margin-right: 0;}
    .col-page-product .product-banner .product_nav a:hover,.col-page-product .product-banner .product_nav a.active{background: rgba(255,255,255,.5);}
    .col-page-product .product-lists{padding: 12vh 0;}
    .col-page-product .product-lists ul.list{display: flex;flex-wrap: wrap;}
    .col-page-product .product-lists ul.list li{width: 31%;margin-right: 3.5%;margin-bottom: 8vh;text-align: center;}
    .col-page-product .product-lists ul.list li:nth-child(3n){margin-right: 0;}
    .col-page-product .product-lists ul.list li .swiper-container{overflow: visible;}
    .col-page-product .product-lists ul.list li .img{background: #fff;position: relative;}
    .col-page-product .product-lists ul.list li .img .inner{width: 100%;padding-bottom: 100%;border-radius: 50%;background: #f5f5f7;transition: 0.25s;}
    .col-page-product .product-lists ul.list li .img img{position: absolute;top: 60%;left: 50%;transform: translate(-50%,-50%);mix-blend-mode: multiply;width: 102%;max-width: none;}
    .col-page-product .product-lists ul.list li .title{font-size: 24px;font-weight: bold;margin-top: 12px;transition: 0.25s;}
    .col-page-product .product-lists ul.list li:hover .title{color:#1e68c4;}
    .col-page-product .product-lists ul.list li:hover .img img{width: 108%;}
    .col-page-product .product-lists ul.list li .swiper-pagination{position: static;margin-top: 15px;}
    .col-page-product .product-lists ul.list li .swiper-pagination span{width: 16px;height: 16px;position: relative;margin:0 10px 0 0;border-radius: 0;opacity: 1;outline: none;}
    .col-page-product .product-lists ul.list li .swiper-pagination span i{display: block;width: 20px;height: 20px;padding: 1px;border-width: 1px;border-style: solid;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: 0.2s;}
    .col-page-product .product-lists ul.list li .swiper-pagination span.swiper-pagination-bullet-active i{opacity: 1;}

    .col-product-detail{background: #f5f5f7;padding: 10vh 0 12vh;}
    .col-product-detail h1{font-size: 3.75rem;font-weight: bold;margin-bottom: 6vh;}
    .col-product-detail h2{font-size: 3rem;margin-bottom: 4vh;}
    .col-product-detail .pro_show{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
    .col-product-detail .pro_show .content{width: 36%;}
    .col-product-detail .pro_show .content .link{margin: 0 0 7.2vh;}
    .col-product-detail .pro_show .content .link a{display: block;width: 230px;height: 65px;line-height: 65px;color:#fff;background: #1e68c4;text-align: center;transition: 0.25s;border-radius: 32.5px;font-size: 18px;text-transform: uppercase;}
    .col-product-detail .pro_show .content .link a:hover{box-shadow: 3px 5px 12px 0 rgba(0,0,0,.15);}
    .col-product-detail .pro_show .content h2{padding-bottom: 3vh;border-bottom: 1px solid #dddddd;}
    .col-product-detail .pro_show .content .s-content{font-size: 18px;}
    .col-product-detail .pro_show .content .s-content strong{font-size: 24px;display: block;margin-bottom: 2vh;}
    .col-product-detail .pro_show .content .s-content ul li{padding-left: 15px;position: relative;margin-bottom: 6px;}
    .col-product-detail .pro_show .content .s-content ul li::before{content:'';width: 8px;height: 8px;border-radius: 50%;background: #333;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
    .col-product-detail .pro_show .content .s-content ul:nth-of-type(2) li::before{background: transparent;border: 1px solid #000;}
    .col-product-detail .pro_show .content .info {display: flex;align-items: center;font-size: 0;margin-bottom: 2.2vh;}
    .col-product-detail .pro_show .content .info span.name {font-size: 18px;flex-shrink: 0;}
    .col-product-detail .pro_show .content .info.color li {width: 16px;height: 16px;position: relative;margin: 0 8px;border-radius: 0;opacity: 1;outline: none;display: inline-block;cursor: pointer;}
    .col-product-detail .pro_show .content .info.color li i {display: block;width: 20px;height: 20px;padding: 1px;border-width: 1px;border-style: solid;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: 0.2s;}
    .col-product-detail .pro_show .content .info.color li.active i {opacity: 1;}
    .col-product-detail .pro_show .slide{width: 62%;position: relative;z-index: 1;}
    .col-product-detail .pro_show .slide .images{display: none;}
    .col-product-detail .pro_show .slide .images.active{display: block;}
    .col-product-detail .pro_show .slide .swiper-container{overflow: visible;}
    .col-product-detail .pro_show .img{background: #f5f5f7;position: relative;z-index: 1;}
    .col-product-detail .pro_show .img img{mix-blend-mode: multiply;}
    .col-product-detail .pro_show .img::after{content:'';width: 80%;padding-top: 80%;border-radius: 50%;background: #fff;position: absolute;left: 50%;top: 40%;transform: translate(-50%,-50%);z-index: -1;}
    .col-product-detail .pro_show .slide .images .swiper-button{width: 50px;height: 50px;border-radius: 50%;text-align: center;line-height: 48px;outline: none;opacity: 1;transition: 0.25s;margin-top: auto;position: absolute;top: 50%;transform: translateY(-50%);font-size: 18px;color:#333;background: #fff;pointer-events: auto;}
    .col-product-detail .pro_show .slide .images .swiper-button::after{display: none;}
    .col-product-detail .pro_show .slide .images .swiper-button:hover{background: #1e68c4;border-color: #1e68c4;color:#fff;}
    .col-product-detail .pro_show .slide .images .swiper-button-prev{left: 10px;}
    .col-product-detail .pro_show .slide .images .swiper-button-next{right: 10px;}
    .col-product-detail .detail {margin-top: 12vh;}
    .col-product-detail .detail .item h2{text-align: center;}
    .col-product-detail .detail .item1{margin-bottom: 10vh;}
    .col-product-detail .detail .item1{background: #fff;padding: 7vh 6.6vw 6vh;border-radius: 20px;}
    .col-product-detail .detail .item1 .content ul{display: flex;justify-content: space-between;}
    .col-product-detail .detail .item1 .content ul li{text-align: center;font-size: 18px;line-height: 1.33;}
    .col-product-detail .detail .item1 .content ul li p:nth-child(1){margin-bottom: 5px;}
    .col-product-detail .detail .item2 .content .product_imgs{padding-bottom: 5vh;}
    .col-product-detail .detail .item2 .content .product_img{border-radius: 10px;}
    .col-product-detail .detail .item2 .content .owl-dots {margin-top: 15px;text-align: center;}
    .col-product-detail .detail .item2 .content .owl-dots button{width: 12px;height: 12px;background: #dddddd;opacity: 1;transition: 0.25s;border-radius: 50%;margin: 0 2px;}
    .col-product-detail .detail .item2 .content .owl-dots button.active{background: #094a9b;}

    .col-page-news {padding: 10vh 0 calc(10vh + 5.42vw);}
    .col-page-news .news-nav{margin-bottom: 4.5vh;text-align: center;}
    .col-page-news .news-nav a{display: inline-block;margin: 0 1.6vw 10px;transition: 0.2s;font-size: 18px;color:rgba(51,51,51,.3);position: relative;}
    .col-page-news .news-nav a:not(:last-child)::after{content:'';width: 1px;height: 15px;background: #dddddd;position: absolute;right: -1.6vw;top: 50%;transform: translateY(-50%);}
    .col-page-news .news-nav a.active,.col-page-news .news-nav a:hover{color:#333;}
    .col-page-news ul.list{display: flex;flex-wrap: wrap;}
    .col-page-news ul.list li{width: 31%;margin-right: 3.5%;margin-bottom: 6vh;}
    .col-page-news ul.list li:nth-child(3n){margin-right: 0;}
    .col-page-news ul.list li a{display: block;border-radius: 10px;transition: 0.25s;}
    .col-page-news ul.list li .img{box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);border-top-left-radius: 10px;border-top-right-radius: 10px;overflow: hidden;position: relative;min-height: 66px;}
    .col-page-news ul.list li .content{padding: 2.5vh 2.4vw 0;border: 1px solid #dddddd;border-top: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
    .col-page-news ul.list li .content h3{font-size: 24px;font-weight: bold;line-height: 1.167;margin-bottom: 10px;height: 56px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.2s;}
    .col-page-news ul.list li .content .desc{font-size: 18px;color:#666;line-height: 1.333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 72px;}
    .col-page-news ul.list li .content .date{padding: 2vh 0;margin-top: 2.2vh;border-top: 1px solid #dddddd;font-size: 16px;color:#888;}
    .col-page-news ul.list li a:hover{box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);}
    .col-page-news ul.list li a:hover .content h3{color:#eab92b;}

    /* 新闻详情页 */
    .col-news { position: relative; margin: 0 auto;padding: 5vh 10px calc(5vh + 5.42vw);}
    .col-news article {width: 100%;background: #fff;}
    .col-news .met_clear {clear: both;}
    .col-news .met_module2 h1.met_title {font-size: 24px;font-weight: normal;padding: 5px 0;color:#000;}
    .col-news .met_module2 .met_infos {color: #818181;font-size: 12px;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
    .col-news .met_module2 .met_time { padding-right: 6px;}
    .col-news .met_module2 .met_source {padding-right: 6px;}
    .col-news .met_module2 .met_source a {color: #607fa6;}
    .col-news .met_module2 .met_editor { padding: 0 10px;color:#000;}
    .col-news .met_editor {line-height: 2;}
    .col-news .met_tools {border-top: 1px solid #ddd;margin-top: 30px;position: relative;padding: 10px 10px 0;}
    .col-news .met_tools .met_page {clear: both;color: #818181;}
    .col-news .met_tools .met_page li {display: inline-block;list-style: none;margin-right: 30px;}
    .col-news .met_tools .met_page li:last-child{margin-right: 0}
    .col-news .met_tools .met_page li span {padding-right: 5px;}
    .col-news .met_tools .met_page a {color: #607fa6;}

    .col-page-contact h2{font-size: 3rem;margin-bottom: 6vh;}
    .col-page-contact .flex{flex-wrap: wrap;justify-content: space-between;padding: 12vh 0 10vh;}
    .col-page-contact .flex .content{width: 36%;}
    .col-page-contact .flex .content .s-content {padding-bottom: 5vh;margin-bottom: 5vh;border-bottom: 1px solid #dddddd;}
    .col-page-contact .flex .content .s-content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .col-page-contact .flex .content .s-content ul li{margin-bottom: 2.8vh;padding-left: 28px;position: relative;width: 49%;font-size: 15px;}
    .col-page-contact .flex .content .s-content ul li:nth-child(1),.footer .flex .footer-info .info ul li:nth-child(4){width: 100%;}
    .col-page-contact .flex .content .s-content ul li p:nth-child(1){position: absolute;left: 0;top: 0;}
    .col-page-contact .flex .content .s-content ul li p:nth-child(3){font-size: 18px;line-height: 1.333;}
    .col-page-contact .flex .content .share{font-size: 0;margin-bottom: 3vh;}
    .col-page-contact .flex .content .share span{font-size: 24px;display: block;margin-bottom: 2.2vh;}
    .col-page-contact .flex .content .share a{display: inline-block;position: relative;width: 38px;height: 38px;background: #7fc5e5;border-radius: 50%;color:#fff;font-size: 18px;text-align: center;line-height: 38px;transition: 0.25s;margin: 0 25px 0 0;}
    .col-page-contact .flex .content .share a:last-child{margin-right: 0;}
    .col-page-contact .flex .content .share a:nth-child(2){background: #3d81d1;}
    .col-page-contact .flex .content .share a:nth-child(3){background: #e87c81;}
    .col-page-contact .flex .content .share a.wechat .code{position: absolute;bottom: 100%;margin-bottom: 10px;left: 50%;transform: translateX(-50%);display: none;padding:5px;background: #f1f2f3;z-index: 90;}
    .col-page-contact .flex .content .share a.wechat .code::after{content:'';border-top:8px solid #f1f2f3;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;top:100%;left: 50%;transform: translateX(-50%);}
    .col-page-contact .flex .content .share a.wechat .code img{max-width: 120px;}
    .col-page-contact .flex .content .code p{font-size: 18px;}
    .col-page-contact .flex .content .code ul{margin: 5px 0 0;font-size: 0;}
    .col-page-contact .flex .content .code ul li{display: inline-block;vertical-align: top;margin: 0 24px 20px 0;text-align: center;}
    .col-page-contact .flex .content .code ul li p{margin-top: 5px;font-size: 15px;display: block;}
    .col-page-contact .flex .message{width: 51%;}
    .col-page-contact .flex .message h2{margin-bottom: 5.6vh;}
    .col-page-contact .flex .message form ul {display: flex;flex-wrap: wrap;}
    .col-page-contact .flex .message form ul li{width: 49%;margin-right: 2%;margin-bottom: 2.5%;}
    .col-page-contact .flex .message form ul li:nth-child(2n){margin-right: 0;}
    .col-page-contact .flex .message form ul li p{font-size: 16px;margin-bottom: 4px;}
    .col-page-contact .flex .message form ul li input,.col-page-contact .flex .message form ul li textarea{width: 100%;height: 55px;background: transparent;outline: none;border: none;font-size: 16px;padding-left: 12px;border-bottom: 1px solid #dddddd;}
    .col-page-contact .flex .message form ul li:nth-child(n+3){width: 100%;margin-right: 0;}
    .col-page-contact .flex .message form ul li textarea{height: auto;min-height: 300px;padding-top: 15px;}
    .col-page-contact .flex .message form ul li.code input{width: 150px;}
    .col-page-contact .flex .message form ul li.code .recaptcha{display: inline-block;vertical-align: bottom;}
    .col-page-contact .flex .message form .col-sub{margin-top: 10px;}
    .col-page-contact .flex .message form .col-sub input{width: 220px;line-height: 60px;border-radius: 30px;border: none;background: #1e68c4;color:#fff;font-size: 16px;transition: 0.3s;outline: none;}
    .col-page-contact .flex .message form .col-sub input:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
    .col-page-contact .map{height: 740px;}
    .col-page-contact .map #allmap {width:100%;height:100%;}
    .col-page-contact .map #allmap img { max-width: 1070px; max-height: 500px;}
    .col-page-contact .map #allmap label {max-width: 1070px;background: #fff !important;border:none !important;box-shadow: 0 2px 3px rgba(0,0,0,.1);padding: 10px !important;top: auto !important;bottom: 10px;left: 50% !important;transform: translateX(-45%)}
    .col-page-contact .map #allmap label::before{content: "";width: 0px;height: 0px;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;bottom: -10px;left: 50%;margin-left: -10px;}
    .col-page-contact .map #allmap .BMapLib_SearchInfoWindow .BMapLib_bubble_content{overflow-y: auto !important;}
    .col-page-contact .map #gaode_map{height: 100%;width: 100%;}
/* 内页 */

/* page */
    .page {text-align: center;}
    .page ul li a{border:1px solid #e5e5e5 !important;background: #fff;color:#eab92b;margin:0 3.5px;width: 40px;height:40px;padding: 0;line-height: 38px;font-size: 14px;border-radius: 0 !important;}
    .page ul li.disabled a{border:none;background: #fff;}
    .page ul li.active a{border:none;background: #eab92b;color:#fff;}
    .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: #fff;color:#eab92b}
    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {border:none;background: #eab92b;color:#fff;}
    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: #fff;color:#eab92b;}
/* page */

/* 新闻详情页 */
    .col-news-detail{padding: 5vh 10px calc(5vh + 5.42vw);}
    .col-news-detail h1{font-size: 1.875rem;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:#eab92b;margin: 0 5px;}
    .col-news-detail .content{font-size: 15px;line-height: 2;}
    .col-news-detail .content h2{font-weight: bold;margin: 5px 0 12px;}
    .col-news-detail .content h3{font-weight: bold;margin: 2px 0 8px;}
    .col-news-detail .content h4{font-weight: bold;margin: 0 0 4px;}
    .col-news-detail .content hr{border-color: #bf0004;}
    .col-news-detail .content a{display: inline-block;border-bottom: 1px solid;color:#eab92b;}
    .col-news-detail .col_page{margin-top: 9vh;}
    .col-news-detail .col_page li{padding: 8px 0;font-size: 15px;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:#eab92b;}
/* 新闻详情页 */

/*search*/
    .search-box .search-form {
        border: 1px solid #f3f3f3;
        border-radius: 0;
        background-color: #f3f3f3;
    }
    .search-box .search-fix-wrap {
        position: relative;
        margin-right: 48px;
    }
    .search-box-wrap input[type="text"], .search-box-wrap button {
        box-sizing: border-box;
        border: 0;
        display: block;
        background: 0;
        padding: 0;
        margin: 0;
    }
    .search-box .search-fix-wrap input[type="text"] {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        color: #000;
        width: 100%;
        text-indent: 8px;
        outline: none;
    }
    .search-box-wrap button {
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search-box .search-fix-wrap button {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .search-box .search-fix-wrap button {
        width: 48px;
        height: 48px;
    }
/*search*/


/* media */

@media (max-width: 1600px) {
    #col-banner .swiper-slide .ban_cont .content h1,.col-page-product .productNav h2,.col-page-product .product-banner .flex .content h1{font-size: 3.5rem;}
    .col-index-product .classify h2,.col-index-product .products h2,.col-index-news h2,.col-index-news .title,.col-page-about h2,.col-page-product .productNav ul.list li a h3,.col-product-detail h1{font-size: 3rem;}
    .col-index-about .content h2,.col-index-strength .content,.col-product-detail h2,.col-page-contact h2{font-size: 2.75rem;}
    .container2{max-width: 1280px;}
    #col-index-banner .swiper-slide .ban_cont .content .s-content img{width: 50%;}

    .col-index-strength{padding: 30vh 0 26vh;}

    html{font-size: 15px;}
}
@media (max-width: 1460px) {
    #col-banner .swiper-slide .ban_cont .content h1,.col-page-product .productNav h2,.col-page-product .product-banner .flex .content h1{font-size: 3rem;}
    .col-index-product .classify h2,.col-index-product .products h2,.col-index-news h2,.col-index-news .title,.col-page-about h2,.col-page-product .productNav ul.list li a h3,.col-product-detail h1{font-size: 2.75rem;}
    .col-index-about .content h2,.col-index-strength .content,.col-product-detail h2,.col-page-contact h2{font-size: 2.5rem;}
    .container2{max-width: 1080px;}
    .col-index-strength{padding: 20vh 0 18vh;}
    .header .inner nav ul li{margin-right: 2.5rem;}
    .header .inner .logo{margin-right: 5vw;}

    html{font-size: 14px;}
  
}
@media (max-width: 1200px) {
    #col-banner .swiper-slide .ban_cont .content h1,.col-page-product .productNav h2,.col-page-product .product-banner .flex .content h1{font-size: 2.75rem;}
    .col-index-product .classify h2,.col-index-product .products h2,.col-index-news h2,.col-index-news .title,.col-page-about h2,.col-page-product .productNav ul.list li a h3,.col-product-detail h1{font-size: 2.5rem;}
    .col-index-about .content h2,.col-index-strength .content,.col-product-detail h2,.col-page-contact h2{font-size: 2.25rem;}
    #col-index-banner .swiper-slide .ban_cont .content .s-content,.col-index-product .products .swiper-slide .title,.col-page-product .productNav .wrap .item a h3{font-size: 1.875rem;}

    .col-product-detail .detail .item1 .content ul{flex-wrap: wrap;justify-content: left;}
    .col-product-detail .detail .item1 .content ul li{margin: 0 0 20px;width: 33.33%;}
    .col-page-product .product-banner{padding: 12vh 0 6vh;}
    .col-index-strength{padding: 10vh 0 8vh;}
    .col-index-product .classify .swiper-slide .flex .content .more{width: 80px;height: 80px;}
    .col-index-about,.col-page-about .col-2 .container2,.col-page-about .col-1 .container2,.col-page-product .productNav .wrap{padding: 6vh 20px;}
    .col-index-product .classify,.col-page-about .col-3 .container2{padding-top: 6vh;}
    .col-index-product .products,.col-page-product .product-lists,.col-product-detail,.col-page-contact .flex{padding-top: 6vh;padding-bottom: 6vh;}
    .col-index-strength{background-attachment: scroll !important;}
    html{font-size: 13px;}
  
}
@media (max-width: 992px) {
  #col-index-banner .swiper-slide .ban_cont .content .s-content,.col-index-product .products .swiper-slide .title,.col-index-news .swiper-container .swiper-slide .content h3,.col-page-about .col-1 .content strong,.col-page-product .productNav .wrap .item a h3,.col-page-product .product-banner .flex .content .column,.col-page-product .product-lists ul.list li .title,.col-product-detail .pro_show .content .s-content strong,.col-page-news ul.list li .content h3,.col-page-contact .flex .content .share span{font-size: 18px;}
  .col-index-about .content,.col-index-product .classify .swiper-slide .flex .content .s-content,.col-index-product .classify .swiper-slide .flex .content .more,.col-index-product .products .swiper-slide .more,.col-index-news .swiper-container .swiper-slide .content .desc,.col-page-about .col-1 .content,.col-page-about .col-2 .content,.col-page-about .col-2 .map ul li span,.col-page-about .col-3 .content,.col-page-product .productNav ul.list li a .content,.col-page-product .productNav ul.list li a .more,.col-page-product .productNav .wrap .item a .more,.col-product-detail .pro_show .content .s-content,.col-product-detail .detail .item1 .content ul li,.col-page-news ul.list li .content .desc,.col-page-contact .flex .content .s-content ul li p:nth-child(3),.col-page-contact .flex .content .code p{font-size: 16px;}
  
  .col-page-contact .map{height: 500px;}
  .col-page-contact .flex .message form ul li textarea{min-height: 150px;}
  .col-product-detail .detail .item1 .content ul li{width: 50%;padding: 0 10px;}
  .col-page-product .product-lists ul.list li,.col-page-news ul.list li{width: 48%;margin-right: 4%;}
  .col-page-product .product-lists ul.list li:nth-child(3n),.col-page-news ul.list li:nth-child(3n){margin-right: 4%;}
  .col-page-product .product-lists ul.list li:nth-child(2n),.col-page-news ul.list li:nth-child(2n){margin-right: 0;}
  .col-page-product .product-banner{padding: 5vh 0;}
  .col-page-product .product-banner .product_nav a{width: 160px;height: 45px;line-height: 41px;font-size: 14px;}
  .footer{padding-top:6vh;}
  .footer .bottom{margin-top: 3vh;}
  .footer .flex .footer-info{width: 100%;text-align: center;display: block;}
  .col-index-news .swiper-container .swiper-slide .content h3,.col-page-news ul.list li .content h3{height: 42px;}
  .col-index-news .swiper-container .swiper-slide .content .desc,.col-page-news ul.list li .content .desc{height: 64px;}
  .col-index-product .classify .swiper-slide .flex .content,.col-index-product .classify .swiper-slide .flex .img,.col-page-about .col-1 .content ul li,.col-page-contact .flex .content,.col-page-contact .flex .message{width: 100%;max-width: none;display: block;margin-right: 0;margin-bottom: 20px;}
  .col-index-product .classify .swiper-slide .flex .img{width: 50%;margin: 5vh auto 0;}
  .col-index-product .classify{padding: 6vh 0;}
  .col-index-product .classify .swiper-container{margin-bottom: 0;}
  .col-index-about a.more,.col-index-strength a.more,.col-product-detail .pro_show .content .link a,.col-page-contact .flex .message form .col-sub input{width: 180px;height: 50px;line-height: 50px;font-size: 14px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content img{margin-bottom: 0;}
  .col-banner{margin-top: 80px;}
  .header .inner nav,.header .inner .index-search::before,.footer .flex .footer-nav,.footer .flex .footer-info .info{display: none;}
  .header .inner .index-search{margin-left: 0;padding-left: 0;margin-right: 20px;}
  .header .inner .logo{margin-right: auto;}
  .header .inner .flex{height: 80px;line-height: 80px;padding:0 20px;}

  html{font-size: 12px;}
  
}
@media (max-width: 992px) {
    .header .nav-btn{display: block !important;}
    .header .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
    .header .lines span{width: 100%;height: 2px;background: #333;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
    .header .lines span.n1{top: 0;}
    .header .lines span.n2{top: 7px;}
    .header .lines span.n3{top: 14px;}
    .header .nav-btn.closes .lines span.n1 {top: 8px;transform: rotate(45deg);}
    .header .nav-btn.closes .lines span.n2 {opacity: 0;}
    .header .nav-btn.closes .lines span.n3 {top: 8px;transform: rotate(-45deg);}
    .sub-content {
      position: relative;
      display: block;
      right: auto;
      border-radius: 0;
      border: none;
      box-shadow: none;
      z-index: 99999;
      line-height: 20px;
    }
    .change-language .change-language-cont {
      margin-top:0;
    }
}
@media (max-width: 768px) {
    .col-page-contact .map{height: 400px;}
    .col-page-product .product-lists ul.list li .title{font-size: 16px;}
    .col-page-about .col-2 .map ul li span,.col-product-detail .detail .item1 .content ul li,.col-page-contact .flex .content .s-content ul li{font-size: 14px;}

    .col-page-news ul.list li{margin-right: 0 !important;width: 100%;}
    .col-product-detail .detail .item1{padding: 5vh 10px;}
    .col-page-product .productNav ul.list{margin-bottom: 0;}
    .col-page-product .productNav ul.list li,.col-page-product .product-banner .flex .content,.col-page-product .product-banner .flex .img,.col-product-detail .pro_show .content,.col-product-detail .pro_show .img{width: 100%;margin-bottom:20px;}
    .col-page-product .product-banner .flex .img,.col-product-detail .pro_show .slide{width: 66%;margin: 3vh auto 0;}
    .col-product-detail .pro_show .img{margin-top: 8vh;}
    .col-page-product .productNav ul.list li a{padding: 5vh 20px;}
    .col-page-about .col-2 .map ul li{width: 10px;height: 10px;border-width: 2px;}
    .col-index-product .products .swiper-slide .img img{max-width: 80%;max-height: 300px;margin: 0 auto;width: auto;}
    .col-index-product .classify .swiper-slide .flex .img,.col-page-product .productNav .wrap .item,.col-page-product .productNav .wrap .item:nth-child(1){width: 80%;}
    .col-page-product .productNav .wrap .item,.col-page-product .productNav .wrap .item:nth-child(1){margin: 0 auto 4vh;}
    .change-language .change-language-cont {
        right: -94px;
    }
  html{font-size: 11px;}

}
@media (max-width: 468px) {
    .col-page-contact .flex .content .s-content ul li,.col-product-detail .pro_show .slide{width: 100%;}
    html{font-size: 10px;}
  
}
/*font size*/
    .f18{font-size: 18px;}
    .f54{font-size: 2.8125vw;}
    @media (max-width: 1600px) {
        .f18{font-size: 17px;}
    }
    @media (max-width: 1460px) {
        .f18{font-size: 16px;}
    }
    @media (max-width: 992px) {
        .f18{font-size: 14px;}
        .f54{font-size: 25.2px;}
    }
    @media (max-width: 468px) {
        .f54{font-size: 20px;}
    }
/*font size*/
/*Privacy*/
    #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: 70%;}
      #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:#eab92b;}
    #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;font-weight: 500;background: transparent;margin:8px 8px 8px 0 !important;cursor: pointer;font-family: 'Outfit';outline: none;}
    #ccc-notify .ccc-notify-buttons button:hover{background: #eab92b;border-color: #eab92b;color:#fff;}
    .col-page-policy{padding-top: 91px;padding-left: 20px;padding-right: 20px; background: #f9f9f9;}
    .col-page-policy .container{padding: 6vw 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: #00b0f0;margin: 3vh 0;width: 100%;}
    @media (max-width: 992px){
        .col-page-policy{padding-top: 80px;}
    }
/*Privacy*/
/*产品栏目介绍*/
    .columnDescription{padding: 5vh 0;}
    .columnDescription p{line-height: 1.77; }
    .columnDescription h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
    .columnDescription h3{font-weight: bold;margin: 5px 0 8px;font-size: 1.65rem;}
    .columnDescription h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
    .columnDescription hr{border-color: #d82324;margin: 3vh 0;width: 100%;}
    .columnDescription table{width: 100%;border: none;height: auto !important;line-height: normal;}
    .columnDescription table td{border: none;padding: 4px 0;width: auto !important;}
    .columnDescription table td strong{font-weight: 600;}
    .columnDescription a{display: inline-block;border-bottom: 1px solid;color:#d82324;font-weight: 600;}
/*产品栏目介绍*/
    .col-tags ul li{float: left;margin-right: 1.5vw;}
    .col-tags ul li a{ font-weight: 600;border-bottom: 1px solid;color: #eab92b; }
/*page tags*/
    .col-page-tags{padding-bottom: 10vh;}
    .col-page-tags .tags-content{ margin-top: 4vw; font-weight: 500;line-height: 1.66; }
    .col-page-tags .tags-content p{ font-weight: 500;line-height: 1.66; }
    .col-page-tags .tags-content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
    .col-page-tags .tags-content h3{font-weight: bold;margin: 5px 0 8px;font-size: 1.65rem;}
    .col-page-tags .tags-content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
    .col-page-tags .tags-content hr{border-color: #d82324;margin: 3vh 0;width: 100%;}
    .col-page-tags .tags-content table{width: 100%;border: none;height: auto !important;line-height: normal;}
    .col-page-tags .tags-content table td{border: none;padding: 4px 0;width: auto !important;}
    .col-page-tags .tags-content table td strong{font-weight: 600;}
    .col-page-tags .tags-content a{display: inline-block;border-bottom: 1px solid;color:#d82324;font-weight: 600;}
    @media (max-width: 991px){
        .col-page-tags .tags-content{ margin-top: 40px;}
    }
/*page tags*/