@charset "utf-8";
html{color:#000;background:#FFF;overflow-y: scroll;}

html, body {
    width:100%;
    overflow-x: hidden;
    user-select: none;
}


body {
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 1280px;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    background: #fff;
    overflow-y: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
}



a { text-decoration:none;cursor:pointer; color: inherit;}
a:focus{outline:0;}
li{list-style:none;}
.clear{ clear:both}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
input,textarea,select {
    border: none;
    outline: none;
}
img {max-width: 100%;}
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}




.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: 'iconfont';
    src: url('./fonts/iconfont.ttf?t=1720679112118') format('truetype');
}



.w_1600{max-width: 1600px;width: 96%;margin: 0 auto;}
.w_1400{max-width: 1400px;width: 96%;margin: 0 auto;}
.w_1200{max-width: 1200px;width: 96%;margin: 0 auto;}
.w_1000{max-width: 1000px;width: 96%;margin: 0 auto;}







.header {
    position: fixed;
    top: 0;
    width:100%;
    height:80px;
    z-index: 999;
    background: rgba(20, 20, 20, 0.3);
    box-shadow: 0 4px 50px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(24px);
}


.header .menu .logo {height:100%;display: flex;align-items: center;float: left;}
.header .menu .logo img{height:60px;}


.header .menu {height:100%;
    /*overflow: hidden;*/
}

.header .menu .nav{width:70%;height:100%;display: flex;justify-content: space-between;align-items: center;float: right;}
.header .menu .nav li{text-align: center; position: relative;color:#fff;font-size: 18px;height:80px;line-height: 80px;}
.header .menu .nav li>a{display: block;position: relative;transition: all .5s ease;}
.header .menu .nav li>i{display: inline-block; width:0; height:4px;background: #CC421A;margin:-1px auto 0; transition: .5s; position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);}
.header .menu .nav li:hover>a,.header .menu .nav li.cur>a{color:#CC421A;}
.header .menu .nav li:hover>i,.header .menu .nav li.cur>i{width:100%;}
.header .menu .nav li>a .iconfont{font-size: 12px;display: inline-block;transform: scale(0.8);}

.header .menu .nav #searchBtn {
    display: flex;align-items: center;
    color:#fff;
}
.header .menu .nav #searchBtn div{
    border-radius: 50%;background-color: #2779BF;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;

}
.header .menu .nav #searchBtn:hover .iconfont{
    transition: 0.5s;
}
.header .menu .nav #searchBtn:hover .iconfont{
    transform: scale(1.2);
}


.header:hover {background: #fff;border-bottom: 1px  solid #d9d9d9; }
.header:hover .menu .nav li {
    color:#333;
}




.sublist {
    display: none;
    position: absolute;
    width: 320px;
    left: 0;
    top:90px;
    background-color: #2779BF;
    z-index: 9;
    text-align: left;
    padding: 30px 10px;
}


.jiant::after {
    display: none;
    content: "◆";
    position: absolute;
    font-size: 50px;
    left: 0;
    top: 50px;
    color: #2779BF;
}
.header .menu .nav li:hover .jiant::after {
    display: block;
}

.sublist a {
    display: block;
    padding: 10px;
    width: 100%;
    color: #fff;
    line-height: 40px;
}

.sublist a:hover {
    color: #333;
}

.sublist .oneli,.sublist .twoli,.sublist .threeli{border-bottom: 1px dotted #cdcdcd;}

.sublist .tits {
    padding: 0 20px;
    width: 100%;
    color: #fff;
    line-height: 40px;
    margin-right: 0;
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.two-li {
    position: absolute;
    width: 320px;
    background-color: #2779BF;
    min-height: 100%;
    left: 320px;
    top: 0;
    border-left: 1px solid rgb(228, 228, 228);
    display: none;
    padding: 30px 10px;
    max-height: 80vh;
    /*overflow-y: auto;*/
}


.three-li {
    position: absolute;
    width: 320px;
    background-color: #2779BF;
    min-height: 100%;
    left: 320px;
    top: 0;
    border-left: 1px solid rgb(228, 228, 228);
    display: none;
    padding: 30px 10px;
    max-height: 80vh;
    /*overflow-y: auto;*/
}






.tc{position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:9999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s;}

.tc[name=tc_search]{ opacity:1;}

.tc.act{  display: block;  pointer-events: auto; visibility:visible; opacity:1;}

.tc-box{

    box-sizing:border-box; z-index:999;

    display: block;

    position:relative;



}

.tc_close{ width: 65px !important; height: 65px !important; border-radius: 50%; display: flex;
    align-items: center;
    justify-content: center;}

.tc_close:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5); border-radius: 50%;
    box-sizing: border-box;}

svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}

