@media screen and (max-width: 1000px) {
    #app.allp {
        /* width:100vw; */
        /* height:100vh; */
        overflow: hidden;
    }

    .header.open {
        overflow: auto;
        height: 100%;
    }

        .header.open .top {
            opacity: 1;
            visibility: visible;
        }

        .header.open .header-content {
            opacity: 1;
            visibility: visible;
        }

        .header.open:before {
            opacity: 1;
            visibility: visible;
        }

    .header {
        display: flex;
        flex-direction: column;
        height: 0;
    }

        .header:before {
            content: '';
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: var(--primary);
            transition: all 0.3s linear;
            opacity: 0;
            visibility: hidden;
        }

        .header .phone_top {
            display: flex;
            justify-content: space-between;
            width: 100%;
            height: 1.05rem;
            align-items: center;
            font-size: 0.14rem;
            padding-left: 0.2rem;
            background: linear-gradient(180deg, #000000b3, transparent);
            transition: all 0.3s linear;
            position: fixed;
            top: 0;
            z-index: 999;
            border-top: 2px solid rgb(148, 7, 10);
        }

            .header .phone_top .logo {
                width: 2.8rem;
                height: 0.7rem;
                background-image: var(--image-bgUrl);
                flex-shrink: 0;
                background-size: 100% 100%;
            }

            .header .phone_top .menu {
                width: 25px;
                height: 100%;
                position: relative;
                margin-right: 0.15rem;
                background: #94070a;
                background: linear-gradient(169deg, #94070a, #e32327);
                width: 1rem;
                margin: 0;
                display: flex;
                align-items: center;
                flex-direction: column;
                justify-content: center;
            }

                .header .phone_top .menu i {
                    height: 2px;
                    background: #fff;
                    width: 0.5rem;
                    border-radius: 1px;
                    transition: all 0.3s linear;
                    margin: 3.5px 0;
                }


                    .header .phone_top .menu i:nth-child(1) {
                        /* position: absolute; */
                        left: 0px;
                        /* margin-top: 2px; */
                    }

                    .header .phone_top .menu i:nth-child(2) {
                        /* position: absolute; */
                        left: 0px;
                        /* margin-top: 11px; */
                    }

                    .header .phone_top .menu i:nth-child(3) {
                        /* position: absolute; */
                        left: 0px;
                        /* margin-top: 20px; */
                    }

        .header.open .phone_top .menu i:nth-child(2) {
            opacity: 0;
            transform: translateX(40px);
        }

        .header.open .phone_top .menu i:nth-child(1) {
            transform: rotate(45deg) translateY(0.24rem);
            margin-left: 0.26rem;
        }

        .header.open .phone_top .menu i:nth-child(3) {
            transform: rotate(-45deg) translateY(-0.24rem);
            margin-left: 0.26rem;
        }

        .header.animate-header .phone_top {
            background: #fff;
        }

            .header.animate-header .phone_top .menu i {
                /* background: #333; */
            }

        .header .top {
            margin: 0;
            order: 1;
            flex-direction: column;
            align-items: self-start;
            padding: 0;
            opacity: 0;
            visibility: hidden;
            background: none;
        }

            .header .top .content {
                flex-wrap: wrap;
                border-bottom: 1px solid rgba(255,255,255,0.2);
                padding: 0.2rem 0;
                padding-right: 0.2rem;
            }

                .header .top .content li {
                    margin: 0;
                }

                .header .top .content .icon {
                    width: 0.26rem;
                    height: 0.26rem;
                    margin-right: 0.1rem;
                }

                .header .top .content li:before, .header .top .content li.line {
                    display: none;
                }

                .header .top .content a {
                    font-size: 0.26rem;
                    opacity: 0.8;
                    line-height: 0.5rem;
                    padding-left: 0.5rem;
                }

            .header .top.animate-top {
                margin-top: 0;
            }

        .header .header-content {
            order: 0;
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 0;
            background: none !important;
            box-shadow: none !important;
            height: auto;
            padding-top: 1.05rem;
            opacity: 0;
            visibility: hidden;
        }

        .header .header-logo {
            display: none;
        }

        .header .header-content .bottom {
            width: 100%;
        }

            .header .header-content .bottom .g-nav {
                /* height: 100%; */
                width: 100%;
                margin: 0;
                flex-direction: column;
                justify-content: flex-start;
                text-shadow: none;
            }

                .header .header-content .bottom .g-nav li {
                    width: 100%;
                    text-align: left;
                    padding-top: 0;
                    border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
                }


                .header .header-content .bottom .g-nav a {
                    font-size: 0.36rem;
                    line-height: 1rem;
                    padding-left: 0.5rem;
                    position: relative;
                    text-align: left;
                }

                .header .header-content .bottom .g-nav li i {
                    position: absolute;
                    height: 1rem;
                    right: 0;
                    top: 0;
                    width: 5rem;
                    /* background:#fff; */
                    font-style: normal;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    padding-right: 0.4rem
                }

                    .header .header-content .bottom .g-nav li i:before {
                        content: '';
                        width: 0;
                        height: 0;
                        border-left: 0.16rem solid transparent;
                        border-right: 0.16rem solid transparent;
                        border-top: 0.16rem solid #fff;
                        transition: all 0.3s linear;
                    }

                .header .header-content .bottom .g-nav li.on .children {
                    display: flex !important;
                }

                .header .header-content .bottom .g-nav li.on i:before {
                    transform: rotate(180deg);
                }

                .header .header-content .bottom .g-nav .children {
                    flex-wrap: wrap;
                    flex-direction: row;
                    border: 0;
                    padding-bottom: 0.2rem;
                    justify-content: flex-start;
                    display: none !important;
                    opacity: 1 !important;
                    visibility: visible !important;
                    position: relative;
                }

                    .header .header-content .bottom .g-nav .children a {
                        background: none;
                        color: #fff;
                        opacity: 0.8;
                        font-size: 0.28rem;
                        line-height: 0.7rem;
                        min-width: 25%;
                        padding-left: 0.5rem;
                    }

                    .header .header-content .bottom .g-nav .children.jxjg_lj {
                        background: none;
                        width: 100%;
                        padding: 0;
                        padding-bottom: 0.2rem;
                    }

                        .header .header-content .bottom .g-nav .children.jxjg_lj a {
                            width: auto;
                        }

        .header.animate-header .header-content .g-nav a {
            color: #fff;
        }

    @keyframes header {

        40%, 100% {
            text-shadow: none;
            --image-bgUrl: url('../imgs/header_logo.png');
        }
    }

    .container {
        margin-top: 0;
    }

    .mySwiper1 .swiper-slide a {
        height: 3.5rem;
    }

    .mySwiper1 .swiper-pagination-bullet {
        margin-right: 0.1rem !important;
        font-size: 0.2rem;
    }

    .mySwiper1 .swiper-slide a p {
        right: 0;
        width: 4.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news_c1 {
        height: 44rem;
    }

    .news_c2 {
        height: 26rem;
        margin-top: 0.4rem;
    }

    .news_c3 {
        height: 21rem;
    }

    .szjd-content {
        width: 100%;
        background: url(../imgs/szjd_bg.png) center -0.9rem / 8.97rem 12.75rem no-repeat;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-bottom: 0;
    }

    .container .title p {
        font-size: 0.4rem;
    }

    .szjd-content .title h1 {
        font-size: 0.5rem
    }

    .szjd-content .icons a {
        width: 33.33%;
        margin-top: 0.6rem;
    }

    .szjd-content .icons {
        flex-wrap: wrap;
    }

        .szjd-content .icons a div {
            width: 1.5rem;
            height: 1.5rem;
        }

        .szjd-content .icons a p {
            font-size: 0.24rem;
            padding: 0 0.2rem;
        }

            .szjd-content .icons a p span {
                font-size: 0.36rem;
                margin-right: 0.08rem
            }

    .szjd-content .bd {
        margin-left: 0.1rem;
        margin-right: 0.1rem;
        position: relative;
        overflow: hidden;
        height: 2.3rem;
        padding-top: 0.4rem;
    }

    .szjd-content .no-more .swiper-slide {
        flex: none;
    }

    .szjd-content .swiper-slide {
        font-size: 0.3rem
    }

        .szjd-content .swiper-slide:after {
            height: 1rem
        }

        .szjd-content .swiper-slide:nth-child(3n+0):after {
            display: none;
        }

        .szjd-content .swiper-slide .value b {
            font-size: 0.4rem
        }

        .szjd-content .swiper-slide .value span {
            font-size: 0.24rem
        }

        .szjd-content .swiper-slide p {
            font-size: 0.24rem
        }

        .szjd-content .swiper-slide h1 {
            font-size: 0.3rem
        }

    .enroll-student {
        margin-top: 0.3rem;
        flex-direction: column;
        width: 92%;
    }

        .enroll-student .enroll-student-video {
            /* display: none; */
            width: 100%;
        }

        .enroll-student .enroll-student-content {
            width: 100%;
            margin: auto;
            height: auto;
            background: #f2f3f9;
            padding: 0.4rem 0;
        }

            .enroll-student .enroll-student-content a {
                width: 65%;
                font-size: 0.36rem;
                font-weight: 400;
                border: 0;
            }

                .enroll-student .enroll-student-content a img {
                    width: 0.3rem;
                    height: auto;
                }

    .yxjd-content {
        margin-top: 1rem;
    }

        .yxjd-content .title h1 {
            font-size: 0.5rem;
        }

        .yxjd-content .yxjd-bd {
            display: flex;
            flex-direction: column;
            width: 100%;
            position: relative;
            height: auto;
            padding: 0;
            overflow: HIDDEN;
        }

        .yxjd-content .yxjd-item {
            width: 92%;
            height: 4.8rem;
            position: relative;
            flex: auto;
            margin: 0 auto;
        }

            .yxjd-content .yxjd-item .swiper-slide {
                width: 100% !important;
                height: 4rem !important;
            }

            .yxjd-content .yxjd-item a {
                width: 100%;
                height: 100%;
            }

                .yxjd-content .yxjd-item a.l1 {
                    width: 100%;
                    height: 100%;
                }

        .yxjd-content .yxjd-qiuzi {
            margin-top: 0.2rem;
            width: 100%;
            height: 4.8rem;
            padding: 0.3rem;
        }

            .yxjd-content .yxjd-qiuzi h1 {
                font-size: 0.4rem
            }

    .sjmt-content {
        margin-top: 1rem;
    }

        .sjmt-content .title {
            width: 100%;
            justify-content: center;
            text-align: center;
            padding-bottom: 0.5rem;
        }

            .sjmt-content .title h1 {
                font-size: 0.5rem;
            }

        .sjmt-content .sjmt {
            height: auto;
            padding: 0;
        }

            .sjmt-content .sjmt li {
                width: 100% !important;
                height: 4rem;
                margin-bottom: 0;
            }

            .sjmt-content .sjmt .nook h5 {
                font-size: 0.26rem
            }

            .sjmt-content .sjmt .nook span {
                font-size: 0.26rem
            }

            .sjmt-content .sjmt .nook p {
                font-size: 0.32rem;
                border-width: 0.1rem
            }

                .sjmt-content .sjmt .nook p img {
                    height: 0.36rem
                }

    .container .common-link-content {
        width: 92%;
    }

        .container .common-link-content h1 {
            text-align: center;
            font-size: 0.5rem;
        }

        .container .common-link-content .links ul {
            display: flex;
            justify-content: space-between;
            width: 94%;
            margin: 0 auto;
        }

        .container .common-link-content .links li {
            width: 2.87rem;
            padding: 0;
        }

            .container .common-link-content .links li a {
                font-size: 0.32rem;
                line-height: 1rem;
            }

    footer {
        margin-top: 1.5rem;
    }

        footer .ewm {
            width: 92%;
            justify-content: space-around;
            font-size: 0.24rem;
            margin-top: -2.1rem;
        }

            footer .ewm > div {
                margin: 0;
                color: #e7b5b5;
            }

            footer .ewm img {
                width: 2rem;
                height: 2rem;
            }

        footer .content {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-width: 1px;
        }

            footer .content .logo {
                width: 4rem;
                margin: 0.6rem 0;
            }

            footer .content .right-content .xx {
                justify-content: center;
                justify-content: space-evenly;
                width: 5rem;
            }

            footer .content .right-content a {
                font-size: 0.24rem;
                margin: 0;
            }

            footer .content .right-content .xx a img {
                width: 0.3rem
            }

            footer .content .right-content .residue {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                footer .content .right-content .residue a {
                    margin-top: 0.2rem
                }

        footer .ban {
            width: 92%;
            display: flex;
            flex-direction: column;
            font-size: 0.24rem;
            padding: 0.3rem 0;
        }

            footer .ban p {
                opacity: 0.36;
                margin-bottom: 0.2rem
            }

    /*单篇正文*/
    .bannerNy .infoName {
        height: 3.5rem;
    }

    .bannerNy .local_bg {
        width: 60%;
        left: 40%;
    }

    .bannerNy .local {
        font-size: 0.26rem;
        right: 0.3rem;
    }

    .w14 {
        width: 100%;
    }

    .sub_nav h5 {
        font-size: 0.3rem;
        width: 2rem;
        position: absolute;
        margin-top: -1.2rem;
    }

    .sub_content_title {
        font-size: 0.5rem;
        text-align: center;
        padding-bottom: 0.3rem;
    }

    .sub_nav {
        float: none;
        width: auto;
        margin: 0;
    }

        .sub_nav ul {
            overflow: auto;
            white-space: nowrap;
            font-size: 0;
        }

            .sub_nav ul li {
                display: inline-block;
                border: 0;
                border-bottom: 2px solid #eee;
            }

                .sub_nav ul li a {
                    text-indent: 0;
                    padding: 0 0.2rem;
                    font-size: 0.26rem;
                }

    .sub_content {
        float: none;
        width: 100%;
        padding: 0.3rem;
    }

        .sub_content .content p {
            font-size: 0.34rem !important;
            line-height: 0.6rem !important;
            color: #1d1d22;
            margin-top: 0.3rem;
        }

        .sub_content .content table td {
            width: auto !important;
            border: 1px solid #d7d2d2 !important;
        }

            .sub_content .content table td p {
                font-size: 0.24rem !important;
                line-height: 1.4 !important;
                padding: 0.06rem 0.02rem;
            }

        .sub_content .content video {
            width: 100% !important;
            height: auto !important;
        }

    .xleader ul li {
        justify-content: flex-start !important;
    }

        .xleader ul li h3 {
            white-space: nowrap;
        }

        .xleader ul li p {
            justify-content: space-between !important;
        }

            .xleader ul li p a {
                margin: 0 !important;
            }

    .ul-links li {
        width: 100%;
        margin: 0.1rem 0;
    }

        .ul-links li a {
            font-size: 0.26rem
        }

    .organizaBox {
        width: 100%;
    }

    .yxszBox .yxszTitle img {
        margin: 0;
        margin-bottom: -28px;
    }

    .yxszBox .yxszCon {
        display: none;
    }

        .yxszBox .yxszCon.phone {
            display: block !important;
            margin: 0;
        }

            .yxszBox .yxszCon.phone::before {
                left: 35px;
                /* top: -50px; */
            }

            .yxszBox .yxszCon.phone .setR {
                width: 89%;
                margin-left: 34px;
            }

        .yxszBox .yxszCon .setR > div ul {
            margin-left: 0
        }

        .yxszBox .yxszCon::after {
            left: 35px;
            bottom: -10px;
        }

    .organizaBox .zms .md {
        margin-left: 0;
    }
}
