@charset "utf-8";
html{color:#000;background:#FFF;overflow-y: scroll;}

html, body {
    width:100%;
    overflow-x: hidden;
}


body {
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 1280px;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1;
    background: #fff;
    overflow-y: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



a { text-decoration:none;cursor:pointer; color: inherit;}
a:focus{outline:0;}
li{list-style:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
.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=1700707768544') format('truetype');
}


.m1600{max-width: 1600px;width: 92%;margin: 0 auto;}
.m1400{max-width: 1400px;width: 92%;margin: 0 auto;}


/* 头部 */
header {
    position: fixed;
    top: 40px;
    left: 60px;
    width: calc(100% - 120px);
    height: 100px;
    background-color: #fff;
    z-index: 99;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 10%;
    transition: all .3s linear;
}

header.fix {
    padding: 0 15%;
}

header a.logo {
    display: block;
    float: left;
    height:100%;
    transition: all .3s;
}

header a.logo img{
    height:100%;
}

header .nav {
    float: right;
    position: relative;
}

header .nav ul {
    float: left;
}

header .nav ul li {
    position: relative;
    float: left;
}

header .nav ul li:last-child {
    margin-right: 30px;
}

header .nav ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 8px;
    width: calc(100% - 12px);
    height: 100%;
    background-color: #0170ed;
    z-index: 2;
    transform: translateX(-50px) skew(-22deg);
    opacity: 0;
    transition: all .3s;

}

header .nav ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -11px;
    width: calc(100% - 12px);
    height: 8px;
    background-color: #E1252B;
    z-index: 3;
    transform: translateX(-50px) skew(-22deg);
    opacity: 0;
    transition: all .3s;

}

header .nav ul li a {
    color: #333;
    font-size: 16px;
    position: relative;
    z-index: 4;
    transition: all .3s;
    display: block;
    height: 100px;
    padding: 0 15px;
    line-height: 100px;
}

header.fix .nav ul li a {
    padding: 0 20px;
}

header .nav ul li.active::before,
header .nav ul li.active::after,
header .nav ul li:hover::before,
header .nav ul li:hover::after {
    opacity: 1;
    transform: translateX(0) skew(-22deg);
}

header .nav ul li.active a,
header .nav ul li:hover a {
    color: #fff;
}

header .nav ul li .xl {
    display: none;
    position: absolute;
    top: 100px;
    width: 100%;
    left: 50%;
    margin-left: -67px;
}

header .nav ul li:nth-child(2) .xl {
    width: 116px;
    margin-left: -76px;
}

header .nav ul li:nth-child(3) .xl {
    width: 100px;
    margin-left: -69px;
}

header .nav ul li:nth-child(4) .xl {
    width: 116px;
    margin-left: -76px;
}

header .nav ul li:nth-child(5) .xl {
    width: 100px;
    margin-left: -69px;
}

header .nav ul li .xl a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    padding: 0;
}

header .nav ul li .xl a:hover {
    background-color: #1068a7;
    color: #fff;
}


header .other {
    padding-left: 20px;
    position: relative;
    float: left;
    height: 100px;
    padding-top: 40px;
    transition: all .3s;
}

header .other::before {
    content: '';
    width: 1px;
    height: 24px;
    background-color: rgba(112, 112, 122, 0.24);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

header .other a {
    display: block;
    float: left;
    margin-right: 30px;

}



header .other a.ser {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/ser-ico.png);
}

header.fix {
    width: 100%;
}

header.fix {
    width: 100%;
    height: 80px;
    left: 0;
    top: 0;
    border-radius: 0;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}

header.fix .nav ul li a {
    height: 80px;
    line-height: 80px;
}

header.fix .nav ul li::after {
    left: -7px;
}

header.fix .other {
    height: 80px;
    padding-top: 30px;
}

header.fix .nav ul li .xl {
    top: 80px;
    margin-left: -65px;
}