svg.drawcircle circle {

    fill: none; box-sizing:border-box;

    stroke-width: 2;

    stroke: none;

    stroke-dasharray: 0 , 188.49;

    stroke-dashoffset:188.49;

    transition: all .3s linear 0s;

}

.tc_close:hover svg.drawcircle circle {

    stroke:#fff;

    stroke-dasharray:188.49 , 0;

    stroke-dashoffset:188.49;

    -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);

    transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);

}

.tc_close{ position: absolute; cursor:pointer; color:#0e4097; font-size:30px; right: 10%; top: 30px;}
.tc_close .search-close {font-size: 20px;color:#fff;}
.tc_bg { height: 100%; background: rgba(0,0,0,.85); position: absolute; top: 0; left: 0; width: 100%; z-index: 0; transition:.5s; }


#tc_search{ width:100%; padding:3rem; background:#016aaf; position:relative; transform:translateY(-100%); transition:.5s .5s ease-out;  z-index:1;overflow:  hidden;}

.tc #tc_search{ transform:translateY(-200px);  transition:.5s ease-in;}
.tc.act #tc_search{ transform:translateY(0);  transition:.5s ease-in;}


#tc_search form{ height:5rem; position:relative; width:850px; max-width:90%; margin:0 auto;}

#tc_search form:after{ content:""; width:0; height:1px; background:#fff; transition:.5s; display:block; position:absolute; bottom:0; left:0;}

.tc.act #tc_search form:after{ width:100%; transition: ease-in-out .5s .5s;}

#tc_search #keyword{width: 90%;height:5rem; font-size:2rem; color:#fff;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0; background:none;}

#tc_search .btn_blue{ position:absolute; top:0; right:0; width: 40px;height:5rem; border:0; line-height:4.25rem;background:#016aaf; background-size:1.8rem;font-size:1.125rem;color:#fff;cursor:pointer;text-transform:uppercase; }

#tc_search .btn_blue span{ font-size: 24px;}

#tc_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }

#tc_search input::-moz-placeholder{ color:#fff; color: rgba(255,255,255,.7); }

#tc_search input:-moz-placeholder{ color:#fff; color: rgba(255,255,255,.7); }

#tc_search input:-ms-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }

#tc_search input:focus::-webkit-input-placeholder {color: transparent;}

#tc_search input:focus:-moz-placeholder {color: transparent;}

#tc_search input:focus::-moz-placeholder {color: transparent;}

#tc_search input:focus:-ms-input-placeholder {color: transparent;}








.foot{
    width: 100%;
    background: #3f87c5;
    z-index: 9;
    position: relative;
}
.foot_main{
    width:92%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top:60px;
}

.foot01{
    width: 100%;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:30px 0;
}

.foot01-l{
    width:40%;
    border-right:1px solid rgb(203 203 203 / 40%);
    display:flex;
    justify-content: space-between;
}
.foot01-l dl{
    width:50%;
    border-left:1px solid rgb(203 203 203 / 40%);
    text-align:center;
}
.foot01-l dl dt{
    font-size:26px;
    margin-bottom:50px;
    font-weight:bold;
    color:#fff;
}
.foot01-l dl dd{
    font-size:16px;
    margin-top:30px;
    color:#fff;
}
.foot01-l dl dd a{
    color:#fff;
}



.foot01-c{
    width:25%;
    float:left;
    padding:0 1%;
    border-right: 1px solid rgb(203 203 203 / 40%);
}
.foot01-c dt {
    font-size: 26px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    color:#fff;
}
.feedback_input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 20px;
    border:1px solid #ebebeb;
}
.feedback_select {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 25px;
    border:1px solid #ebebeb;
    color: rgb(117, 117, 117);
}
.feedback_textarea {
    width:100%;
    height:100px;
    border:1px solid #ebebeb;
    padding: 5px 15px;
    margin-bottom: 20px;
    font-size: 14px;
}
.feedback_submit {
    width:100%;
    height:40px;
    line-height: 40px;
    color:#fff;
    background: #3d90d7;
    border:1px solid #3d90d7;
    border-radius: 5px;
    font-size: 16px;
    cursor:pointer;
}
.captcha_box,.captcha_box img {
    width:100px;
    height:40px;
    max-width: none;
    cursor:pointer;
    background-color: #3d90d7;
}
.captcha_box img:not([src]) {
    display: none;
}


.foot01-r{
    width:35%;
    display:flex;
    flex-direction: column;
    margin-top: 75px;
    padding-left: 2%
}
.foot01-r .a01{
    width:auto;
    text-align:center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}
.foot01-r .a01 dl dt{
    overflow:hidden;
}
.foot01-r .a01 dl dd{
    margin-top:10px;
    color:#fff;
}
.foot01-r .a02{
    width:auto;
}
.foot01-r .a02 dl dd{
    margin-top:22px;
    color:#fff;
    /*display: flex;*/
    /*align-items: center;*/
    font-size: 20px;
}
.foot01-r .a02 dl dd p:first-child, .foot01-r .a02 dl dd p:first-child .iconfont{
    color: #2779BF;
}
.foot01-r .a02 dl dd p:nth-child(2){
    font-size: 24px;
}
.foot01-r .a02 dl dd.mart0{
    margin-top:0;
}
.foot01-r .a02 dl dt{
    margin-top:17px;
    font-size:32px;
    line-height:38px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
}

.foot_ewm {
    display: flex;
    /*margin-top: 30px;*/
}

.foot_ewm .ewm {
    margin-right: 1.75rem;
}

.foot_ewm .ewm .pic {
    position: relative;
    width: 180px;
    height: 180px;
    border: 1px solid #fff;
    padding: 5px;
}

.foot_ewm .ewm .pic img {
    width: 100%;
}

.foot_ewm .ewm p {
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem;
    color:#333
}
.qr-scanner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.qr-scanner .scanner_box {
    height: 100%;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.qr-scanner .line {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #2779BF 211%);
    border-bottom: 1px solid #2779BF;
    transform: translateY(-100%);
    animation: radar-beam 2s infinite;
    animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
    animation-delay: 1.4s;
}

@keyframes radar-beam {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}


.foot02{
    width: 100%;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:#fff;
    border-top:1px solid rgb(203 203 203 / 40%);
    padding:30px 0;
}
.foot02 a{
    color: #fff;
}














.client-2 {
    position: fixed;
    right: -248px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;
    cursor:pointer;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-bottom: 3px;
    clear: both;
    height: 52px;
    position: relative;
}

.client-2 li i {
    /*background: url(../images/fx.png) no-repeat;*/
    display: block;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    color:#fff;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}


.client-2 .my-kefu-tel i {
    animation: yyhh 3s linear infinite;
}
.client-2 .my-kefu-whatsapp i {
    animation: yyhh2 3s linear infinite;
}
.client-2 .my-kefu-email i {
    animation: yyhh3 3s linear infinite;
}
.client-2 .my-kefu-weixin i {
    animation: yyhh4 3s linear infinite;
}




@keyframes yyhh {
    0%,100% {
        transform: rotate(0) scale(1);
    }
    5%,15% {
        transform: rotate(-15deg) scale(1.1);
    }
    10%,20% {
        transform: rotate(15deg) scale(1.1);
    }
}

@keyframes yyhh2 {
    0%,100% {
        transform: rotate(0) scale(1);
    }
    20%,30% {
        transform: rotate(-15deg) scale(1.1);
    }
    25%,40% {
        transform: rotate(15deg) scale(1.1);
    }
}

@keyframes yyhh3 {
    0%,100% {
        transform: rotate(0) scale(1);
    }
    40%,50% {
        transform: rotate(-15deg) scale(1.1);
    }
    45%,60% {
        transform: rotate(15deg) scale(1.1);
    }
}

@keyframes yyhh4 {
    0%,100% {
        transform: rotate(0) scale(1);
    }
    60%,70% {
        transform: rotate(-15deg) scale(1.1);
    }
    65%,80% {
        transform: rotate(15deg) scale(1.1);
    }
}


.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 33px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
    /*padding-top: 6px;*/
}

.client-2 .my-kefu-left {
    width: 52px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction:column;
    justify-content: center;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-left: 5px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #2779BF;
    color: #fff;
    height: 52px;
    width: 300px;
    display: flex;
    align-items: center;
    border-radius: 15px 0 0 15px;
}

.client-2 .my-kefu-main {
    background: #2779BF;
    width: 97px;
    height: 52px;
    position: relative;
    border-radius: 15px 0 0 15px;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -150px;
    top: -24px;
    display: none;
    z-index: 333;
    box-sizing: unset;
}

.my-kefu-weixin-pic img {
    width: 150px;
    height: 150px;
}
