.introduce {
    text-indent: 2em;
}

.mc_5li_copy {
    /*height: 408px;*/
    width: 25%;
}

/*.priImg {
    height: 353px;
}*/

.joinUs {
    text-indent: 2em;
    margin: 10px 0;
}

.titleCommonMarginStyle {
    margin: 40px 0 10px;
}
/*教师css*/
.titleStyle {
    font-size: 32px;
    text-align: center;
    margin: 40px auto 0;
    color: #7daf04;
    font-weight: bold;
}

.navUlCommonStyle {
    margin: 40px auto 40px;
    width: 200px;
    /*overflow: hidden;*/
    text-align: center;
}

    .navUlCommonStyle > li {
        width: 80px;
        font-size: 20px;
        line-height: 2vw;
        padding-bottom: 5px;
        float: left;
        cursor: pointer;
        margin: 0 10px;
        color: #666;
        font-family: "宋体";
    }

        .navUlCommonStyle > li:hover {
            border-bottom: 2px solid #7daf04;
        }

.navActiveClass {
    border-bottom: 2px solid #7daf04;
    color: #7daf04;
}

.tabContent {
    width: 76%;
    overflow: hidden;
    /*border: 2px solid;*/
    margin: 100px auto 40px;
}

.tab1 {
    overflow: hidden;
    font-size: 1.2vw;
}

.xz {
    float: left;
    width: 50%;
    height: 429.656px;
}

.xzimgDiv {
    float: right;
    width: 50%;
    height: 429.656px;
    overflow: hidden;
}

    .xzimgDiv > img {
        height: 100%;
    }

.titleWords {
    margin-bottom: 1vw;
    font-size: 1.4vw;
    margin-left: 30px;
    margin-top: 40px;
}

    .titleWords > span {
        font-size: 2.5vw;
        margin-right: 10px;
    }

.xz {
    color: #fff;
    background: #D36FB8;
    height: 429.656px;
}

    .xz > p:nth-child(2), .xz > p:nth-child(3) {
        font-size: 1.6vw;
        margin-left: 30px;
        margin-bottom: 10px;
    }

    .xz > p:nth-child(4) {
        text-indent: 2em;
        line-height: 2vw;
        margin-top: 1vw;
        font-size: 1.2vw;
        padding: 30px;
    }

.tab2 {
    overflow: hidden;
    font-size: 16px;
}

    .tab2 > li {
        width: 24%;
        text-align: center;
        border: 1px solid #999;
        float: left;
        margin-left: 1%;
        padding: 16px;
    }

        .tab2 > li:nth-child(4) ~ li {
            margin-top: 1vw;
        }

        .tab2 > li > img {
            /*height: 350px;*/
            margin-bottom: 1vw;
        }

        .tab2 > li > p:nth-child(2) {
            font-size: 1.5vw;
            margin: 0px auto 1vw;
            color: #7daf04;
            font-weight: bold;
        }

        .tab2 > li > p:nth-child(3) {
            font-weight: bold;
            font-size: 1.3vw;
            margin-bottom: 1vw;
        }

        .tab2 > li > p:nth-child(4) {
            margin-bottom: 7px;
        }

        .tab2 > li > p:nth-child(5) {
            margin-bottom: 7px;
        }

        .tab2 > li > p:nth-child(3) ~ p {
            font-size: 1vw;
        }

.recruitLastWords > span {
    display: block;
    margin-top: 14px;
    margin-left: 12px;
}

    .recruitLastWords > span:nth-child(2) ~ span {
        line-height: 26px;
    }

