.school_main_img {
    width: 100%;
    height: 35vw;
    overflow: hidden;
}
.our_school_txt {
    bottom: 12%;
}
.school_list {
    width: 94%;
    margin: 5% auto 3% auto;
}
.school_row {
    width: 100%;
    height: 21vw;
    margin-top: 2%;
}
.title6_header {
    width: 94%;
    margin: 5% auto 5% auto;
}

.title6 {
    width: 42%;
    float: left;
    font-size: 0.75em;
    font-weight: bold;
}

.title6_desc {
    width: 57%;
    float: left;
}

.title6_desc_content {
    font-size: 0.3em;
}
.school_item {
    width: 32%;
    height: 21vw;
    background-size: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.school_desc {
    width: 100%;
    height: 35%;
    top: 65%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.school_title {
    color: #fff;
    font-size: 0.3em;
    left: 5%;
    top: 28%;
    line-height: 140%;
}

.school_space {
    width: 2%;
    height: 21vw;
    float: left;
}

.school_pop {
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    z-index: 999;
}

.school_pop .swiper-container {
    width: 70%;
    height: 40vw;
    left: 50%;
    top: 50%;
    margin: -20vw -35%;
}
.school_pop .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.school_pop .swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: rgba(222, 213, 213, 0.5);
    border: 1px solid #fff;
    opacity: initial;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.school_pop .swiper_desc {
    top: 0;
    width: 35%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    color: #fff;
    z-index: 1;
}

.school_pop .desc_title {
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.25rem;
    text-align: left;
}

.school_pop .desc_content {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
    text-align: left;
    font-size: 0.22rem;
    line-height: 140%;
    height: 21vw;
    overflow: hidden;
}
.school_pop .long_txt {
    text-align: left;
    font-size: 0.22rem;
    line-height: 140%;
    background: none;
    -webkit-box-pack: initial;
    justify-content: initial;
    align-items: initial;
    display: block;
    -webkit-box-align: initial;
    flex-shrink: initial;
    height: auto;
}
.school_pop .btn_website {
    right: 15%;
    bottom: 14%;
    text-align: right;
    font-size: 0.2rem;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid;
    z-index: 99;
}

.see_job {
    color: #fff;
    font-size: 0.35em;
    line-height: 3vw;
    height: 3vw;
    margin: 3% auto;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.btn_area {
    display: inline-block;
    background: #b3282d;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
}
.school-banner {
    width: 100%;
    height: 100%;
}
.school-banner img {
    width: 100%;
}
@media (max-width: 768px) {
    .school-banner,
    .swiper-container1 {
        height: auto !important;
    }
    .school_row {
        height: initial;
        display: -webkit-box !important;
    }
    .select_careers_item {
        width: 49%;
        margin-right: 0;
        font-size: 30px;
        height: 50px;
        line-height: 50px;
    }

    .more_icon {
        top: 22.5px;
    }

    .select_careers_item:nth-child(3),
    .select_careers_item:nth-child(4) {
        display: none;
    }

    .select_careers_item:nth-child(1) {
        margin-right: 2%;
    }

    .select_careers {
        height: 25vw;
    }

    .btn_search_careers {
        position: initial;
        clear: both;
        width: 60% !important;
        margin: 80px auto;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }

    .school_row {
        height: 200vw !important;
    }

    .school_item {
        width: 48%;
        margin-top: 15px;
        height: 200px;
    }

    .school_item:nth-child(5),
    .school_item:nth-child(3),
    .school_item:nth-child(7),
    .school_item:nth-child(9),
    .school_item:nth-child(11) {
        margin-right: 3%;
        /*margin-top: 15px;*/
    }

    .school_title {
        font-size: 18px;
        top: 10px;
    }

    .school_desc {
        top: 56%;
        height: 50%;
    }

    .school_pop .swiper-container {
        margin: -43vw 0;
        left: 0;
        width: 100%;
        top: 40%;
    }

    .school_pop .swiper-wrapper .desc_title {
        font-size: 16px;
    }

    .school_pop .swiper-wrapper .desc_content {
        font-size: 18px;
    }

    .school_pop .swiper-wrapper .desc_title {
        line-height: 20px;
    }

    .school_pop .swiper-container {
        height: initial !important;
    }

    .school_row {
        height: initial !important;
        display: flex !important;
        float: unset;
        clear: both;
        flex-wrap: wrap;
    }

    .school_list {
        clear: both;
    }

    .title6,
    .title6_desc,
    .title7,
    .title7_desc {
        float: left !important;
        margin-top: 30px;
        font-size: 45px !important;
        padding-bottom: 0;
    }

    .school_pop .swiper-container-horizontal > .swiper-pagination-bullets,
    .school_pop .swiper-pagination-custom,
    .school_pop .swiper-pagination-fraction {
        bottom: initial !important;
        top: 420px;
    }

    .school_pop .swiper-wrapper .desc_title {
        width: 400px !important;
        font-size: 26px !important;
        line-height: 28px !important;
    }

    .school_pop .swiper-wrapper .desc_content {
        font-size: 23px !important;
    }

    .btn_website {
        bottom: 2%;
        right: 5%;
        font-size: 16px;
    }

    .school_pop {
        z-index: 9999999999999999999999999;
    }

    .btn_video {
        right: initial !important;
        left: 50px;
        text-align: left;
        font-size: 24px;
        top: 84%;
    }

    .main_txt {
        left: 50px !important;
    }

    .swiper-container .swiper_desc {
        padding: 60px 0 70px 0;
        background: none !important;
    }
    .swiper-container1 .swiper_desc {
        width: 100%;
        background: rgb(45, 45, 45);
        position: initial;
        padding: 30px 30px 70px 30px;
        text-align: left;
        box-sizing: border-box;
        margin-top: 90px;
    }
    .school_pop .swiper-container  .desc_content,
    .school_pop .swiper-container  .desc_title {
        margin-left: 50px !important;
        margin-top: 10px !important;
        font-size: 22px;
    }
    .swiper-container1  .desc_title {
        font-size: 50px !important;
        line-height: 53px !important;
    }
    /* .school_main_img {
        height: 480px;
        margin-top: 100px;
    } */
    .school_main_img {
        height: auto !important;
        overflow: unset;
    }

    .swiper-slide img {
        /* height: 400px; */
    }

    .our_school_txt {
        bottom: 20%;
    }
    .swiper-pagination-bullet {
        border: 1px solid #fff;
    }
    .see_job {
        width: 95% !important;
        margin: 80px auto;
        height: 50px;
        line-height: 1.2;
        font-size: 20px;
    }
    .btn_area {
        display: inline-block;
        background: #b3282d;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.arrow {
    margin-left: 10%;
    margin-top: 5%;
    width: 4%;
}


@media (min-width: 1657px) {
    .school_main_img {
        height: 580px !important;
    }
}