@charset "utf-8";
@import 'font-font-system.css';
@font-face {
    font-family: "Poppins";
    font-weight: 300;
    src: url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: regular;
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 500;
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 600;
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    src: url("../fonts/Poppins-Bold.ttf") format("opentype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 800;
    src: url("../fonts/Poppins-ExtraBold.ttf") format("opentype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_37kljmxsvdu.woff2?t=1760680112750') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_37kljmxsvdu.woff?t=1760680112750') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_37kljmxsvdu.ttf?t=1760680112750') format('truetype');
}
*{margin:0;padding: 0;}
html{font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #222;font-family:"Poppins","PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;background: #fff;}
*{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: #dbdbdb!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: #8bc320!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: #222;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: #373737;}
input:-moz-placeholder,textarea:-moz-placeholder {color: #373737;}
input::-moz-placeholder,textarea::-moz-placeholder {color: #373737;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #373737;}

/*slide contact*/
    .sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 9999999;}
    .sider_contact .flex{flex-direction: column;background: #8bc320;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 {margin-top: 4vw;text-align: center;}
    .page ul{margin: 0;}
    .page ul li a{border:none;background: none;color:#8bc320;padding:5px 11px;margin:0 4px;border-radius: 5px !important;}
    .page ul li a:hover{color: #fff;background: #8bc320;}
    .page ul li.disabled a{border:none !important;background: none !important;border-radius: 5px !important;}
    .page ul li.active a{border:none;background: #8bc320;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: none;}
    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background: none;color:#666;}
    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#666;}
    @media (max-width: 991px) {
        .page{margin-top: 40px;}
        .page ul li a{padding: 3px 9px;margin: 0 2px;}
    }
/* 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;}
    .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-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;
    }
/*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;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:#8bc320;}
    #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: #8bc320;border-color: #8bc320;color:#fff;}
    .col-page-policy{padding-top: 100px;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: 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: 1600px;width: 100%;margin: 0 auto;padding: 0;}
    .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;}
    .bold300{font-weight: 300;}
    .bold500{font-weight: 500;}
    .bold600{font-weight: 600;}

    .videoPop{display: none; width: 100%;height: 100%;background: rgba(0,0,0,0.7);position: fixed;left: 0;top:0;z-index: 99999999;}
    .videoPop .content{width: 96%; max-width: 1280px; max-height:65vh; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
    #video{width: 98%;max-width: 1280px;max-height:65vh;display: block; margin: 0 auto;  }
    #videoClose{position: absolute;right:0;top:0;transform: translateY(-100%); color: #fff;cursor: pointer;font-size: 28px;transition: 0.5s;}
    #videoClose:hover{color: #15407a;}

    .col-tags{margin-top: 20px;}
    .col-tags ul li{float: left;margin-right: 1.5vw;}
    .col-tags ul li a{border-bottom: 1px solid; }
    .col-tags ul li a:hover{color: #8bc320;}

    .share a{color: #fff;}
    .share span.weixin {position: relative;}
    .share span.weixin em{display: none;width:130px;height:130px; position: absolute;left: 50%;margin-left: -65px;}
    .share span.weixin:hover em{display: block;}

    .swiper-button-prev,
    .swiper-button-next{ outline: none; }

    .col-more a{display: inline-block;position: relative;border-bottom: 2px solid;line-height: 22px;}
    .col-more a i{ display: flex;width: 22px;height: 22px; align-items: center;justify-content: center;font-size: 12px; color: #fff;border-radius: 50%;background: #222;position: absolute;left: 100%;top: 50%;margin-top: -11px;margin-left: 1vw; transition: 0.5s; }
    .col-more a:hover{color: #8bc320;}
    .col-more a:hover i{background: #8bc320;}

    .col-number ul li p{ font-weight: 300;line-height: 1.5; }
    .col-number ul li p.num{display: flex; font-weight: 600;line-height: 0.8; }
    .col-number ul li p.num .countup{color: #8bc320;line-height: 0.8;}
    .col-number ul li p.num .more{color: #8bc320;}
    .col-number ul li p.num .dw{display: flex;align-items: flex-end;font-weight: 300;}
    .col-number ul li p.tit{margin-top: 1vw;padding-top: 0.5vw; border-top: 1px solid #cfcfcf}
/*common*/
/*page tags*/
    .col-page-tags{padding-top: 6%;padding-bottom: 6%;background: #f5f5f5;}
    .col-page-tags .about-title{color: #8bc320;}
    .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: #8bc320;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:#8bc320;font-weight: 600;}
    @media (max-width: 991px){
        .col-page-tags-banner{margin-top: 50px;}
        .col-page-tags{padding-top: 55px;padding-bottom: 55px;}
        .col-page-tags .pro{margin-top: 30px;}
        .col-page-tags .tags-content{ margin-top: 40px;}
    }
/*page tags*/
/*message*/
    .col-message{padding-top: 5.625%;padding-bottom: 5.625%; background-color: #fafafa;}
    .col-message .about-title{margin-bottom: 1.45vw;}
    .col-message p{line-height: 1.77;}
    .col-message ul {margin: 0 -1vw;}
    .col-message ul li{padding: 0 1vw;margin-top: 3vw;}
    .col-message ul li input,
    .col-message ul li textarea{display: block;width: 100%;height: 45px;padding: 0; background: #fff;border: 0;border-bottom: 1px solid #e0e0e0;line-height: 45px; outline: none;background: none;}
    .col-message ul li.captcha input,
    .col-message ul li.submit input{display: inline-block;width: 40%;max-width: 245px;}
    .col-message ul li.submit input{color: #fff;background: #8bc320;text-transform: uppercase;border-radius: 24px;font-weight: 600;}
/*message*/
/*header*/
    .header{width: 100%;position: fixed;top: 0;z-index: 999;left: 0; color: #fff; background: url(../images/headbg.png) left center no-repeat;transition: 0.5s;}
    .header .flex{align-items: center;justify-content: space-between;}
    .header .flex .logo {width: 13.85vw;padding: 1vw 2.5vw; font-size: 0;text-align: center;}
    .header .flex .right{min-width: 23.07vw; height: 57px;padding-left: 3.64vw;padding-right: 1vw; display: flex;align-items: center;background-color: rgba( 139, 195, 32, 0.949 );border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
    .header .flex .right .share span{margin-right: 1vw;}
    .header .flex .right .headerSear{padding-left: 1vw;padding-right: 1.5vw;}
    .header .flex .right .headerSear .header-button{color: #fff;}
    .header .flex .right .change-language .change-language-title a{color: #fff;}
    .header .flex .right .change-language .change-language-title a:after {
        border: 4px solid #fff;
        border-top-width: 5px;
        border-bottom: 0;
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .header .flex .nav {position: absolute;left: 13.85vw;top: 50%;transform: translateY(-50%);}
    .header .flex .nav ul{display: flex;align-items: center;}
    .header .flex .nav ul li{padding: 0 2.55vw;line-height: 40px; position: relative;}
    .header .flex .nav ul li a{font-weight: 500;text-transform: uppercase; color: #fff;}
    .header .flex .nav ul li a:hover,
    .header .flex .nav ul li.active a{color:#8bc320;}
    .header .flex .nav ul li .child{position: absolute;top:100%;left:50%;width:200px;margin-left: -100px; display: none;padding: 25px 0 15px;text-align: center;background: #fbf9f8dc;line-height: 1.2;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 5px 0px rgba(6, 0, 1, 0.06);}
    .header .flex .nav ul li .child p{margin:0 0 10px;}
    .header .flex .nav ul li .child a{display: inline-block;color:#666;text-transform: none;padding:0;transition: 0.3s color;}
    .header .flex .nav ul li .child a:hover{color: #8bc320;}
    .header.active,
    .header.on{background: #292929; /*box-shadow: 0 5px 12px 0 rgba(0,0,0,.15);*/}
    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: 50px 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-top: 42px; color: #fff; background: #1d1d1d;}
    .footer a{color: #fff;}
    .footer a:hover{color: #8bc320;}
    .footer .flex{justify-content: space-between;}
    .footer .footerTop{ align-items: flex-end; }
    .footer .footerLeft img{margin-bottom: 2vw;}
    .footer .footerLeft p.p1{ font-weight: 600;line-height: 1.143; }
    .footer .footerLeft ul{padding-top: 1.66vw;}
    .footer .footerLeft ul li{margin-top: 8px; display: flex;align-items: center;flex-wrap: wrap; line-height: 24px;}
    .footer .footerLeft ul li:before{ content: '';display: block; width: 11px;height: 2px;margin-right: 1vw; background: #8bc320;}
    .footer .footerLeft .dh{padding-top: 2.76vw;}
    .footer .footerLeft .dh a{ display: inline-block;margin: 5px 4.427vw 0 0; }
    .footer .footerRight a.button{display: flex;width: 10.625vw;height: 10.625vw;max-width: 204px;max-height: 204px;min-width: 130px;min-height: 130px; align-items: center;justify-content: center; border:1px solid rgba( 255, 255, 255,0.35 );border-radius: 50%;background-color: rgb( 31, 34, 24 );}
    .footer .footerRight a.button:hover{ color: #fff;background: #8bc320; }
    .footer .footerRight .share{margin-top: 2.6vw; text-align: center; }
    .footer .footerRight .share span{ margin: 0 0.52vw; }
    .footer .footerRight .share span.weixin em{bottom: 100%;margin-bottom: 10px;}
    .footer .bottom{padding: 1.56vw 0;margin-top: 3vw; color: #f1f1f1; line-height: 1.714;border-top: 1px solid #313131; }
    .footerTopButton{ width: 9.0625vw;max-width: 174px;min-width: 90px;padding: 10px;padding-top: 0;position: absolute;right: 0.78vw;top: -42px; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;background-color: #fff; }
    .footerTopButton:before,
    .footerTopButton:after{content: '';width: 10px;height: 10px;position: absolute;top:0;background: url(../images/be.png) center no-repeat;background-size: cover; }
    .footerTopButton:before{right: 100%;}
    .footerTopButton:after{left: 100%;transform: rotateY(180deg);}
    .footerTopButton span{ display: block;padding: 1.328vw 0; color: #fff; line-height: 1;text-align: center; border-radius: 10px;background-color: #8bc320; cursor: pointer; }
    .copyright{ color: #f1f1f1; }
    .otherinfo a{color: #dbdbdb;border-bottom: 1px solid;}
/*footer*/
/*banner*/
    .banner {position: relative;z-index: 2;background: #ccc;}
    .banner .swiper-slide{position: relative;}
    .banner .swiper-slide .pic{background-size: cover;background-position: center;}
    .banner .content{width: 100%;position: absolute;left: 0;color: #fff;z-index: 9999;}
    /*index*/
    .banner-index .pic{min-height: 230px;}
    .banner-index .pic:after{padding-bottom: 49.479%;}
    .banner-index .content{height: 33.36%; bottom: 32.52%;}
    .banner-index .content .container{height: 100%;}
    .banner-index .content .text{width: 65%;max-width: 928px;height: 100%; max-height: 317px; position: relative;flex-direction: column;justify-content: center;}
    .banner-index .content .text:before{content: '';width: 100vw;height: 100%;position: absolute;right: 0;top: 0;border-radius: 2.08vw;background-color: rgba(139,195,32,0.75);z-index: -1;}
    .banner-index .content p{ font-weight: 300; line-height: 1.1;}
    .banner-index .content p.p2{font-weight: 600;}
    .banner-index .swiper .button{width: 100%; position: absolute;left: 0;bottom: 32.52%;}
    .banner-index .swiper .swiper-button-prev,
    .banner-index .swiper .swiper-button-next{width: 2.4vw;height: 2.4vw; max-width: 46px;max-height: 46px;min-width: 28px;min-height: 28px;display: flex;align-items: center;justify-content: center; margin: 0 5px 0 0; position: static; background: #8bc320;transform: translateY(50%); opacity: 1; }
    .banner-index .swiper .swiper-button-prev:after,
    .banner-index .swiper .swiper-button-next:after{ font-size: 14px;color: #fff; }
    /*page*/
    .banner-page .pic{min-height: 150px;}
    .banner-page .pic:after{padding-bottom: 33.854%;}
    .banner-page-news .pic:after,
    .banner-page-contact .pic:after{padding-bottom: 22.2916%;}
    .banner-page .content{height: 100%;padding-top: 92px; top: 0;display: flex;align-items: center;}
    .banner-page .content .tit{ font-weight: 600;line-height: 1;}
    .col-banner-mbx{ margin-top: 10px;font-weight: 300;}
    @media (max-width: 991px){
        .banner{margin-top: 50px;}
        .banner-index .content .text:before{border-radius: 20px;}
        .banner-page .content{padding-top: 0;}
        .col-banner-mbx{ margin-top: 5px;}
    }
    @media (max-width: 767px){
        .banner-index .content{height: 49.36%; bottom: 24.52%;}
        .banner-index .swiper .button{bottom: 24.52%;}
        .banner-index .content .text{width: 100%;}
    }
/*banner*/
/*index*/
    .col-index-about{ padding-top: 10%;padding-bottom: 10%; }
    .col-index-about .flex{align-items: center;flex-wrap: wrap;}
    .col-index-about .content{padding: 0;padding-right: 2vw;}
    .col-index-about .content .tit{line-height: 1.018;}
    .col-index-about .content .tit2{margin-top: 3.64vw;margin-bottom: 1.3vw; font-weight: 800;color: #8bc320;text-transform: uppercase;white-space: nowrap;line-height: 1;}
    .col-index-about .content hr{width: 5.2vw;max-width: 100px;min-width: 50px; margin: 3vw 0 0; border-top: 1px solid #c4e08d;}
    .col-index-about .content p{max-width: 750px; font-weight: 300;line-height: 1.778;}
    .col-index-about .content .col-more{margin-top: 5vw;}
    .col-index-about .img{padding: 0 3.48vw;text-align: center;position: static;}
    .col-index-about .img .bg{width: 64.947%; position: absolute;right: 0; top: 10%;z-index: -1;}
    /*product*/
    .col-index-product{position: relative;align-items: flex-start;background-color: #eaeaea;}
    .col-index-product .content{width: 31.66%;padding: 7.8% 0 7.8% 4%;position: sticky;top: 0; background-color: #eaeaea; }
    .col-index-product .content .panel{ width: 100%;max-width: 448px;padding-right: 2.86vw;background: none;}
    .col-index-product .content .tit{ line-height: 1; }
    .col-index-product .content hr{width: 5.2vw;max-width: 100px;min-width: 50px; margin: 2.34vw 0 3.54vw; border-top: 3px solid #8bc320;}
    .col-index-product .content p{font-weight: 300; line-height: 1.778;}
    .col-index-product .content a.more{display: inline-block;min-width: 11.66vw;padding: 0.78vw 18px;margin-top: 5vw; text-align: center;color: #fff; line-height: 25px;border-radius: 28px;background-color: #8bc320;}
    .col-index-product .list{width: 68.34%;padding: 1.56vw;padding-right: 0;color: #fff; background-color: #090d0a; }
    .col-index-product .list a{color: #fff;}
    .col-index-product .list ul li{margin-bottom: 1.56vw;align-items: center; background-color: #0f1810;}
    .col-index-product .list ul li .pic{width: 52.808%; border-radius: 0.78vw; }
    .col-index-product .list ul li .pic img{ border-radius: 0.78vw; }
    .col-index-product .list ul li .text{width: 47.192%;padding: 0 6vw 0 3.64vw;}
    .col-index-product .list ul li .text a.tit{line-height: 1.131;}
    .col-index-product .list ul li .text .desc{min-height: 10.15vw; margin-top: 1vw;}
    .col-index-product .list ul li .text .desc p{ font-weight: 300; line-height: 1.5; }
    .col-index-product .list ul li .text .more{margin-top: 1vw;padding-top: 1.5vw; border-top: 1px solid #b9b9b9; }
    .col-index-product .list ul li .text .more a{color: #d3d3d3;}
    .col-index-product .list a:hover{color: #8bc320!important;}
    .col-index-product .list ul li:last-child{margin-bottom: 0;}
    /*R&D*/
    .col-index-RD{padding-top: 7.8%;}
    .col-index-RD .description{flex-wrap: wrap;justify-content: space-between;}
    .col-index-RD .description .title{line-height: 1.069;}
    .col-index-RD .description .title hr{width: 5.2vw;max-width: 100px;min-width: 50px; margin: 1.3vw 0 0; border-top: 3px solid #8bc320;}
    .col-index-RD .description .desc{ width: 50%;max-width: 740px; }
    .col-index-RD .description .desc p{font-weight: 300;line-height: 1.778;}
    .col-index-RD .description .desc .col-more{margin-top: 2vw;}
    .col-index-RD .panel{width: 81.625%;margin: 4.53vw auto 0;}
    .col-index-RD .panel .listImg .swiper-button-prev,
    .col-index-RD .panel .listImg .swiper-button-next{width: auto;height: auto;margin: 0;opacity: 1;}
    .col-index-RD .panel .listImg .swiper-button-prev{margin-left: -2vw; left: 0;transform: translate(-100%,-50%);}
    .col-index-RD .panel .listImg .swiper-button-next{margin-right: -2vw; right: 0;transform: translate(100%,-50%);}
    .col-index-RD .panel .listImg .swiper-button-prev:after,
    .col-index-RD .panel .listImg .swiper-button-next:after{font-size: 25px;color: #dbdbdb;transition: 0.5s;}
    .col-index-RD .panel .listImg .swiper-button-prev:hover:after,
    .col-index-RD .panel .listImg .swiper-button-next:hover:after{color: #8bc320;}
    .col-index-RD .panel .listImg .swiper{border-radius: 2vw;}
    .col-index-RD .panel .listImg .pic{border-radius: 2vw;}
    .col-index-RD .panel .listImg .pic:after{padding-bottom: 57.044%;}
    .col-index-RD .panel .listImg .pic img{border-radius: 2vw;}
    .col-index-RD .panel .listImg .pic span{ display: block;background: url(../images/txtbg.png) center bottom no-repeat;background-size: 100%;}
    .col-index-RD .panel .listImg .pic p{ width: 100%;position: absolute;left: 0;bottom: 2.86vw;text-align: center;color: rgba(255,255,255,0.85);line-height: 1.5; }
    .col-index-RD .panel .col-number{margin-top: 6vw;}
    .col-index-RD .panel .col-number ul{margin: 0 -10px;display: flex;justify-content: space-between;}
    .col-index-RD .panel .col-number ul li{padding: 0 10px;}
    /*solution*/
    .col-index-solution{margin-top: 10px;overflow: hidden;}
    .col-index-solution .title{padding: 8% 0 2.6%; background: url(../images/txtbg2.png) center bottom no-repeat;background-size: 100% 100%; }
    .col-index-solution .list ul{margin: 0 -0.5px;}
    .col-index-solution .list ul li{padding: 0 0.5px;color: #fff;}
    .col-index-solution .list ul li .pic:after{padding-bottom: 143.75%;}
    .col-index-solution .list ul li .pic .bg{background: url(../images/bg2.png) center center no-repeat;background-size: cover;}
    .col-index-solution .list ul li .pic img{width: 100%;}
    .col-index-solution .list ul li .text,
    .col-index-solution .list ul li .desc{width: 100%;padding: 0 3.3vw; position: absolute;left: 0;}
    .col-index-solution .list ul li .text{top: 4.3vw;}
    .col-index-solution .list ul li .text hr{width: 3.75vw;max-width: 72px;min-width: 35px;margin: 0.677vw 0 0;border-top: 3px solid #8bc320;}
    .col-index-solution .list ul li .desc{bottom: 5vw;}
    .col-index-solution .list ul li .desc p{font-weight: 300;color: rgba( 254, 254, 254, 0.671 );line-height: 1.333;}
    /*news*/
    .col-index-news{padding-top: 9%;padding-bottom: 9%;}
    .col-index-news .description{flex-wrap: wrap;justify-content: space-between;}
    .col-index-news .description .title{line-height: 1;}
    .col-index-news .description .desc{ width: 50%;max-width: 630px; }
    .col-index-news .description .desc p{font-weight: 300;color: #373737; line-height: 1.667;}
    .col-index-news .list{margin-top: 2.916vw; overflow: hidden; }
    .col-index-news .list .swiper{margin: 0 -0.78vw;}
    .col-index-news .list .swiper .swiper-slide{height: auto; padding: 0 0.78vw;}
    .col-index-news .list .text{height: 100%; padding: 2vw; border:1px solid #8bc320; border-radius: 12px; }
    .col-index-news .list .text .date{ display: inline-block;padding: 0.78vw 8px;margin-bottom: 1vw; text-align: center; color: #fff;line-height: 1; border-radius: 10px;background-color: #8bc320;}
    .col-index-news .list .text .date span{display: block;margin-top: 4px;}
    .col-index-news .list .text a.tit{ line-height: 1.3;}
    .col-index-news .list .text p{margin-top: 12px; color: rgba( 34, 34, 34, 0.949 );line-height: 1.5;}
/*index*/
/*page about*/
    .about-title{ line-height: 1.2; }
    .about-title hr{ width: 5.2vw;max-width: 100px;min-width: 50px;margin: 0;margin-top: 1.3vw; border-color: #8bc320;border-width: 3px; }
    .about-title.text-center hr{margin-left: auto;margin-right: auto;}
    .col-page-about{padding-top: 8%;padding-bottom: 8%;}
    .col-page-about .about-title{ color: #8bc320;line-height: 1; }
    .col-page-about .about-title hr{margin-top: 1.25vw; border-color: #c4e08d;border-width: 1px; }
    .col-page-about .content{margin-top: 1.56vw; flex-wrap: wrap; justify-content: space-between; }
    .col-page-about .content .text{width: 70%;}
    .col-page-about .content .text .desc{line-height: 1.333;}
    .col-page-about .content .text p{ font-weight: 300; line-height: 1.778; }
    .col-page-about .content .col-number{width: 25%;max-width: 350px; }
    .col-page-about .content .col-number ul{margin-top: -2vw;}
    .col-page-about .content .col-number ul li{margin-top: 2vw;}
    .col-about-culture{padding-top: 6.66%;padding-bottom: 6.66%;}
    .col-about-culture .container{flex-wrap: wrap;color: #fff;}
    .col-about-culture .culture-left{padding: 0;padding-right: 4vw; line-height: 1.167;}
    .col-about-culture .culture-left img{width: 22vw;max-width: 407px;min-width: 200px; margin-bottom: 2vw;}
    .col-about-culture .culture-left .about-title{margin-bottom: 5.46vw;}
    .col-about-culture .culture-left .about-title hr{margin-top: 0.78vw; border-color: #fff;border-width: 1px;}
    .col-about-culture .culture-right{padding: 0;padding-left: 8.85vw;}
    .col-about-culture .culture-right ul li{padding-bottom: 1.56vw;margin-bottom: 1.56vw;padding-right: 4vw; border-bottom: 1px solid rgba(255,255,255,0.6);line-height: 1.5;cursor: pointer;}
    .col-about-culture .culture-right ul li .tit{ line-height: 1; }
    .col-about-culture .culture-right ul li .drop{ display: none; padding-top: 1vw; }
    .col-about-culture .culture-right ul li:last-child{padding-bottom: 0;margin-bottom: 0; border:0;}
    .col-about-culture .culture-right ul li.active .tit{font-weight: 600;}
    .col-about-culture .culture-right ul li.active .drop{display: block;}
    .col-about-advan{padding-top: 6%;padding-bottom: 6%;}
    .col-about-advan .desc{padding: 0 18%;margin-top: 1.77vw; line-height: 1.77; }
    .col-about-advan .content{margin-top: 3.38vw; overflow: hidden;}
    .col-about-advan .content ul{margin: 0 -5vw;margin-top: -1px; display: flex;flex-wrap: wrap; }
    .col-about-advan .content ul li{ width: 33.33%;padding: 2vw 5vw; position: relative; border-top: 1px solid #f0f0f0;}
    .col-about-advan .content ul li img{height: 4vw;max-height: 76px;min-height: 38px;margin-bottom: 1.56vw;}
    .col-about-advan .content ul li p{ color: #525252;line-height: 1.8; }
    .col-about-advan .content ul li p.tit{margin-bottom: 7px; color: #8bc320; font-weight: 600;line-height: 1.25; }
    .col-about-advan .content ul li:before{content: '';height: 100%;position: absolute;left: 100%;top: 0;border-right: 1px solid #f0f0f0;}
    .col-about-history{padding-top: 3.64%; padding-bottom: 4.89%; background-color: #f6f6f6;overflow: hidden; }
    .col-about-history .bg{ width: 45.208%;height: 100%;position: absolute;left: 0;top: 3.64vw;background: url(../images/bg3.png) center no-repeat;background-size: contain; }
    .col-about-history .about-title{align-items: flex-start; justify-content: space-between; }
    .col-about-history .about-title .button .swiper-button-prev,
    .col-about-history .about-title .button .swiper-button-next{position: static;margin: 0;margin-left: 0.677vw; width: auto;height: auto;opacity: 1;}
    .col-about-history .about-title .button .swiper-button-prev:after,
    .col-about-history .about-title .button .swiper-button-next:after{display: flex;width: 2.5vw;height: 2.5vw;max-width: 47px;max-height: 47px;min-width: 28px;min-height: 28px;align-items: center;justify-content: center; font-size: 14px;color: #fff;background-color: #c7c7c7;border-radius: 50%;transition: 0.5s;}
    .col-about-history .about-title .button .swiper-button-prev:hover:after,
    .col-about-history .about-title .button .swiper-button-next:hover:after{background-color: #8bc320;}
    .col-about-history .list{margin-top: 5.88vw;}
    .col-about-history .list .year{width: 50%; padding-right: 10vw; align-items: center; font-size: 11.14vw;font-weight: bold;color: #8bc320; line-height: 0.8; }
    .col-about-history .list .text{width: 50%;}
    .col-about-history .list .text ul{ padding-left: 2vw; }
    .col-about-history .list .text ul li{position: relative;margin-bottom: 1vw;padding-bottom: 1vw; border-bottom: 1px solid #e5e5e5;line-height: 25px;}
    .col-about-history .list .text ul li:before{content: '';width: 7px;height: 7px;border-radius: 50%;background-color: #8bc320;position: absolute;left: -2vw;top: 9px;}
    .col-about-history .list .text ul li:last-child{border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}
    .col-about-history .list2{margin-top: 7.8vw;}
    .col-about-history .list2:after{content: '';width: 100vw;border-top: 1px solid #dcdcdc;position: absolute;left: 50%;bottom: 1px;margin-left: -50vw;}
    .col-about-history .list2 .swiper-slide{width: auto;margin-right: 2vw;}
    .col-about-history .list2 .date{padding: 0 6px;cursor: pointer;}
    .col-about-history .list2 .date span{display: block;}
    .col-about-history .list2 .date span.span1{ min-width: 5.833vw;padding: 0 1vw; margin-bottom: 1vw;color: #666; border-radius: 20px; line-height: 37px;text-align: center;}
    .col-about-history .list2 .date span.span2{ width: 100%;height: 3px;background-color: #8bc320;opacity: 0;}
    .col-about-history .list2 .swiper-slide.swiper-slide-thumb-active{}
    .col-about-history .list2 .swiper-slide.swiper-slide-thumb-active .date span.span1{color: #8bc320;border: 1px solid #8bc320;}
    .col-about-history .list2 .swiper-slide.swiper-slide-thumb-active .date span.span2{opacity: 1;}
    .col-about-global{padding-top: 5.2%; padding-bottom: 3.64%; }
    .col-about-global .bg{width: 100%;position: absolute;left: 0;bottom: 0;z-index: -1;}
    .col-about-global .content{ margin-top: 4.68vw; }
    .col-about-honor{ padding-top: 6%;padding-bottom: 6%; }
    .col-about-honor .about-title{ align-items: center;justify-content:space-between; }
    .col-about-honor .about-title .tab a{ display: flex;align-items: center; margin-left: 2.86vw;padding-bottom: 5px; border-bottom: 1px solid #dcdcdc; }
    .col-about-honor .about-title .tab a span{display: block;width: 7px;height: 7px;margin-right: 10px; border-radius: 50%;background: #8bc320;}
    .col-about-honor .about-title .tab a.active{ color: #8bc320;border-color: #8bc320; }
    .col-about-honor .honor-lists{margin-top: 4.68vw;}
    .col-about-honor .honor-list{display: none; overflow: hidden;}
    .col-about-honor .honor-list .swiper{margin: 0 -2.33vw;}
    .col-about-honor .honor-list .swiper-slide{padding: 0 2.33vw;}
    .col-about-honor .honor-list .swiper-slide .pic{ border:1px solid #e5e5e5; }
    .col-about-honor .honor-list .swiper-slide .pic:after{padding-bottom: 139.676%;}
    .col-about-honor .honor-list2 .swiper-slide .pic:after{padding-bottom: 70%;}
    .col-about-honor .honor-list .swiper-slide p{margin-top: 1.25vw; text-align: center;line-height: 1.375;}
/*page about*/
/*page R&D*/
    .col-rd-capability1,
    .col-rd-team{background-color: #fafdf6;}
    .col-rd-capability,
    .col-rd-laboratory{padding-top: 6%;padding-bottom: 6%;}
    .col-rd-capability .about-title{margin-bottom: 3vw;}
    .col-rd-capability .col-number ul{display: flex;flex-wrap: wrap;margin-top: -2.18vw;}
    .col-rd-capability .col-number ul li{width: 50%;margin-top: 2.18vw; }
    .col-rd-capability .col-number ul li p.tit{margin: 0;padding:0;margin-top: 6px; font-weight: 500;border:0;}
    .col-rd-capability .flex{flex-wrap: wrap;align-items: center;}
    .col-rd-capability .text{padding: 0;padding-right: 4vw;}
    .col-rd-capability .text p{ font-weight: 300; line-height: 1.778; }
    .col-rd-capability .text .title{margin-bottom: 1vw; font-weight: 600; line-height: 1.2; }
    .col-rd-capability .text .desc{margin-bottom: 1.56vw; font-weight: 600;line-height: 1.333; }
    .col-rd-capability .text .col-number{margin-bottom: 1.56vw;}
    .col-rd-capability .text .col-number ul{margin-top: 0;}
    .col-rd-capability .text .col-number ul li{width: 33.33%;margin-top: 1.3vw;}
    .col-rd-capability .number{padding: 0;padding-left: 2.6vw;}
    .col-rd-capability .pic{padding: 0 4vw 0 2vw;}
    .col-rd-team .pic{padding: 0;padding-right: 8vw;}
    .col-rd-team .pic img{ border-radius: 10px; }
    .col-rd-team .text{padding: 0;}
    .col-rd-team .text .col-number ul li{width: 50%;}
    .col-rd-laboratory .desc{margin-top: 2.23vw; line-height: 1.778;}
    .col-rd-laboratory .list{margin-top: 2.6vw; overflow: hidden;}
    .col-rd-laboratory .list .swiper{margin: 0 -1vw;}
    .col-rd-laboratory .list .swiper-slide{padding: 0 1vw;}
    .col-rd-laboratory .list .swiper-slide .pic:after{padding-bottom: 73.6%;}
    .col-rd-laboratory .list .swiper-slide .pic img{ border-radius: 10px; }
/*page R&D*/
/*page contact*/
    .col-page-contact{ padding-top: 6%;padding-bottom: 6%; }
    .col-page-contact .desc{margin-top: 10px; line-height: 1.778; }
    .col-page-contact .follow{margin-top: 5.5vw;}
    .col-page-contact .follow .tit{margin-bottom: 0.78vw; line-height: 1; }
    .col-page-contact .follow img.wechat{width: 9.84vw;max-width: 189px;min-width: 100px;}
    .col-page-contact .follow .share{padding-top: 0.78vw;}
    .col-page-contact .follow .share a{margin: 0 0.5vw; color: #222;line-height: 1;}
    .col-page-contact .follow .share a:hover{color: #8bc320;}
    .col-page-contact .contact{margin-top: 5.5vw; justify-content: space-between;flex-wrap: wrap; }
    .col-page-contact .contact .cont{ width: 45%;padding-left: 6.77vw;position: relative; }
    .col-page-contact .contact .cont .img{width: 4.0625vw;position: absolute;left: 0;top: 0;}
    .col-page-contact .contact .cont p.p1{ font-weight: 600;line-height: 1; }
    .col-page-contact .contact .cont p.p2{ margin-top: 5px; color: #8bc320; font-weight: 600;line-height: 1;text-transform: uppercase; }
    .col-page-contact .contact .cont hr{width: 5.2vw;max-width: 100px;min-width: 50px; margin: 1.3vw 0 0; border-top: 1px solid #c4e08d;}
    .col-page-contact .contact .cont table{margin-top: 1.35vw;}
    .col-page-contact .contact .cont table tr td{ width: 16%;padding-top: 8px;padding-bottom: 8px; padding-right: 1.4vw;line-height: 1.364;vertical-align: top; }
    .col-page-contact .contact .cont table tr td strong{font-weight: 500;}
    .col-page-contact .contact .cont table tr td:first-child{ width: 11%; }
    .col-page-contact .contact .cont table tr td:last-child{ width: 73%;padding-right: 0; }
/*page contact*/
/*page news*/
    .col-page-news{padding-top: 6%;padding-bottom: 6%;}
    .col-page-news .content{align-items: center;justify-content: space-between;}
    .col-page-news .content .text{max-width: 70%;}
    .col-page-news .content .text .title{line-height: 1;}
    .col-page-news .content .text .desc{margin-top: 0.78vw; line-height: 1.778;}
    .col-page-news .content .button a{margin-left: 2vw; color: #1f1f1f; border-bottom: 1px solid; }
    .col-page-news .content .button a:hover,
    .col-page-news .content .button a.active{color: #8bc320;}
    .news ul{ margin: 0 -2.3vw; flex-wrap: wrap; }
    .news ul li{ padding: 0 2.3vw;margin-top: 4vw; }
    .news ul li .panel{ cursor: pointer; }
    .news ul li .pic{border-radius: 10px;}
    .news ul li .pic:after{padding-bottom: 62.39%;}
    .news ul li .pic img{ width: 100%; border-radius: 10px;}
    .news ul li .text{margin-top: 2vw;}
    .news ul li .text a.tit{ line-height: 1.25;-webkit-line-clamp: 2; }
    .news ul li .text a.more{display: inline-block;margin-top: 0.78vw; border-bottom: 1px solid; }
    .news ul li .text p{margin-top: 1vw; color: #333a45;line-height: 1.5; }
    .news ul li .panel:hover a{color: #8bc320;}
/*page news*/
/*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 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: 600;}
    .product-description a{display: inline-block;border-bottom: 1px solid;color:#8bc320;font-weight: 600;}
    .col-page-product-column .flex{flex-wrap: wrap;}
    .col-page-product-column .flex a{ padding: 1.5vw 1.9vw;margin-right: 0.52vw; display: flex;align-items: center;justify-content: center;}
    .col-page-product-column .flex a span{ display: block;width: 3px;height: 16px;margin-right: 0.7vw; background-color: #8bc320;transition: 0.5s; }
    .col-page-product-column .flex a:hover,
    .col-page-product-column .flex a.active{ color: #fff;background-color: #8bc320; }
    .col-page-product-column .flex a:hover span,
    .col-page-product-column .flex a.active span{background-color: #fff;}
    .col-page-product-column .flex a:last-child{margin: 0;}
    .col-page-product{padding-top: 4%;padding-bottom: 4%; background-color: #f3f9e7; }
    .col-page-product .content1{ margin-top: 5vw; }
    .col-page-product .content1 .about-title{font-weight: 600;}
    .col-page-product .content1 p{font-weight: 300; line-height: 1.778;}
    .col-page-product-content2{padding-top: 4.68%;padding-bottom: 4.68%;}
    .col-page-product-content2 .about-title{margin-bottom: 3.64vw; font-weight: 600;}
    .col-page-product-content2 p{line-height: 1.667;}
    .col-page-product-content2 ul li{margin-bottom: 3vw; display: flex; }
    .col-page-product-content2 ul li .img{width: 17.5%;padding: 0 2vw; text-align: center;}
    .col-page-product-content2 ul li .text{width: 82.5%;}
    .col-page-product-content2 ul li .tit{margin-bottom: 10px; color: #8bc320; font-weight: 600;line-height: 1.25; }
    .col-page-product-content2 ul li:last-child{margin-bottom: 0;}
    .pro ul{ margin: 0 -0.868vw; flex-wrap: wrap; }
    .pro ul li{padding: 0 0.868vw;margin-top: 2.8125vw;}
    .pro .panel{ height: 100%;border-radius: 10px;overflow: hidden;cursor: pointer;transition: 0.5s; }
    .pro .panel .pic:after{padding-bottom: 72%;}
    .pro .panel .text{padding: 1.3vw;}
    .pro .panel .text a.tit{color: #8bc320; line-height: 1; }
    .pro .panel .text a.more{display: inline-block;margin-top: 1.56vw;}
    .pro .panel .text a.more i{margin-left: 8px;}
    .pro .panel .text p{margin-top: 0.8vw; line-height:1.5em;height: 4.5em; }
    .pro .panel:hover { box-shadow: 0 5px 12px 0 rgba(0,0,0,.15); }
    .pro .panel:hover a{color: #8bc320;}
    /*proshow*/
    .col-prodet{padding-top: calc(76px + 2vw);padding-bottom: 7%; background-color: #f3f9e8;}
    .col-prodet .pro-mbx{padding: 2vw 0;}
    .prodet-top{padding: 3vw 0; align-items: center;justify-content: space-between; }
    .prodet-top .text{width: 46.25%;}
    .prodet-top .text h1{ color: #89c31d; line-height: 1; }
    .prodet-top .text .namemark{margin-top: 0.78vw; line-height: 1; }
    .prodet-top .text p{margin-top: 1.3vw; font-weight: 300;line-height: 1.778; }
    .prodet-top .text .button{margin-top: 3vw;}
    .prodet-top .text .button a{ display: inline-block;min-width: 9.79vw;padding: 0.729vw 2vw; text-align: center;color: #8bc320; line-height: 25px; border: 1px solid #8bc320;border-radius: 28px; }
    .prodet-top .text .button a:hover{color: #fff;background-color: #8bc320;}
    .prodet-top .pic{ max-width: 50%; }
    .prodet-top .pic img{border-radius: 10px;}
    .prodet-content{padding: 2vw 3vw;margin-top: 2vw; border-radius: 10px;background-color: #fff; }
    .prodet-content .content{margin-top: 1.45vw; line-height: 1.6;}
    .prodet-content .content table{width: 100%;}
    .prodet-content .content table tr{border-bottom: 1px solid #dfdfdf;}
    .prodet-content .content table tr td{/*width: 28.5%; */padding: 8px ; border:0; }
    .prodet-content .content table tr td:first-child{width: 15%; }
    .prodet-content .content table tr:first-child{font-weight: bold;}
    .prodet-content .content table tr:last-child{border:0; }
    .col-prodet-related{padding-top: 5.5%;padding-bottom: 5.5%;}
    .col-prodet-related .list{margin-top: 3vw; overflow: hidden;}
    .col-prodet-related .list .swiper{margin: 0 -0.868vw;}
    .col-prodet-related .list .swiper-slide{padding: 0 0.868vw;}
    .col-prodet-related .list.pro .text{padding-left: 0;padding-right: 0;}
    .col-prodet-related .list.pro .panel:hover{box-shadow: none;}
/*page product*/
/*news detail*/
    .col-news-detail{padding: 6.25vw 5vw;}
    .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:#1a75bb;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:#00a2ff;}
    .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:#8bc320;}
/*news detail*/
@media (max-width: 1200px){
    .header .flex .nav ul li{padding: 0 2vw;}
}
@media (max-width: 991px){
    .col-number ul li p.tit{margin-top: 10px;padding-top: 5px;}
/*message*/
    .col-message{padding-top: 55px;padding-bottom: 55px;}
    .col-message .about-title{margin-bottom: 14px;}
    .col-message ul li{margin-top: 20px;}
/*message*/
/*header*/
    .header{background-color: #292929;}
    .header .flex{height: 50px;line-height: 50px;}
    .header .flex .logo {width: auto;height: 50px; padding: 0 15px; font-size: 0;}
    .header .flex .logo img{max-height: 85%;}
    .header .flex .right{ width: auto;min-width: auto;height: 100%; padding: 0 15px; border-radius: 0;background: none; }
    .header .flex .right .nav-btn{display: block !important;}
    .header .flex .right .lines{width: 20px;height: 16px;margin-left: 2vw; position: relative;cursor: pointer;}
    .header .flex .right .lines span{width: 100%;height: 2px;background: #8bc320;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
    .header .flex .right .lines span.n1{top: 0;}
    .header .flex .right .lines span.n2{top: 7px;}
    .header .flex .right .lines span.n3{top: 14px;}
    .header .flex .right .nav-btn.closes .lines span.n1 {top: 8px;transform: rotate(45deg);}
    .header .flex .right .nav-btn.closes .lines span.n2 {opacity: 0;}
    .header .flex .right .nav-btn.closes .lines span.n3 {top: 8px;transform: rotate(-45deg);}
/*header*/
/*footer*/
    .footer{ text-align: center; }
    .footer .flex{flex-wrap: wrap;}
    .footer .footerLeft { width: 100%; }
    .footer .footerLeft img{margin-bottom: 20px;}
    .footer .footerLeft ul{padding-top: 15px;}
    .footer .footerLeft ul li{padding-left: 0;margin-top: 5px;justify-content: center;}
    .footer .footerLeft .dh{padding-top: 27px;}
    .footer .footerLeft .dh a{margin-left: 2vw;margin-right: 2vw;}
    .footer .footerRight{width: 100%;margin-top: 25px;}
    .footer .footerRight a.button{margin: 0 auto;}
    .footer .footerRight .share{margin-top: 25px; }
    .footer .footerRight .share span{ margin: 0 3px; }
    .footer .bottom{padding: 15px 0;margin-top: 30px;}
    .copyright,
    .otherinfo{ width: 100%;}
/*footer*/
/*index*/
    .col-index-about{ padding-top: 60px;padding-bottom: 60px; }
    .col-index-about .content{padding: 0;}
    .col-index-about .content .tit2{margin-top: 30px;margin-bottom: 13px;}
    .col-index-about .content hr{margin: 25px 0 0;}
    .col-index-about .content p{max-width: none;}
    .col-index-about .content .col-more{margin-top: 40px;}
    .col-index-about .img{padding: 0 15%;margin-top: 40px; position: relative;}
    .col-index-about .img .bg{width: 108%;max-width: none; right: -4%; top: 50%;transform: translateY(-45%);}
    /*product*/
    .col-index-product{flex-wrap: wrap;}
    .col-index-product .content{width: 100%;padding: 60px 4%;position: static;}
    .col-index-product .content .panel{max-width: none;padding-right: 0;}
    .col-index-product .content hr{margin: 20px 0 30px; }
    .col-index-product .content a.more{padding: 7px 18px;margin-top: 40px;}
    .col-index-product .list{width: 100%;padding: 15px;}
    .col-index-product .list ul li{margin-bottom: 15px;}
    .col-index-product .list ul li .pic{border-radius: 7px; }
    .col-index-product .list ul li .pic img{ border-radius: 7px; }
    .col-index-product .list ul li .text{padding: 0 3.64vw;}
    .col-index-product .list ul li .text .desc{margin-top: 10px;}
    .col-index-product .list ul li .text .more{margin-top: 10px;padding-top: 15px;}
    /*R&D*/
    .col-index-RD{padding-top: 60px;}
    .col-index-RD .description .title{width: 100%;}
    .col-index-RD .description .title hr{margin: 10px 0 0;}
    .col-index-RD .description .desc{ width: 100%;max-width: none;margin-top: 20px; }
    .col-index-RD .description .desc .col-more{margin-top: 15px;}
    .col-index-RD .panel{width: 90%;margin-top: 45px;}
    .col-index-RD .panel .listImg .swiper-button-prev{margin-left: -2vw;}
    .col-index-RD .panel .listImg .swiper-button-next{margin-right: -2vw;}
    .col-index-RD .panel .listImg .swiper-button-prev:after,
    .col-index-RD .panel .listImg .swiper-button-next:after{font-size: 18px;}
    .col-index-RD .panel .listImg .swiper{border-radius: 20px;}
    .col-index-RD .panel .listImg .pic{border-radius: 20px;}
    .col-index-RD .panel .listImg .pic img{border-radius: 20px;}
    .col-index-RD .panel .listImg .pic p{bottom: 2.86vw;}
    .col-index-RD .panel .col-number{margin-top: 55px;}
    .col-index-RD .panel .col-number ul{margin: 0 -10px;display: flex;justify-content: space-between;}
    .col-index-RD .panel .col-number ul li{padding: 0 10px;}
    /*solution*/
    .col-index-solution .title{padding: 60px 0 25px;}
    .col-index-solution .list ul{margin-top: -1px; flex-wrap: wrap; }
    .col-index-solution .list ul li{margin-top: 1px;}
    .col-index-solution .list ul li .text hr{margin: 6px 0 0;}
    /*news*/
    .col-index-news{padding-top: 60px;padding-bottom: 60px;}
    .col-index-news .description .desc{ width: 100%;max-width: none;margin-top: 10px; }
    .col-index-news .list{margin-top: 29px;}
    .col-index-news .list .swiper{margin: 0 -7px;}
    .col-index-news .list .swiper .swiper-slide{ padding: 0 7px;}
    .col-index-news .list .text{ padding: 18px;border-radius: 8px; }
    .col-index-news .list .text .date{padding: 8px;margin-bottom: 10px; border-radius: 6px;}
    .col-index-news .list .text p{margin-top: 10px;}
/*index*/
/*page about*/
    .about-title hr{ margin-top: 12px; }
    .col-page-about{padding-top: 60px;padding-bottom: 60px;}
    .col-page-about .about-title hr{margin-top: 12px;}
    .col-page-about .content{margin-top: 15px; }
    .col-page-about .content .text{width: 100%;}
    .col-page-about .content .col-number{width: 100%;max-width: 350px; }
    .col-page-about .content .col-number ul{margin-top: 0;}
    .col-page-about .content .col-number ul li{margin-top: 20px;}
    .col-about-culture{padding-top: 60px;padding-bottom: 60px;}
    .col-about-culture .culture-left{padding: 0;}
    .col-about-culture .culture-left img{margin-bottom: 20px;}
    .col-about-culture .culture-left .about-title{margin-bottom: 45px;}
    .col-about-culture .culture-left .about-title hr{margin-top: 7px;}
    .col-about-culture .culture-right{padding: 0;margin-top: 35px;}
    .col-about-culture .culture-right ul li{padding-bottom: 15px;margin-bottom: 15px;padding-right: 0;}
    .col-about-culture .culture-right ul li .drop{ padding-top: 10px; }
    .col-about-advan{padding-top: 55px;padding-bottom: 55px;}
    .col-about-advan .desc{padding: 0;margin-top: 18px;}
    .col-about-advan .content{margin-top: 33px;}
    .col-about-advan .content ul li{ width: 50%;}
    .col-about-advan .content ul li img{margin-bottom: 15px;}
    .col-about-history{padding-top: 40px; padding-bottom: 50px;}
    .col-about-history .bg{ width: 100%; }
    .col-about-history .about-title .button .swiper-button-prev:after,
    .col-about-history .about-title .button .swiper-button-next:after{font-size: 12px;}
    .col-about-history .list{margin-top: 50px;}
    .col-about-history .list .year{width: 100%; padding-right: 0;}
    .col-about-history .list .text{width: 100%;margin-top: 20px;}
    .col-about-history .list .text ul{ padding-left: 20px; }
    .col-about-history .list .text ul li{margin-bottom: 10px;padding-bottom: 10px;}
    .col-about-history .list .text ul li:before{left: -20px;}
    .col-about-history .list .swiper-slide{flex-wrap: wrap;}
    .col-about-history .list2{margin-top: 30px;}
    .col-about-history .list2 .date span.span1{ padding: 0 10px; margin-bottom: 10px; line-height: 30px;}
    .col-about-global{padding-top: 55px; padding-bottom: 40px; }
    .col-about-global .content{ margin-top: 45px; }
    .col-about-honor{ padding-top: 55px;padding-bottom: 55px; }
    .col-about-honor .about-title{ flex-wrap: wrap; }
    .col-about-honor .about-title .tab{ padding: 10px 0; }
    .col-about-honor .about-title .tab a:first-child{margin-left: 0;}
    .col-about-honor .honor-lists{margin-top: 30px;}
    .col-about-honor .honor-list .swiper-slide p{margin-top: 10px;}
/*page about*/
/*page R&D*/
    .col-rd-capability,
    .col-rd-laboratory{padding-top: 55px;padding-bottom: 55px;}
    .col-rd-capability .about-title{margin-bottom: 28px;}
    .col-rd-capability .col-number ul{margin-top: 0;}
    .col-rd-capability .col-number ul li{width: 33.33%;margin-top: 20px; }
    .col-rd-capability .text{padding: 0;}
    .col-rd-capability .text .title{margin-bottom: 10px;}
    .col-rd-capability .text .desc{margin-bottom: 15px;}
    .col-rd-capability .text .col-number{margin-bottom: 15px;}
    .col-rd-capability .text .col-number ul li{margin-top: 13px;}
    .col-rd-capability .number{padding: 0;}
    .col-rd-capability .pic{padding: 0;margin-top: 40px;}
    .col-rd-team .pic{padding: 0;margin-top: 0;}
    .col-rd-team .pic img{ border-radius: 10px; }
    .col-rd-team .text{margin-top: 25px;}
    .col-rd-laboratory .desc{margin-top: 20px;}
    .col-rd-laboratory .list{margin-top: 25px;}
    .col-rd-laboratory .list .swiper-slide .pic img{ border-radius: 8px; }
/*page R&D*/
/*page news*/
    .col-page-news{padding-top: 55px;padding-bottom: 55px;}
    .col-page-news .content{flex-wrap: wrap;}
    .col-page-news .content .text{max-width: 100%;}
    .col-page-news .content .text .desc{margin-top: 7px;}
    .col-page-news .content .button{margin-top: 10px;}
    .col-page-news .content .button a{margin:5px 2vw 0 0; }
    .news ul li{ margin-top: 30px; }
    .news ul li .text{margin-top: 18px;}
    .news ul li .text a.more{margin-top: 7px; }
    .news ul li .text p{margin-top: 10px;}
/*page news*/
/*page product*/
    .col-page-product{padding-top: 40px;padding-bottom: 40px; }
    .col-page-product .content1{ margin-top: 45px; }
    .col-page-product-content2{padding-top: 45px;padding-bottom: 45px;}
    .col-page-product-content2 .about-title{margin-bottom: 35px;}
    .col-page-product-content2 ul li{margin-bottom: 25px; }
    .col-page-product-content2 ul li .tit{margin-bottom: 8px;}
    .pro ul{ margin: 0 -0.868vw; }
    .pro ul li{padding: 0 0.868vw;margin-top: 28px;}
    .pro .panel .text{padding: 13px;}
    .pro .panel .text a.more{margin-top: 15px;}
    .pro .panel .text a.more i{margin-left: 4px;}
    .pro .panel .text p{margin-top: 8px; }
    /*proshow*/
    .col-prodet{padding-top: 50px;padding-bottom: 60px;}
    .col-prodet .pro-mbx{padding: 18px 0;}
    .prodet-top{padding: 20px 0;flex-wrap: wrap; }
    .prodet-top .text{width: 100%;}
    .prodet-top .text .namemark{margin-top: 7px; }
    .prodet-top .text p{margin-top: 13px; }
    .prodet-top .text .button{margin-top: 25px;}
    .prodet-top .text .button a{ padding: 4px 2vw;}
    .prodet-top .pic{ max-width: 100%;margin-top: 40px; }
    .prodet-content{padding: 20px 3vw;margin-top: 20px;}
    .prodet-content .content{margin-top: 14px;}
    .col-prodet-related{padding-top: 55px;padding-bottom: 55px;}
    .col-prodet-related .list{margin-top: 30px;}
/*page product*/
/*news detail*/
    .col-news-detail{padding: 60px 5vw;}
/*news detail*/
/*page contact*/
    .col-page-contact{ padding-top: 55px;padding-bottom: 55px; }
    .col-page-contact .desc{margin-top: 8px;}
    .col-page-contact .follow{margin-top: 50px;}
    .col-page-contact .follow .tit{margin-bottom: 7px; }
    .col-page-contact .follow .share{padding-top: 7px;}
    .col-page-contact .contact{margin-top: 20px;}
    .col-page-contact .contact .cont{ width: 100%;padding-left: 68px;margin-top: 30px; }
    .col-page-contact .contact .cont .img{width: 40px;}
    .col-page-contact .contact .cont hr{ margin: 13px 0 0; }
    .col-page-contact .contact .cont table{margin-top: 13px;}
    .col-page-contact .contact .cont table tr td{padding-top: 5px;padding-bottom: 5px; }
/*page contact*/
}
@media (max-width: 767px){
    .col-index-RD .panel .col-number ul{ flex-wrap: wrap;margin-top: -20px; }
    .col-index-RD .panel .col-number ul li{width: 100%;margin-top: 20px;}
    .col-index-product .list ul li{flex-wrap: wrap;}
    .col-index-product .list ul li .pic{width: 100%;}
    .col-index-product .list ul li .pic img{width: 100%;}
    .col-index-product .list ul li .text{width: 100%;padding: 0 15px;margin-top: 15px;}
    .col-about-advan .content{margin-top: 18px;}
    .col-about-advan .content ul li{padding-top: 15px;padding-bottom: 15px; width:100%;}
    .col-about-history .list .year{font-size: 60px;}
    .col-rd-capability .col-number ul li{width: 100%!important;}
    .col-page-contact .contact .cont{padding-left: 0;}
    .col-page-contact .contact .cont .img{position: static;margin-bottom: 15px;}
}
@media (max-width: 400px){
    .news ul li{width: 100%;}
}