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

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

html {
    font-size: 100px;
}
.mobile-nav {
    display: none;
}
/*  导航 */
.img-layout {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.nav {
    position: fixed;
    width: 100%;
    height: 1.1rem;
    z-index: 9;
    top: 0;
}

.nav-box {
    width: 90%;
    margin: 0 auto;
    height: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-box .logo {
    width: 30%;
}

.nav-box .logo img {
    vertical-align: middle;
}

.nav-box>ul {
    display: flex;
    width: 60%;
    justify-content: space-between;
}

.nav-box>ul>li {
    font-size: .3rem;
    font-weight: 600;
}
.nav-box>ul>li>a {
    color: #fff;
    border: .02rem solid transparent;
    padding: 0.04rem .2rem 0.06rem;
    box-sizing: border-box;
}
.nav-box>ul>li.active>a {
    /* background-color: rgba(0, 0, 0, .1) ; */
    border: .02rem solid #fff;
    border-radius: .5rem;
    
    box-sizing: border-box;
}
.nav-box>ul>li:last-child>a {
    transition: all .3s ease-in-out;
}
/* .nav-box>ul>li:last-child>a:hover {
    color: #fff;
} */
.nav-box>ul>li i {
    width: .24rem;
    height: .24rem;
    margin-left: .1rem;
    display: inline-block;
    background: url(../img/bottom-w.svg) no-repeat;
    background-size: cover;
    position: relative;
    transition: all .3s ease-in-out;
}

.nav-box .nav-menu {
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(.1rem);
    display: none;
    box-shadow: 0 -0.1rem 0.2rem #f5f5f5;
}
.nav-box .nav-menu-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0;
}
.nav-box .nav-menu-box li a{
    width: 3.5rem;
    height: 1.2rem;
    line-height: 1.5;
    text-align: center;
    background-color: #f6f5f3;
    font-size: .28rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: .2rem;
    transition: all .3s ease-in-out;
}
.nav-box .nav-menu-box li a:hover {
    background-color: #18584D;
    color: #fff;
}
.nav-box .nav-menu-box li p:nth-child(2) {
    font-size: .2rem;
    font-weight: normal;
}
.nav-fixed {
    height: 1.1rem;
    top: 0;
    background-color: rgba(255, 255, 255, 1)!important;
    backdrop-filter: blur(.1rem);
    z-index: 99;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, .1);
}

.nav-fixed .nav-box>ul>li>a {
    color: #18584D;
}

.nav-fixed .nav-box>ul>li.active a {
    border: .02rem solid #18584D;
    /* background-color: rgba(0, 0, 0, .1); */
}

.nav-fixed .nav-box>ul>li i {
    width: .24rem;
    height: .24rem;
    margin-left: .1rem;
    display: inline-block;
    background: url(../img/bottom.svg) no-repeat;
    background-size: cover;
}

/* 尾部 */
.footer {
    width: 16rem;
    margin: 1rem auto 0;
    font-family: 'hongmeng';
    overflow: hidden;
}

.footer h3 {
    position: relative;
}

.footer h3 p {
    font-size: .6rem;
    color: #18584D;
    width: 50%;
    background-color: #E9E7E3;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.footer h3::after {
    content: '';
    height: .01rem;
    width: 100%;
    background-color: #A2A5A5;
    position: absolute;
    left: 0;
    top: .5rem;
    z-index: -1;
}

.footer-box {
    padding: .5rem;
    background: #F6F5F4;
    border-radius: .3rem;
    box-sizing: border-box;
    margin-top: .6rem;
    height: 5.5rem;
}

.footer-box ul {
    display: flex;
    height: 4.5rem;
    justify-content: space-between;
}

.footer-box ul li .phone {
    font-size: .36rem;
    color: #090405;
}

.footer-box ul li .phone img {
    padding-right: .1rem;
    vertical-align: sub;
    width: .4rem;
}

.footer-box ul li .phone-number {
    font-size: .64rem;
    color: #090405;
    font-weight: bolder;
    font-family: 'hongmeng';
}

.footer-box ul li .phone-time {
    font-size: .24rem;
    color: #A2A5A5;
    font-family: 'hongmeng';
}

.footer-box ul li .joinus a {
    width: 3rem;
    height: .7rem;
    display: block;
    line-height: .7rem;
    border-radius: .35rem;
    background: url('../img/joinus.svg') no-repeat .7rem center #18584D;
    background-size: .36rem;
    color: #fff;
    font-size: .32rem;
    text-align: center;
    padding-left: .6rem;
    box-sizing: border-box;
}

.footer-box ul li:nth-child(1) p {
    margin-bottom: .3rem;
}

.footer-box ul li:nth-child(2) {
    font-size: .24rem;
    color: #A2A5A5;
}

.footer-box ul li:nth-child(2) p {
    margin-bottom: .4rem;
}

.footer-box ul li p:last-child {
    margin-bottom: 0;
}

.footer-box ul li:last-child img {
    width: 4.5rem;
}

.footer .copyright {
    text-align: center;
    font-size: .2rem;
    color: #A2A5A5;
    margin: .2rem 0;
    font-weight: 400;
}