header.fix .nav ul li .xl a {
    height: 40px;
    line-height: 40px;
}

header.fix .nav ul li:nth-child(2) .xl {

    margin-left: -72px;
}

header.fix .nav ul li:nth-child(3) .xl {

    margin-left: -65px;
}

header.fix .nav ul li:nth-child(4) .xl {

    margin-left: -72px;
}

header.fix .nav ul li:nth-child(5) .xl {

    margin-left: -65px;
}






.mzbox {
    width: 90%;
    max-width: 1600px;
    margin: auto;
}

.foot {
    background: #000;
    background-size: cover
}

.foot-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.foot-top > div:last-of-type {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.foot-top .to_top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #df5b11;
    text-align: center;
    line-height: 60px;
    margin-left: 33px;
    cursor: pointer
}

.foot-main {
    padding-top: 45px !important;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px !important
}

.foot-main .left-contact.en {
    padding-right: 39px
}

.foot-main .left-contact.en p.addr {
    line-height: 2
}

.foot-main .left-contact p {
    color: #fff;
    font-size: 16px;
    line-height: 1
}

.foot-main .left-contact p + p {
    margin-top: 18px
}

.foot-main .left-contact p:nth-of-type(3) {
    margin-top: 20px
}

.foot-main .left-contact .qrcodes {
    display: flex;
    position: relative;
    margin-top: 30px
}

.foot-main .left-contact .qrcodes i {
    display: flex;
    width: 100px;
    border: 1px solid #fff;
    margin-right: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.qrcodes-li {
    position: absolute;
    left: 180px;
    top: 0;
    opacity: 0
}

.qrcodes-li img {
    width: 153px
}

i.li-wx:hover ~ .qrcodes-li-wx {
    opacity: 1
}

i.li-dy:hover ~ .qrcodes-li-dy {
    opacity: 1
}

.foot-main .right-menu {
    display: flex;
    justify-content: end
}

.foot-main .right-menu dt a {
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

.foot-main .right-menu p a {
    font-size: 16px;
    color: rgba(255, 255, 255, .5)
}

.foot-main .right-menu p a:hover {
    color: rgba(255, 255, 255, 1)
}

.foot-main .right-menu dl + dl {
    margin-left: 108px
}

.foot-main .right-menu dd {
    margin-top: 40px
}

.foot-main .right-menu dd p + p {
    margin-top: 14px
}

.foot-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.foot-info div:first-of-type {
    display: flex;
    justify-content: flex-start
}

.foot-info div:first-of-type * {
    margin-right: 9px
}

.foot-info, .foot-info p, .foot-info a {
    color: #fff;
    font-size: 16px
}


@media screen and (max-width: 1440px) {
    header {
        padding: 0 5%;
    }
    header.fix {
        padding: 0 10%;
    }
    .foot-main .right-menu dt a {
        font-size: 16px
    }

    .foot-main .right-menu p a {
        font-size: 14px
    }

    .foot-main .right-menu dl + dl {
        margin-left: 98px
    }

    .foot-main .left-contact p {
        font-size: 15px
    }

    .foot-info, .foot-info p, .foot-info a {
        font-size: 14px
    }

    .mzbox {
        padding: 0px 29px;
    }
}



.foot_ewm {
    display: flex;
    margin-top: 30px;
}

.foot_ewm .ewm {
    margin-right: 1.75rem;
}

.foot_ewm .ewm .pic {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #525252;
    padding: 7px;
}

.foot_ewm .ewm .pic img {}

.foot_ewm .ewm p {
    font-size: .8125rem;
    text-align: center;
    padding-top: .9375rem;
    color:#fff
}
.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%, #0170ed 211%);
    border-bottom: 1px solid #0170ed;
    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);
    }
}













.client-2 {
    position: fixed;
    right: -170px;
    top: 35%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #0170ed;
    color: #fff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
}

.client-2 .my-kefu-main {
    background: #0170ed;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
    box-sizing: unset;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}
