@charset "utf-8";
@import 'font-font-system.css';
@font-face {
    font-family: "Barlow";
    font-weight: 100;
    src: url("../fonts/Barlow-Thin.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: 700;
    src: url("../fonts/Barlow-Bold.ttf") format("truetype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_v13iup4y88c.woff2?t=1774596666948') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_v13iup4y88c.woff?t=1774596666948') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_v13iup4y88c.ttf?t=1774596666948') format('truetype');
}
*{margin:0;padding: 0;}
html{font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #1a1a1a;font-family:"Barlow","PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;background: #fff;overflow-x: hidden;}
*{word-break:normal !important}
* {
    -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: rgb(0,0,0,.54)!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: #00923f!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
li {list-style: none;}
i {font-style: normal;}
a {color: #222;text-decoration: none;transition: 0.5s;}
a:focus{text-decoration: none;outline: none;color:#222;}
a:hover { color: #00923f;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;font-weight: normal;}
img {border: 0;  max-width: 100%;vertical-align: middle;}
img[src=""],img:not([src]){opacity:0 !important;}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: rgba(31,31,31,0.3);}
input:-moz-placeholder,textarea:-moz-placeholder {color:rgba(31,31,31,0.3);}
input::-moz-placeholder,textarea::-moz-placeholder {color:rgba(31,31,31,0.3);}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:rgba(31,31,31,0.3);}
/*slide contact*/
    .sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 9999999;}
    .sider_contact .flex{flex-direction: column;background: #00923f;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;}
    @media (max-width: 991px) {
        .sider_contact .flex .backtop{width: 30px;}
        .sider_contact .flex .backtop.zx_hi{height: 30px;font-size: 18px;}
        .sider_contact .flex .item>a,.sider_contact .flex .backbottom,.sider_contact .btm_o{width: 30px;height: 30px;font-size: 18px;}
        .sider_contact .flex.right{right: -30px;}
        .sider_contact .flex .item .info{min-height: 30px;}
    }
/*slide contact*/
/* 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;transform: scale(0.2);}
        to {opacity: 1;transform: scale(1);}
    }
    @keyframes fadeIn {
        from {opacity: 0;transform: scale(0.2);}
        to {opacity: 1;transform: scale(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 */
/*page*/
    .page { text-align: center;margin-top: 4vw;}
    .page ul{margin:0;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
    .page li {  display: inline;}
    .page li a{ width: 2.5vw;height: 2.5vw;max-width: 48px;max-height: 48px;min-width: 28px;min-height: 28px; display: flex;align-items: center;justify-content: center;
      border-radius: 0!important;
      background: none!important;
      padding: 0;
      margin: 2px;
      color:#919090;font-weight: bold;
      border: 0px!important;
    }
    .page li:first-child a,
    .page li:last-child a{border: 2px solid #919090!important;}
    .page li:first-child a:hover,
    .page li:last-child a:hover{border-color: #2a1d41;}
    .page li a:hover,
    .page li.active a {
        color: #2a1d41!important;
        border-color: #2a1d41!important;
    }
    @media (max-width: 991px) {
        .page{margin-top: 40px;}
    }
/*page*/
/*search*/
    /*.header .index-search{position: relative;height: 59px;line-height: 59px;}*/
    .header .index-search .content{position: fixed;width:100%;height: 100vh;padding: 3vw; top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 1000;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;color: #000;}
    .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;}
/*search*/
/*language*/
    .change-language {
        display: inline-block;
        position: relative;
        text-align: left;
        vertical-align: middle;
    }
    .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;color: #222;
    }
    li.language-flag a:hover{color: #00923f;}
    .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;
    }
/*language*/
/*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;}
    #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:#00923f;}
    #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: #00923f;border-color: #00923f;color:#fff;}
    .col-page-policy{padding-top: 149px;background: #f9f9f9;}
    .col-page-policy .container{padding: 6vw 0;}
    .col-page-policy h2{margin-bottom: 3.125vw;font-weight: bold;text-transform: uppercase;}
    .col-page-policy .content{line-height: 1.8;font-weight: 500;color: #525252;}
    .col-page-policy .content p{margin-bottom: 5px;font-weight: 500;}
    .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: 991px){
        .col-page-policy{padding-top: 50px;}
    }
/*Privacy*/
/*common*/
    .pic { position: relative; overflow: hidden;}
    .pic:after { content: ""; display: block;}
    .vcenter {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        display: block;
        vertical-align: middle;
        margin: auto;
    }
    .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.08);transform:scale(1.08)}
    .smallImg:hover .img{-webkit-transform:scale(0.95);transform:scale(0.95);}
    .container{max-width: 1720px;width: 100%;margin: 0 auto;padding: 0;}
    .container2{max-width: 1440px;}
    .text-center{text-align: center;}
    .text-overflow{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
    }
    .relative { position: relative;}
    .panel{margin:0;border:0;border-radius: 0;box-shadow: none;}
    .padding{padding-left: 4%;padding-right: 4%;}
    .bold{font-weight: bold;}
    .bold100{font-weight: 100;}
    .bold300{font-weight: 300;}
    .bold500{font-weight: 500;}
    .bold600{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; }

    .videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 1001;display: none;}
    .videoPop .content{width: 100%; max-width: 1600px; max-height:70vh; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
    #video{width: 98%;max-width: 1280px;max-height:70vh;display: block; margin: 0 auto;  }
    #videoClose{position: absolute;right:1%;top:0;transform: translateY(-100%); color: #fff;cursor: pointer;font-size: 24px;transition: 0.5s;}
    #videoClose:hover{color: #43b02a;}

    .share span{display: block;margin-bottom: 15px;}
    .share span a{display: inline-block;line-height: 24px;}
    .share a i{display: inline-block;width: 24px;height: 24px;margin-right: 9px; position: relative;top: -1px; text-align: center;color: #fff;line-height: 24px;border-radius: 50%;background-color: #2d2d2d;}
    .share a.weixin {position: relative;}
    .share a.weixin em{display: none;width:130px;height:130px; position: absolute;left: 50%;margin-left: -65px;top: 34px;}
    .share a.weixin:hover em{display: block;}
    .share span:last-child{margin-bottom: 0;}

    .col-title .tit{ color: #335379;line-height: 1.2; }
    .col-title .tips{margin-top: 1vw; color: rgba(51,51,51,0.5);line-height: 1; }
    .col-title .tips span{padding: 0 15px; display: inline-block;position: relative; }
    .col-title .tips span:before,
    .col-title .tips span:after{content: '';width: 3.125vw;max-width: 60px;position: absolute;top: 50%;border-top: 1px solid #aabdd0;}
    .col-title .tips span:before{right: 100%;}
    .col-title .tips span:after{left: 100%;}
    .page-title{ flex-wrap: wrap;align-items: center; justify-content: space-between; }
    .page-title .tit{text-transform: uppercase; line-height: 1;}
    .page-title .button .swiper-button-prev,
    .page-title .button .swiper-button-next{width: 8.48vw;max-width: 163px;height: auto; padding: 0.7vw 20px; margin: 0; position: static;float: left;border:2px solid #939393;color: #939393;border-radius: 30px;transition: 0.5s;opacity: 0.3; outline: none;}
    .page-title .button .swiper-button-prev{margin-right: 1.3vw;}
    .page-title .button .swiper-button-prev:after,
    .page-title .button .swiper-button-next:after{ font-size: 14px;font-weight: bold;line-height: 25px; }
    .page-title .button .swiper-button-prev:hover,
    .page-title .button .swiper-button-next:hover{opacity: 1;}

    .swiper.swiper-dots .swiper-pagination{width: auto;display: flex;padding: 4px 6px;border-radius: 10px; background: #eff1f5;}
    .swiper.swiper-dots .swiper-pagination.swiper-pagination-lock{display: none;}
    .swiper.swiper-dots .swiper-pagination .swiper-pagination-bullet { width: 7px;height: 7px;margin: 3px;border-radius: 4px; background: #dadcdf;opacity: 1;transition: 0.5s; outline: none;}
    .swiper.swiper-dots .swiper-pagination .swiper-pagination-bullet-active{ width: 31px; background-color: #335379; }

    .col-subnav{ background: #f6f6f6;border-bottom: 1px solid #d8d8d8; }
    .col-subnav ul{ justify-content: center; }
    .col-subnav li{ padding: 1.4vw 2vw;margin: 0 1vw; position: relative; line-height: 25px;cursor: pointer; }
    .col-subnav li:after{content: '';width: 100%;border-bottom: 2px solid #00923f;position: absolute;left: 0;bottom: -1px;opacity: 0;transition: 0.5s;}
    .col-subnav li:hover:after,
    .col-subnav li.active:after{opacity: 1;}
    .col-subnav li:hover a,
    .col-subnav li.active a{color: #027450;}

    .pro ul.flex{ flex-wrap: wrap; }
    .pro ul.flex{margin: 0 -0.651vw;margin-top: -1.71vw;}
    .pro ul.flex li{padding: 0 0.651vw;margin-top: 1.71vw;}
    .pro .panel{height: 100%;padding-bottom: 1.4vw;position: relative; border-radius: 1.14vw;box-shadow: 0 0 10px 5px rgba(0,0,0,.08);cursor: pointer;}
    .pro .panel .sort{ display: block;width: 2.5vw;height: 2.5vw;max-width: 47px;max-height: 47px;min-width: 28px;min-height: 28px; display: flex;align-items: center;justify-content: center;position: absolute;left: 1.2vw;top: 1vw; color: #919294;border-radius: 50%;background-color: #eff1f5;z-index: 2; }
    .pro .panel .pic:after{padding-bottom: 72.59%;}
    .pro .panel a.tit{ display: inline-block;line-height: 1.3; }
    .pro .panel:hover a.tit{color: #43b02a;}
/*common*/
/*page tags*/
    .col-page-tags{padding-top: calc(68px + 1.76vw);padding-bottom: 3%;}
    .col-page-tags .col-title{padding: 2vw 0 0; border-top: 1px solid #eff1f5;}
    .col-page-tags .col-title .tit{color: #003873;}
    .col-page-tags .pro{margin-top: 3vw;}
    .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:#22ac37;font-weight: 600;}
    @media (max-width: 991px){
        .col-page-tags{padding-top: 55px;padding-bottom: 55px;}
        .col-page-tags .col-title{padding-top: 20px;}
        .col-page-tags .pro{margin-top: 30px;}
        .col-page-tags .tags-content{ margin-top: 40px;}
    }
/*page tags*/
/*message*/
    .col-message .tit{line-height: 1;}
    .col-message ul{margin: 0 -0.83vw;padding-top: 2vw;}
    .col-message ul li{padding: 0 0.83vw;margin-top: 1.5vw;}
    .col-message ul li p{margin-bottom: 0.78vw; line-height: 1;font-weight: 500;}
    .col-message ul li p span{color: #c44f2a;}
    .col-message ul li input,
    .col-message ul li textarea{display: block;width: 100%;padding: 0 1.5vw;color: #333; background: #f4f4f4;border: 0;outline: none;}
    .col-message ul li input{height: 50px;}
    .col-message ul li textarea{height: 11.25vw;max-height: 216px;min-height: 100px;padding-top: 15px;}
    .col-message ul li.captcha input,
    .col-message ul li.submit input{display: inline-block;width: 40%;max-width: 270px;}
    .col-message ul li.submit input{color: #fff;background: #00873b;text-transform: uppercase;}
    @media (max-width: 991px){
        .col-message ul{padding-top: 20px;}
        .col-message ul li{margin-top: 15px;}
        .col-message ul li p{margin-bottom: 8px;}
        .col-message ul li input,
        .col-message ul li textarea{padding: 0 15px;}
        .col-message ul li input{height: 40px;}
        .col-message ul li textarea{padding-top: 10px;}
    }
/*message*/
/*header*/
    .header{width: 100%;padding: 0.88vw 4vw; position: fixed;top: 0;z-index: 999;left: 0;color: #fff; transition: 0.5s;}
    .header .wrap{max-width: 1720px;margin: 0 auto; align-items: center;justify-content: space-between; position: relative;}
    .header a{color: #fff;}
    .header .logo{width: 13.17vw;height: 68px;font-size: 0; line-height: 68px;}
    .header .logo img.img2{display: none;}
    .header .right{align-items: center;}
    .header .right .nav ul{display: flex;align-items: center;}
    .header .right .nav ul li{margin-left: 2vw;}
    .header .right .nav ul li a{font-weight: 600;}
    .header .right .nav ul li a:hover,
    .header .right .nav ul li.active a{color:#43b02a!important;}
    .header .header-search{margin-left: 2.86vw;}
    .header .language{margin-left: 1.3vw;}
    .header .button{margin-left: 1.3vw;}
    .header .button a{display: inline-block;padding: 0 1vw;text-align: center; color: #fff!important;line-height: 37px;border-radius: 20px; background: #43b02a; }
    .header .button a span{align-items: center;justify-content: center;}
    .header .button a span b{margin-left: 8px; font-weight: 600;}
    .header.header-pro,
    .header.active{ color: #333; background: #fff;}
    .header.active{ box-shadow: 0 5px 12px 0 rgba(0,0,0,.15);}
    .header.header-pro a,
    .header.active a{color: #333;}
    html.nav-open {
      overflow: hidden!important;
    }
    .Menu {width:100%;height: 100%;position: fixed;top: 0;left: 0;transform: translateX(-100%);z-index: 990;background: #fff;transition: 0.5s;overflow-y: auto;padding: 60px 0 0;}
    .Menu.active{transform: none;}
    .Menu ul.list 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*/
/*footer*/
    .footer{padding: 4vw 4vw 0;}
    .footer .wrap .flex{flex-wrap: wrap; justify-content: space-between;}
    .footerCon{ max-width: 320px; }
    .footerCon img{margin-bottom: 2vw;}
    .footerCon p{ line-height: 1.6; }
    .footerCon p.p1 strong{font-weight: 600;}
    .footerNav{ width: 64%;max-width: 1065px; }
    .footerNav ul{margin: 0 -1.14vw; display: flex;justify-content: space-between;}
    .footerNav ul li{width: 25%; padding: 0 1.14vw; }
    .footerNav ul li .tit{padding-bottom: 14px; line-height: 1;border-bottom: 1px solid #666; }
    .footerNav ul li .child{margin-top: 1.56vw;}
    .footerNav ul li .child p{margin-bottom: 5px; line-height: 1.6; }
    .footerNav ul li .child p:last-child{margin-bottom: 0;}
    .footerNav ul li.contact .child p.button{margin-bottom: 8px;}
    .footerNav ul li.contact .child p.button a{ padding: 0 1.25vw; display: flex;align-items: center;justify-content: space-between; color: #fff;font-weight: 500;line-height: 40px; border-radius: 8px;background-color: #335379; }
    .footerNav ul li.contact .child p.button a:after{content: '\e781';font-family: 'iconfont';font-size: 13px;line-height: 1;}
    .footerNav ul li.contact .child p.button:nth-child(even) a{background-color: #43b02a;}
    .footerNav ul li.contact .child p.button.last{margin-bottom: 1.56vw;}
    .footer .copyright{margin-top: 2.81vw;padding: 2.5vw 0; border-top: 1px solid #e6e9ec; }
    .footer .copyright a{ border-bottom: 1px solid; }
/*footer*/
/*banner*/
    .banner {position: relative;z-index: 2;}
    .banner .swiper-slide{position: relative;}
    .banner .swiper-slide .pic{background-size: cover;background-position: center;}
    .banner .content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;color: #fff; z-index: 9999;}
    /*index*/
    .banner-index .pic{min-height: 200px;}
    .banner-index .pic:after{padding-bottom: 52.083%;}
    .banner-index .content{text-align: center;}
    .banner-index .content p.p1{line-height: 1.164;}
    .banner-index .content p.button{margin-top: 2.34vw;}
    .banner-index .content p.button a{display: inline-block;min-width: 13.28vw;padding: 0.52vw 1vw; color: #fff;line-height: 25px;border-radius: 8px;background: #004a87;}
    .banner-index .content p.button a:hover{background: #43b02a;}
    .banner-index .swiper .swiper-pagination{width: auto;left: auto;right: 3vw;bottom: 50%;transform: translateY(50%);}
    .banner-index .swiper .swiper-pagination .swiper-pagination-bullet {display: block; width: 22px;height: 20px;margin:10px 0;background: url(../images/dot.png) center no-repeat;background-size: 100% 100%; opacity: 1;transition: 0.5s;outline: none;}
    .banner-index .swiper .swiper-pagination .swiper-pagination-bullet-active{ background-image: url(../images/dot-active.png);opacity: 1; }
    .banner-page .pic{ min-height: 180px; }
    .banner-page .pic:after{padding-bottom: 32.65%;}
    .banner-page .content{padding-top: 30px;}
    .banner-page .content .tit{ line-height: 1.2;}
    .col-banner-mbx{ margin-top: 1.3vw;display: flex;align-items: center;}
    .col-banner-mbx i{position: relative;top: -1px;}
    @media (max-width: 991px){
        .banner-index .content p.button a{padding: 5px 15px;}
        .banner-index .swiper .swiper-pagination .swiper-pagination-bullet{width: 18px;margin: 5px 0;}
        .col-banner-mbx{ margin-top: 10px;}
    }
    @media (max-width: 767px){
        .banner-index .content{padding-top: 30px;}
        .banner-index .content p.button{margin-top: 15px;}
    }
/*banner*/
/*index*/
    .col-index-about{padding-top: 5.2%;}
    .col-index-about .flex{flex-wrap: wrap;justify-content: space-between;}
    .col-index-about .content{ width: 45%;max-width: 660px; }
    .col-index-about .content .text{margin-top: 4.427vw; line-height: 1.66; }
    .col-index-about .content .text strong{font-weight: 600;}
    .col-index-about .content a.more{ display: inline-block;margin-top: 5vw; padding-bottom: 8px; border-bottom: 1px solid; }
    .col-index-about .swiper{ width: 48%;margin: 0; border-radius: 1vw;}
    .col-index-about .swiper .swiper-slide .pic{ border-radius: 1vw; }
    .col-index-about .swiper .swiper-slide .pic:after{padding-bottom: 57.63%;}
    .col-index-about .swiper .swiper-slide .pic img{width: 100%;border-radius: 1vw;}
    .col-index-about .swiper .swiper-slide .pic span{align-items: center;justify-content: center;}
    .col-index-about .swiper .swiper-slide .pic span a{ display: flex;width: 70px;height: 50px; align-items: center;justify-content: center;  color: #ddd; border-radius: 16px; background-color: #fff; }
    .col-index-about .swiper .swiper-slide .pic span a i{font-size: 26px;}
    .col-index-about .swiper .swiper-slide .pic span a:hover{color: #fff; background-color: #43b02a;}
    .col-index-about .swiper .swiper-pagination{left: auto;right: 2vw;bottom: 2.81vw;}
    .col-index-about .imgs{margin-top: 4.68vw;}
    .col-index-about .imgs img{ height: 5vw;max-height: 95px;min-height: 50px;margin:2vw;}
    .col-index-about .advantages{ margin-top: 5.2vw; }
    .col-index-about .advantages .description{margin-top: 3.69vw; line-height: 1.66; }
    .col-index-about .advantages .description ul{ display: flex;flex-wrap: wrap;justify-content: space-between; }
    .col-index-about .advantages .description ul li{ width: 23.37%;margin-top: 1.71vw;padding: 1.56vw;display: flex;flex-direction: column;justify-content: space-between; position: relative; border-radius: 1vw;background-color: #fff;box-shadow: 0 0 10px 5px rgba(0,0,0,.08);overflow: hidden;}
    .col-index-about .advantages .description ul li>*{position: relative;}
    .col-index-about .advantages .description ul li .sort{position: absolute;right: 1vw;bottom: 0; font-size: 8.64vw;color: #fafbfc;line-height: 0.8; }
    .col-index-about .advantages .description ul li .tit{width: 100%;padding-right: 35%;margin-bottom: 1.82vw; color: #335379;font-weight: 600;line-height: 1.32; }
    .col-index-about .advantages .description ul li .tit img{width: 2.81vw;max-width: 54px;min-width: 30px; position: absolute;right: 0;top: 0;}
    .col-index-hotproduct{ padding-top: 8%; }
    .col-index-hotproduct .list{margin-top: 2.447vw;}
    .col-index-hotproduct .list ul{margin: 0 -0.83vw;}
    .col-index-hotproduct .list ul li{padding: 0 0.83vw;margin-top: 2.239vw;}
    .col-index-productlist{padding-top: 8%;padding-bottom: 8%;}
    .col-index-productlist .list .panel{height: 100%;padding-top: 1.8vw;padding-bottom: calc(24px + 4.57vw); flex-wrap: wrap;flex-direction: column;justify-content: space-between; position: relative; border-radius: 1.14vw; box-shadow: 0 0 10px 5px rgba(0,0,0,.08);overflow: hidden; }
    .col-index-productlist .list .panel .text{width: 100%; padding: 0 1.3vw;line-height: 1.66;}
    .col-index-productlist .list .panel .text .tit{margin-bottom: 1vw;line-height: 1.3;}
    .col-index-productlist .list .panel .text p{color: #333;}
    .col-index-productlist .list .panel .pic{width: 100%;margin-top: 1.25vw;}
    .col-index-productlist .list .panel .pic:after{padding-bottom: 65%;}
    .col-index-productlist .list .panel .pic img{max-width: 90%;}
    .col-index-productlist .list .panel .bg{opacity: 0;transition: 0.5s;}
    .col-index-productlist .list .panel .bg span{ display: block;padding: 1.3vw; color: #fff;line-height: 1.266;}
    .col-index-productlist .list .panel .more{width: 100%; padding: 0 1.3vw;margin-top: 1.71vw;position: absolute;left: 0;bottom: 1.3vw;z-index: 2;}
    .col-index-productlist .list .panel .more span{ display: block; padding: 0.78vw 15px; text-align: center;color: #fff;line-height: 24px; border-radius: 1vw;background: #333;transition: 0.5s; }
    /*.col-index-productlist .list .panel:hover .bg{opacity: 1;}*/
    .col-index-productlist .list .panel:hover .more span{background: #335379;}
    .col-index-productlist .list .swiper{margin: 0 -0.83vw;padding: 5vw 0;}
    .col-index-productlist .list .swiper .swiper-slide{height: auto;padding: 0 0.83vw;}
    .col-index-productlist .swiper .swiper-pagination{width: fit-content;margin:0 auto;position: static;}
    .col-index-service{padding-top: 5%;padding-bottom: 5%;}
    .col-index-service .bg{z-index: -1;}
    .col-index-service .flex{ flex-wrap: wrap;justify-content: space-between; }
    .col-index-service .col-title{ width: 40%;max-width: 500px;padding: 3.64vw 0; color: #fff; }
    .col-index-service .col-title .tit{ text-transform: uppercase;color: #fff; }
    .col-index-service .col-title .desc{ margin-top: 1.5vw; line-height: 1.66; }
    .col-index-service .button{ width: 100%;position: absolute;left: 0;bottom: 3.64vw; }
    .col-index-service .button .swiper-button-prev,
    .col-index-service .button .swiper-button-next{width: auto;height: auto;margin: 0 1.3vw 0 0; float: left;position: static;outline: none;}
    .col-index-service .button .swiper-button-prev:after,
    .col-index-service .button .swiper-button-next:after{display: flex;width: 38px;height: 38px;align-items: center;justify-content: center;font-size: 14px;color: #fff;border-radius: 50%;border: 1px solid #fff;transition: 0.5s;}
    .col-index-service .button .swiper-button-prev:hover:after,
    .col-index-service .button .swiper-button-next:hover:after{background-color: #00923f;border-color: #00923f;}
    .col-index-service .list{ width: 50%;max-width: 690px; }
    .col-index-service .list ul{margin: 0 -8px;}
    .col-index-service .list ul li{ padding: 8px; }
    .col-index-service .list ul li .pic:after{padding-bottom: 100%;}
    .col-index-service .list ul li .panel{ height: 100%;padding: 1.6vw; display: flex;flex-direction: column;justify-content: space-between;border-radius: 9px;cursor: pointer; }
    .col-index-service .list ul li .icon{ height: 2.6vw;max-height: 50px;min-height: 30px;margin-bottom: 3.9vw; text-align: right; }
    .col-index-service .list ul li .icon img{height: 100%;opacity: 0.1;}
    .col-index-service .list ul li .text .tit{line-height: 1.3;}
    .col-index-service .list ul li .text .desc{ display: none; padding-top: 0.78vw;}
    .col-index-service .list ul li.active .panel{ color: #fff; background: #00923f; }
    .col-index-service .list ul li.active .icon img{filter: invert(100%);opacity: 0.2;}
    .col-index-service .list ul li.active .text .desc{ display: block; }
    .col-index-news{padding-top: 8%;padding-bottom: 3.64%;}
    .col-index-news .list{margin-top: 4.8vw; overflow: hidden;}
    .col-index-news .list .panel{ border:1px solid #e8e8e8; }
    .col-index-news .list .pic:after{padding-bottom: 44.202%;}
    .col-index-news .list .text{padding: 1.8vw 2vw;}
    .col-index-news .list .text a.tit{ line-height: 1.667; }
    .col-index-news .list .text .tips{ margin-top: 4vw; color: #bfbfbf; line-height: 1.3;}
    .col-index-news .list .text .tips span{ display: block; }
    .col-index-news .list .text .tips span.date{margin-bottom: 8px; color: #adadad; }
    .col-index-news .list .swiper{margin: 0 -0.859vw;}
    .col-index-news .list .swiper-slide{padding: 0 0.859vw;}
    .col-index-news .list .swiper .swiper-pagination{width: fit-content;margin: 2.6vw auto 0;position: static;}
/*index*/
/*page about*/
    .col-page-about{padding-top: 7%;padding-bottom: 7%;}
    .col-page-about .flex{flex-wrap: wrap;justify-content: space-between;}
    .col-page-about .content{width: 53%;max-width: 835px; display: flex;flex-direction: column;justify-content: center; line-height: 1.8;}
    .col-page-about .content .tit{margin-bottom: 2vw; text-transform: uppercase;line-height: 1;}
    .col-page-about .content .tit strong{font-weight: 600;}
    .col-page-about .pic{width: 43.43%;}
    .col-page-about .number{margin-top: 6vw; position: relative; text-align: center; }
    .col-page-about .number:before,
    .col-page-about .number:after{content: '';width: 15%;position: absolute;top: 50%;border-top: 1px solid #b2b2b2;}
    .col-page-about .number:before{left: 0;}
    .col-page-about .number:after{right: 0;}
    .col-page-about .number ul{width: 70%;margin: 0 auto;display: flex;justify-content: center;}
    .col-page-about .number ul li{ width: 25%;padding: 0 1.5vw; }
    .col-page-about .number ul li img{ height: 3.125vw;max-height: 60px;min-height: 30px;margin-bottom: 0.83vw; }
    .col-page-about .number ul li p{ color: #cfcfcf; font-weight: 500;line-height: 1;}
    .col-page-about .number ul li p.num{margin-top: 1vw; display: flex;justify-content: center; color: #003973; line-height: 0.8; }
    /*factory*/
    .col-about-factory{padding-top: 6%;padding-bottom: 6%; background: #eff1f5; }
    .col-about-factory .content{ margin-top: 4.68vw; line-height: 1.8; }
    .col-about-factory .list{ overflow: hidden;}
    .col-about-factory .swiper{margin: 0 -4vw;padding-top: 5.2vw;}
    .col-about-factory .swiper .swiper-slide {
        height: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .col-about-factory .swiper .swiper-slide .pic{transition: 0.5s;transform: scale(0.7);transform-origin: center bottom;}
    .col-about-factory .swiper .swiper-slide-active .pic,
    .col-about-factory .swiper .swiper-slide-duplicate-active .pic{transform: scale(1.1);z-index: 3;}
    /**/
    .col-about-middle{ padding-top: 7%; }
    .col-about-middle .row.flex{margin: 0 -2.6vw; flex-wrap: wrap;align-items: center; }
    .col-about-middle .content{padding: 0 2.6vw; line-height: 1.8;}
    .col-about-middle .content .page-title{margin-bottom: 3.64vw;}
    .col-about-middle .pic{padding: 0 2.6vw;}
    .col-about-middle2{ padding-bottom: 7%; }
    .col-about-middle2 .row.flex{flex-direction: row-reverse;}
    /*honor*/
    .col-about-honor{padding-top: 6%;padding-bottom: 5%;}
    .col-about-honor .list{margin-top: 4vw; overflow: hidden;}
    .col-about-honor .list .pic:after{padding-bottom: 74.54%;}
    .col-about-honor .list .swiper{margin: 0 -1.71vw;}
    .col-about-honor .list .swiper-slide{padding: 0 1.71vw;}
    /*history*/
    .col-about-history{padding-top: 7%;padding-bottom: 7%;background: #eff1f5;}
    .history{margin-top: 4.5vw;}
    .history .panel{height: 100%;flex-wrap: wrap;align-items: center; border-radius: 12px;overflow: hidden;}
    .history .panel .year{width: 50%;}
    .history .panel .cont{width: 50%;padding: 0 3.5vw; padding-right: 5vw;flex-direction: column;justify-content: center;}
    .history .panel .cont .date{margin-bottom: 1vw; color: #003973;line-height: 0.8;}
    .history .panel .cont p{line-height: 1.66;}
    .history .swiper-history .swiper-slide{height: auto;}
    .history .list{margin-top: 4vw;}
    .history .list .xian{width: 100%;position: absolute;left: 0;bottom: 1px;border-bottom: 2px solid #e8eaee;}
    .history .swiper-history-thumb .swiper-slide{padding: 1vw 0; position: relative;cursor: pointer;}
    .history .swiper-history-thumb .swiper-slide .year2{font-weight: 600;color: #666; line-height: 1;transition: 0.5s; }
    .history .swiper-history-thumb .swiper-slide .border{width: 0;position: absolute;left: 0;bottom: 0; border-bottom:4px solid #00923f;opacity: 0; transition: 0.5s;}
    .history .swiper-history-thumb .swiper-slide-thumb-active .year2{ transform: scale(1.8);color: #00923f; }
    .history .swiper-history-thumb .swiper-slide-thumb-active .border{width: 100%;opacity: 1;}
/*page about*/
/*page quality*/
    .col-page-quality{ padding-top: 6%;padding-bottom: 6%; }
    .col-page-quality .list{margin-top: 4vw; overflow: hidden;}
    .col-page-quality .list .pic:after{padding-bottom: 66.476%;}
    .col-page-quality .list .swiper{margin: 0 -1.82vw;}
    .col-page-quality .list .swiper-slide{padding: 0 1.82vw;}
    .col-page-quality .content{margin-top: 2.86vw; line-height: 1.8; }
    .col-page-quality2{ background: #eff1f5; }
    .col-page-quality3 .list .panel{padding: 1.197vw; background: #eff1f5; }
    .col-page-quality3 .list .pic{ background: #fff; }
    .col-page-quality3 .list .pic:after{padding-bottom: 132.72%;}
    .col-page-quality3 .list p{margin-top: 0.78vw;padding-right: 25px; position: relative;}
    .col-page-quality3 .list p i{position: absolute;right: 0;top: 0;}
    .col-page-quality3 .list .swiper{margin: 0 -0.859vw;}
    .col-page-quality3 .list .swiper-slide{padding: 0 0.859vw;}
    .col-page-quality4{padding-top: 6%;padding-bottom: 7%; color: #fff;line-height: 1.8; }
    .col-page-quality4 .flex{ flex-wrap: wrap;justify-content: space-between; }
    .col-page-quality4 .page-title{ width: 50%;max-width: 610px; }
    .col-page-quality4 .page-title .desc{ margin-top: 3.64vw; }
    .col-page-quality4 .content{ width: 50%;padding: 0 4vw; }
    .col-page-quality4 .content ul li{ padding-left: 50px;margin-bottom: 0.78vw; position: relative; line-height: 25px; }
    .col-page-quality4 .content ul li:before{content: '\e636';position: absolute;left: 0;top: 7px;font-family: 'iconfont';font-size: 14px;font-weight: bold; line-height: 1;}
    .col-page-quality4 .content ul li:last-child{margin-bottom: 0;}
/*page quality*/
/*page contact*/
    .col-page-contact{padding-top: 6%;padding-bottom: 6%;}
    .col-page-contact .contact ul{ display: flex;flex-wrap: wrap;justify-content: space-between; }
    .col-page-contact .contact ul li{ width: 32.45%;padding: 1.56vw 2vw 1.45vw; display: flex;flex-direction: column; justify-content: space-between;line-height: 1.75; border-radius: 10px;background: #f6f6f6; }
    .col-page-contact .contact ul li img{ height: 2.3vw;max-height: 44px;min-height: 25px;margin-bottom: 2.91vw; }
    .col-page-contact .contact ul li p.tit{ margin-bottom: 0.7vw;color: #22ac37; line-height: 1; }
    .col-page-contact .share{margin-top: 3vw;}
    .col-page-contact .share span{margin: 0 12px 0 0;}
    .col-page-contact .share span a i{margin: 0;top: 0;}
    .col-message-contact{margin-top: 5vw; padding-top: 5vw;border-top: 1px solid #e9e9e9; }
    .col-message-contact .tit{text-transform: uppercase;}
/*page contact*/
/*page product*/
    .product-description h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
    .product-description h3{font-weight: bold;margin: 5px 0 8px;font-size: 1.65rem;}
    .product-description h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
    .product-description p{font-weight: 300;line-height: 1.8;}
    .product-description table{width: 100%;border: none;height: auto !important;line-height: normal;}
    .product-description table td{border: none;padding: 4px 0;width: auto !important;}
    .product-description table td strong{font-weight: bold;}
    .product-description a{display: inline-block;border-bottom: 1px solid;color:#1c3ed5;font-weight: 500;}
    .col-page-product{ padding-top: calc(68px + 1.76vw);padding-bottom: 3%; }
    .col-page-product .product-description{margin-top: 5vw;}
    .col-page-product .mbx{padding: 1.25vw 0; align-items: center;justify-content: space-between; border-top: 1px solid #eff1f5; }
    .col-page-product .mbx p{line-height: 1.3;}
    .col-page-product .main{justify-content: space-between;}
    .main_left_nav{ width: 18.604%; }
    .main_left_nav ul li{ margin-bottom: 8px; }
    .main_left_nav ul li a{display: block;line-height: 24px;border-radius: 6px;}
    .main_left_nav ul li .tit a{padding: 0.625vw 0; padding-left: 1vw;padding-right: calc(12px + 1.56vw); position: relative; background: #eff1f5;}
    .main_left_nav ul li .tit a span{ display: block; width: 12px;height: 12px; position: absolute;right: 0.78vw;top: calc(0.625vw + 6px);}
    .main_left_nav ul li .tit a span:before,
    .main_left_nav ul li .tit a span:after{content: '';display: block; position: absolute;background: #353535;transition: 0.5s;}
    .main_left_nav ul li .tit a span:before{width: 12px;height: 2px;left: 0;top: 50%;margin-top: -1px;}
    .main_left_nav ul li .tit a span:after{width: 2px;height: 12px;left: 50%;margin-left: -1px;top: 0;}
    .main_left_nav ul li .drop{ display: none;padding: 6px 0 10px; }
    .main_left_nav ul li .drop p{ border-bottom: 1px solid #e7e8e8; }
    .main_left_nav ul li .drop p a{ padding: 0.625vw 2vw; }
    .main_left_nav ul li .tit a:hover,
    .main_left_nav ul li.active .tit a{color: #fff;background: #003873;}
    .main_left_nav ul li .tit a:hover span:before,
    .main_left_nav ul li.active .tit a span:before,
    .main_left_nav ul li .tit a:hover span:after,
    .main_left_nav ul li.active .tit a span:after{background: #fff;}
    .main_left_nav ul li.active .tit a span:after{transform: rotate(90deg);}
    .main_left_nav ul li .drop p a:hover,
    .main_left_nav ul li .drop p a.on{color: #fff;background: #22ac37;}
    .main_right_list{ width: 78%;  }
    /*proshow*/
    .col-product-detail{padding-bottom: 5%;}
    .col-product-detail .pro_show{display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}
    .col-product-detail .pro_show .caseleft{width: 50%;display: flex;flex-direction: row-reverse;justify-content: space-between;}
    .col-product-detail .pro_show .caseleft .col-large{width: 85%;}
    .col-product-detail .pro_show .caseleft .col-large .swiper-slide .pic:after{padding-bottom:65%;}
    .col-product-detail .pro_show .caseleft .col-large .swiper-slide .pic img{max-width: 75%;}
    .col-product-detail .pro_show .caseleft .col-thumb{width: 15%;position: relative;}
    .col-product-detail .pro_show .caseleft .col-thumb .swiper{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .col-product-detail .pro_show .caseleft .col-thumb .swiper-slide{display: flex;align-items: center;justify-content: center; border:1px solid #e7e7e7; }
    .col-product-detail .pro_show .caseright{width: 50%;padding-left: 3vw;display: flex;align-items: center; }
    .col-product-detail .pro_show .caseright .content{margin-top: 1vw;}
    .col-product-detail .pro_show .caseright .content p{ font-weight: 300; line-height: 1.8; }
    .col-product-detail .pro_show .caseright .content p.tit{line-height: 1; }
    .col-product-detail .pro_show .caseright .content p.tit strong{ font-weight: 600; }
    .col-product-detail .pro_show .caseright .content hr{width: 52px;height: 7px; margin: 1.56vw 0 1.82vw; border:0;border-radius: 4px; background: #00923f;}
    .col-product-detail .pro_show .caseright .link {margin-top: 3.5vw; display: flex;flex-wrap: wrap;}
    .col-product-detail .pro_show .caseright .link a{padding: 0.78vw 21px 0.78vw 26px;display: flex;align-items: center;margin: 0 1vw 10px 0;color:#fff;line-height: 1;border-radius: 10px;background: #335379;}
    .col-product-detail .pro_show .caseright .link a span{margin-right: 2.6vw;}
    .col-product-detail .pro_show .caseright .link a i{line-height: 24px;}
    .col-product-content{ padding-top: 5.2%;padding-bottom: 5.2%; background: #f5f7f9; }
    .col-product-content .title{ line-height: 1; }
    .col-product-content .content{margin-top: 2.76vw;padding: 2.18vw; background: #fff; }
    .col-product-content .content p{font-weight: 300;}
    .col-product-content .content strong{font-weight: 600;}
    .col-product-content .content table{width: 100%;border:0;}
    .col-product-content .content table tr td{width: 25%;padding: 0.65vw 2vw;border:0;}
    .col-product-content .content table tr:nth-child(odd) td{ background: #eff1f5; }
    .col-message-prodet{padding-top: 5.2%;padding-bottom: 5.2%; color: #fff; }
    .col-message-prodet ul li p span{color: #43b02a;}
    .col-message-prodet ul li input,
    .col-message-prodet ul li textarea{border-radius: 10px;}
    .col-product-related{padding-top: 6%;}
    .col-product-related .page-title .tit{text-transform: capitalize;}
    .col-product-related .list .swiper{margin: 0 -0.859vw; padding: 5vw 0 4vw;}
    .col-product-related .list .swiper-slide{padding: 0 0.859vw;}
/*page product*/
/*page faq*/
    .col-page-faq{ background: #f5f5f5; }
    .col-page-faq .faq-mbx{padding: 1.5vw 0 1.5vw 40px;position: relative; text-transform: uppercase;line-height: 25px; border-bottom: 1px solid #c8c8c8; }
    .col-page-faq .faq-mbx:before{content: '';width: 16px;height: 16px;position: absolute;left: 0;top: calc(5px + 1.5vw);border-radius: 50%;background: #003873;}
    .col-page-faq .faq-main{ max-width: 1223px;margin: 0 auto;padding: 5vw 0; }
    .col-page-faq .faq-main .top{ width: 100%;max-width: 580px;margin: 0 auto;color: #666; }
    .col-page-faq .faq-main .top p{ font-weight: 500;line-height: 1.611; }
    .col-page-faq .faq-main .top p strong{ font-weight: 600; }
    .col-page-faq .faq-main .top p.p1{margin-bottom: 1.2vw; color: #333; line-height: 1.178;}
    .col-page-faq .faq-main .panel{margin-top: 4vw; padding: 1.5vw 3.38vw 3vw; border-radius: 1.25vw; }
    .faq ul li .tit{padding: 1.51vw 0; padding-right: calc(2vw + 18px); position: relative; line-height: 25px; border-bottom: 1px solid #e7e8e8;cursor: pointer; }
    .faq ul li .tit span{ display: block;width: 18px;height: 18px;position: absolute;right: 1vw;top: calc(4px + 1.51vw); }
    .faq ul li .tit span:before,
    .faq ul li .tit span:after{content: '';display: block;position: absolute;background: #00558b;transition: 0.5s;}
    .faq ul li .tit span:before{width: 18px;height: 2px;left: 0;top: 50%;margin-top: -1px;}
    .faq ul li .tit span:after{width: 2px;height: 18px;left: 50%;margin-left: -1px;top: 0;}
    .faq ul li .drop{display: none; padding: 1.82vw 0 3vw; color: rgba( 102, 102, 102, 0.4 );line-height: 1.611;}
    .faq ul li .drop p{ font-weight: 500; }
    .faq ul li.active .tit span:after{transform: rotate(90deg);}
/*page faq*/
/*page news*/
    .col-page-news{padding-top: 8%;padding-bottom: 8%; }
    .col-page-news .container{max-width: 1604px;}
    .news ul{margin: 0 -2vw;margin-top: -4vw; flex-wrap: wrap;}
    .news li{padding: 0 2vw;margin-top: 4vw;}
    .news .pic:after{padding-bottom: 55.509%;}
    .news .panel{background: #f6f6f6;}
    .news .text{padding: 2vw 1.8vw 1.3vw;}
    .news .text h4{max-height: 2.6em;overflow: hidden; line-height: 1.3em; }
    .news .text p{max-height: 4.5em;margin-top: 10px; overflow: hidden;line-height: 1.5em;color: #a9a9a9; }
    .news .text .date{margin-top: 2.5vw; color: #acacac;}
    .newstop{margin-bottom: 8vw;}
    .newstop .pic{width: 50%;height: 100%; position: absolute;left: 0;top: 0;}
    .newstop .pic:after{padding-bottom: 52.309%;}
    .newstop .content{width: 52.807%; padding: 1.56vw 0;position: relative;z-index: 2;}
    .newstop .content .panel{padding: 2.6vw 3.38vw;padding-bottom: calc(5.15vw + 12px);background: #f6f6f6; }
    .newstop .content .date{ line-height: 1;color: #acacac;}
    .newstop .content .date span{margin-right: 1vw; color: #333;}
    .newstop .content h4{margin-top: 1.45vw; line-height: 1.3;}
    .newstop .content p{margin-top: 0.7vw; color: #a9a9a9;line-height: 1.5;}
    .newstop .swiper .swiper-pagination{width: 52.807%;padding: 0 3.38vw 1.77vw; left: auto;right: 0;bottom: 1.56vw;text-align: left;}
    .newstop .swiper .swiper-pagination .swiper-pagination-bullet { width: 12px;height: 12px;margin:0 0.6vw 0 0;background: #e1e1e1;opacity: 1; outline: none;}
    .newstop .swiper .swiper-pagination .swiper-pagination-bullet-active{ background: #027450; }
/*page news*/
/*news detail*/
    .col-news-detail{padding: 6vw 4vw;}
    .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:#027450;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:#027450;}
    .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:#027450;}
/*news detail*/
@media (max-width: 991px){
/*common*/
    .share span{margin-bottom: 10px;}
    .col-title .tips{margin-top: 10px;}
    .col-title .tips span{padding: 0 10px;}
    .col-title .tips span:before,
    .col-title .tips span:after{min-width: 25px;}
    .page-title .button .swiper-button-prev,
    .page-title .button .swiper-button-next{width: 60px;padding: 2px 20px;border:1px solid #939393;}
    .page-title .button .swiper-button-prev:after,
    .page-title .button .swiper-button-next:after{font-size: 12px;}
    .swiper .swiper-pagination .swiper-pagination-bullet-active{ width: 20px;}
    .pro ul.flex{margin: 0 -5px;margin-top: -17px;}
    .pro ul.flex li{padding: 0 5px;margin-top: 17px;}
    .pro .panel{padding-bottom: 14px;border-radius: 10px;}
    .pro .panel .sort{ left: 12px;top: 10px;}
/*common*/
/*header*/
    .header{padding: 0 15px;}
    .header .logo{width: auto;height: 50px; line-height: 50px;}
    .header .logo img{max-height: 90%;}
    .header.header-pro,
    .header.active{padding: 0 15px;}
    /*手机导航*/
    .header.on{color: #333;}
    .header.on a{color: #333;}
    .header .nav-btn{display: block !important;margin-left: 20px;}
    .header .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
    .header .lines span{width: 100%;height: 2px;background: #fff;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);}
    .header.on .lines span,
    .header.header-pro .lines span,
    .header.active .lines span{background: #333;}
/*header*/
/*footer*/
    .footer{padding: 40px 4vw 0; text-align: center;}
    .footerCon{ width: 100%; max-width: none; }
    .footerCon img{margin-bottom: 20px;}
    .footerNav{ width: 100%;max-width: none; }
    .footerNav ul li{width: 100%; }
    .footerNav ul li .tit{padding-bottom: 10px;}
    .footerNav ul li .child{margin-top: 15px;}
    .footerNav ul li.contact{margin-top: 30px;}
    .footerNav ul li.contact .child p.button a{ padding: 0 12px;}
    .footerNav ul li.contact .child p.button.last{margin-bottom: 15px;}
    .footer .share{margin-top: 28px; text-align: left;}
    .footer .copyright{margin-top: 28px;padding: 20px 0;}
    .footer .copyright p{width: 100%;}
/*footer*/
/*index*/
    .col-index-about{padding-top: 55px;}
    .col-index-about .content{ width: 100%;max-width: none; }
    .col-index-about .content .text{margin-top: 25px; }
    .col-index-about .content a.more{margin-top: 30px; padding-bottom: 5px; }
    .col-index-about .swiper{ width: 100%;margin: 40px 0 0; border-radius: 10px;}
    .col-index-about .swiper .swiper-slide .pic{ border-radius: 10px; }
    .col-index-about .swiper .swiper-slide .pic img{border-radius: 10px;}
    .col-index-about .swiper .swiper-slide .pic span a{width: 60px;height: 40px;border-radius: 12px;}
    .col-index-about .swiper .swiper-slide .pic span a i{font-size: 20px;}
    .col-index-about .imgs{margin-top: 45px;}
    .col-index-about .advantages{ margin-top: 55px; }
    .col-index-about .advantages .description{margin-top: 30px;}
    .col-index-about .advantages .description ul{ display: flex;flex-wrap: wrap;justify-content: space-between; }
    .col-index-about .advantages .description ul li{ width: 49%;margin-top: 18px;padding: 5%;border-radius: 10px;}
    .col-index-about .advantages .description ul li .sort{right: 5%;}
    .col-index-about .advantages .description ul li .tit{margin-bottom: 15px;}
    .col-index-hotproduct{ padding-top: 60px; }
    .col-index-hotproduct .list{margin-top: 24px;}
    .col-index-hotproduct .list ul{margin: 0 -0.83vw;}
    .col-index-hotproduct .list ul li{padding: 0 0.83vw;margin-top: 20px;}
    .col-index-productlist{padding-top: 60px;padding-bottom: 60px;}
    .col-index-productlist .list .panel{padding-top: 18px;padding-bottom: 60px;border-radius: 10px;}
    .col-index-productlist .list .panel .text{padding: 0 13px;}
    .col-index-productlist .list .panel .text .tit{margin-bottom: 10px;}
    .col-index-productlist .list .panel .pic{margin-top: 12px;}
    .col-index-productlist .list .panel .bg span{padding: 13px;}
    .col-index-productlist .list .panel .more{padding: 0 13px;bottom: 13px;}
    .col-index-productlist .list .panel .more span{ padding: 5px 15px;border-radius: 10px;}
    .col-index-productlist .list .swiper{padding: 45px 0;}
    /*.col-index-productlist .list .swiper .swiper-pagination{margin-top: 45px;}*/
    .col-index-service{padding-top: 50px;padding-bottom: 50px;}
    .col-index-service .col-title{ width: 100%;max-width: none;padding: 0;}
    .col-index-service .col-title .desc{ margin-top: 15px; }
    .col-index-service .button{position: static;margin-top: 25px;}
    .col-index-service .button .swiper-button-prev,
    .col-index-service .button .swiper-button-next{margin: 0 10px 0 0;}
    .col-index-service .button .swiper-button-prev:after,
    .col-index-service .button .swiper-button-next:after{width: 28px;height: 28px;font-size: 12px;}
    .col-index-service .list{ width: 100%;max-width: none;margin-top: 30px; }
    .col-index-service .list ul{margin: 0 -5px;}
    .col-index-service .list ul li{ padding: 5px; }
    .col-index-service .list ul li .pic{max-height: 180px;}
    .col-index-service .list ul li .panel{padding: 15px; }
    .col-index-service .list ul li .icon{ margin-bottom: 35px;}
    .col-index-service .list ul li .text .desc{padding-top: 8px;}
    .col-index-news{padding-top: 60px;padding-bottom: 30px;}
    .col-index-news .list{margin-top: 45px;}
    .col-index-news .list .text{padding: 15px;}
    .col-index-news .list .text .tips span.date{margin-bottom: 5px;}
    .col-index-news .list .swiper .swiper-pagination{margin-top: 25px;}
/*index*/
/*page about*/
    .col-page-about{padding-top: 60px;padding-bottom: 60px;}
    .col-page-about .content{width: 100%;max-width: none;}
    .col-page-about .content .tit{margin-bottom: 18px;}
    .col-page-about .pic{width: 100%;margin-top: 30px;}
    .col-page-about .number{margin-top: 50px;}
    .col-page-about .number:before,
    .col-page-about .number:after{width: 10%;}
    .col-page-about .number ul{width: 80%;}
    .col-page-about .number ul li img{ margin-bottom: 8px; }
    .col-page-about .number ul li p.num{margin-top: 10px;}
    /*factory*/
    .col-about-factory{padding-top: 60px;padding-bottom: 60px;}
    .col-about-factory .content{ margin-top: 40px; }
    .col-about-factory .swiper{padding-top: 50px;}
    /**/
    .col-about-middle{ padding-top: 60px; }
    .col-about-middle .content .page-title{margin-bottom: 25px;}
    .col-about-middle .pic{margin-top: 30px;}
    .col-about-middle2{ padding-bottom: 60px; }
    /*honor*/
    .col-about-honor{padding-top: 60px;padding-bottom: 40px;}
    .col-about-honor .list{margin-top: 35px;}
    /*history*/
    .col-about-history{padding-top: 60px;padding-bottom: 60px;}
    .history .panel .cont .date{margin-bottom: 10px;}
    .history .list{margin-top: 30px;}
    .history .swiper-history-thumb .swiper-slide{padding: 10px 0;}
    .history .swiper-history-thumb .swiper-slide-thumb-active .year2{transform: scale(1.4);}
/*page about*/
/*page quality*/
    .col-page-quality{ padding-top: 60px;padding-bottom: 60px; }
    .col-page-quality .list{margin-top: 40px;}
    .col-page-quality .content{margin-top: 28px; }
    .col-page-quality3 .list .panel{padding: 10px; }
    .col-page-quality3 .list p{margin-top: 7px;}
    .col-page-quality4{padding-top: 60px;padding-bottom: 60px;}
    .col-page-quality4 .page-title{ width: 100%;max-width: none; }
    .col-page-quality4 .page-title .desc{ margin-top: 30px; }
    .col-page-quality4 .content{ width: 100%;padding: 0;margin-top: 30px; }
    .col-page-quality4 .content ul li{ padding-left: 25px;margin-bottom: 7px}
/*page quality*/
/*page contact*/
    .col-page-contact{padding-top: 55px;padding-bottom: 55px;}
    .col-page-contact .contact ul{margin-top: -15px;}
    .col-page-contact .contact ul li{ width: 100%;padding: 15px;margin-top: 15px;}
    .col-page-contact .contact ul li img{ height: 2.3vw;max-height: 44px;min-height: 25px;margin-bottom: 25px; }
    .col-page-contact .contact ul li p.tit{ margin-bottom: 7px; }
    .col-page-contact .share{margin-top: 30px;}
    .col-page-contact .share span{margin: 0 8px 0 0;}
    .col-message-contact{margin-top: 50px; padding-top: 50px;}
/*page contact*/
/*page product*/
    .col-page-product{ padding-top: 50px;padding-bottom: 30px; }
    .col-page-product .product-description{margin-top: 45px;}
    .col-page-product .mbx{padding: 12px 0;}
    .main_right_list{ width: 100%;  }
    /*proshow*/
    .col-product-detail{padding-bottom: 55px;}
    .col-product-detail .pro_show .caseleft{width: 100%;}
    .col-product-detail .pro_show .caseleft .col-large{width: 78%;}
    .col-product-detail .pro_show .caseleft .col-thumb{width: 20%;}
    .col-product-detail .pro_show .caseright{width: 100%;margin-top: 25px;padding-top: 25px; padding-left: 0;}
    .col-product-detail .pro_show .caseright .content{margin-top: 10px;}
    .col-product-detail .pro_show .caseright .content hr{width: 42px;height: 4px; margin: 15px 0 18px;}
    .col-product-detail .pro_show .caseright .link {margin-top: 30px;}
    .col-product-detail .pro_show .caseright .link a{padding-top: 5px;padding-bottom: 5px;}
    .col-product-content{ padding-top: 55px;padding-bottom: 55px; }
    .col-product-content .content{margin-top: 28px;padding: 15px;overflow-x: auto;}
    .col-product-content .content table{width: 100%;min-width: 580px;}
    .col-product-content .content table tr td{padding: 6px 2vw;}
    .col-message-prodet{padding-top: 55px;padding-bottom: 55px; }
    .col-product-related{padding-top: 55px;}
    .col-product-related .list .swiper{margin: 0 -8px; padding: 50px 0 40px;}
    .col-product-related .list .swiper-slide{padding: 0 8px;}
/*page product*/
/*page faq*/
    .col-page-faq .faq-mbx{padding: 15px 0 15px 20px;}
    .col-page-faq .faq-mbx:before{width: 10px;height: 10px;top: 22px;}
    .col-page-faq .faq-main{padding: 50px 0; }
    .col-page-faq .faq-main .top p.p1{margin-bottom: 10px;}
    .col-page-faq .faq-main .panel{margin-top: 40px; padding: 15px 3.38vw 30px; border-radius: 13px; }
    .faq ul li .tit{padding: 15px 0; padding-right: 34px;  }
    .faq ul li .tit span{width: 14px;height: 14px;right: 10px;top: 21px; }
    .faq ul li .tit span:before{width: 14px;}
    .faq ul li .tit span:after{height: 14px;}
    .faq ul li .drop{padding: 18px 0 30px;}
/*page faq*/
/*page news*/
    .col-page-news{padding-top: 60px;padding-bottom: 60px;}
    .news ul{margin: 0 -1vw;margin-top: -20px;}
    .news li{padding: 0 1vw;margin-top: 20px;}
    .news .text{padding: 20px 1.8vw 13px;}
    .news .text .date{margin-top: 20px;}
    .newstop{margin-bottom: 8vw;}
    .newstop .content{padding: 15px 0;}
    .newstop .content .date span{margin-right: 10px;}
    .newstop .content h4{margin-top: 14px;}
    .newstop .content p{margin-top: 7px;}
    .newstop .swiper .swiper-pagination{bottom: 15px;}
    .newstop .swiper .swiper-pagination .swiper-pagination-bullet { width: 8px;height: 8px;margin:0 5px 0 0;}
/*page news*/
/*news detail*/
    .col-news-detail{padding: 60px 4vw;}
/*news detail*/
}
@media (max-width: 767px){
    .col-index-about .advantages .description ul li{width: 100%;}
    .newstop .pic{width: 100%; position: relative;}
    .newstop .content{width: 100%; padding: 0;}
    .newstop .content .panel{padding: 20px 4.68vw 60px;}
    .newstop .swiper .swiper-pagination{width: 100%;padding: 0 4.68vw 10px; }
    .newstop .swiper .swiper-button-next{bottom: 10px;margin-bottom: 13px;}
    .col-page-about .number ul {flex-wrap: wrap;margin-top: -25px;}
    .col-page-about .number ul li{width: 50%;margin-top: 25px;}
    .history .panel .year{width: 100%;}
    .history .panel .cont{width: 100%;padding: 5%;}
}
@media (max-width: 400px){
    .col-index-hotproduct .list ul li{width: 100%;}
    .news li{width: 100%;}
    .pro li{width: 100%;}
}
.col-index-productlist .list .left{width: 20%;padding: 5vw 1.66vw 5vw 0;}
.col-index-productlist .list .left .panel .bg{opacity: 1;}
.col-index-productlist .list .left .panel p{width: 100%;padding: 1vw 1.5vw;position: absolute;left: 0;bottom: 0;text-align: right;color: #fff;}
.col-index-productlist .list .right{width: 80%;}
@media (max-width: 1024px) {
    .col-index-productlist .list .left{width: 25%;}
    .col-index-productlist .list .right{width: 75%;}
}
@media (max-width: 991px) {
    .col-index-productlist .list .left{width: 33.33%;}
    .col-index-productlist .list .left{padding-top: 45px;padding-bottom: 45px;}
    .col-index-productlist .list .left .panel p{padding: 10px 15px;}
    .col-index-productlist .list .right{width: 66.66%;}
}
@media (max-width: 767px) {
    .col-index-productlist .list .left{width: 50%;}
    .col-index-productlist .list .right{width: 50%;}
}
@media (max-width: 400px) {
    .col-index-productlist .list{flex-wrap: wrap;}
    .col-index-productlist .list .left{width: 100%;padding-bottom: 0;padding-right: 0;}
    .col-index-productlist .list .left .panel{padding: 0;}
    .col-index-productlist .list .left .panel:after{content: ""; display: block;padding-bottom: 100%;}
    .col-index-productlist .list .right{width: 100%;}
}