.header {
    width: 100%;
    height: 1rem;
    background: url('../img/head.png') no-repeat;
    padding: 0 0.2rem;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header_logo {
    width: 4.7rem;
    height: 1rem;
    display: flex;
    align-items: center;
}

    .header_logo > img:first-child {
        width: 0.8rem;
        height: 0.7rem;
    }

    .header_logo > img:last-child {
        width: 4rem;
        height: 0.6rem;
    }

.toggle_nav i {
    color: #fff;
    font-size: 0.4rem;
}

.header_nav_toggle {
    position: fixed;
    top: 1rem;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: 1999;
    transition: all .5s;
}

    .header_nav_toggle > div {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
    }

    .header_nav_toggle ul {
        position: absolute;
        right: 0;
        width: 0rem;
        height: 100%;
        background: #fff;
        z-index: 200;
    }

        .header_nav_toggle ul > li {
            width: 100%;
            height: 1rem;
            border-bottom: 1px solid #eeeeee;
            line-height: 1rem;
            text-align: center;
        }

            .header_nav_toggle ul > li a {
                display: block;
                width: 100%;
                height: 100%;
                line-height: 1rem;
                text-align: center;
            }

page_img_news {
    width: 100%;
    padding: 13px;
    box-sizing: border-box;
}

.page_img_news .swiper-container {
    width: 100%;
    height: 4.8rem;
}

.page_img_news a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

    .page_img_news a img {
        width: 100%;
        height: 100%;
    }

    .page_img_news a p {
        width: 100%;
        height: 0.8rem;
        padding: 0 0.2rem;
        padding-right: 1.5rem;
        overflow: hidden;
        line-height: 0.82rem;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 9;
        bottom: 0;
        color: #fff;
        box-sizing: border-box;
        font-size: 0.3rem
    }

.page_img_news .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.08rem;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.page_img_news .swiper-pagination-bullet-active {
    background: #b51f1c;
    color: #fff;
}

.page_img_news .swiper-pagination {
    text-align: right;
    padding: 0 10px;
    box-sizing: border-box;
    bottom: 0.24rem;
}

.pages_ {
    width: 100%;
    padding: 0.2rem;
    background: #f4f4f4;
    overflow: hidden;
    padding-bottom: 1.2rem;
}

.pages_s {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 0.2rem;
    background: #f4f4f4;
    overflow: hidden;
    padding-bottom: 1.2rem;
}

.page_news {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-top: 0.2rem;
    overflow: hidden;
}

.pages_toggle_head {
    height: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0.36rem;
}

    .pages_toggle_head > div {
        margin: 0 0.4rem;
        line-height: 1rem;
    }

.page_news_active {
    font-weight: bold;
    color: #c72b29;
    position: relative;
}

    .page_news_active::before {
        width: 0.4rem;
        height: 0.04rem;
        background: #c72b29;
        position: absolute;
        content: "";
        display: block;
        bottom: -0.1rem;
        left: 50%;
        margin-left: -0.2rem;
    }

.pages_toggle_box > ul {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

    .pages_toggle_box > ul > li {
        width: 100%;
        border-bottom: 1px dashed #eeeeee;
    }

        .pages_toggle_box > ul > li > a {
            display: flex;
            height: 0.8rem;
            align-items: center;
            justify-content: space-between;
            text-decoration: none;
        }

            .pages_toggle_box > ul > li > a > span:first-child {
                width: 5.2rem;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

.pages_news_title {
    font-size: 0.3rem;
    color: #313131;
}

.pages_news_time {
    font-size: 0.24rem;
    color: #999999;
}

.more_btns {
    width: 1.6rem;
    height: 0.6rem;
    border: 1px solid #b51f1c;
    color: #b51f1c;
    text-align: center;
    line-height: 0.6rem;
    margin: 0.5rem auto;
    display: block;
    border-radius: 3px;
}

.nav_ul {
    width: 100%;
    background: #fff;
    margin-top: 0.2rem;
}

    .nav_ul > ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

        .nav_ul > ul > li {
            width: 25%;
            text-align: center;
            padding: 0.4rem 0 0.2rem 0;
        }

            .nav_ul > ul > li a {
                display: block;
                width: 100%;
            }

            .nav_ul > ul > li img {
                width: 1.1rem;
                height: 1.1rem;
            }

            .nav_ul > ul > li p {
                font-size: 0.24rem;
                color: #313131;
                margin-top: 0.2rem;
            }

.zy_box {
    width: 100%;
    margin-top: 0.2rem;
    background: #fff;
    padding-bottom: 0.6rem;
    box-shadow: 1px 1px 1px #eeeeee;
}

.zy_title {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    position: relative;
}

    .zy_title::before {
        width: 0.4rem;
        height: 0.05rem;
        background: #c72b29;
        position: absolute;
        content: "";
        display: block;
        bottom: 0.1rem;
        left: 50%;
        margin-left: -0.2rem;
    }

.lm_swiper {
    width: 100%;
    padding: 0.21rem;
    box-sizing: border-box;
    height: 2rem;
    overflow: hidden;
}

#swiper_lm {
    width: 100%;
    overflow: inherit;
}

    #swiper_lm .swiper-slide {
        width: 100% !important;
    }

    #swiper_lm a {
        display: block;
        width: 100% 100% !important;
    }

        #swiper_lm a img {
            width: 100% !important;
        }

    #swiper_lm .swiper-pagination {
        bottom: -0.4rem;
    }

    #swiper_lm .swiper-pagination-bullet-active {
        background: #b51f1c;
    }

