.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.mzbox {
    width: 90%;
    margin: auto;
}


.met-index-about {
    position: relative;
    z-index: 5;
    background: #f2f3f4;
    padding: 105px 0px
}

.met-index-about .about-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.met-index-about .about-content-area {
    display: flex;
    justify-content: space-between
}

.met-index-about .about-title .title-cn {
    font-size: 48px;
    font-weight: bold;
    color: #df5b11;
    line-height: 1.5;
    position: relative;
    z-index: 2
}

.met-index-about .about-title .title-en {
    color: transparent;
    -webkit-text-stroke-color: #c3c3c3;
    -webkit-text-stroke-width: 1px;
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    opacity: .5
}

.met-index-about .about-desc-en {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 42px;
    line-height: 1.3
}

.met-index-about .about-right {
    width:50%;
}
.met-index-about .about-left {
    width:45%;
}

.met-index-about .about-right-title {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px dashed #c1c1c1;
    line-height: 1;
    padding-bottom: 31px
}

.met-index-about .about-content {
    margin-top: 23px
}

.met-index-about .about-content, .met-index-about .about-content p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.met-index-about .about-ext-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 74px
}

.met-index-about .about-ext-info > div > p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 15px
}

.met-index-about .about-ext-info > div > div {
    font-size: 48px;
    color: #df5b11;
    text-align: center;
    line-height: .9
}

.met-index-about .about-ext-info > div > div > div {
    font-size: 14px;
    color: #333;
    line-height: 1;
    position: absolute;
    display: inline
}

.met-index-about .round-pic {
    position: relative;
    margin-top: 47px;
    margin-right: 104px;
    display: inline-block;
    float: right
}

.met-index-about .round-pic img:first-of-type {
    animation: aboutround 8s linear infinite
}
@keyframes aboutround {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


.met-index-about .arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    /*animation: jump 1.2s linear infinite;*/
    transform: translate(-50%, -50%)
}

@keyframes jump {
    0% {
        top: 45%
    }

    50% {
        top: 55%
    }

    100% {
        top: 45%
    }
}

.met-index-about .about-more {
    margin-top: 80px
}

.met-index-about .about-more a {
    display: flex;
    font-size: 16px;
    width: 194px;
    height: 52px;
    align-items: center;
    color: #fff;
    background: #df5b11;
    justify-content: flex-end
}

.met-index-about .about-more i {
    width: 50px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .3);
    line-height: 52px;
    display: inline-block;
    height: 100%
}

.met-index-about .about-more span {
    display: inline-block;
    height: 100%;
    line-height: 52px;
    width: 143px;
    text-align: center
}



.foot {
    margin-top: 90px;
    background: #000 url(/public/images/footbg.jpg) top center no-repeat;
    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 {
        margin-top: 40px
    }
    .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: 30px
    }

    .foot-main .left-contact p {
        font-size: 15px
    }

    .foot-info, .foot-info p, .foot-info a {
        font-size: 14px
    }

    .mzbox {
        padding: 0px 29px;
    }
    .met-index-about .about-title .title-cn {
        font-size:36px;
    }
    .met-index-about .about-title .title-en {
        font-size:60px;
    }

    .met-index-about .about-ext-info > div > div {
        font-size:36px;
    }

}
