@charset "utf-8";
body {
    background-color: #F9FAFB;
    font-family: 'Microsoft YaHei,PingFang SC,SanFrancisco,Roboto,SourceHanSansCN';
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@font-face {
    font-family: 'Barlow';
    src: url(Barlow.ttf);
}

html {
    font-size: 100px;
}
.mobile-nav {
    display: none;
}
/*  导航 */

.nav {
    position: fixed;
    width: 100%;
    height: .7rem;
    z-index: 9;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2); 
    backdrop-filter: blur(.1rem);
}

.nav-box {
    width: 16rem;
    margin: 0 auto;
    height: .7rem;
    line-height: .7rem;
    display: flex;
    justify-content: space-between;
}
.nav-box .logo {
    width: 2rem;
    text-indent: -999px;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
}
.nav-box ul {
    width: 7rem;
    display: flex;
    justify-content: space-between;
}
.nav-box ul li.active a {
    color: #000084;
}
.nav-box ul li a {
    font-size: .16rem;
    font-weight: 700;
    color: #000;
}
.nav-box ul li a:hover {
    color: #000084;
    transition: .3s all;
}
/* 标题通用 */
h3.title {
    font-size: .36rem;
    color: #000084;
    text-align: center;
    margin-top: .5rem;
}
.line {
    width: .4rem;
    height: .05rem;
    margin: .1rem auto;
    background-color: #000084;
    position: relative;
}
.line::after {
    content: '';
    display: block;
    width: 1rem;
    height: .01rem;
    position: absolute;
    top: .02rem;
    left: -.3rem;
    background-color: #000084;
}
.title-con {
    text-align: center;
    font-size: .16rem;
    color: #333;
}
/* 尾部 */
.footer {
    width: 100%;
    padding-top: .5rem;
    background-color: #F9FAFB;
}
.footer-box {
    width: 16rem;
    margin: 0 auto;
    display: flex;
    padding-bottom: .2rem;
    justify-content: space-between;
    border-bottom: .02rem solid #eee;
}
.footer-left {
    width: 4rem;
}
.footer-left>img {
    width: 2rem;
    margin-bottom: .2rem;
}
.footer-left div {
    font-size: .16rem;
    color: #000;
    margin-bottom: .1rem;
}
.footer-left div img {
    width: .3rem;
    height: .3rem;
    vertical-align: middle;
    padding-right: .1rem;
}
.footer-right {
    width: 7.5rem;
}
.footer-right ul {
    display: flex;
    text-align-last: left;
    justify-content: space-between;
}
.footer-right li strong {
    font-size: .16rem;
}
.footer-right li strong a{
    font-size: .16rem;
    color: #000;
    transition: .3s all;
}
.footer-right li strong a:hover {
    color: #000084;
}
.footer-right li div {
    margin-top: .2rem;
}
.footer-right li div>img {
    width: 1.44rem;
    height: 1.44rem;
}
.footer-right li div p {
    margin-bottom: .1rem;
}
.footer-right li div a {
    font-size: .14rem;
    color: #666;
    transition: .3s all;
}
.footer-right li div a:hover {
    color: #000084;
}
.copyright {
    text-align: center;
    color: #333;
    padding: .1rem 0;
}
.copyright a {
    color: #333;
}
.copyright-mobile {
    display: none;
}
.top {
    width: .5rem;
    height: .5rem;
    position: fixed;
    bottom: 35%;
    right: 1%;
    display: none;
    cursor: pointer;
}
.top img {
    width: 100%;
}
@media screen and (max-width: 1440px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width: 992px) {
    html {
        font-size: 60px;
    }
}
@media screen and (max-width: 768px) {
    html {
        font-size: 26.6667vw;
    }
/* 导航 */
    .nav {
        display: none;
    }
    .mobile-nav {
        height: .6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: .2rem;
        box-sizing: border-box;
    }
    .mobile-logo,.m-menu__header img {
        width: auto;
        height: .3rem;
    }
    .mobile-logo img {
        height: 100%;
        width: auto;
    }
    .mobile-nav .m-menu__checkbox, .mobile-nav .m-menu__checkbox2{
        display: none;
    }
    .mobile-nav .m-menu {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        height: 100%;
        transform: translate3d(-100%, 0, 0);
        transition: transform 0.2s ease-in-out;
        z-index: 2;
        overflow: hidden;
        background-color: #fff;
    }

    .mobile-nav .m-menu__overlay {
        background-color: rgba(103, 103, 103, 0.2);
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        z-index: 1;
        display: none;
    }

    .mobile-nav .m-menu__header {
        width: 94%;
        margin: 0 auto;
        padding-left: .2rem;
        padding-right: .06rem;
        height: .6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        /* border-bottom: 0.01rem solid #e8e8e8; */
    }

    .mobile-nav .m-menu ul {
        height: 100%;
        overflow-y: auto;
    }

    .mobile-nav .m-menu ul li label>a {
        width: 94%;
        margin: 0 auto;
        box-sizing: border-box;
        display: block;
        text-align: left;
        padding-left: .2rem;
        line-height: .6rem;
        text-decoration: none;
        color: #000;
        cursor: pointer;
        font-size: .18rem;
        border-bottom: .01rem solid #f5f5f5;
        position: relative;
    }
    .mobile-nav .m-menu ul li ul li {
        display: block;
        text-align: left;
        padding: 0 .8rem;
        line-height: 1rem;
        text-decoration: none;
        color: #000084;
        cursor: pointer;
        font-size: .3rem;
        font-weight: 700;
        border-bottom: .01rem solid #ccc;
        position: relative;
        transform: translateX(-100%);
        transition: transform 0.2s ease-in-out;
    }
    .mobile-nav .m-menu ul li label.a-label__chevron {
        display: block;
        text-align: left;
        padding: 0 .6rem;
        line-height: 1rem;
        text-decoration: none;
        color: #000084;
        cursor: pointer;
        font-size: .4rem;
        font-weight: 700;
        border-bottom: .01rem solid #ccc;
        position: relative;
    }
    .mobile-nav .m-menu ul li  i {
        position: absolute;
        display: inline-block;
        height: .2rem;
        width: .2rem;
        border-color: #000084;
        border-style: solid;
        border-width: .04rem .04rem 0 0;
        transform: rotate(45deg);
        top: .4rem;
        right: .8rem;
        z-index: 9;
        transition: transform 0.2s ease-in-out;
    }
    .mobile-nav .m-menu__checkbox:checked~.m-menu__overlay {
        display: block;
    }
    .mobile-nav .m-menu__checkbox:checked~.m-menu {
        transform: translate3d(0, 0, 0);
    }
    .mobile-nav .m-menu__checkbox2:checked~ul>li {
        transform: translate3d(0, 0, 0);
    }
    .mobile-nav .m-menu__checkbox2:checked~label>i {
        transform: rotate(135deg);
    }
    .no-scroll {
        overflow: hidden;
        position: fixed;
        width: 100%;
        -webkit-overflow-scrolling: touch; /* iOS 弹性滚动 */
        overscroll-behavior: contain; /* 阻止滚动穿透（现代浏览器） */
    }
    h3.title {
        font-size: .26rem;
        margin-top: .3rem;
    }
    .title-con {
        padding: 0 5%;
    }
    .footer {
        padding-top: .2rem;
    }
    .footer-box {
        width: 90%;
        display: block;
        padding-bottom: .1rem;
    }
    .footer-left {
        width: 100%;
        text-align: center;
    }
    .footer-left>img {
        width: auto;
        height: .3rem;
    }
    .footer-left div {
        font-size: .14rem;
        margin-bottom: .06rem;
    }
    .footer-left div img {
        width: .2rem;
        height: .2rem;
        padding-right: .04rem;
    }
    .footer-right {
        display: none;
    }
    .footer-mobile {
        text-align: center;
        margin-bottom: .2rem;
        display: block!important;
    }
    .footer-mobile strong {
        font-size: .14rem;
        color: #333;
        padding-bottom: .1rem;
    }
    .copyright {
        display: none;
    }
    .copyright-mobile {
        display: block;
    }
    .top {
        width: .3rem;
        height: .3rem;
        right: 2%;
    }
    }
    .ewmtwo {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}