.font-12 {
    font-size: 12px
}

.font-16 {
    font-size: 16px
}

.wrapper_minwidth {
    margin: 0 auto;
    min-width: 1200px;
    width: 75%
}

.wrapper_widthyd {
    margin: 0 auto;
    width: 95%
}

.np_nav_footer * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #e8ebf4;
    font-family:source-han-sans-simplified-c,sans-serif;
}

.np_nav_footer a:hover {
    text-decoration: none;
    color: #e8ebf4;
}

@media (min-width:1250px) {
    .up_img {
        display: none
    }

    .np_nav_footer {
        background: #535459;
        color: #fff;
        height: 448px;
        width: 100%
    }

    .np_nav_footer .footer_wrapper {
        display: flex;
        flex-direction: row;
        height: 100%;
        margin: 0 auto;
        padding-top: 40px;
        width: 1200px
    }

    .np_nav_footer .footer_wrapper .footerL {
        border-right: 1px solid #fff;
        height: -moz-fit-content;
        height: fit-content;
        width: 920px
    }

    .np_nav_footer .footer_wrapper .footerL ul {
        display: flex;
        flex-direction: row;
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerL ul li {
        margin-right: 100px;
        white-space: nowrap
    }

    .np_nav_footer .footer_wrapper .footerL ul li .title {
        color: #eef0f6;
        font-size: 16px;
        margin-bottom: 25px
    }

    .np_nav_footer .footer_wrapper .footerL ul li .text {
        color: #e8ebf4;
        font-size: 14px;
        margin-bottom: 8px
    }

    .np_nav_footer .footer_wrapper .footerL ul li:last-of-type {
        margin-right: 0
    }

    .np_nav_footer .footer_wrapper .footerL .footerB {
        margin-top: 25x
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p:first-of-type {
        color: #e8ebf4;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p:nth-of-type(2) {
        margin-bottom: 15px;
        width: 94px
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p.ca_footer_pic:nth-of-type(2) {
        width: 200px;
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p:nth-of-type(2) img {
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p:nth-of-type(3) {
        color: #e8ebf4;
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 8px
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p:nth-of-type(4) {
        color: #e8ebf4;
        font-size: 11px;
        font-weight: 700
    }

    .np_nav_footer .footer_wrapper .footerR {
        margin-left: 60px
    }

    .np_nav_footer .footer_wrapper .footerR p:first-of-type {
        color: #e8ebf4;
        font-size: 18px;
        margin-bottom: 10px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(2) {
        color: #e8ebf4;
        font-size: 22px;
        margin-bottom: 24px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(3) {
        margin-bottom: 35px;
        width: 76px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(3) img {
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(4) {
        color: #e8ebf4;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) {
        display: flex;
        flex-direction: row
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) a {
        height: 30px;
        margin-right: 10px;
        position: relative;
        width: 30px
    }

    .np_nav_footer .footer_wrapper .footerR p.ca_footer_follow:nth-of-type(5) a {
        height: 40px;
        width: 40px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) a img {
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) .weixin_hover:after {
        background-image: url(../img/scode.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: 0;
        content: "";
        display: none;
        height: 76px;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 115%);
        width: 76px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) .weixin_hover_ca:after {
        background-image: url(../img/footerCa_8.webp);
        width: 472px;
        height: 160px;
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) .weixin_hover:hover:after {
        display: block
    }

    .footerR_y {
        display: none
    }
}

@media (max-width:1249px) {
    .np_nav_footer {
        background: #535459;
        color: #fff;
        padding-bottom: 130px;
        width: 100%
    }

    .np_nav_footer .footer_wrapper {
        height: 100%;
        margin: 0 auto;
        padding-top: 40px;
        width: 90%
    }

    .np_nav_footer .footer_wrapper .footerL {
        height: -moz-fit-content;
        height: fit-content;
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerL ul {
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerL ul li {
        border-bottom: 1px solid hsla(0, 0%, 100%, .5);
        margin-bottom: 25px;
        white-space: nowrap
    }

    .np_nav_footer .footer_wrapper .footerL ul li .hidden_ftext {
        display: none;
        padding-left: 10px;
        transform: scaleY(0);
        transition: transform .3s cubic-bezier(.19, .17, .87, .86)
    }

    .np_nav_footer .footer_wrapper .footerL ul li .text_active {
        display: block;
        transform: scaleY(1)
    }

    .np_nav_footer .footer_wrapper .footerL ul li .title {
        color: #eef0f6;
        display: flex;
        flex-direction: row;
        font-size: 16px;
        justify-content: space-between;
        margin-bottom: 25px
    }

    .np_nav_footer .footer_wrapper .footerL ul li .text {
        color: #e8ebf4;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 8px
    }

    .np_nav_footer .footer_wrapper .footerL ul li:last-of-type {
        margin-right: 0
    }

    .np_nav_footer .footer_wrapper .footerL .footerR_y {
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerL .footerR_y .footerR_y1 {
        color: #e8ebf4;
        display: flex;
        flex-direction: row;
        font-size: 14px;
        margin-bottom: 20px
    }

    .np_nav_footer .footer_wrapper .footerL .footerR_y .footerR_y1 p:first-of-type {
        margin-right: 20px
    }

    .np_nav_footer .footer_wrapper .footerL .footerR_y .footerR_y2w {
        align-items: flex-end;
        color: #e8ebf4;
        display: flex;
        flex-direction: row;
        font-size: 12px;
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerL .footerR_y .footerR_y2w .footerR_y2 {
        margin-right: 20px;
        width: 76px
    }

    .np_nav_footer .footer_wrapper .footerL .footerR_y .footerR_y2w .footerR_y2 img {
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerL .footerR_y .footerR_y2w .footerR_y3 {
        width: calc(100% - 96px)
    }

    .np_nav_footer .footer_wrapper .footerL .footerR_y .footerR_y2w .footerR_y3 p:first-of-type {
        margin-bottom: 10px
    }

    .np_nav_footer .footer_wrapper .footerL .footerR_y .footerR_y2w .footerR_y3 p {
        display: flex;
        flex-direction: row
    }

    .np_nav_footer .footer_wrapper .footerL .footerR_y .footerR_y2w .footerR_y3 a {
        margin-right: 8px
    }

    .np_nav_footer .footer_wrapper .footerL .footerB {
        margin-top: 25px
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p:first-of-type {
        color: #e8ebf4;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p:nth-of-type(2) {
        margin-bottom: 15px;
        width: 94px
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p.ca_footer_pic:nth-of-type(2) {
        width: 200px;
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p:nth-of-type(2) img {
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p:nth-of-type(3) {
        color: #e8ebf4;
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 8px
    }

    .np_nav_footer .footer_wrapper .footerL .footerB p:nth-of-type(4) {
        color: #e8ebf4;
        font-size: 11px;
        font-weight: 700
    }

    .np_nav_footer .footer_wrapper .footerR {
        margin-left: 60px
    }

    .np_nav_footer .footer_wrapper .footerR p:first-of-type {
        color: #e8ebf4;
        font-size: 18px;
        margin-bottom: 10px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(2) {
        color: #e8ebf4;
        font-size: 22px;
        margin-bottom: 24px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(3) {
        margin-bottom: 35px;
        width: 76px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(3) img {
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(4) {
        color: #e8ebf4;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) {
        display: flex;
        flex-direction: row
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) a {
        height: 30px;
        margin-right: 10px;
        width: 30px
    }

    .np_nav_footer .footer_wrapper .footerR p.ca_footer_follow:nth-of-type(5) a {
        height: 40px;
        width: 40px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) a img {
        width: 100%
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) .weixin_hover:after {
        background-image: url(../img/scode.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: 0;
        content: "";
        display: none;
        height: 76px;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 115%);
        width: 76px
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) .weixin_hover_ca:after {
        background-image: url(../img/footerCa_8.webp);
        width: 472px;
        height: 160px;
    }

    .np_nav_footer .footer_wrapper .footerR p:nth-of-type(5) .weixin_hover:hover:after {
        display: block
    }

    .footerR {
        display: none
    }
}
