.banner_n {
    position: relative;
}

.banner_n img,
.info_content_img_m {
    width: 100%;
}

.banner_n_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    font-family: Microsoft YaHei;
}

.banner_h3 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 8px;
}

.banner_p {
    margin-top: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 26px;
    letter-spacing: 3px;
}

.type_all {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    border: 1px solid #EBEBEB;
    background: white;
    position: relative;
    z-index: 2;
}

.type_one {
    margin: 0 30px;
    padding: 30px 0;
}

.type_one a {
    font-weight: 400;
    color: #5A5A5A;
}

.type_active a {
    font-weight: bold;
    color: #B50000 !important;
}

@media(min-width:1024px) {
    .b_m,
    .m_desc,
    .m_img {
        display: none;
    }
}

@media(max-width:1024px) {
    .b_pc,
    .pc_desc {
        display: none;
    }
    .b_m,
    .m_desc {
        display: block;
    }
    .banner_h3 {
        font-size: 1rem;
    }
    .banner_p {
        font-size: 0.58rem;
        margin-top: 0.725rem;
        line-height: normal;
    }
    .type_one {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        /* height: 2rem;
        line-height: 2rem; */
        height: 2.25rem;
        line-height: 2.25rem;
    }
    .type_all {
        padding: 0;
        justify-content: space-between;
        background-color: #F7F7F7;
        border: none;
    }
    .type_active {
        background: #B50000;
    }
    .type_one a {
        /* font-size: 0.6rem; */
    }
    .type_active a {
        color: white !important;
        font-weight: 400;
        /* font-size: 0.6rem; */
    }
}