@charset "utf-8";
@import 'font-font-system.css';
@font-face {
    font-family: "Roboto";
    font-weight: 'regular';
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-weight: 500;
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-weight: 900;
    src: url("../fonts/Roboto-Black.ttf") format("truetype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_bx4q9i17i2h.woff2?t=1772423765507') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_bx4q9i17i2h.woff?t=1772423765507') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_bx4q9i17i2h.ttf?t=1772423765507') format('truetype');
}
*{margin:0;padding: 0;}
html{font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #222;font-family:"Roboto","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: rgb(255,255,255,.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: #fff!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:#000;}
a:hover { color: #1c3ed5;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: #888;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#888;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#888;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#888;}
/*slide contact*/
    .sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 9999999;}
    .sider_contact .flex{flex-direction: column;background: #1c3ed5;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:#222;padding:5px 11px;margin:0 4px;border-radius: 5px !important;}
    .page ul li a:hover{color: #fff;background: #1c3ed5;}
    .page ul li.disabled a{border:none !important;background: none !important;border-radius: 5px !important;}
    .page ul li.active a{border:none;background: #1c3ed5;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:#15407a;}
    #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: #15407a;border-color: #15407a;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*/
/*page tags*/
    .col-page-tags{padding-top: calc(60px + 2vw);padding-bottom: 6%;}
    .col-page-tags .container{padding-top: 5vw;}
    .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:#d82324;font-weight: 600;}
    @media (max-width: 991px){
        .col-page-tags{padding-top: 50px;padding-bottom: 55px;}
        .col-page-tags .container{padding-top: 50px;}
        .col-page-tags .pro{margin-top: 30px;}
        .col-page-tags .tags-content{ margin-top: 40px;}
    }
/*page tags*/
/*message*/
    .message ul{margin:0 -10px;padding-top: 1vw;}
    .message ul li{padding: 0 10px;margin-top: 0.78vw;}
    .message ul li p{margin-bottom: 8px; line-height: 1.5;color: #222;}
    .message ul li input,
    .message ul li select,
    .message ul li textarea{ width: 100%; border:0;background: #fff;outline: none;}
    .message ul li input,
    .message ul li select{height:50px;padding: 0 1vw; line-height: 50px;}
    .message ul li textarea{float: left;padding:12px 1vw;height: 6.66vw;max-height: 128px;min-height: 100px;}
    .message ul li.li3{width: 100%;}
    .message ul li.submit input{width: 48%;max-width: 180px;padding: 0;height: 55px; background: #1c3ed5;color: #fff;text-transform: uppercase;border-radius: 28px;font-weight: 500;}
    .message ul li.captcha input{width: 48%;max-width: 180px;padding: 0 1vw;}
    @media (max-width: 991px){
        .message ul{margin:0 -5px;padding-top: 10px;}
        .message ul li{padding: 0 5px;margin-top: 7px;}
        .message ul li p{margin-bottom: 5px;}
        .message ul li input,
        .message ul li select{height:35px;padding: 0 10px; line-height: 35px;}
        .message ul li textarea{padding: 10px;}
        .message ul li.submit input{height: 45px;}
        .message ul li.captcha input{padding: 0 10px;}
    }
/*message*/
/*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: 1400px;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: 2;
        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;}
    .bold500{font-weight: 500;}
    .bold900{font-weight: 900;}

    .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 ul li{float: left;margin-right: 1.5vw;}
    .col-tags ul li a{ font-weight: 600;border-bottom: 1px solid; }

    .social a{margin-left: 1vw;}
    .social a i{display: block;width: 27px;height: 27px;line-height: 27px;font-size: 17px; text-align: center;color: #16161f;background-color: #fff;border-radius: 50%;transition: 0.5s;}
    .social a:hover i{color: #fff;background-color: #1c3ed5;}

    .col-more a{display: inline-block;min-width: 12.604vw; padding: 0.78vw 1vw;text-align: center; color: #fff;line-height: 25px; border-radius: 28px; background: #1c3ed5; }
    .col-more a span{align-items: center;justify-content: center;}
    .col-more a span b{ font-weight: 500;text-transform: uppercase; }
    .col-more a span i{ display: flex;width: 20px;height: 20px;margin-left: 0.625vw; align-items: center;justify-content: center;font-size: 12px;font-weight: bold; color: #1c3ed5;border-radius: 50%;background: #fff;transition: 0.5s; }
    .col-more2 a{display: inline-block;padding: 5px;text-align: center; color: #fff;line-height: 24px; border: 2px solid #1c3ed5;border-radius: 30px; background: #1c3ed5; }
    .col-more2 a span{align-items: center;}
    .col-more2 a span b{ padding: 0 1.25vw;text-transform: uppercase; font-weight: 500; }
    .col-more2 a span i{ display: flex;width: 2.08vw;height: 2.08vw;max-width: 40px;max-height: 40px;min-width: 24px;min-height: 24px;align-items: center;justify-content: center;font-weight: bold; color: #1c3ed5;border-radius: 50%;background: #fff;transition: 0.5s; }
    .col-title .tit{line-height: 1.208;}
    .col-title .desc{margin-top: 5px; color: #666;line-height: 1.778; }

    .pro .pic{margin-bottom: 1vw; background-color: #f5f5f5;}
    .pro .pic:after{padding-bottom: 98.89%;}
    .pro .pic img{max-width: 90%;max-height: 85%;     filter: invert(4%);}
    .pro a.tit{ line-height: 1.333; }
    .pro p{margin-top: 8px; color: #888; line-height: 1.66; }

    .news .panel{cursor: pointer;}
    .news .panel .pic:after{padding-bottom: 67.333%;}
    .news .panel .text{padding-top: 1.56vw; position: relative;}
    .news .panel .tips{position: absolute;right: 2vw;top: 0;transform: translateY(-50%);}
    .news .panel .tips span{display: block;padding: 0.416vw 0.83vw;color: #fff;line-height: 24px;background-color: #1c3ed5;}
    .news .panel .date{margin-bottom: 0.83vw; color: #888;line-height: 1;}
    .news .panel a.tit{line-height: 1.143;}
    .news .panel .col-more2{margin-top: 2vw;}
    .news .panel .col-more2 a{padding: 0;border:0;color: #222;background: none;}
    .news .panel .col-more2 a span b{padding: 0;margin-right: 0.7vw;}
    .news .panel .col-more2 a span i{ color: #222; border: 1px solid #1c3ed5;border-radius: 20px; }
    .news .panel:hover .col-more2 a span i{padding: 0 1.78vw;color: #fff;background-color: #1c3ed5;}
/*common*/
/*header*/
    .header{width: 100%;position: fixed;top: 0;z-index: 999;left: 0;transition: 0.5s;}
    .header .flex{align-items: center;justify-content: space-between;}
    .header .flex .logo {padding: 1vw 0; font-size: 0;line-height: 60px; }
    .header .flex .logo img{min-width: 120px;max-width: 14vw;filter: brightness(0) invert(100%);}
    .header .flex .right{ display: flex;align-items: center; }
    .header .flex .right .nav ul{display: flex;align-items: center;}
    .header .flex .right .nav ul li{margin-right: 2vw;position: relative;}
    .header .flex .right .nav ul li a{display: block;padding: 5px 0; color: #fff;}
    .header .flex .right .nav ul li a:hover,
    .header .flex .right .nav ul li.active a{color:#1c3ed5!important;}
    .header .flex .right .nav ul li .child{position: absolute;top:100%;left:50%;width:200px;display: none;padding: 15px 0;margin-left: -100px; text-align: center;background: #fbf9f8dc;line-height: 1;box-shadow: 0 5px 5px 0px rgba(6, 0, 1, 0.06);}
    .header .flex .right .nav ul li .child a{color:#666!important;text-transform: none; line-height: 1.4;}
    .header .flex .right .nav ul li .child a:hover{color: #fff!important;background-color: #1c3ed5;}
    .header .flex .right .language .medium-title a{color: #fff;}
    .header .flex .right .change-language .change-language-title a:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 4px solid #fff;
        border-top-width: 5px;
        border-bottom: 0;
        border-left-color: transparent;
        border-right-color: transparent;
        vertical-align: middle;
    }
    .header .flex .right .index-search{position: relative;font-size: 0;line-height: 1;}
    .header .flex .right .index-search>a{display: flex;align-items: center;transition: 0.3s;}
    .header .flex .right .index-search i.iconfont{display: inline-block;vertical-align: middle;}
    .header .flex .right .index-search .content{position: fixed;width:100%;height: 100%;top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 999;display: none;}
    .header .flex .right .index-search .content .container{position: relative;height: 100%;}
    .header .flex .right .index-search .content .s-content{background: #fff;text-align: center;padding:6vh 0;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
    .header .flex .right .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
    .header .flex .right .index-search .content .title{font-size: 24px;color:#242424;margin-bottom: 10px;line-height: 1.5;}
    .header .flex .right .index-search .content .input{font-size: 0;line-height: 1;}
    .header .flex .right .index-search .content input{height: 60px;outline: none;vertical-align: middle}
    .header .flex .right .index-search .content .inpt3{padding-left: 20px;border:1px solid #d2d2d2;font-size: 16px;width: 45%;color:#292929;}
    .header .flex .right .index-search .content .inpt3::-webkit-input-placeholder {color: #b6b6b6;}
    .header .flex .right .index-search .content .inpt3:-moz-placeholder {color: #b6b6b6;}
    .header .flex .right .index-search .content .inpt3::-moz-placeholder {color: #b6b6b6;}
    .header .flex .right .index-search .content .inpt3:-ms-input-placeholder {color: #b6b6b6;}
    .header .flex .right .index-search .content .inpt4{width: 60px;background: #313131;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';}
    .header .flex .right .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}
    .headerSear{ margin-right: 1vw; }
    .headerSear a.header-button{ display: block;padding: 0.572vw 2.34vw 0.572vw 1vw; color: rgba(255,255,255,0.5);line-height: 25px; border-radius: 24px;background-color: rgba(255,255,255,0.2); }
    .headerSear a.header-button i{margin-right: 1.56vw; color: #fff; }
    .headerSear a.header-button:hover{ color: #fff;background-color: #1c3ed5!important; }
    .header.active,
    .header.cur{background-color: #fff; box-shadow: 0 5px 12px 0 rgba(0,0,0,.15);}
    .header.active .flex .logo img,
    .header.cur .flex .logo img{filter: brightness(100%) invert(0);}
    .header.active .flex .right .nav ul li a,
    .header.cur .flex .right .nav ul li a{ color: #222;}
    .header.active .flex .right .language .medium-title a,
    .header.cur .flex .right .language .medium-title a{color: #222;}
    .header.active .flex .right .change-language .change-language-title a:after,
    .header.cur .flex .right .change-language .change-language-title a:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 4px solid #222;
        border-top-width: 5px;
        border-bottom: 0;
        border-left-color: transparent;
        border-right-color: transparent;
        vertical-align: middle;
    }
    .header.active .headerSear a.header-button,
    .header.cur .headerSear a.header-button{color: #a5a5a5; background-color: #f9f9f9; }
    .header.active .headerSear a.header-button i,
    .header.cur .headerSear a.header-button i{color: #222;}
    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*/
    .col-bottom-about{padding-top: 7%;padding-bottom: 7%; color: #fff; background-color: #1c3bb8; }
    .col-bottom-about .flex{ justify-content: space-between;flex-wrap: wrap;align-items: flex-end; }
    .col-bottom-about .text{ width: 55%;max-width: 684px; }
    .col-bottom-about .text p.p1{ font-weight: bold;;line-height: 1.167; }
    .col-bottom-about .text p.p2{ margin-top: 1.82vw; font-weight: 500;line-height: 1.33; }
    .col-bottom-about a.button{ margin: 2vw 0;display: flex;align-items: center; text-transform: uppercase;color: #fff;}
    .col-bottom-about a.button i{display: flex;align-items: center;justify-content: center;width: 4.167vw;height: 4.167vw;max-width: 80px;max-height: 80px;min-width: 40px;min-height: 40px;margin-left: 1.25vw; border: 1px solid #fff;border-radius: 50%;}
    .footer{padding-top: 3vw; color: #fff; background-color: #16161f; }
    .footer a{color: #fff;}
    .footerTop{ justify-content: space-between;flex-wrap: wrap;align-items: center;}
    .footerTop img{width: 11vw; max-width: 195px;min-width: 120px; filter: brightness(0) invert(100%);}
    .footerMid{margin-top: 2.7vw;padding-top: 3.64vw; justify-content: space-between;flex-wrap: wrap;border-top: 1px solid #45454c;}
    .footerMid .footerNav{ width: 65%;max-width: 888px; }
    .footerMid .footerNav ul{ margin: 0 -5px; justify-content: space-between; }
    .footerMid .footerNav ul li{ padding: 0 5px; }
    .footerMid .footerNav ul li a.tit{display: inline-block; line-height: 1.3; }
    .footerMid .footerNav ul li a.tit2{margin-top: 1.5vw;}
    .footerMid .footerNav ul li .child{ margin-top: 1.45vw; }
    .footerMid .footerNav ul li .child p{margin-bottom: 8px; line-height: 1.5; }
    .footerMid .footerNav ul li .child p a{color: rgba(255,255,255,0.5);}
    .footerMid .footerNav ul li .child p a:hover{color: #fff;}
    .footerMid .footerNav ul li .child p:last-child{margin-bottom: 0;}
    .footerMid .footerCon{ width: 24.857%; }
    .footerMid .footerCon p{margin-bottom: 0.7vw; line-height: 1.5; }
    .footerMid .footerCon p:last-child{margin-bottom: 0;}
    .footerBot{margin-top: 4.68vw;padding-bottom: 2vw; flex-wrap: wrap;justify-content: space-between; color: rgba(255,255,255,0.5); line-height: 1.5; }
/*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%;height: 100%;padding-top: 77px; position: absolute;left: 0;top: 0;display: flex;align-items: center;color: #fff;z-index: 9999;}
    /*index*/
    .banner-index .pic{min-height: 230px;}
    .banner-index .pic:after{padding-bottom: 49.479%;}
    .banner-index .content .text{width: 50%;max-width: 620px;}
    .banner-index .content p{ line-height: 1.5; }
    .banner-index .content p.p1{margin-bottom: 1.3vw; font-weight: bold;line-height: 1.188;}
    .banner-index .content .col-more{margin-top: 5vw;}
    .banner-index .swiper .swiper-pagination{bottom: 2vw;}
    .banner-index .swiper .swiper-pagination .swiper-pagination-bullet { width: 12px;height: 12px;margin:0 5px;background: #fff;opacity: 1; outline: none;}
    .banner-index .swiper .swiper-pagination .swiper-pagination-bullet-active{ background: #1c3ed5; }
    /*page*/
    .banner-page .pic{min-height: 150px;}
    .banner-page .pic:after{padding-bottom: 41.666%;}
    .banner-page .content .tit{line-height: 1;}
    .col-banner-mbx{ margin-top: 1vw;}
    @media (max-width: 991px){
        .banner{margin-top: 50px;}
        .banner .content{padding-top: 0;}
        .banner-index .content .text{width: 100%;max-width: 620px;}
        .banner-index .content p.p1{margin-bottom: 13px;}
        .banner-index .content .col-more{margin-top: 5vw;}
        .banner-index .swiper .swiper-pagination .swiper-pagination-bullet { width: 8px;height: 8px;margin:0 3px;}
        .col-banner-mbx{ margin-top: 8px;}
    }
/*banner*/
/*index*/
    .col-index-about{padding-top: 6%;padding-bottom: 6%;}
    .col-index-about .container{ flex-wrap: wrap; align-items: center; }
    .col-index-about .pic{ padding: 0;padding-right: 1vw; }
    .col-index-about .content{padding: 0;padding-left: 2.6vw;}
    .col-index-about .content .text{margin-top: 12px; color: #666; }
    .col-index-about .content .text p{ font-weight: 500; line-height: 1.55; }
    .col-index-about .content .text p.desc{margin-bottom: 1.45vw; padding-left: 15px; color: #222; font-weight: bold; line-height: 1.08; border-left: 5px solid #1c3ed5;}
    .col-index-about .content .text hr{ margin: 1.77vw 0;border-color: #ddd; }
    .col-index-about .content .text ul{ color: #222; }
    .col-index-about .content .text ul li{ padding-left: 30px;margin-bottom: 10px; position: relative; }
    .col-index-about .content .text ul li p{font-weight: bold; line-height: 25px;}
    .col-index-about .content .text ul li img{ width: 17px;height: 17px;position: absolute;left: 0;top: 4px; }
    .col-index-about .content .text ul li:last-child{margin-bottom: 0;}
    .col-index-about .content .col-more2{margin-top: 4vw;}
    .col-index-advan{padding-top: 5.5%;padding-bottom: 6%; color: #fff; }
    .col-index-advan .content{ margin-top: 2.708vw; }
    .col-index-advan .content ul{display: flex;justify-content: space-between;}
    .col-index-advan .content ul li{width: 19.2857%;padding: 3vw 1.5vw 2.6vw; color: #888; background-color: #fff; }
    .col-index-advan .content ul li img{height: 4.6875vw;max-height: 90px;min-height: 45px;margin-bottom: 2vw;}
    .col-index-advan .content ul li p{font-weight: 500;line-height: 1.125;}
    .col-index-advan .content ul li p.p1{margin-bottom: 0.625vw; color: #222; font-weight: bold;line-height: 1.333;}
    .col-index-product{padding-top: 5%;padding-bottom: 7%;}
    .col-index-product .listColumn{ margin-bottom: 6vw; overflow: hidden; }
    .col-index-product .listColumn ul{margin: 0 -0.52vw; flex-wrap: wrap;}
    .col-index-product .listColumn ul li{padding: 0 0.52vw;margin-top: 2.29vw;}
    .col-index-product .listColumn ul li .pic{cursor: pointer;}
    .col-index-product .listColumn ul li .pic:after{padding-bottom: 87.971%;}
    .col-index-product .listColumn ul li .text{padding: 0 3vw 2vw; flex-direction: column; justify-content: flex-end; background: url(../images/txtbg.png) center no-repeat;background-size: cover;}
    .col-index-product .listColumn ul li .text a{color: #fff;}
    .col-index-product .listColumn ul li .text a.tit{display: inline-block;max-width: 400px;line-height: 1.3;}
    .col-index-product .listColumn ul li .text .col-more2{margin-top: 0.78vw;}
    .col-index-product .listColumn ul li .text .col-more2 a{padding: 0;border:0;background: none;}
    .col-index-product .listColumn ul li .text .col-more2 a span{}
    .col-index-product .listColumn ul li .text .col-more2 a span b{padding: 0;margin-right: 1vw;}
    .col-index-product .listColumn ul li .text .col-more2 a span i{ color: #fff;border:1px solid #fff;background: none; }
    .col-index-product .listColumn ul li .text .col-more2 a:hover span i{ color: #1c3ed5;background: #fff; }
    .col-index-product .list{margin-top: 2.29vw; overflow: hidden;}
    .col-index-product .list .swiper{margin: 0 -0.52vw;}
    .col-index-product .list .swiper-slide{padding: 0 0.52vw;}
    .col-index-product .list .swiper .swiper-pagination{margin-top: 2.6vw; position: static;display: flex;justify-content: center;}
    .col-index-product .list .swiper .swiper-pagination .swiper-pagination-bullet { width: 15px;height: 15px;margin:0 5px;border: 3px solid #ddd; background: #fff;opacity: 1; outline: none;}
    .col-index-product .list .swiper .swiper-pagination .swiper-pagination-bullet-active{ border-color: #1c3ed5; background: #1c3ed5; }
    .col-index-solution{padding-top: 6%;padding-bottom: 3%; background-color: #f5f5f5;overflow: hidden; }
    .col-index-solution .list{ padding: 0 3.9vw;margin-top: 2vw; }
    .col-index-solution .list .swiper{ overflow: visible; }
    .col-index-solution .list .swiper-slide{ padding: 0 3.9vw; }
    .col-index-solution .list .pic:after{padding-bottom: 53.454%;}
    .col-index-solution .list .pic span{ display: block;width: 4.2vw;max-width: 79px;min-width: 40px; position: absolute;left: 3.33vw;top: 2.34vw;opacity: 0;transition: 0.5s; }
    .col-index-solution .list .pic span.pic:after{padding-bottom: 100%;}
    .col-index-solution .list .pic .text{width: 100%;padding: 2.34vw 3.33vw; position: absolute;left: 0;bottom: 0; color: #fff;opacity: 0;transition: 0.5s; }
    .col-index-solution .list .pic .text>*{max-width: 565px;}
    .col-index-solution .list .pic .text .tit{line-height: 1.067;}
    .col-index-solution .list .pic .text .desc{margin-top: 0.93vw; line-height: 1.333; }
    .col-index-solution .list .pic .text .desc p{font-weight: 500;}
    .col-index-solution .list .swiper-slide-active .pic span,
    .col-index-solution .list .swiper-slide-active .text{opacity: 1;}
    .col-index-solution .list .swiper .swiper-button-prev,
    .col-index-solution .list .swiper .swiper-button-next{ width: auto;height: auto;margin: 0;outline: none;opacity: 1;}
    .col-index-solution .list .swiper .swiper-button-prev{left: 0;transform: translate(-50%,-50%);}
    .col-index-solution .list .swiper .swiper-button-next{right: 0;transform: translate(50%,-50%);}
    .col-index-solution .list .swiper .swiper-button-prev:after,
    .col-index-solution .list .swiper .swiper-button-next:after{ display: flex;align-items: center;justify-content: center;width: 3.64vw;height: 3.64vw;max-width: 70px;max-height: 70px;min-width: 35px;min-height: 35px;border-radius: 50%;font-size: 16px;font-weight: bold; color: #222;background-color: #fff;transition: 0.5s; }
    .col-index-solution .list .swiper .swiper-button-prev:hover:after,
    .col-index-solution .list .swiper .swiper-button-next:hover:after{color: #fff;background-color: #1c3ed5;}
    .col-index-solution .col-more2{margin-top: 2.6vw;}
    .col-index-news{padding-top: 6.77%;padding-bottom: 6.77%;}
    .col-index-news .list{margin-top: 2.6vw; overflow: hidden; }
    .col-index-news .list .swiper{margin: 0 -0.65vw;}
    .col-index-news .list .swiper-slide{padding: 0 0.65vw;}
/*index*/
/*page about*/
    .col-title2 hr{ width: 3.59vw;max-width: 69px;min-width: 35px; margin: 1vw auto 0; border-width: 4px;border-color: #1c3ed5; }
    .col-page-about{padding-top: 5.2%;padding-bottom: 6%;}
    .col-page-about .col-title{padding: 0;padding-right: 1.927vw;}
    .col-page-about .col-title .tit{margin-bottom: 2.6vw; line-height: 1.25; }
    .col-page-about .content{padding: 0;padding-left: 1.927vw; color: #666;line-height: 1.412;}
    .col-page-about .content p{margin-bottom: 10px; font-weight: 500;}
    .col-page-about .content p:last-child{margin-bottom: 0;}
    .col-about-history{padding-top: 7%;padding-bottom: 6%; color: #fff; }
    .col-about-history .list{margin-top: 3.54vw; overflow: hidden; }
    .col-about-history .list .swiper{ margin: 0 -1.82vw; }
    .col-about-history .list .swiper-slide{ padding: 0 1.82vw; }
    .col-about-history .list .year{ line-height: 0.8; }
    .col-about-history .list .circle{margin-top: 1.82vw; position: relative;}
    .col-about-history .list .circle span{ display: block;width: 100vw;border-top: 1px solid #ddd;position: absolute;left: 17px;top: 50%; }
    .col-about-history .list .circle img{width: 1.77vw;max-width: 34px;min-width: 22px; position: relative;z-index: 1;}
    .col-about-history .list .desc{margin-top: 1.3vw; line-height: 1.25;}
    .col-about-history .list .con{margin-top: 10px; line-height: 1.5; }
    .col-about-honor { padding-top: 5.67%;padding-bottom: 5.67%; }
    .col-about-honor .list{ margin-top: 2.6vw; }
    .col-about-honor .list .swiper{margin: 0 -0.69vw;}
    .col-about-honor .list .swiper-slide{padding: 0 0.69vw;}
    .col-about-honor .list .swiper-slide .pic{width: 70%;position: absolute;left: 14%;bottom: 21.88%;border:5px solid #222;}
    .col-about-honor .list .swiper-slide .pic:after{padding-bottom: 66.666%;}
    .col-about-honor .list .swiper .swiper-pagination{margin-top: 2.5vw; position: static; display: flex;justify-content: center;}
    .col-about-honor .list .swiper .swiper-pagination .swiper-pagination-bullet { width: 14px;height: 14px;margin:0 3px;background: #ddd;opacity: 1;}
    .col-about-honor .list .swiper .swiper-pagination .swiper-pagination-bullet-active {background: #1c3ed5;}
    .col-about-factory {padding-top: 5.2%;padding-bottom: 6%; background-color: #f5f5f5; }
    .factory-tab{padding-top: 2.239vw;}
    .factory-tab a{ display: inline-block;min-width: 13.54vw;padding: 0.677vw 1vw;margin: 3px; line-height: 24px;border-radius: 25px; background-color: #fff; }
    .factory-tab a:hover,
    .factory-tab a.active{color: #fff;background-color: #1c3ed5;}
    .factory-lists{padding-top: 2.239vw;}
    .factory-lists .factory-list{display: none;}
    .factory-lists .factory-list .pic:after{padding-bottom: 74.44%;}
    .factory-lists .factory-list .swiper .swiper-scrollbar{width: 100%;height: 3px; margin-top: 2.29vw; position: relative;left: 0;bottom: 0;background: #c4c4c4;}
    .factory-lists .factory-list .swiper .swiper-scrollbar .swiper-scrollbar-drag{background: #1c3ed5;}
/*page about*/
/*page contact*/
    .col-page-contact{ padding-top: 5%;padding-bottom: 6%; }
    .col-page-contact .message{margin-top: 5vw; padding: 3.38vw 2.76vw;background-color: #f5f5f5; }
    .col-page-contact .message #online-message{position: absolute;left: 0;top: calc(-60px - 2vw );}
    .col-page-contact .contact{ flex-wrap: wrap;justify-content: space-between; }
    .col-page-contact .contact .content{ width: 44.714%; align-items: center; }
    .col-page-contact .contact .content .text{ line-height: 1.33; }
    .col-page-contact .contact .content .text .col-title{margin-bottom: 14px;}
    .col-page-contact .contact .content .text p{margin-bottom: 8px;}
    .col-page-contact .contact .content .text p.name{padding-top: 2vw; margin: 0;font-weight: 500;}
    .col-page-contact .contact .content .text hr{width: 3.125vw;max-width: 60px;min-width: 30px;margin: 1.3vw 0; border-top: 4px solid #1c3ed5;}
    .col-page-contact .contact .content .text .social{margin-top: 1vw; align-items: center; }
    .col-page-contact .contact .content .text .social a i{color: #fff;background-color: #1c3ed5;}
    .col-page-contact .contact .img{ width: 47.928%; }
/*page contact*/
/*page solution*/
    .col-page-solution{ padding-top: 6.77%;padding-bottom: 6.77%; }
    .solution ul{ margin: 0 -0.78vw; flex-wrap: wrap; }
    .solution ul li{ padding: 0 0.78vw;margin-top: 2.239vw;}
    .solution ul li .pic:after{padding-bottom: 57.664%;}
    .solution ul li .pic span{ display: block;width: 4.2vw;max-width: 79px;min-width: 40px; position: absolute;left: 1.82vw;top: 1.71vw; transition: 0.5s;z-index: 1; }
    .solution ul li .pic span.pic:after{padding-bottom: 100%;}
    .solution ul li .tit{margin-top: 2vw; line-height: 1.067; }
    .solution ul li .desc{margin-top: 10px; color: #666;line-height: 1.333; }
    .solution ul li .desc p{ font-weight: 500; }
    .solution ul li .related{padding-top: 4px; display: flex;flex-wrap: wrap; }
    .solution ul li .related a{ display: inline-block;margin: 1vw 2vw 0 0; color: #1c3ed5; line-height: 1; border-bottom: 1px solid; }
/*page solution*/
/*page news*/
    .col-subnav{margin-bottom: 3.9vw; border-bottom: 1px solid #ddd;}
    .col-subnav ul{ align-items: center; }
    .col-subnav li{ min-width: 11.458vw;margin-right: 1px; position: relative;text-align: center; line-height: 1.3;cursor: pointer; }
    .col-subnav li a{display: block; padding: 1.04vw 2vw;font-weight: 500;}
    .col-subnav li:hover a,
    .col-subnav li.active a{color: #fff;background: #1c3ed5;}
    .col-page-news{padding-bottom: 6%;}
    .col-page-news .news{padding-top: 24px;}
    .col-page-news .news ul{margin: 0 -0.65vw;margin-top: -4vw; flex-wrap: wrap;}
    .col-page-news .news ul li{padding: 0 0.65vw; margin-top: 4vw;}
/*page news*/
/*page product*/
    .col-subnav2{margin-top: 3.33vw;margin-bottom: 0; border:1px solid #ddd;background-color: #f5f5f5; }
    .col-subnav2 ul li{min-width: auto;width: 100%;}
    .col-subnav2 ul li:after{content: '';display: block; height: 54.945%;position: absolute;right: -1px;top: 22.5275%;border-right: 1px solid #ddd;}
    .col-subnav2 ul li:last-child{margin-right: 0;}
    .col-page-product{padding-top: calc(60px + 2vw);padding-bottom: 6%;}
    .col-page-product .prombx{padding: 1.51vw 0;margin-bottom: 5.46vw; color: #888;line-height: 1.5;border-bottom: 1px solid #ddd; }
    .col-page-product .prombx a{ color: #888; }
    .col-page-product .description{padding: 0 10vw; color: #666; line-height: 1.412; }
    .col-page-product .description p{ font-weight: 500; }
    .col-page-product .description .tit{margin-bottom: 1vw; color: #222;font-weight: 900; line-height: 1.2; }
    .col-page-product .pro ul{ margin: 0 -0.52vw; flex-wrap: wrap; }
    .col-page-product .pro ul li{ padding: 0 0.52vw;margin-top: 2.34vw; }
    .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: bold;}
    .product-description a{display: inline-block;border-bottom: 1px solid;color:#1c3ed5;font-weight: 500;}
    .col-page-product .product-description{margin-top: 5vw;}
    /*proshow*/
    .proshowList{ margin-top: 5.3vw; }
    .proshowList .title{padding: 1.09vw 1.77vw;margin-bottom: 2.18vw; line-height: 1; background-color: #f5f5f5;border-left: 8px solid #1c3ed5; }
    .proshowList .list{overflow: hidden;}
    .proshowList .list .swiper{margin: 0 -0.52vw;}
    .proshowList .list .swiper-slide{padding: 0 0.52vw;}
    .proshowList .content{line-height: 25px; }
    .proshowList .content ul{margin-bottom: 1.25vw;}
    .proshowList .content ul li{padding-left: 15px; position: relative; }
    .proshowList .content ul li:before{content: '';display: block;width: 8px;height: 8px;border-radius: 50%;background-color: #1c3ed5;position: absolute;left: 0;top: 8px;}
    .proshowList .content table{width: 100% !important}
    .proshowList .content table td{border: 1px solid #ccc; background: #F6F6F6; text-align: center; vertical-align: middle; padding: 1%;}
    .proshowList .content table tr:first-child td{border:none; font-weight: bold; color:#fff;     background: #1B3ED4; font-size: 16px;}
    .proshowList .content table td strong{font-size:16px;}

    .pro_show .caseleft{width: 50%;}
    .pro_show .caseleft .desc{margin-top: 1.56vw;padding-top: 1.66vw; font-weight: 500;line-height: 1.5;border-top: 1px solid #ddd;}
    .pro_show .caseleft .desc p{font-weight: 500;}
    .pro_show .caseleft .col-more2{margin-top: 1.19vw;}
    .pro_show .caseleft .col-more2 a{margin: 5px; color: #222; border:1px solid #222;background:none;}
    .pro_show .caseleft .col-more2 a i{color: #fff;background: #1c3ed5;}
    .pro_show .caseleft .col-more2 a:hover{color: #fff;border-color: #1c3ed5; background: #1c3ed5;}
    .pro_show .caseleft .col-more2 a:hover i{color: #1c3ed5;background: #fff;}
    .pro_show .caseright{width: 50%;padding-left: 5vw;}
    .pro_show .caseright .col-tags{margin-top: 20px;}
    .pro_show .caseright .title{margin-top: 8px; line-height: 1.33; }
    .pro_show .caseright .content{margin-top: 2vw;}
    .pro_show .caseright .content ul{ border-bottom: 1px solid #ddd; }
    .pro_show .caseright .content ul li{padding: 1vw 0; border-top: 1px solid #ddd;cursor: pointer; }
    .pro_show .caseright .content ul li .tit{padding-right: 25px; position: relative; font-weight: bold;text-transform: uppercase; line-height: 25px; }
    .pro_show .caseright .content ul li .tit:after{content: '';display: block;width: 17px;height: 17px;position: absolute;right: 0;top: 4px;background: url(../images/more.png); }
    .pro_show .caseright .content ul li .tit p{ font-weight: bold;}
    .pro_show .caseright .content ul li .drop{display: none; padding-top: 10px; line-height: 20px; }
    .pro_show .caseright .content ul li .drop p{padding-left: 15px; position: relative; }
    .pro_show .caseright .content ul li .drop p:before{ content: '';display: block;width: 8px;height: 8px; border-radius: 50%;background-color: #1c3ed5;position: absolute;left: 0;top: 6px; }
    .pro_show .caseright .content ul li.active .tit:after{background: url(../images/more2.png);}
    .pro_show .caseright .content ul li.active .drop{display: block;}
    .pro_show_pc .pic:after{padding-bottom: 81.428%;}
    .swiper-container-product{  position: relative;  overflow: hidden;}
    .pro_show_phone{display:none;}
    .pro_show_phone .pic:after{padding-bottom: 75%;}
    .swiper-container-product-phone{ position: relative;  overflow: hidden;text-align:center;}
    .product-thumb{  padding:0px 43px;position: relative;margin-top:2vw;}
    .product-thumb .cloudzoom-gallery{  cursor: pointer;opacity: 0.3;  /*height: 100%;*/}
    .product-thumb .cloudzoom-gallery-active{opacity:1;}
    .product-detail-prev,
    .product-detail-next{width: 34px;height: 100%;display: flex;align-items: center;justify-content: center;position: absolute;top:0;background: #ddd;color: #fff;transition: 0.5s;cursor: pointer;font-size: 24px;outline: none;z-index: 1;}
    .product-detail-prev:hover,
    .product-detail-next:hover{background: #1c3ed5;}
    .product-detail-prev{left: 0;}
    .product-detail-next{right: 0;}
    /*jqueryzoom*/
        .jqueryzoom{
          /*height: 500px;*/
          width: 100%;
          overflow: hidden;
          /*border:1px solid #ddd;*/
        }
        .jqueryzoom .cloudzoom{
          /*height: 100%;*/
          /*margin:0 auto;*/
          text-align: center;
        }
        .cloudzoom-lens {border: 1px solid #888; width: 100px; height: 100px;box-shadow: -0px -0px 10px rgba(0,0,0,0.40);cursor: crosshair; background: #fff; z-index: 10;}
        /* CSS for zoom window. */
        .cloudzoom-zoom { border: 1px solid #888; width: 500px; height: 200px; box-shadow: -0px -0px 10px rgba(0,0,0,0.40);z-index: 99;background: #fff;}
        /* CSS for zoom window in 'inside' mode. */
        .cloudzoom-zoom-inside { border: none; box-shadow: none;}

        /* CSS for captions */
        .cloudzoom-caption {
            display: none; /* CSS captions should be hidden initially */
            text-align: left; background-color: #000; color: #fff;font-weight: bold; padding: 10px; font-family: sans-serif; font-size: 11px;}

        /* A blank image */
        .cloudzoom-blank {    background-image: url(blank.png);}

        /* The animated ajax loading image */
        .cloudzoom-ajax-loader {
            /*background-image: url(ajax-loader.gif);*/
            width: 32px;    height: 32px;
        }
    /*jqueryzoom*/
/*page product*/
/*news detail*/
    .col-news-detail{padding: 6.25vw 5vw;padding-top: 0;}
    .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:#1c3ed5;}
/*news detail*/
@media (max-width: 991px){
    .col-more a{padding: 5px 15px;}
    .col-more a span i{ margin-left: 5px;}
    .col-more2 a span b{ padding: 0 12px;}
    .pro .pic{margin-bottom: 10px;}
    .pro p{margin-top: 5px;}

    .news .panel .text{padding-top: 15px;}
    .news .panel .tips span{padding: 4px 8px;}
    .news .panel .date{margin-bottom: 8px;}
    .news .panel .col-more2{margin-top: 18px;}
    .news .panel .col-more2 a span b{margin-right: 7px;}
    .news .panel:hover .col-more2 a span i{padding: 0 15px;}
/*header*/
    .header {padding: 0 20px;background-color: #fff; box-shadow: 0 5px 12px 0 rgba(0,0,0,.15);}
    .header .flex{height: 50px;line-height: 50px;}
    .header .flex .logo img{filter: brightness(100%) invert(0);}
    .header .flex .right .language .medium-title a{color: #222;}
    .header .flex .right .change-language .change-language-title a:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 4px solid #222;
        border-top-width: 5px;
        border-bottom: 0;
        border-left-color: transparent;
        border-right-color: transparent;
        vertical-align: middle;
    }
    .header .flex .right .nav-btn{display: block !important;margin-left: 8px;}
    .header .flex .right .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
    .header .flex .right .lines span{width: 100%;height: 2px;background: #1c3ed5;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*/
    .col-bottom-about{padding-top: 60px;padding-bottom: 60px; }
    .col-bottom-about .text{ width: 100%;max-width: none; }
    .col-bottom-about .text p.p2{ margin-top: 18px; }
    .col-bottom-about a.button{ margin: 20px 0 0;}
    .col-bottom-about a.button i{margin-left: 12px;font-size: 20px!important;}
    .footer{padding-top: 40px;text-align: center;}
    .footer a{color: #fff;}
    .footerTop{ justify-content: center; }
    .footerTop .social{ width: 100%;margin-top: 15px; justify-content: center; }
    .footerTop .social a{margin: 0 5px}
    .footerMid{margin-top: 27px;padding-top: 36px;}
    .footerMid .footerCon{ width: 100%; }
    .footerMid .footerCon p{margin-bottom: 7px; }
    .footerBot{margin-top: 35px;padding-bottom: 18px;}
    .footerBot .copyright,
    .footerBot .otherinfo{width: 100%;}
/*footer*/
/*index*/
    .col-index-about{padding-top: 60px;padding-bottom: 60px;}
    .col-index-about .pic{ padding: 0;}
    .col-index-about .content{padding: 0;margin-top: 25px;}
    .col-index-about .content .text{margin-top: 12px; }
    .col-index-about .content .text p.desc{margin-bottom: 14px; padding-left: 10px; border-left: 3px solid #1c3ed5;}
    .col-index-about .content .text hr{ margin: 16px 0;}
    .col-index-about .content .text ul li{ padding-left: 25px;margin-bottom: 8px;}
    .col-index-about .content .col-more2{margin-top: 40px;}
    .col-index-advan{padding-top: 55px;padding-bottom: 60px; }
    .col-index-advan .content{ margin-top: 27px; }
    .col-index-advan .content ul li{padding: 30px 10px 25px;  }
    .col-index-advan .content ul li img{margin-bottom: 20px;}
    .col-index-advan .content ul li p.p1{margin-bottom: 6px;}
    .col-index-product{padding-top: 50px;padding-bottom: 60px;}
    .col-index-product .listColumn{ margin-bottom: 55px;}
    .col-index-product .listColumn ul li{margin-top: 22px;}
    .col-index-product .listColumn ul li .text .col-more2{margin-top: 7px;}
    .col-index-product .listColumn ul li .text .col-more2 a span b{margin-right: 10px;}
    .col-index-product .list{margin-top: 22px;}
    .col-index-product .list .swiper .swiper-pagination{margin-top: 25px;}
    .col-index-product .list .swiper .swiper-pagination .swiper-pagination-bullet { width: 10px;height: 10px;margin:0 3px;border-width: 2px;}
    .col-index-solution{padding-top: 60px;padding-bottom: 30px; }
    .col-index-solution .list{ padding: 0 3.9vw;margin-top: 20px; }
    .col-index-solution .list .swiper-slide{ padding: 0 3.9vw; }
    .col-index-solution .list .pic span{ display: block;width: 4.2vw;max-width: 79px;min-width: 40px; position: absolute;left: 3.33vw;top: 2.34vw;opacity: 0;transition: 0.5s; }
    .col-index-solution .list .pic .text{width: 100%;padding: 2.34vw 3.33vw;}
    .col-index-solution .list .pic .text .desc{margin-top:9px; }
    .col-index-solution .list .swiper .swiper-button-prev:after,
    .col-index-solution .list .swiper .swiper-button-next:after{font-size: 14px;}
    .col-index-solution .col-more2{margin-top: 25px;}
    .col-index-news{padding-top: 60px;padding-bottom: 60px;}
    .col-index-news .list{margin-top: 25px; }
/*index*/
/*page about*/
    .col-title2 hr{  margin: 10px auto 0; border-width: 3px;}
    .col-page-about{padding-top: 55px;padding-bottom: 60px;}
    .col-page-about .container{flex-wrap: wrap;}
    .col-page-about .col-title{padding: 0;}
    .col-page-about .col-title .tit{margin-bottom: 25px; }
    .col-page-about .content{padding: 0;margin-top: 30px;}
    .col-page-about .content p{margin-bottom: 8px;}
    .col-about-history{padding-top: 60px;padding-bottom: 55px;}
    .col-about-history .list{margin-top: 35px; }
    .col-about-history .list .swiper{ margin: 0 -1.82vw; }
    .col-about-history .list .swiper-slide{ padding: 0 1.82vw; }
    .col-about-history .list .circle{margin-top: 18px;}
    .col-about-history .list .desc{margin-top: 13px;}
    .col-about-history .list .con{margin-top: 8px;}
    .col-about-honor { padding-top: 55px;padding-bottom: 55px; }
    .col-about-honor .list{ margin-top: 26px; }
    .col-about-honor .list .swiper-slide .pic{border: 3px solid #222;}
    .col-about-honor .list .swiper .swiper-pagination{margin-top: 25px;}
    .col-about-honor .list .swiper .swiper-pagination .swiper-pagination-bullet { width: 10px;height: 10px;margin:0 2px;}
    .col-about-factory {padding-top: 55px;padding-bottom: 60px; }
    .factory-tab{padding-top: 22px;}
    .factory-tab a{padding: 5px 10px;}
    .factory-lists{padding-top: 22px;}
    .factory-lists .factory-list .swiper .swiper-scrollbar{margin-top: 20px;}
/*page about*/
/*page contact*/
    .col-page-contact{ padding-top: 50px;padding-bottom: 60px; }
    .col-page-contact .message{margin-top: 50px; padding: 5%;}
    .col-page-contact .message #online-message{top: -50px;}
    .col-page-contact .contact .content{ width: 100%;}
    .col-page-contact .contact .content .text p.name{padding-top: 20px;}
    .col-page-contact .contact .content .text hr{margin: 13px 0; border-top: 2px solid #1c3ed5;}
    .col-page-contact .contact .content .text .social{margin-top: 10px; }
    .col-page-contact .contact .img{ width: 100%;margin-top: 40px; }
/*page contact*/
/*page solution*/
    .col-page-solution{ padding-top: 60px;padding-bottom: 60px; }
    .solution ul li{ margin-top: 25px;}
    .solution ul li .pic span{ left: 1.82vw;top: 1.71vw; }
    .solution ul li .tit{margin-top: 20px; }
    .solution ul li .desc{margin-top: 8px;}
    .solution ul li .related a{margin: 10px 2vw 0 0;}
/*page solution*/
/*page news*/
    .col-page-news{padding-top: 40px; padding-bottom: 55px;}
    .col-page-news .news{padding-top: 20px;}
/*page news*/
/*page product*/
    .col-page-product{padding-top: 55px;padding-bottom: 60px;}
    .col-page-product .prombx{padding: 15px 0;margin-bottom: 50px;}
    .col-page-product .description{padding: 0; }
    .col-page-product .description .tit{margin-bottom: 10px;}
    .col-page-product .pro ul{ margin: 0 -5px; }
    .col-page-product .pro ul li{ padding: 0 5px;margin-top: 23px; }
    .col-page-product .product-description{margin-top: 45px;}
    /*proshow*/
    .proshowList{ margin-top: 50px; }
    .proshowList .title{padding: 8px 15px;margin-bottom: 20px;border-left-width: 4px;}
    .proshowList .list .swiper{margin: 0 -5px;}
    .proshowList .list .swiper-slide{padding: 0 5px;}
    .proshowList .content ul{margin-bottom: 12px;}
    .proshowList .content ul li{padding-left: 12px;}
    .proshowList .content ul li:before{width: 6px;height: 6px;top: 9px;}
    .pro_show .caseleft{width: 100%;}
    .pro_show .caseleft .desc{margin-top: 15px;padding-top: 18px;}
    .pro_show .caseleft .col-more2{margin-top: 10px;}
    .pro_show .caseleft .col-more2 a{margin: 3px;}
    .pro_show .caseright{width: 100%;padding-left: 0;margin-top: 45px;}
    .pro_show .caseright .title{margin-top: 5px;}
    .pro_show .caseright .content{margin-top: 20px;}
    .pro_show .caseright .content ul li{padding: 10px 0;}
    .pro_show .caseright .content ul li .tit:after{width: 14px;height: 14px;top: 5.5px;background-size: 100%;}
    .product-thumb{margin-top: 0;}
/*page product*/
/*news detail*/
    .col-news-detail{padding: 60px 5vw;}
/*news detail*/
}
@media (max-width: 767px){
    .col-index-advan .content ul{ flex-wrap: wrap;margin-top: -15px; }
    .col-index-advan .content ul li{ width: 100%;margin-top: 15px; }

}
@media (max-width: 400px){
    .col-page-news .news ul li{width: 100%;}
}