.footer {
    width: 100%;
    background: #fff;
    height: 1.1rem;
    position: fixed;
    bottom: 0;
    z-index: 2000;
    border-top: 1px solid #eeeeee;
}

.footer_nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

    .footer_nav > li {
        text-align: center;
        padding: 0.1rem 0 0 0;
    }

        .footer_nav > li img {
            width: 0.48rem;
        }

        .footer_nav > li p {
            font-size: 0.24rem;
        }

.back_title {
    width: 100%;
    height: 1rem;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

    .back_title i {
        font-size: 0.5rem;
        color: #595959;
    }

    .back_title > div:first-child {
        width: 0.5rem
    }

    .back_title > div:nth-child(2) {
        font-size: 0.36rem;
        color: #313131;
    }

    .back_title > div:last-child {
        width: 0.5rem
    }

.page_bg {
    width: 100%;
    height: 2.8rem;
}

    .page_bg img {
        width: 100%;
        height: 2.8rem;
    }

.dj_list {
    width: 100%;
    background: #fff;
    padding-bottom: 1.2rem;
}

    .dj_list > ul {
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

        .dj_list > ul > li {
            width: 100%;
            height: 1rem;
            line-height: 1rem;
            border-bottom: 1px solid #eeeeee;
            position: relative;
            padding-left: 0.2rem;
            box-sizing: border-box;
            font-size: 0.3rem;
            color: #313131;
        }

            .dj_list > ul > li::after {
                position: absolute;
                width: 0.1rem;
                height: 0.1rem;
                background: #b51f1c;
                top: 0.43rem;
                left: 0;
                content: "";
                display: block;
            }

.head_nav {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-bottom: 1px dashed #eeeeee;
}

.swiper_active::after {
    content: "";
    display: block;
    width: 100%;
    border: 1px solid #b51f1c;
    position: absolute;
    bottom: 0rem;
}

.swiper_active a {
    color: #b51f1c !important;
}

.article_p {
    padding: 0.2rem;
    box-sizing: border-box;
    color: #595959;
    line-height: 0.5rem;
}

.student_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.2rem;
    box-sizing: border-box;
    padding-top: 0.2rem;
}

    .student_list > li {
        width: 49%;
        margin-bottom: 0.3rem;
    }

        .student_list > li img {
            width: 100%;
        }

        .student_list > li a {
            display: block;
            width: 100%;
        }

        .student_list > li p {
            line-height: 0.6rem;
            color: #313131;
            font-size: 0.3rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.news_list {
    width: 100%;
    background: #fff;
    padding-bottom: 1.2rem;
}

    .news_list > ul {
        width: 100%;
        box-sizing: border-box;
    }

        .news_list > ul > li {
            width: 100%;
            border-bottom: 1px solid #eeeeee;
            position: relative;
            padding: 0 0.2rem;
            box-sizing: border-box;
            font-size: 0.3rem;
            color: #313131;
        }

            .news_list > ul > li a {
                width: 100%;
                height: 0.8rem;
                line-height: 0.8rem;
                display: flex;
                justify-content: space-between;
            }

                .news_list > ul > li a > span:first-child {
                    display: block;
                    width: 5.5rem;
                    font-size: 0.3rem;
                    color: #313131;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                .news_list > ul > li a > span:last-child {
                    font-size: 0.24rem;
                    color: #999999;
                }

.just_center {
    justify-content: center;
}

    .just_center .swiper-slide {
        margin: 0 0.4rem;
    }

.detail_box {
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
}

.detil_title {
    width: 100%;
    font-size: 0.3rem;
    color: #313131;
}

.detail_time {
    font-size: 0.24rem;
    color: #999999;
    margin: 0.1rem 0 0.3rem 0;
}

article {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 1rem;
    padding: 0 0.1rem 1rem 0.1rem;
}

    article table {
        border: 1px solid #e7e7e7;
        border-collapse: collapse;
    }

        article table td {
            border: 1px solid #e7e7e7;
        }

    article img {
        max-width: 100%;
    }

    article p {
        box-sizing: border-box;
        padding: 0 0.2rem !important;
    }

.servise_list {
    width: 100%;
}

.detail_article p {
    padding: 0 !important;
}

.servise_list > li {
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}

    .servise_list > li a {
        width: 100%;
        display: flex;
    }

.shoool_box {
    padding-bottom: 1.2rem;
}

.sercice_img {
    width: 2.5rem;
    height: 1.6rem;
}

    .sercice_img img {
        width: 2.5rem;
        height: 1.6rem;
    }

.sercice_msg {
    width: 5rem;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
}

    .sercice_msg > p:first-child {
        font-size: 0.3rem;
        color: #313131;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .sercice_msg > p:last-child {
        width: 100%;
        line-height: 0.4rem;
        font-size: 0.24rem;
        color: #999999;
        margin-top: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

.video_list {
    width: 100%;
    box-sizing: border-box;
}

    .video_list > li {
        width: 100%;
        text-align: center;
        margin-bottom: 0.2rem;
        background: #fff;
        padding: 0.2rem;
        position: relative;
    }

        .video_list > li > a {
            position: relative;
            display: block;
            width: 100%;
            height: 4rem;
        }

            .video_list > li > a > img:first-child {
                width: 100%;
                height: 4rem;
            }

.video_paly {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 4rem;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
}

    .video_paly > img {
        position: absolute;
        width: 1rem;
        height: 1rem;
        top: 50%;
        margin-top: -0.5rem;
        left: 50%;
        margin-left: -0.5rem;
    }

.video_list > li video {
    width: 100%;
    height: 4rem;
    object-fit: fill;
}

.video_list > li p {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
}

    .video_list > li p a {
        font-size: 0.3rem;
        box-sizing: border-box;
    }

.video_box {
    width: 100%;
    height: 4rem;
    position: relative;
}

.video_play {
    width: 100%;
    height: 4rem;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 4rem;
}

    .video_play i {
        font-size: 0.8rem;
        color: #fff;
    }

.form—fround {
    width: 100%;
    padding: 0.3rem 0.2rem 0.2rem 0.2rem;
    box-sizing: border-box;
}

    .form—fround label {
        width: 100%;
        display: block;
        font-size: 0.32rem;
        color: #313131;
    }

    .form—fround input {
        width: 100%;
        height: 0.8rem;
        background: #eeeeee;
        border: 0;
        margin-top: 0.3rem;
        border-radius: 0.05rem;
        padding-left: 0.2rem;
        box-sizing: border-box;
    }

.comfig {
    width: 100%;
    margin: 1.5rem auto;
    height: 0.8rem;
    background: #b51f1c;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 0.3rem;
}

.comfigs {
    width: 6.45rem;
    display: block;
    margin: 1rem auto;
    height: 0.8rem;
    background: #b51f1c;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 0.3rem;
}

.form—frounds {
    width: 6.45rem;
    margin: 0 auto;
    border: 1px solid #eeeeee;
    margin-top: 0.3rem;
    border-radius: 0.05rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

    .form—frounds label {
        width: 1.2rem;
        color: #595959;
    }

    .form—frounds input {
        width: 5rem;
        height: 0.8rem;
        border: 0;
        border-radius: 0.05rem;
        padding-left: 0.2rem;
        box-sizing: border-box;
    }

    .form—frounds textarea {
        width: 5rem;
        height: 2rem;
        border: 0;
        border-radius: 0.05rem;
        padding: 0.2rem;
        box-sizing: border-box;
    }

.form_verity_num {
    width: 6.45rem;
    margin: 0.3rem auto;
    display: flex;
    justify-content: space-between;
}

    .form_verity_num .form—frounds {
        width: 3.5rem;
        margin: 0;
    }

        .form_verity_num .form—frounds label {
            width: 1.2rem;
            color: #595959;
        }

        .form_verity_num .form—frounds input {
            width: 2rem;
            height: 0.8rem;
            border: 0;
            border-radius: 0.05rem;
            padding-left: 0.2rem;
            box-sizing: border-box;
        }

    .form_verity_num .form—frounds_num {
        width: 2.5rem;
        border: 1px solid #eeeeee;
        border-radius: 0.05rem;
        padding-left: 0.2rem;
        box-sizing: border-box;
    }

.red {
    color: #b51f1c;
}

.page_img_contact {
    width: 100%;
    height: 3.5rem;
}

    .page_img_contact > img {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

.contact_msg_box {
    width: 100%;
    height: 11rem;
    position: relative;
    background: #eeeeee;
    padding-bottom: 1.4rem;
    box-sizing: border-box;
}

.contact_msg {
    position: absolute;
    width: 100%;
    top: -0.65rem;
}

    .contact_msg > li {
        width: 7.1rem;
        margin: 0 auto;
        height: 1rem;
        background: #fff;
        margin-bottom: 0.3rem;
        display: flex;
        justify-content: space-between;
        padding: 0 0.2rem;
        align-items: center;
        border-radius: 4px;
    }

        .contact_msg > li > span:last-child {
            color: #595959;
            font-size: 0.24rem;
        }

        .contact_msg > li > span:first-child {
            color: #313131;
            font-size: 0.3rem;
        }

.map {
    width: 100%;
    height: 3.5rem;
    position: absolute;
    top: 5.7rem;
    margin: 0 auto;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.online_toggle {
    width: 100%;
    height: 1rem;
    line-height: 0.98rem;
    text-align: center;
    border: 1px solid #e7e7e7;
}

    .online_toggle a {
        margin: 0 0.2rem;
        /* padding: 14px 0; */
        width: 1.5rem;
        display: inline-block;
    }

.online_toggle_active {
    border-bottom: 2px solid #c72b29;
}

.online_toggl_box section {
    display: none;
}

.online_active {
    display: block !important;
}

.online_boxs {
    width: 100%;
}



.online_msg_box {
    width: 100%;
    padding: 0 0.2rem 1.2rem 0.2rem;
    box-sizing: border-box;
    margin: 0 auto;
}

    .online_msg_box li {
        width: 100%;
        border-radius: 5px;
        background: #e7e7e7;
        padding: 0.2rem;
        margin-bottom: 0.3rem;
    }

.online_name {
    width: 100%;
    line-height: 0.3rem;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.online_msg {
    line-height: 30px;
    font-size: 14px;
    color: #595959;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.online_time {
    color: #999999;
    font-size: 12px
}

.header_start_search {
    width: 100%;
}

.header_start_search {
    width: 6rem;
    height: 0.8rem;
    background: #fff;
    display: flex;
    align-items: center;
    margin: 0.2rem 0 0.3rem 0.2rem;
}

    .header_start_search input {
        width: 5rem;
        height: 100%;
        border: 0;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .header_start_search button {
        width: 1rem;
        height: 100%;
        border: 0;
        outline: none;
        cursor: pointer;
        padding: 5px 0;
        box-sizing: border-box;
    }
