@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("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 800;
    src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@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;overflow-x: hidden;}
*{word-break:normal !important}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.goomay a {
    font-family:"iconfont" !important;
    font-size:12px!important;
    color: #39445f!important;
    border:0!important;
    margin: 0!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: #0950a2!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: #0950a2;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: #788190;}
input:-moz-placeholder,textarea:-moz-placeholder {color: #788190;}
input::-moz-placeholder,textarea::-moz-placeholder {color: #788190;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #788190;}

/*slide contact*/
    .sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 9999999;}
    .sider_contact .flex{flex-direction: column;background: #0950a2;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:#0950a2;padding:5px 11px;margin:0 4px;border-radius: 5px !important;}
    .page ul li a:hover{color: #fff;background: #0950a2;}
    .page ul li.disabled a{border:none !important;background: none !important;border-radius: 5px !important;}
    .page ul li.active a{border:none;background: #0950a2;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:#0950a2;}
    #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: #0950a2;border-color: #0950a2;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-bottom: 6%;background: #f7fcff;}
    .col-page-tags .about-title{color: #0950a2;}
    .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: #0950a2;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:#0950a2;font-weight: 600;}
    @media (max-width: 991px){
        .col-page-tags-banner{}
        .col-page-tags{padding-bottom: 55px;}
        .col-page-tags .pro{margin-top: 30px;}
        .col-page-tags .tags-content{ margin-top: 40px;}
    }
/*page tags*/
/*message*/
    .col-message .title{line-height: 1.2;}
    .col-message .title span{color: #0950a2;}
    .col-message p{line-height: 1.77;}
    .col-message ul {margin: 0 -1vw;margin-top: -1vw;}
    .col-message ul li{padding: 0 1vw;margin-top: 2vw;}
    .col-message ul li input,
    .col-message ul li textarea{display: block;width: 100%;height: 53px;padding: 0; background: #fff;border: 0;border-bottom: 1px solid #e0e0e0;line-height: 53px; outline: none;background: none;}
    .col-message ul li.captcha input,
    .col-message ul li.submit input{display: inline-block;width: 40%;max-width: 207px;}
    .col-message ul li.submit input{color: #fff;background: #0950a2;border-radius: 24px;font-weight: 600;}
/*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: 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: #0950a2;}

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

    .col-title .tips{margin-bottom: 1.3vw; text-transform: uppercase;color: #0950a2;line-height: 1; }
    .col-title .tit{ line-height: 1.2; }
    .col-title hr{ width: 7.45vw;max-width: 143px;min-width: 70px;margin: 2.91vw 0 0;border-color: #0950a2; }

    .col-number ul{display: flex;color: #0950a2;}
    .col-number ul li img{height: 2.08vw;max-height: 40px;min-height: 25px;margin-bottom: 1.25vw;}
    .col-number ul li p{ line-height: 1.5; }
    .col-number ul li p.num{display: flex; font-weight: bold;line-height: 0.8; }
    .col-number ul li p.num .countup{line-height: 0.8;}
    .col-number ul li p.num .dw{display: flex;align-items: flex-end;font-weight: bold;}
    .col-number ul li p.tit{margin-top: 8px; font-weight: 500; }

    .news .panel{cursor: pointer;}
    .news .panel .pic{border-radius: 10px;}
    .news .panel .pic:after{padding-bottom: 62.39%;}
    .news .panel .pic img{border-radius: 10px;}
    .news .panel .date{ display: flex; position: absolute;left: 1.25vw;top: 1.25vw;color: #0950a2;}
    .news .panel .date i{ width: 32px;height: 32px;margin-right: 8px; text-align: center;font-size: 16px;font-weight: bold; line-height: 32px;border-radius: 50%;background-color: #fff; }
    .news .panel .date span{ height: 32px;padding: 0 1vw; font-size: 13px;font-weight: 500; text-transform: uppercase; line-height: 32px;border-radius: 16px;background-color: #fff; }
    .news .panel .text{margin-top: 2.34vw;}
    .news .panel a.tit{color: #001b4c;line-height: 1.25;-webkit-line-clamp: 2;}
    .news .panel p{ margin-top: 1.25vw; color: #333a45; line-height: 1.6; }
    .news .panel .more{margin-top: 1.3vw;}
    .news .panel .more a{display: inline-block;color: #24375d;line-height: 1.3;border-bottom: 1px solid;}
    .news .panel:hover a.tit{color: #0950a2;}
/*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 .top{ padding: 2vh 0;transition: 0.5s; }
    .header .top .logo{font-size: 0;}
    .header .top .logo img{min-width: 120px;max-width: 18vw;}
    .header .top .right{display: flex;align-items: center;justify-content: right;}
    .header .top .right .info{margin-right: 4vw; color: #fff;}
    .header .top .right .info ul{display: flex;}
    .header .top .right .info ul li{ margin-left: 2.3vw; display: flex; align-items: center; }
    .header .top .right .info ul li .img{ margin-right: 1vw; }
    .header .top .right .info ul li p.p1{ font-size: 12px;color: rgba(255,255,255,0.72); }
    .header .top .right .info ul li p.p2{ font-weight: 500; }
    .header .top .right .language .change-language-title a{color: #fff;}
    .header .top .right .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;
        vertical-align: middle;
    }
    .headerSear{margin-right: 0.83vw;}
    .headerSear a.header-button{color: #fff;}
    .headerSear a.header-button i{font-size: 18px;}
    .header .bottom{padding: 1.8vh 0; border-top: 1px solid rgba(255,255,255,0.48);transition: 0.5s; }
    .header .bottom .nav ul{display: flex;align-items: center;}
    .header .bottom .nav ul li{margin-right: 5vw;}
    .header .bottom .nav ul li a{display: block;color: #fff;text-transform: uppercase;}
    .header .bottom .share a{display: inline-block;margin-left: 10px;color: #fff;}
    .header.active .top,
    .header.cur .top{padding: 1vh 0;}
    .header.active .bottom,
    .header.cur .bottom{padding: 0.8vh 0;}
    .header.active,
    .header.on,
    .header.cur{background-color: rgba(9,80,162,0.95); 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 .flex{justify-content: space-between;}
    .footerLogo{padding-top: 2.6%;padding-bottom: 2.6%;}
    .footerLogo .flex{align-items: center;}
    .footerLogo .img{max-width: 50%;}
    #footTop{width: 55px;height: 55px; display: flex;flex-direction: column; justify-content: center; align-items: center; font-size: 12px;font-weight: 500; text-transform: uppercase;color: #0950a2; border-radius: 50%;background-color: #fff;}
    #footTop i{display: block;line-height: 0.5;font-size: 20px;}
    #footTop:hover{color: #fff;background-color: #0950a2;}
    .footerCon{padding-top: 3.125%; border-top: 1px solid rgba(9,80,162,0.35);}
    .footerCon .flex{ margin: 0 -1vw; }
    .footerCon .list{ padding: 0 1vw; }
    .footerCon .list .title{margin-bottom: 1.3vw; color: #0950a2;line-height: 1; }
    .footerCon .list ul.dh li{margin-bottom: 0.83vw; line-height: 1.66; }
    .footerCon .list ul.dh li a{ color: #001b4c; }
    .footerCon .list ul.dh li a:hover{ color: #0950a2; }
    .footerCon .list ul.dh li:last-child{margin-bottom: 0;}
    .footerCon .list .text{ color: #001b4c; }
    .footerCon .list .text ul li{padding-left: 65px;margin-bottom: 2vw; position: relative; }
    .footerCon .list .text ul li img{width: 45px;position: absolute;left: 0;top: 0;}
    .footerCon .list .text ul li p{ line-height: 1.5; }
    .footerCon .list .text ul li p.tit{margin-bottom: 4px; color: rgba(0,27,76,0.54);}
    .footerCon .list .text ul li p.tel{font-weight: 600;line-height: 1;}
    .footerCon .list .text ul li p.add{font-weight: 500;line-height: 1;}
    .footerCon .list .text ul li:last-child{margin-bottom: 0;}
    .footerCon .list1{ max-width: 40%; }
    .footerBot{padding-top: 3%;padding-bottom: 1.5%;}
    .copyright,
    .otherinfo{color: #39445f;line-height: 1.8;}
    .otherinfo a{display: inline-block;margin-left: 1vw; color: #39445f; border-bottom: 1px solid;}
/*footer*/
/*banner*/
    .banner {position: relative;z-index: 2;}
    .banner .swiper-slide{position: relative;}
    .banner .swiper-slide .pic{background-size: cover;background-position: center;}
    .banner .content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;color: #fff;z-index: 9999;}
    /*index*/
    .banner-index .pic{height: 100vh;min-height: 600px;}
    .banner-index .content {padding-bottom: 6.6vh; align-items: flex-end;}
    .banner-index .content p{ line-height: 1.375;}
    .banner-index .content .title{ line-height: 1.167; }
    .banner-index .content hr{ width: 11.04vw;max-width: 212px;min-width: 100px; margin: 2vw auto 0; border-color: rgba(255,255,255,0.8);}
    .banner-index .content ul{margin-top: 15vh; display: flex;flex-wrap: wrap;justify-content: space-between;}
    .banner-index .content ul li{ width: 32.77%;padding: 3.5vh 2.34vw; border-radius: 10px;background-color: rgba(0,0,0,0.25);}
    .banner-index .content ul li p.tit{margin-bottom: 1vw; line-height: 1.083; }
    .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: #0950a2; }
    @media (max-width: 991px){
        .banner-index .content hr{margin-top: 20px;}
        .banner-index .content ul{margin-top: 8vw;}
        .banner-index .content ul li{width: 100%;margin-top: 1.5vh;padding: 3%;}
        .banner-index .content ul li p.tit{margin-bottom: 10px;}
        .banner-index .swiper .swiper-pagination .swiper-pagination-bullet { width: 8px;height: 8px;margin:0 3px;}
    }
/*banner*/
/*index*/
    .col-index-about{padding-top: 8%;overflow: hidden;}
    .col-index-about .col-title{padding: 0;}
    .col-index-about .content{padding: 0 0 0 3.3vw; color: #333a45;line-height: 1.8;}
    .col-index-about .content p.p1{margin-bottom: 2vw; color: #0950a2;font-weight: 600;line-height: 1.25; }
    .col-index-about .content a.more{display: inline-block;margin-top: 3.22vw; color: #0950a2;line-height: 1.4; border-bottom: 1px solid;}
    .col-index-about .image{width: 54.427%; margin-top: -19.53%;position: relative;z-index: -1;}
    .col-index-about .col-number{width: 48.125%;}
    .col-index-about .col-number ul{flex-wrap: wrap;}
    .col-index-about .col-number ul li{width: 45%;padding: 1.5vw 0;padding-right: 1vw;}
    .col-index-about .col-number ul li:nth-child(2n){width: 55%;padding-right: 0;}
    .col-index-about .col-number .text{ width: 90%;max-width: 766px; padding-right: 7vw; position: absolute;right: 0;top: 50%;transform: translateY(-50%); }
    .col-index-product-recom{padding-top: 45px;padding-bottom: 8%;}
    .col-index-product-recom .container{max-width: 1519px;}
    .col-index-product-recom .col-title{ width: 50%; }
    .col-index-product-recom .col-title .tips{margin-bottom: 10px;}
    .col-index-product-recom .col-title .tit{line-height: 1;}
    .col-index-product-recom .col-title hr{margin-top: 1.56vw;}
    .col-index-product-recom .col-title p{margin-top: 1.56vw; color: #001b4c;line-height: 1.625;}
    .col-index-product-recom .list{ margin-top: 3.4375vw;overflow: hidden; }
    .col-index-product-recom .list .swiper{margin: 0 -0.859vw;}
    .col-index-product-recom .list .swiper-slide{padding: 0 0.859vw;}
    /*.col-index-product-recom .list .pic:after{padding-bottom: 75.206%;}*/
    .col-index-product-recom .list .pic{border-radius: 10px;}
    .col-index-product-recom .list .pic:after{padding-bottom: 147.107%;}
    .col-index-product-recom .list .pic img{border-radius: 10px;}
    .col-index-product-recom .list .pic .text{padding: 2.34vw 2vw; display: flex;align-items: flex-end;color: #fff;line-height: 1.5;background: url(../images/txtbg.png) center bottom no-repeat;background-size: 100%;}
    .col-index-product .left{width: 34.375%;height: 100%;padding-left: 4%;align-items: center;justify-content: flex-end; position: absolute;left: 0;top: 0;background: url(../images/bg1.png) center right no-repeat;background-size: 100% 101%;}
    .col-index-product .left .panel{width: 100%; max-width: 500px;padding-right: 6.71vw; background: none;}
    .col-index-product .left .title{ padding: 0 1.3vw;color: #0950a2;line-height: 1; }
    .col-index-product .left ul li{ margin-top: 1.3vw; }
    .col-index-product .left ul li a{display: block;padding-left: 1.3vw; padding-right: calc(2.6vw + 25px); position: relative; color: #0950a2;font-weight: 600;border-radius: 6px;}
    .col-index-product .left ul li a img{width: 17px; position: absolute;right: 2.5vw;top: 50%;margin-top: -8.5px;}
    .col-index-product .left ul li.active a{padding-top: 1.3vw;padding-bottom: 1.3vw; color: #fff;background-color: #1863ba; }
    .col-index-product .container{ justify-content: flex-end; }
    .col-index-product .lists{ width: 56.43%;margin: 0;padding: 8vw 0 6vw; color: #fff; }
    .col-index-product .list{ max-width: 790px; }
    .col-index-product .list .title{ line-height: 1.2; }
    .col-index-product .list hr{ width: 6.5625vw;max-width: 126px;min-width: 65px; margin:1.82vw 0;border-top: 3px solid #fff; }
    .col-index-product .list .desc{line-height: 1.625;}
    .col-index-product .list .swiper{margin-top: 1.875vw;}
    .col-index-product .list .swiper .button{margin-top: 1.5vw; align-items: center;}
    .col-index-product .list .swiper .button a{font-size: 12px;color: #fff;}
    .col-index-product .list .swiper .button a:hover{text-decoration: underline;}
    .col-index-product .list .swiper .swiper-pagination{width: auto;padding-right: 10px; position: static; display: flex;align-items: center;}
    .col-index-product .list .swiper .swiper-pagination .swiper-pagination-bullet{margin: 0 6px 0 0;background: #fff; outline: none;}
    .col-index-product .list ul li{margin-top: 1.19vw; display: flex;align-items: center;}
    .col-index-product .list ul li .pic{width: 19.49%;border-radius: 10px;}
    .col-index-product .list ul li .pic:after{padding-bottom: 67.532%;}
    .col-index-product .list ul li .tit{width: 80%;max-width: 465px;padding-left: 1.3vw; line-height: 1.2;}
    .col-index-choose{padding-top: 7.44%;padding-bottom: 6%;}
    .col-index-choose .container{flex-wrap: wrap;}
    .col-index-choose .col-title{width: 40%;padding: 4.68vw 6vw 0 0;}
    .col-index-choose .col-title .tips{ color: #181818;}
    .col-index-choose .col-title .tit{color: #0950a2;}
    .col-index-choose .col-title .tit span{display: block;line-height: 1.1;}
    .col-index-choose .col-title p{max-width: 468px; margin-top: 2vw; color: #333a45;line-height: 1.625;}
    .col-index-choose .content{width: 60%; }
    .col-index-choose .content ul{padding-top: 1.3vw;display: flex;flex-wrap: wrap;justify-content: space-between; }
    .col-index-choose .content ul li{ width: 47.316%;padding: 1.8vw 2vw;margin-top: 1.927vw;position: relative; color: #001b4c; line-height: 1.625; border-radius: 10px; background-color: #fff;box-shadow: 0 5px 12px 0 rgba(9,80,162,.1); }
    .col-index-choose .content ul li img{height: 3.958vw;max-height: 76px;min-height: 40px;margin-bottom: 1.3vw;}
    .col-index-choose .content ul li p.p1{margin-bottom: 0.7vw; color: #0950a2;line-height: 1.083; }
    .col-index-choose .content ul li:nth-child(even){ top: -3.227vw; }
    .col-index-respons{padding-top: 3.54%; justify-content: space-between; }
    .col-index-respons .text{ width: 51.82%; padding-left: 4vw; justify-content: flex-end;align-items: center;border-top-right-radius: 10px;border-bottom-right-radius: 10px; background: url(../images/bg.jpg) center no-repeat;background-size: cover; }
    .col-index-respons .text .panel{ max-width: 775px;padding: 2vw 2vw 2vw 0; background: none; }
    .col-index-respons .text .tit{margin-bottom: 0.7vw; text-transform: uppercase; line-height: 1; }
    .col-index-respons .text p{ color: #333a45;line-height: 1.625; }
    .col-index-respons .text p.p1{margin-bottom: 0.78vw; color: #0950a2;line-height: 1.143; }
    .col-index-respons .text a.more{margin-top: 1.3vw; display: inline-block;color: #0950a2;line-height: 1.3;border-bottom: 1px solid; }
    .col-index-respons .pic{ border-radius: 10px; }
    .col-index-respons .pic .txt{width: 100%;padding: 1.56vw 1.3vw; position: absolute;left: 0;bottom: 0;color: #fff; line-height: 1.1;}
    .col-index-respons .pic .txt span{margin-bottom: 10px; display: block; line-height: 1; }
    .col-index-respons .pic.pic1{ width: 19.27%; }
    .col-index-respons .pic.pic1:after{padding-bottom: 119.459%;}
    .col-index-respons .pic.pic2{ width: 26.302%;border-top-right-radius: 0;border-bottom-right-radius: 0; }
    .col-index-respons .pic.pic2:after{padding-bottom: 87.524%;}
    .col-index-respons .pic.pic2 .txt{max-width: 335px;}
    .col-index-news{padding-top: 8%;padding-bottom: 8%;}
    .col-index-news .container{max-width: 1480px;}
    .col-index-news .list{margin-top: 3vw; overflow: hidden; }
    .col-index-news .list .swiper{margin: 0 -1.3vw;}
    .col-index-news .list .swiper-slide{padding: 0 1.3vw;}
/*index*/
/*page about*/
    .col-page-about{padding-top: 4%;}
    .col-page-about .bg{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index: -1;background: url(../images/abbg.jpg) center bottom no-repeat;background-size: 100% auto;}
    .col-page-about .container.flex{flex-wrap: wrap;}
    .col-page-about .content{padding: 4vw 2.6vw 0 0;}
    .col-page-about .content .col-title{margin-bottom: 1.56vw;}
    .col-page-about .content .col-title .tips{margin-bottom: 0.83vw;}
    .col-page-about .content p{color: #333a45; line-height: 1.625;}
    .col-page-about .content p.p1{margin-bottom: 3vw; color: #0950a2;font-weight: 500;line-height: 1.1;}
    .col-page-about .img{padding: 0 0 0 1.458vw; text-align: center;}
    .col-page-about .col-number{margin-top: 8vw;}
    .col-page-about .col-number ul{ justify-content: space-between; }
    .col-page-about .about-strength{padding: 8vw 0 6vw;}
    .col-page-about .about-strength .col-title .tit{line-height: 1;}
    .col-page-about .about-strength .text{margin-top: 3.22vw;}
    .col-page-about .about-strength .text ul{ display: flex;flex-wrap: wrap; justify-content: space-between; }
    .col-page-about .about-strength .text ul li{ width: 23.946%;padding: 3vw 2vw; border-radius: 10px;background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,.1);}
    .col-page-about .about-strength .text ul li img{ height: 4.375vw;max-height: 84px;min-height: 40px;margin-bottom: 2.34vw; }
    .col-page-about .about-strength .text ul li p{color: #0950a2;font-weight: 500;line-height: 1.3;}
    /*history*/
    .col-about-history{padding-top: 6%;padding-bottom: 7%; background-position: center;background-repeat: no-repeat;background-size: cover; overflow: hidden; }
    .col-about-history .flex{justify-content: space-between; align-items: center;}
    .col-about-history .history{ width: 50%;display: flex;flex-direction: column;justify-content: center;color: #fff; }
    .col-about-history .history .col-title .tips{margin-bottom: 1vw;color: #fff;}
    .col-about-history .history .swiper{ width: 100%; margin-top: 4vw; }
    .col-about-history .history .swiper-slide .year{ font-size: 8.33vw;line-height: 0.9;}
    .col-about-history .history .swiper-slide .cont{ margin-top: 2vw; line-height: 1.549; }
    .col-about-history .history-list{ width: 225px;height: 122px;padding: 0 40px;margin-right: 11vw; position: relative; }
    .col-about-history .history-list:before{content: '';height: 100vh; position: absolute;left: 50%;top: 50%;margin-top: -50vh; border-right: 1px solid #fff;}
    .col-about-history .history-list .swiper{width: 100%; height: 122px; overflow: visible; }
    .col-about-history .history-list .swiper-wrapper{width: 100%;height: 100%; flex-direction: column; }
    .col-about-history .history-list .swiper-slide{ cursor: pointer; }
    .col-about-history .history-list .swiper-slide .pic{text-align: center;transform: scale(0.78);opacity: 0.8; transition: 0.5s; }
    .col-about-history .history-list .swiper-slide .pic .date{ display: flex;align-items: center;justify-content: center;color: #0950a2; }
    .col-about-history .history-list .swiper-slide-active .pic{transform: scale(1);opacity: 1;}
    .col-about-history .history-list .swiper .swiper-button-prev,
    .col-about-history .history-list .swiper .swiper-button-next{ width: auto;height: auto;margin: 0;transform: translateY(-50%); }
    .col-about-history .history-list .swiper .swiper-button-prev:after,
    .col-about-history .history-list .swiper .swiper-button-next:after{ font-size: 28px;color: #fff; }
    .col-about-history .history-list .swiper .swiper-button-prev{left: -40px;}
    .col-about-history .history-list .swiper .swiper-button-next{right: -40px;}
    /*culture*/
    .col-about-culture{padding-top: 8%;padding-bottom: 8%;}
    .col-about-culture .left{padding: 0 6vw 0 0;}
    .col-about-culture .left .col-title .tips{margin-bottom: 0;}
    .col-about-culture .left .col-title hr{margin-top: 1.66vw;}
    .col-about-culture .left .text{color: #333a45;line-height: 1.556;}
    .col-about-culture .left .text ul li{margin-top: 4vw;}
    .col-about-culture .left .text ul li img{height: 2.86vw;max-height: 55px;min-height: 30px;margin-bottom: 1.3vw;}
    .col-about-culture .left .text ul li p.p1{margin-bottom: 1.25vw; color: #181818;line-height:1.1;  }
    .col-about-culture .right{padding: 0;}
    .col-about-culture .right ul{width: 100%; max-width: 750px;margin-top: -4%;display: flex; flex-wrap: wrap;justify-content: space-between; }
    .col-about-culture .right ul li{width: 46%;padding: 3vw 1.82vw 2.5vw;margin:4% 0 0 4%; border-radius: 10px;background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,.1);cursor: pointer; transition: 0.5s;}
    .col-about-culture .right ul li p{ color: #0950a2;font-weight: 500; line-height: 1.1;transition: 0.5s; }
    .col-about-culture .right ul li p.p1{ color: #000;}
    .col-about-culture .right ul li hr{ width: 41px;margin: 6vw 0 1.25vw;border-top: 3px solid #0950a2;transition: 0.5s; }
    .col-about-culture .right ul li:hover{ background-color: #2b6db5;}
    .col-about-culture .right ul li:hover p,
    .col-about-culture .right ul li:hover p.p1{color: #fff;}
    .col-about-culture .right ul li:hover hr{border-color: #fff;}
    /*honor*/
    .col-about-honor{padding-top: 5.88%;padding-bottom: 5.88%; background-color: #f3faff; }
    .col-about-honor .container{ max-width: 1374px; }
    .col-about-honor .list{margin-top: 5vw; overflow: hidden; }
    .col-about-honor .list .swiper{ margin: 0 -1.5vw; }
    .col-about-honor .list .swiper-slide{ padding: 0 1.5vw; }
    .col-about-honor .list .swiper-slide .pic:after{padding-bottom: 141.666%;}
    .col-about-honor .list .swiper-pagination{margin-top: 3.43vw; position: static;display: flex;justify-content: center;}
    .col-about-honor .list .swiper-pagination .swiper-pagination-bullet{width: 9px;height: 9px; margin: 0 3px;background: #dbddde;opacity: 1;outline: none; }
    .col-about-honor .list .swiper-pagination .swiper-pagination-bullet-active{background: #0950a2;}
    /*blobal*/
    .col-about-global {padding-top: 8%;padding-bottom: 7%;}
    .col-about-global .content{width: 27.465%;padding: 1vw 0;position: relative;z-index: 2;}
    .col-about-global .content .col-title .tips{margin-bottom: 1vw;}
    .col-about-global .content .text{margin-top: 1.56vw; color: #333a45;line-height: 1.75;}
    .col-about-global .content .text ul{padding-top: 1vw; color: #0950a2;}
    .col-about-global .content .text ul li{margin-top: 2.6vw;}
    .col-about-global .content .text ul li p.num{display: flex; font-weight: 600;line-height: 0.8; }
    .col-about-global .content .text ul li p.num .data{line-height: 0.8;}
    .col-about-global .content .text ul li p.tit{margin-top: 5px; font-weight: 500;line-height: 1.2; }
    .col-about-global .img{width: 75.84%;margin-left: -3.305%;text-align: center;}
    /*respons*/
    .col-about-respons{padding-top: 5.72%;padding-bottom: 4.68%; color: #fff; }
    .col-about-respons .col-title{width: 50%;}
    .col-about-respons .col-title .tips{color: #fff;}
    .col-about-respons .list-text{margin-top: 4.58vw;}
    .col-about-respons .list-text ul{ display: flex;flex-wrap: wrap; justify-content: space-between; }
    .col-about-respons .list-text ul li{ width: 45%;padding-left: 1.25vw; position: relative; line-height: 25px; }
    .col-about-respons .list-text ul li:before{content: '';width: 6px;height: 6px;position: absolute;left: 0;top:9px;border-radius: 50%;background-color: #fff; }
    .col-about-respons .list-imgs{margin-top: 3.125vw; overflow: hidden; }
    .col-about-respons .list-imgs .swiper{ margin: 0 -1.56vw; }
    .col-about-respons .list-imgs .swiper-slide{ padding: 0 1.56vw; }
    .col-about-respons .list-imgs .swiper-slide .pic{ border-radius: 10px; }
    .col-about-respons .list-imgs .swiper-slide .pic:after{padding-bottom: 73.04%;}
    .col-about-respons .list-imgs .swiper-slide .pic img{width: 100%; border-radius: 10px; }
    .col-about-respons .list-imgs .swiper-slide p{margin-top: 1.3vw; line-height: 1.1; }
    .col-about-respons .list-imgs .swiper-scrollbar{ height: 6px;margin-top: 3.64vw; position: relative;background: rgba(255,255,255,0.38); }
    .col-about-respons .list-imgs .swiper-scrollbar .swiper-scrollbar-drag{background: rgba(255,255,255,0.8);}
/*page about*/
/*page develop*/
    .container-develop{max-width: 1512px;}
    .container-develop.flex{flex-wrap: wrap;}
    .develop-number ul{ display: flex;}
    .develop-number ul li{width: 50%; color: #0950a2;}
    .develop-number ul li p.num{display: flex; font-weight: bold;line-height: 0.8; }
    .develop-number ul li p.num .data{line-height: 0.8;}
    .develop-number ul li p.num .dw{display: flex;align-items: flex-end;font-weight: bold;}
    .develop-number ul li p.tit{margin-top: 5px; font-weight: 500;line-height: 1.2; }
    .col-page-develop{ margin-top: -1.3%;padding-bottom: 9%; z-index: 2; }
    .col-page-develop .container{flex-wrap: wrap;align-items: flex-end;}
    .col-page-develop .container:nth-child(2){align-items: center;}
    .col-page-develop .content{width: 50%;padding-right: 6vw;}
    .col-page-develop .content .col-title .tips{margin-bottom: 0.729vw;}
    .col-page-develop .content ul{padding-top: 1.3vw;}
    .col-page-develop .content ul li{margin-top: 2vw;}
    .col-page-develop .content ul li p{line-height: 1.556;}
    .col-page-develop .content ul li p.p1{margin-bottom: 0.83vw; line-height: 1.1;}
    .col-page-develop .content ul li p.p1 strong{font-weight: 600;}
    .col-page-develop .img{ width: 50%;padding-left: 2vw; text-align: right; }
    .col-page-develop .img img{border-radius: 10px;}
    .col-page-develop .pic{width: 50%;padding-right: 1.5vw;margin-top: 9vw;}
    .col-page-develop .text{width: 50%;padding-left: 3vw;margin-top: 9vw; color: rgba( 51, 58, 69, 0.851 ); line-height: 1.556;}
    .col-page-develop .text p.p1{margin-bottom: 4px; color: #222;}
    .col-page-develop .text p.p1 strong{font-weight: 600;}
    .col-page-develop .develop-number ul{margin-bottom: 3vw;}
    .col-develop-advan{padding-top: 5%;padding-bottom: 5%;}
    .col-develop-advan .col-title{width: 50%;padding-right: 4vw;}
    .col-develop-advan .col-title .tips{margin-bottom: 0.52vw;}
    .col-develop-advan .content{width: 50%;color: rgba( 51, 58, 69, 0.851 ); line-height: 1.556;}
    .col-develop-advan .content ul li{ padding-left: 7.29vw;padding-bottom: 1.71vw; margin-bottom: 8px; position: relative; overflow: hidden; }
    .col-develop-advan .content ul li:before{content: '';height: calc(100% - 73px); position: absolute;left: 32px;top: 73px; border-right: 1px solid rgba( 9, 80, 162, 0.2 );}
    .col-develop-advan .content ul li img{ width: 65px;position: absolute;left: 0;top: 0; }
    .col-develop-advan .content ul li p.p1{margin-bottom: 0.625vw; color: #222;}
    .col-develop-advan .content ul li p.p1 strong{font-weight: 600;}
    .col-develop-advan .content ul li:last-child{padding-bottom: 0;margin-bottom: 0;}
    .col-develop-advan .content ul li:last-child:before{display: none;}
    .col-develop-workshop{padding-top: 6%;padding-bottom: 6%;}
    .col-develop-workshop .container{align-items: center;}
    .col-develop-workshop .content{width: 45.63%;padding-right: 4vw;}
    .col-develop-workshop .content .col-title .tips{margin-bottom: 0.52vw;}
    .col-develop-workshop .content .desc{margin-top: 1.82vw; color: rgba( 51, 58, 69, 0.851 ); line-height: 1.556; }
    .col-develop-workshop .content .develop-number ul{margin-top: 6vw; justify-content: space-between; }
    .col-develop-workshop .content .develop-number ul li{width: auto;}
    .col-develop-workshop .list{width: 54.36%;}
    .col-develop-workshop .list .swiper{ height: calc(39.88vw + 56px); }
    .col-develop-workshop .list .swiper-wrapper{flex-direction: column;}
    .col-develop-workshop .list .swiper-slide{ height: calc(19.94vw + 28px);padding: 14px;text-align: center; }
    .col-develop-workshop .list .swiper-slide img{display: block;margin: 0 auto;width: fit-content;max-height: 100%;}
/*page develop*/
/*page contact*/
    .col-page-contact{padding-bottom: 6%;}
    .col-page-contact .col-title{margin-bottom: 16px;}
    .col-page-contact .col-title .tips{margin-bottom: 10px;}
    .col-page-contact .contact{padding: 0;padding-right: 4vw; line-height: 1.75;}
    .col-page-contact .contact ul{ color: #001b4c; }
    .col-page-contact .contact ul li{padding-left: calc(33px + 1.56vw);margin-top: 3vw; position: relative;}
    .col-page-contact .contact ul li img{width: 33px;position: absolute;left: 0;top: 5px;}
    .col-page-contact .contact ul li .tit{color: rgba( 0, 27, 76, 0.541 );}
    .col-page-contact .contact ul li .tel{margin-top: 3px; font-weight: 600; line-height: 1;}
    .col-page-contact .col-message{padding: 0;padding-left: 4vw;}
    .col-page-contact .col-message ul{margin-top: -2vw;}
    .col-faqs{padding-top: 6%;padding-bottom: 6%;}
    .col-faqs .col-title .tips{margin-bottom: 10px;}
    .col-faqs .col-title hr{margin-top: 1.3vw;}
    .col-faqs .list ul li{padding: 1.66vw 0;margin-top: 1.82vw; border-radius: 10px; background-color: #fff;box-shadow: 0 5px 12px 0 rgba(9,80,162,.1);cursor: pointer; }
    .col-faqs .list ul li .num{ width: 10.625%; }
    .col-faqs .list ul li .num span{display: block;text-align: center;line-height: 1;
        background: -webkit-linear-gradient(#dbe1ed, #f4f6fa);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;}
    .col-faqs .list ul li .text{width: 89%;padding-right: 1.5vw; display: flex;flex-direction: column;justify-content: center;}
    .col-faqs .list ul li .text .tit{line-height: 1.5;}
    .col-faqs .list ul li .text .con{display: none;padding-top: 10px; line-height: 1.625;}
    .col-faqs .list ul li.active .num span{ font-size: 180%;
        background: -webkit-linear-gradient(#a4b5d3, #dfe5ef);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .col-faqs .list ul li.active .text .con{display: block;}
/*page contact*/
/*page product*/
    .product-description{padding-top: 6%;padding-bottom: 6%;}
    .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;}
    .product-description p{line-height: 1.8;}
    .product-description p.tips{margin-bottom: 1.3vw; font-weight: 600; text-transform: uppercase;line-height: 1; }
    .product-description p.tit{ margin-bottom: 0.78vw; line-height: 1.2; }
    .product-description p.desc{ margin-bottom: 1vw; font-weight: 600;line-height: 1.25; }
    .col-page-product{margin-top: -3.28%;padding-bottom: 6%;position: relative;background-color: #f7fcff;z-index: 2;}
    .col-page-product .col-title{ margin-bottom: 1.5vw; }
    .col-page-product .col-title .tips{margin-bottom: 1vw;}
    .col-page-product .left-column{ width: 28%;max-width: 360px; }
    .col-page-product .left-column .tit{ line-height: 1; }
    .col-page-product .left-column ul{margin-top: 1.8vw; padding-left: 40px; }
    .col-page-product .left-column ul li{ padding: 0.677vw 0; position: relative; border-bottom: 1px solid #d8e6f3;line-height: 25px; }
    .col-page-product .left-column ul li a{display: block;color: #0950a2;}
    .col-page-product .left-column ul li a span{display: block;width: 18px;height: 18px;padding: 3px;margin-top: 3px; position: absolute;left: -40px;top: 0.677vw;background-color: #fff;border:1px solid #97a5ba;}
    .col-page-product .left-column ul li a span:before{content: '';display: block;width: 100%;height: 100%;background-color: #181818;opacity: 0;transition: 0.5s;}
    .col-page-product .left-column ul li a:hover span:before,
    .col-page-product .left-column ul li.active a span:before{opacity: 1;}
    .col-page-product .right-list{ width: 67.5%; }
    .pro ul{ margin: 0 -0.859vw;margin-top: -3.64vw; flex-wrap: wrap; }
    .pro ul li{ padding: 0 0.859vw;margin-top: 3.64vw; }
    .pro .pic{ border-radius: 14px;background: #fff;box-shadow: 0 5px 12px 0 rgba(9,80,162,.1); }
    .pro .pic:after{padding-bottom: 75.19%;}
    .pro p{margin-top: 1.77vw; padding: 0 3vw; line-height: 1.2; }
    /*proshow*/
    .col-prodet-banner{width: 100%;height: 20.677vw;max-height: 397px;min-height: 200px;}
    .col-prodet{padding-bottom: 6%;}
    .pro_show{padding-bottom: 2.6vw; border-bottom: 1px solid #eee;}
    .pro_show .caseleft{width: 46.625%;margin-top: -4.79vw;}
    .pro_show .caseright{width: 48%;}
    .pro_show .caseright h1{ line-height: 1.2; }
    .pro_show .caseright .content{margin-top: 1.5vw;}
    .pro_show .caseright .content p.p1{font-weight: 500;line-height: 1.3;}
    .pro_show .caseright .content ul{margin-top: 1.3vw; display: flex;flex-wrap: wrap; }
    .pro_show .caseright .content ul li{ width: auto;padding-right: 0.78vw;margin-right: 0.78vw;margin-top: 10px; font-weight: 300; color: #333a45;line-height: 1; border-right: 1px solid #333a45; }
    .pro_show .caseright .content ul li p{font-weight: 300;}
    .pro_show .caseright .button{margin-top: 2.34vw;}
    .pro_show .caseright .button a{ display: inline-block;min-width: 8.75vw;padding: 0.65vw 1.3vw;text-align: center;color: #fff; line-height: 24px; border-radius: 25px;background-color: #0950a2;}
    .pro_show_pc .pic:after{padding-bottom: 66.625%;}
    .swiper-container-product{  position: relative;  overflow: hidden;}
    .pro_show_phone{display:none;}
    .pro_show_phone .pic:after{padding-bottom: 66.625%;}
    .swiper-container-product-phone{ position: relative;  overflow: hidden;text-align:center;}
    .product-thumb{  padding:0px 43px;position: relative;margin-top: 1.5vw;}
    .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: #0950a2;}
    .product-detail-prev{left: 0;}
    .product-detail-next{right: 0;}
    .proshowList{ margin-top: 5vw; }
    .proshowList .title{ color: #0950a2; }
    .proshowList .title hr{width: 3.59vw;max-width: 69px;min-width: 35px;margin: 10px 0 0;border-color: #0950a2;}
    .proshowList .content{margin-top: 25px; line-height: 1.625; }
    /*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*/
    .col-prodet-bottom{padding-top: 6%;padding-bottom: 6%; background-color: #f7fcff;}
    .col-prodet-bottom .product-related{ overflow: hidden; }
    .col-prodet-bottom .product-related .swiper{margin: 0 -0.572vw;}
    .col-prodet-bottom .product-related .swiper-slide{padding: 0 0.572vw;}
    .col-prodet-bottom .col-message{padding: 4vw 3.5vw;margin-top: 5vw; border-radius: 10px;background-color: #fff;box-shadow: 0 5px 12px 0 rgba(9,80,162,.1); }
/*page product*/
/*page news*/
    .col-page-news{padding-bottom: 6%;}
    .col-page-news .container{max-width: 1519px;}
    .col-page-news .content{align-items: flex-end;justify-content: space-between;}
    .col-page-news .content .text{max-width: 70%;}
    .col-page-news .content .text p.p1{ color: #0950a2;line-height: 1; }
    .col-page-news .content .text p.p2{ margin-top: 14px; line-height: 1; }
    .col-page-news .content .text p.p2 strong{font-weight: 600; }
    .col-page-news .content .button a{margin-left: 2vw;display: inline-block; color: #1f1f1f; border-bottom: 1px solid; }
    .col-page-news .content .button a:hover,
    .col-page-news .content .button a.active{color: #0950a2;}
    .col-page-news .news ul{ margin: 0 -1.82vw; flex-wrap: wrap; }
    .col-page-news .news ul li{ padding: 0 1.82vw;margin-top: 4vw; }
/*page news*/
/*news detail*/
    .col-news-detail{padding: 0 5vw 6.25vw;}
    .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:#0950a2;}
/*news detail*/
@media (max-width: 991px){
/*message*/
    .col-message ul {margin-top: -8px;}
    .col-message ul li{margin-top: 18px;}
    .col-message ul li input,
    .col-message ul li textarea{height: 45px;line-height: 45px; }
/*message*/
/*common*/
    .col-title .tips{margin-bottom: 13px; }
    .col-title hr{ margin: 25px 0 0; }
    .col-number ul li p.tit{margin-top: 4px;}
    .news .panel .date{left: 1.25vw;top: 1.25vw;}
    .news .panel .date span{padding: 0 8px;}
    .news .panel .text{margin-top: 20px;}
    .news .panel p{margin-top: 8px;}
    .news .panel .more{margin-top: 10px;}
/*common*/
/*header*/
    .header {padding: 0 20px;}
    .header .flex{height: 50px;line-height: 50px;}
    .header .top{ padding: 0; }
    .header .top .logo{height: 50px;}
    .header .top .logo img{min-width: auto;max-width: none; height: 80%;}
    .header .top .right .nav-btn{display: block !important;margin-left: 8px;}
    .header .top .right .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
    .header .top .right .lines span{width: 100%;height: 2px;background: #fff;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
    .header .top .right .lines span.n1{top: 0;}
    .header .top .right .lines span.n2{top: 7px;}
    .header .top .right .lines span.n3{top: 14px;}
    .header .top .right .nav-btn.closes .lines span.n1 {top: 8px;transform: rotate(45deg);}
    .header .top .right .nav-btn.closes .lines span.n2 {opacity: 0;}
    .header .top .right .nav-btn.closes .lines span.n3 {top: 8px;transform: rotate(-45deg);}
/*header*/
/*footer*/
    .footer .flex{flex-wrap: wrap;}
    .footerLogo{padding-top: 25px;padding-bottom: 25px;}
    .footerLogo .flex{ justify-content: center; }
    .footerLogo .img{width: 100%; max-width: 500px;}
    .footerCon{padding-top: 30px;}
    .footerCon .list{ width: 100%;margin-top: 30px; }
    .footerCon .list .title{margin-bottom: 13px; }
    .footerCon .list ul.dh li{float: left;margin-right: 15px; margin-bottom: 5px; }
    .footerCon .list .text ul li{padding-left: 50px;margin-bottom: 18px; }
    .footerCon .list .text ul li img{width: 40px;top: 2px;}
    .footerCon .list1{ max-width: none;margin-top: 0; }
    .footerBot{padding-top: 30px;padding-bottom: 15px;}
    .copyright,
    .otherinfo{width: 100%;text-align: center;}
    .otherinfo a{margin-left: 8px;}
/*footer*/
/*index*/
    .col-index-about{padding-top: 60px;}
    .col-index-about .col-title{padding: 0;}
    .col-index-about .content{padding: 0;margin-top: 25px;}
    .col-index-about .content p.p1{margin-bottom: 20px;}
    .col-index-about .content a.more{margin-top: 25px;}
    .col-index-about .image{width: 96%; margin-top: 20px;position: relative;z-index: -1;}
    .col-index-about .col-number{width: 96%;margin-top: 60px;}
    .col-index-product-recom{padding-bottom: 60px;}
    .col-index-product-recom .col-title{ width: 100%; }
    .col-index-product-recom .col-title hr{margin-top: 15px;}
    .col-index-product-recom .col-title p{margin-top: 15px;}
    .col-index-product-recom .list{ margin-top: 34px; }
    .col-index-product-recom .list .pic .text{padding: 15px;}
    .col-index-product .left{width: 100%;height: auto;padding-left: 4%;padding-bottom: 30px; position: static;display: block;}
    .col-index-product .left .panel{ max-width: none; padding-right: 4%;}
    .col-index-product .left .title{ padding: 0 8px; }
    .col-index-product .left ul:after{clear:both;display:table;content:" ";}
    .col-index-product .left ul li{ margin-top: 8px;margin-right: 8px; float: left; }
    .col-index-product .left ul li a{padding: 8px; padding-right: 40px;}
    .col-index-product .left ul li a img{width: 14px;right: 10px;margin-top: -7px;}
    .col-index-product .left ul li.active a{padding-top: 8px;padding-bottom: 8px;}
    .col-index-product .lists{ width: 100%; padding: 60px 0 55px;}
    .col-index-product .list hr{ margin:15px 0;border-top: 2px solid #fff; }
    .col-index-product .list .swiper{margin-top: 18px;}
    .col-index-product .list .swiper .button{margin-top: 15px;}
    .col-index-product .list ul li{margin-top: 10px;}
    .col-index-choose{padding-top: 60px;padding-bottom: 55px;}
    .col-index-choose .container{flex-wrap: wrap;}
    .col-index-choose .col-title{width: 100%;padding: 0;}
    .col-index-choose .col-title p{max-width: none; margin-top: 20px;}
    .col-index-choose .content{width: 100%; }
    .col-index-choose .content ul{padding-top: 13px;}
    .col-index-choose .content ul li{ width: 49%;padding: 20px;margin-top: 20px;}
    .col-index-choose .content ul li img{margin-bottom: 13px;}
    .col-index-choose .content ul li p.p1{margin-bottom: 7px;}
    .col-index-choose .content ul li:nth-child(even){ top: 0; }
    .col-index-respons{padding-top: 35px;flex-wrap: wrap; }
    .col-index-respons .text{ width: 100%; padding-left: 4vw; }
    .col-index-respons .text .panel{ max-width: none;padding: 20px 4vw 20px 0; }
    .col-index-respons .text .tit{margin-bottom: 7px; }
    .col-index-respons .text p.p1{margin-bottom: 7px; }
    .col-index-respons .text a.more{margin-top: 13px;}
    .col-index-respons .pic{margin-top: 2%;}
    .col-index-respons .pic .txt{padding: 15px 13px;}
    .col-index-respons .pic .txt span{margin-bottom: 10px; display: block; line-height: 1; }
    .col-index-respons .pic.pic1{ width: 42%; }
    .col-index-respons .pic.pic2{ width: 56%; }
    .col-index-news{padding-top: 60px;padding-bottom: 60px;}
    .col-index-news .list{margin-top: 30px;}
/*index*/
/*page about*/
    .col-page-about{padding-top: 40px;}
    .col-page-about .content{padding: 0;}
    .col-page-about .content .col-title{margin-bottom: 15px;}
    .col-page-about .content .col-title .tips{margin-bottom: 8px;}
    .col-page-about .content p.p1{margin-bottom: 25px;}
    .col-page-about .img{padding: 0;margin-top: 40px;}
    .col-page-about .col-number{margin-top: 60px;}
    .col-page-about .about-strength{padding: 60px 0 55px;}
    .col-page-about .about-strength .text{margin-top: 30px;}
    .col-page-about .about-strength .text ul{ margin-top: -20px; }
    .col-page-about .about-strength .text ul li{ width: 49%;margin-top: 20px; padding: 30px 20px;}
    .col-page-about .about-strength .text ul li img{ margin-bottom: 20px; }
    /*history*/
    .col-about-history{padding-top: 55px;padding-bottom: 60px; }
    .col-about-history .history{ width: 60%; }
    .col-about-history .history .col-title .tips{margin-bottom: 10px;}
    .col-about-history .history .swiper{ margin-top: 35px; }
    .col-about-history .history .swiper-slide .year{ font-size: 8.33vw;line-height: 0.9;}
    .col-about-history .history .swiper-slide .cont{ margin-top: 20px;}
    .col-about-history .history-list{ width: 120px;height: 71px;padding: 0 20px;margin-right: 0; }
    .col-about-history .history-list .swiper{ height: 71px; }
    .col-about-history .history-list .swiper .swiper-button-prev:after,
    .col-about-history .history-list .swiper .swiper-button-next:after{ font-size: 20px;}
    .col-about-history .history-list .swiper .swiper-button-prev{left: -20px;}
    .col-about-history .history-list .swiper .swiper-button-next{right: -20px;}
    /*culture*/
    .col-about-culture{padding-top: 60px;padding-bottom: 60px;}
    .col-about-culture .container{flex-wrap: wrap;}
    .col-about-culture .left{padding: 0;}
    .col-about-culture .left .col-title hr{margin-top: 15px;}
    .col-about-culture .left .text ul li{margin-top: 30px;}
    .col-about-culture .left .text ul li img{margin-bottom: 13px;}
    .col-about-culture .left .text ul li p.p1{margin-bottom: 12px;}
    .col-about-culture .right ul{width: 100%; max-width: none;margin-top:0;}
    .col-about-culture .right ul li{width: 48%;padding: 30px 15px 25px;margin:4% 0 0 0;}
    .col-about-culture .right ul li hr{ width: 31px;margin: 6vw 0 12px;border-top: 2px solid #0950a2;}
    /*honor*/
    .col-about-honor{padding-top: 55px;padding-bottom: 55px;}
    .col-about-honor .list{margin-top: 45px;}
    .col-about-honor .list .swiper-pagination{margin-top: 34px;}
    .col-about-honor .list .swiper-pagination .swiper-pagination-bullet{width: 7px;height: 7px; margin: 0 2px;}
    /*blobal*/
    .col-about-global {padding-top: 60px;padding-bottom: 55px;}
    .col-about-global .container{flex-wrap: wrap;}
    .col-about-global .content{width: 100%;padding: 0;}
    .col-about-global .content .col-title .tips{margin-bottom: 10px;}
    .col-about-global .content .text{margin-top: 15px;}
    .col-about-global .content .text ul{padding-top: 10px;}
    .col-about-global .content .text ul li{margin-top: 25px;}
    .col-about-global .img{width: 100%;margin-left: 0%;margin-top: 30px;}
    /*respons*/
    .col-about-respons{padding-top: 60px;padding-bottom: 45px;}
    .col-about-respons .col-title{width: 100%;}
    .col-about-respons .list-text{margin-top: 40px;}
    .col-about-respons .list-text ul li{ width: 100%;padding-left: 12px;}
    .col-about-respons .list-imgs{margin-top: 30px;}
    .col-about-respons .list-imgs .swiper-slide p{margin-top: 12px; }
    .col-about-respons .list-imgs .swiper-scrollbar{ height: 4px;margin-top: 35px}
/*page about*/
/*page develop*/
    .col-page-develop{ margin-top: -1.3%;padding-bottom: 60px;}
    .col-page-develop .content{width: 100%;padding-right: 0;}
    .col-page-develop .content .col-title .tips{margin-bottom: 7px;}
    .col-page-develop .content ul{padding-top: 13px;}
    .col-page-develop .content ul li{margin-top: 20px;}
    .col-page-develop .content ul li p.p1{margin-bottom: 8px}
    .col-page-develop .img{ width: 100%;padding-left: 0;margin-top: 40px; text-align: left; }
    .col-page-develop .pic{width: 100%;padding-right: 0;margin-top: 60px;}
    .col-page-develop .text{width: 100%;padding-left: 0;margin-top: 60px;}
    .col-page-develop .develop-number ul{margin-bottom: 30px;}
    .col-develop-advan{padding-top: 55px;padding-bottom: 55px;}
    .col-develop-advan .col-title{width: 100%;padding-right: 0;}
    .col-develop-advan .col-title .tips{margin-bottom: 5px;}
    .col-develop-advan .content{width: 100%;margin-top: 30px;}
    .col-develop-advan .content ul li{ padding-left: 40px;padding-bottom: 17px;}
    .col-develop-advan .content ul li:before{height: calc(100% - 38px); position: absolute;left: 15px;top: 38px;}
    .col-develop-advan .content ul li img{ width: 30px;}
    .col-develop-advan .content ul li p.p1{margin-bottom: 5px;}
    .col-develop-workshop{padding-top: 60px;padding-bottom: 60px;}
    .col-develop-workshop .content{width: 100%;padding-right: 0;}
    .col-develop-workshop .content .col-title .tips{margin-bottom: 5px;}
    .col-develop-workshop .content .desc{margin-top: 18px; }
    .col-develop-workshop .content .develop-number ul{margin-top: 50px;}
    .col-develop-workshop .content .develop-number ul li{width: 50%;}
    .col-develop-workshop .list{width: 100%;margin-top: 40px;overflow: hidden;}
    .col-develop-workshop .list .swiper{ height: auto;margin: 0 -7px; }
    .col-develop-workshop .list .swiper-wrapper{flex-direction: row;}
    .col-develop-workshop .list .swiper-slide{ height: auto;padding: 7px;}
/*page develop*/
/*page contact*/
    .col-page-contact{padding-bottom: 55px;}
    .col-page-contact .col-title{margin-bottom: 10px;}
    .col-page-contact .col-title .tips{margin-bottom: 7px;}
    .col-page-contact .flex{flex-wrap: wrap;}
    .col-page-contact .contact{padding: 0;}
    .col-page-contact .contact ul li{padding-left: 35px;margin-top: 20px;}
    .col-page-contact .contact ul li img{width: 25px;}
    .col-page-contact .col-message{padding: 0;}
    .col-page-contact .col-message ul{margin-top: 0;}
    .col-faqs{padding-top: 55px;padding-bottom: 55px;}
    .col-faqs .col-title hr{margin-top: 13px;}
    .col-faqs .list ul li{padding: 15px 0;margin-top: 18px;}
    .col-faqs .list ul li .num{ width: 10.625%; }
    .col-faqs .list ul li .text{width: 89%;padding-right: 1.5vw;}
/*page contact*/
/*page product*/
    .product-description{padding-top: 55px;padding-bottom: 55px;}
    .product-description p.tips{margin-bottom: 13px;}
    .product-description p.tit{ margin-bottom: 7px;}
    .product-description p.desc{ margin-bottom: 10px;}
    .col-page-product{margin-top: -3.28%;padding-bottom: 55px;}
    .col-page-product .col-title{ margin-bottom: 15px; }
    .col-page-product .col-title .tips{margin-bottom: 10px;}
    .col-page-product .right-list{ width: 100%; }
    .pro .pic{ border-radius: 10px;}
    .pro p{margin-top: 15px;}
    /*proshow*/
    .col-prodet-banner{min-height: 150px;}
    .col-prodet{padding-bottom: 60px;}
    .pro_show{padding-bottom: 25px;}
    .pro_show .caseleft{width: 100%;}
    .pro_show .caseright{width: 100%;margin-top: 30px;}
    .pro_show .caseright .content{margin-top: 15px;}
    .pro_show .caseright .content ul{margin-top: 13px;}
    .pro_show .caseright .content ul li{padding-right: 7px;margin-right: 7px;}
    .pro_show .caseright .button{margin-top: 24px;}
    .pro_show .caseright .button a{padding: 5px 15px;}
    .pro_show_phone .pic img{width: 100%;}
    .swiper-container-product-phone{ position: relative;  overflow: hidden;text-align:center;}
    .proshowList{ margin-top: 50px; }
    .col-prodet-bottom{padding-top: 55px;padding-bottom: 55px;}
    .col-prodet-bottom .product-related .swiper{margin: 0 -5px;}
    .col-prodet-bottom .product-related .swiper-slide{padding: 0 5px;}
    .col-prodet-bottom .col-message{padding: 5%;margin-top: 50px;}
/*page product*/
/*page news*/
    .col-page-news{padding-bottom: 55px;}
    .col-page-news .content{flex-wrap: wrap;}
    .col-page-news .content .text{max-width: 100%;}
    .col-page-news .content .text p.p2{ margin-top: 10px;}
    .col-page-news .content .button{margin-top: 10px;}
    .col-page-news .content .button a{margin:5px 2vw 0 0; }
    .col-page-news .news ul li{ margin-top: 30px; }
/*page news*/
/*news detail*/
    .col-news-detail{padding: 0 5vw 60px;}
/*news detail*/
}
@media (max-width: 767px){
    .col-index-choose .content ul li{width: 100%;}
    .col-index-respons .pic{width: 100%!important;margin-top: 15px;}
    .col-page-about .col-number ul {flex-wrap: wrap;margin-top: -15px;}
    .col-page-about .col-number ul li{ width: 50%;margin-top: 15px; }
    .col-page-about .about-strength .text ul li{width: 100%;}
    .col-about-culture .right ul li{width: 100%;}
    .col-faqs .list ul li.active .num span{ font-size: 100%;}
}
@media (max-width: 400px){
    .col-page-news .news ul li{width: 100%;}
}