@media all and (max-width:991px) {
    .navUlCommonStyle > li {
        padding-bottom: 12px;
    }

    .tabContent {
        width: 92%;
    }

    .xz {
        float: none;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

        .xz .titleWords {
            font-size: 4vw;
            margin-bottom: 3vw;
        }

            .xz .titleWords span {
                font-size: 7vw;
            }

        .xz > p:nth-child(2), .xz > p:nth-child(3) {
            font-size: 4vw;
        }

        .xz > p:nth-child(4) {
            font-size: 4vw;
            line-height: 6vw;
        }

    .xzimgDiv {
        float: none;
        width: 100%;
        height: auto;
    }

        .xzimgDiv > img {
            height: auto;
        }

    .tab2 > li {
        width: 48%;
    }

        .tab2 > li:nth-child(2) ~ li {
            margin-top: 2vw;
        }

        .tab2 > li > p:nth-child(2) {
            font-size: 3vw;
        }

        .tab2 > li > p:nth-child(3) {
            font-size: 2vw;
        }

            .tab2 > li > p:nth-child(3) ~ p {
                font-size: 2vw;
            }
}

@media all and (max-width:400px) {
    .navUlCommonStyle > li {
        padding-bottom: 12px;
    }

    .tabContent {
        width: 92%;
    }

    .xz .titleWords {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

        .xz .titleWords span {
            font-size: 8vw;
        }

    .xz > p:nth-child(2), .xz > p:nth-child(3) {
        font-size: 5vw;
    }

    .xz > p:nth-child(4) {
        font-size: 4.2vw;
        line-height: 7vw;
    }

    .xzimgDiv {
        height: auto;
    }

        .xzimgDiv > img {
            height: auto;
        }
}
/*针对 教师照片的 响应式*/
@media all and (max-width:500px) {
    .tab2 > li {
        width: 99%;
    }

        .tab2 > li:nth-child(1) ~ li {
            margin-top: 2vw;
        }

        .tab2 > li > p:nth-child(2) {
            font-size: 6vw;
            margin-top: 3vw;
        }

        .tab2 > li > p:nth-child(3) {
            font-size: 5vw;
            margin-bottom: 3vw;
            margin-top: 3vw;
        }

            .tab2 > li > p:nth-child(3) ~ p {
                font-size: 4vw;
            }
}

@media all and (max-width:1000px) {
    .mc_5li_copy {
        width: 100%;
    }
}

/*关于我们二维码*/
.ft1_contact {
    position: relative;
}

    .ft1_contact img {
        position: absolute;
        top: 36px;
    }

        .ft1_contact img:nth-child(2) {
            left: 158px;
        }

.imgShow > img {
    width: 70%;
    margin-bottom: 30px;
}

.imgstyle {
    width: 70%!important;
    margin: 30px;
}

/* 2024招生指南 */
.wrap {
    width: 100%;
    overflow: hidden;
}

.title {
    /*margin-top: 43px;*/
    overflow: hidden;
    background: #EBF2FF;
}

    .title img {
        width: 170px;
        float: left;
        margin-left: 5vw;
    }

    .title > p {
        font-size: 5vw;
        float: left;
        margin-top: 4.3vw;
        margin-left: 3vw;
    }

.swiper-container {
    /*margin-top: 30px;*/
}

.swiper-slide > img {
    width: 100%;
    height: 500px;
}

.swiper-button-next, .swiper-button-prev {
    top: 220px;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
}

.swiper-wrapper {
    height: auto;
}

.sudo {
    text-align: center;
    font-size: 5vw;
    margin: 40px;
    border-bottom: 15px solid #EBF2FF;
    padding-bottom: 17px;
    animation: sudoAnimation 8s linear 2s infinite alternate;
    /* Firefox: */
    -moz-animation: sudoAnimation 8s linear 2s infinite alternate;
    /* Safari and Chrome: */
    -webkit-animation: sudoAnimation 8s linear 2s infinite alternate;
    /* Opera: */
    -o-animation: sudoAnimation 8s linear 2s infinite alternate;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

@keyframes sudoAnimation {
    0% {
        color: red;
    }

    25% {
        color: purple;
    }

    50% {
        color: lightyellow;
    }

    75% {
        color: blue;
    }

    100% {
        color: brown;
    }
}

@-moz-keyframes sudoAnimation {
    0% {
        color: red;
    }

    25% {
        color: purple;
    }

    50% {
        color: lightyellow;
    }

    75% {
        color: blue;
    }

    100% {
        color: brown;
    }
}

@-webkit-keyframes sudoAnimation {
    0% {
        color: red;
    }

    25% {
        color: purple;
    }

    50% {
        color: lightyellow;
    }

    75% {
        color: blue;
    }

    100% {
        color: brown;
    }
}

@-o-keyframes sudoAnimation {
    0%;

{
    color: red;
}

25% {
    color: purple;
}

50% {
    color: lightyellow;
}

75% {
    color: blue;
}

100% {
    color: brown;
}

}


.bankuai {
    margin-top: 15px;
    padding: 0 15px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .bankuai li {
        width: 49%;
        text-align: center;
        margin: 5px 0;
        background: #FF816C;
        list-style: none;
        border-radius: 100px;
        margin: 10px 0;
    }

        .bankuai li > a {
            display: block;
            font-size: 4.2vw;
            line-height: 2;
            color: #ffffff;
            line-height: 12vw;
            text-decoration: none;
        }

.aboutme {
    width: 100%;
    background: #CAE1FF;
    height: 13vw;
    text-align: center;
    line-height: 13vw;
    font-size: 5vw;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2vw;
    margin-top: 5vw;
    color: #333399;
}

.media {
    overflow: hidden;
}

    .media > li {
        float: left;
        width: 15%;
        margin-left: 8%;
        margin-top: 50px;
        list-style: none;
        text-align: center;
    }

        .media > li > img {
            width: 100%;
        }

        .media > li > a {
            font-size: 4vw;
            text-align: center;
            margin-top: 10px;
            display: inline-block;
            text-decoration: none;
        }

.footer {
    margin-top: 50px;
    line-height: 70px;
}

    .footer > p {
        font-size: 5vw;
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

.bottomSudo {
    border-bottom: none;
    border: 1px solid;
    line-height: 100px;
    background: lightblue;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.te-xt img {
    width: 96%;
    margin: 0 auto;
    display: block;
}

.te-xt p {
    width: 96%;
    text-align: center;
    margin: 40px auto;
    font-size: 3.3vw;
    color: #666;
}

.content > p:nth-child(1) {
    text-align: center;
    font-size: 5vw;
}

.content > p:nth-child(2) {
    width: 94%;
    margin: 0 auto;
    line-height: 67px;
    margin-top: 30px;
    font-size: 3.3vw;
    color: #666;
}

.content > img {
    margin: 50px auto;
    width: 96%;
    display: block;
}

.erweima {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

    .erweima > img {
        width: 100%;
        display: none;
    }
/*针对关注我们 二维码适配*/
@media all and (max-width:958px) {
    .ft1_contact img {
        position: relative;
        width: 50%;
        top: 0;
    }

        .ft1_contact img:nth-child(2) {
            left: 0;
        }
}

/*课外皇马球员名单项目 ：图片设置统一高度*/
.mc_5li > img {
    /*height:243px;*/
    border-radius: 10px;
}

.mc_list_png {
    height: 630px;
}

@media all and (min-width:1000px) {
    .mc_5li > img {
        height: 243px;
    }
}

@media all and (max-width:1000px) {
    .mc_banner {
        height: auto;
    }

    .mc_list_png {
        height: auto;
    }
}
/*组织建设 图片*/
.tuanImg {
width:300px;
height:auto;
}
/*首页-- 欢迎来到星空网页版入口*/
.welcomepng {
    height:337px;
}