@media screen and (min-width:960px) {
    .page {
        display: block;
    }

    .mpage {
        display: none;
    }
}

@media screen and (max-width:980px) {
    .page {
        display: none;
    }

    .mpage {
        display: block;
    }

    html {
        font-size: 50px;
    }
}

.page header {
    position: absolute;
    padding: 36px 40px 0 40px;
    z-index: 99999;
    width: 100%;
}

.page header .wrapper {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 80px;
    background: rgba(255, 255, 255, 1);
    height: 80px;
    padding-left: 28px;
    padding-right: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page header .logo img {
    /* height: 70px; */
    height: 28px;
    display: block;
    margin-left: 66px;
}

.page header .content {
    display: flex;
    align-items: center;
}

.page header .content ul {
    display: flex;
}

.page header .content ul li {
    margin-right: 60px;
}

.page header .content ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.page header .content ul li.active a {
    /* color: rgba(0, 163, 152, 1); */
    color: rgba(2, 83, 163, 1);
}

.page header .content .big-phone {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: rgba(2, 83, 163, 1);
    margin-left: 56px;
    cursor: pointer;
}

.page header .content .big-phone img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.page header .content .small-phone {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
}

.page .footer {
    margin-top: 60px;
}

.page .footer .link {
    width: 1200px;
    display: flex;
    margin: auto;
}

.page .footer .link a {
    color: rgba(2, 83, 163, 1);
}

.page footer {
    padding: 20px 0;
    margin-top: 20px;
    background: rgba(2, 83, 163, 1);
}

.page footer .mains {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page footer .mains .left {
    display: flex;
}

.page footer .mains .logo {
    height: 30px;
    margin-right: 14px;
}

.page footer .mains .contents ul {
    display: flex;
    margin-bottom: 20px;
}

.page footer .mains .contents ul li a {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.page footer .mains .contents p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.38px;
    color: rgba(245, 245, 245, 1);
    margin-bottom: 10px;
}

.page footer .mains .contents p a {
    font-size: 12px;
    color: rgba(245, 245, 245, 1);
}

.page footer .mains .code {
    display: flex;
}

.page footer .mains .code div {
    margin-left: 26px;
}

.page footer .mains .code div img {
    width: 82px;
    height: 82px;
}

.page footer .mains .code div p {
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 1220px) {
    .page header .content .big-phone {
        display: flex;
    }

    .page header .content .small-phone {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    .page header .logo img {
        /* height: 50px; */
        margin-left: 30px;
    }

    .page header .content ul li {
        margin-right: 42px;
    }

    .page header .content ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1470px) {
    .page header .logo img {
        /* height: 50px; */
        margin-left: 30px;
    }


    .page header .content ul li {
        margin-right: 30px;
    }

    .page header .content .big-phone {
        margin-left: 44px;
    }
}

@media screen and (max-width: 1220px) {
    .page header .content .big-phone {
        display: none;
    }

    .page header .content .small-phone {
        display: block;
    }

    .page footer .mains {
        width: 100%;
        padding: 0 20px;
    }

    .page header .logo img {
        height: 20px;
        margin-left: 24px;
    }

    .page header .content ul li a {
        font-size: 14px;
    }
}

.mpage header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.88rem;
    background: rgba(2, 83, 163, 1);
    padding-left: 0.4rem;
    padding-right: 0.5rem;
}

.mpage header .logo img {
    width: 3.78rem;
    display: block;
}

.mpage header .nav img {
    width: 0.4rem;
    display: block;
}

.mpage header .close img {
    width: 0.38rem;
    display: block;
}

.mpage footer {
    background: rgba(2, 83, 163, 1);
    padding-top: 0.11rem;
    margin-top: 0.3em;
}

.mpage footer .contents {
    padding: 0 0.2rem;
}

.mpage footer ul {
    display: flex;
    flex-wrap: wrap;
}

.mpage footer ul a {
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.48rem;
    color: rgba(240, 240, 240, 1);
    display: block;
}

.mpage footer .contents p {
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.48rem;
    color: rgba(240, 240, 240, 1);
    margin-top: 0.04rem;
}

.mpage footer .copyright {
    border-top: 1px solid rgba(209, 209, 209, 1);
    padding: 0 0.2rem;
}

.mpage footer .copyright p,
.mpage footer .copyright p a {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.68rem;
    color: rgba(224, 224, 224, 1);
}