body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #666;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul, p, dl, dt, dd {padding: 0;margin: 0;}
a{color:#666; text-decoration:none; outline:none;}
li{list-style-position:outside; list-style-type:none;}
.fl{float:left;}
.fr{float:right;}
img {border: 0;vertical-align: middle;max-width: 100%;}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

html
{
    overflow-y: scroll;
}
body
{
    overflow-y: hidden;
}


.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}


.iconfont1 {
    font-family: "iconfont1" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "iconfont1";
    src: url('./fonts/iconfont.woff2?t=1638869001436') format('woff2'),
    url('./fonts/iconfont.woff?t=1638869001436') format('woff'),
    url('./fonts/iconfont.ttf?t=1638869001436') format('truetype');
}


/*头部导航*/
.header{height: 80px; line-height: 80px; width: 100%; position: fixed; top: 0; z-index: 999; background: url(../images/bg1.png) top repeat-x;}
.header .logo{margin-left: 7%; }
.header .logo .logonohov {height: 70px; display: inline;}
.header .logo .logohov {height: 70px; display: none;}
.header .list{overflow: hidden;width: auto; margin-right: 7%;}
.header .list li{float: left; margin-left: 52px;}
.header .list li>a{font-size: 16px;color: #fff;display: block; height: 80px;}
.header .list li a i {
    display: inline-block;
    margin-left: 4px;
    color: #ffffff;
    font-size: 16px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}


.header.hov,.header.hov1,.header.hovg{background:#fafcff}
.header.hov .list li a,.header.hov .list li a i,.header.hov1 .list li a,.header.hov1 .list li a i,.header.hovg .list li a,.header.hovg .list li a i{color: #3b3b3b;}
.header .list li.on a{ border-bottom: #fff solid 2px;}
.header.hov .listli.on>a,.header.hov1 .list li.on>a,.header.hovg .list li.on>a{ border-bottom: #333 solid 2px;}
.header .list li>a:hover{ border-bottom: #fff solid 2px;}
.header.hov .list li>a:hover,.header.hov1 .list li>a:hover,.header.hovg .list li>a:hover{ border-bottom: #787878 solid 2px;}


@media screen and (max-width: 1400px) {
    .header .logo img {height: 50px !important;}
}


/*导航触发效果*/
 .sNav {
     display: none;
     background: #333;
     color: #fff;
     width: 100%;
     height: 48px;
     position: absolute;
     top: 0;
     left:0;
     margin-top: 80px;
     z-index: 99
 }
.sNav .nav_menu {
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0 auto;
    position: relative;
    width: 1000px
}
.sNav .nav_menu .nav_menu-sub{
    width: 200px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
}
.sNav .nav_menu .nav_menu-sub{
    width:100%;
    color:#fff;
}
.sNav .nav_menu .nav_menu-sub.nav_category{
    display: inline-block;
    width:100%;
    height:48px;
    background: #0870d8;
}
.nav_dropdown  {
    color: #333;
    cursor: auto;
    display: none;
    overflow: hidden;
    position: absolute;
    left:50%;
    margin-left: -500px;
    margin-top: 47px;
    width:1000px;
    background: #fff;
    padding:0 1.5%;
    box-sizing: border-box;
    min-height:450px;
}
.nav_dropdown .nav_cell {
    box-sizing: border-box;
    float: left;
    margin: 2.5% 1.5% 0;
    position: relative;
    width: 22%;
    height:180px;
}
.nav_dropdown .nav_cell img {
    width: 100%;
}
.nav_dropdown .nav_cell:hover {
    box-shadow: 2px 2px 18px 9px hsla(204,2%,55%,.15);
    transition: all 1s;
    transform: scale(1.05);
}
.nav_dropdown .nav_cell .nav_frame {
    width: 100%;
    text-align: center;
    line-height: 40px;
}



.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) {

    .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%, #71c32b 211%);
    border-bottom: 1px solid #71c32b;
    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);
    }
}