.page {
    width: 5rem;
    margin: .2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .18rem;
    font-family: 'hongmeng';
}
.page li {
    display: flex;
    align-items: center;
}
.page li a {
    height: .4rem;
    line-height: .4rem;
    color: #090405;
    padding: 0 .2rem;
    border-radius: .1rem;
    background-color: #F5F6F4;
}
.page li.active a {
    color: #fff;
    background-color: #18584D;
}
/* 侧边导航 */
.float-box {
    display: none;
    position: fixed;
    z-index: 999;
    right: 0.01rem;
    bottom: 0.01rem;
    padding: .3rem .2rem 0;
    background-color: #fff;
    border-radius: .1rem;
    color: #090405;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, .1)
}
.float-box ul li {
    margin-bottom: .2rem;
    position: relative;
    cursor: pointer;
}
.float-box ul li .phone-img,.float-box ul li .online-img {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
}
.float-box ul li .phone-img {
    background: url(../img/phone-icon.png) no-repeat;
    background-size: cover;
}
.float-box ul li:hover .phone-img {
    background: url(../img/phone-hover.png) no-repeat;
    background-size: cover;
}
.float-box ul li .online-img {
    background: url(../img/online.png) no-repeat;
    background-size: cover;
}
.float-box ul li:hover .online-img {
    background: url(../img/online-hover.png) no-repeat;
    background-size: cover;
}
.float-box ul li .phone-box,.float-box ul li .online-box{
    display: none;
    position: absolute;
    right: 1.6rem;
    padding: .2rem;
    border-radius: .2rem;
    background-color: #fff;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, .1)
}
.float-box ul li:hover .phone-box,.float-box ul li:hover .online-box {
    display: block;
}
.float-box ul li .phone-box {
    top: -0.1rem;
}
.float-box ul li .online-box {
    top: -0.4rem;
}
.float-box ul li .phone-box::after,.float-box ul li .online-box::after {
    content: '';
    position: absolute;
    width: .18rem;
    height: .18rem;
    background-color: #fff;
    transform: rotate(45deg);
    margin-top: -.09rem;
    right: -.09rem;
    top: 50%;
}
.float-box ul li .phone-box p,.float-box ul li .online-box p {
    font-size: .16rem;
    text-align: left;
    white-space: nowrap;
    line-height: 1.5;
}
.float-box ul li .online-box p {
    text-align: center;
}
.float-box ul li .online-box img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin-bottom: .1rem;
}
.float-box ul li .phone-box p strong {
    font-family: 'hongmeng';
    font-size: .3rem;
}
.float-box ul li .phone-box p span {
    font-family: 'hongmeng';
    font-size: .14rem;
    font-weight: 400;
    color: #A2A5A5;
}
.float-box ul li>img {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
}
.float-box ul li>p span {
    font-size: .14rem;
    font-weight: normal;
    display: block;
}
.float-box ul li a {
    display: block;
    width: 1.1rem;
    height: .4rem;
    line-height: .4rem;
    margin: 0 auto;
    border-radius: .2rem;
    background-color: #18584D;
    font-size: .16rem;
    color: #fff;
}
.float-box ul li>p {
    margin: .14rem 0;
}
@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: 13.3333vw;
    }
/* 导航 */
    .nav {
        display: none;
    }
    .mobile-nav {
        height: .6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: .2rem;
    }
    .mobile-logo {
        width: 5rem;
    }
    .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: 100vh;
        transform: translate3d(-100%, 0, 0);
        transition: transform 0.2s ease-in-out;
        z-index: 2;
        overflow: hidden;
        background-color: rgba(255, 255, 255, .6);
        backdrop-filter: blur(1rem);
    }

    .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 {
        padding: 0 .16rem;
        height: 1rem;
        display: flex;
        justify-content: end;
        align-items: center;
        border-bottom: 0.01rem solid #ccc;
    }

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

    .mobile-nav .m-menu ul li label>a {
        display: block;
        text-align: left;
        padding: 0 .6rem;
        line-height: 1rem;
        text-decoration: none;
        color: #18584D;
        cursor: pointer;
        font-size: .4rem;
        font-weight: 700;
        border-bottom: .01rem solid #ccc;
        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: #18584D;
        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: #18584D;
        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: #18584D;
        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);
    }
    /* 尾部 */
    .footer {
        width: 100%;
    }
    .footer h3 p{
        width: 80%;
        font-size: .4rem;
    }
    .footer h3::after {
        top: .3rem;
    }
    .footer-box {
        width: 96%;
        height: 14.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-box ul {
        flex-wrap: wrap;
    }
    .footer-box ul li {
        margin-bottom: .5rem;
    }
    .footer-box ul li .phone-time {
        font-size: .26rem;
    }
    .footer-box ul li:nth-child(2){
        font-size: .26rem;
    }
    .page {
        width: 6rem;
        font-size: .24rem;
    }
    .page li a {
    height: .5rem;
    line-height: .5rem;
    color: #090405;
    padding: 0 .2rem;
    border-radius: .1rem;
    background-color: #F5F6F4;
    }
    .float-box {
        display: none;
    }
}