.o_pc_header {
    background-color: white;
    color: black !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
    height: 83px;
}

.nav_a {
    color: #222222 !important;
}

.banner_o {
    margin-top: 83px;
    position: relative;
}

.l_text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #FFFFFF;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
}

.l_text_h3 {
    font-size: 48px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}

.l_text_p {
    font-size: 24px;
    line-height: 32px;
}

.banner_img_m {
    display: none;
}

.af_title {
    text-align: center;
    font-weight: 400;
    color: #333333;
    font-size: 36px;
    margin-top: 3vw;
}

.about_js_m,
.m_img,
.about_img_m,
.about_ry_m {
    display: none;
}


/*分页*/

.page_f {
    display: flex;
    justify-content: center;
}

.page_f div {
    border: 1px solid #EBEBEB;
    background-color: white;
    /* padding: 9px 14px; */
    font-size: 14px;
    color: #999999;
    margin-right: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.page_f div:last-child {
    margin-right: 0;
}

.active_this_page {
    background-color: #0096DB !important;
    color: white !important;
    border: none !important;
}

.banner_o img {
    width: 100%;
}

.o_title {
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.o_line {
    width: 50px;
    height: 4px;
    background: #0096DB;
    margin-top: 15px
}

@media(max-width:1024px) {
    .p_80 {
        padding: 30px 0;
    }
    .banner_img,
    .pc_img,
    .about_js_pc,
    .about_fa .swiper-button-next,
    .about_fa .swiper-button-prev,
    .about_img,
    .about_ry {
        display: none;
    }
    .m_img,
    .banner_img_m,
    .about_js_m,
    .about_img_m {
        width: 100%;
        display: block;
    }
    .banner_o {
        margin-top: 53px;
    }
    .banner_img {
        display: none;
    }
    .banner_img_m {
        display: block;
        width: 100%;
    }
    .l_text_h3,
    .af_title {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .l_text_p {
        font-size: 14px;
    }
    /*分页*/
    .page_f {
        margin-top: 30px;
    }
    /* .l_text {
        bottom: 10%;
    } */
}