/* 顶部Logo - 导航栏 */
.logo_head_Navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 85%;
    height: 10dvh;
}

/* Logo展示 */
.logo_head_Navbar .left_logo {
    display: flex;
    align-items: center;
    width: 240px;
    height: 100%;
}

.logo_head_Navbar .left_logo img {
    width: 100%;
}

.logo_head_Navbar .Navbar_top {
    width: 40vw;
    height: 100%;
    font-size: 18px;
}

/* 导航栏选中 */
.this_is {
    color: rgb(23, 160, 228);
    border-bottom: 3px solid rgb(23, 160, 228);
}

.Navbar_top ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.Navbar_top ul li a {
    padding: 0.5vw 0;
    transition: all .5s;
}

.Navbar_top ul li a:hover {
    color: rgb(23, 160, 228);
    border-bottom: 3px solid rgb(23, 160, 228);
}

/* 联系我们 */
.call_me {
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    color: white;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    background-color: rgb(23, 160, 228);
}

.more_list {
    display: none;
}

.close_list {
    display: none;
}

/* banner 大图 */
.banner_img {
    padding: 12vh;
    padding-left: 8vw;
    width: 100%;
    height: 460px;
    background-image: url(../images/School_Head.3jpg.jpg);
    background-repeat: no-repeat;
    background-position: center 90%;
    background-size: cover;
}

/* 文字盒子 */
.in_the_title {
    height: 100%;
    color: rgb(0, 0, 0);
}

.title_big1 {
    display: none;
    font-size: 45px;
    font-weight: 900;
}

.in_the_title .title_in_img {
    font-size: 45px;
    font-weight: 900;
}

.Welcome_to {
    margin: 20px 0;
    margin-left: 95px;
    font-size: 20px;
    font-weight: 600;
}

.little_text {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}

.more_info {
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    color: white;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    background-color: rgb(23, 160, 228);
}

/* 教学展示 */
.show_school_text {
    margin-top: 3%;
    width: 100%;
    height: 100%;
}

.show_school_text .show_text_set {
    margin: 0 auto;
    width: 90%;
    height: 260px;
}

.show_school_text ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.show_school_text li {
    padding: 1.5%;
    width: 24%;
    height: 100%;
    border: 3px solid rgb(239, 242, 247);
    border-radius: 20px;
}

/* ---------------------------- */
.show_text_set ul li:first-child {
    border: 3px solid rgb(23, 160, 228);
}

.show_text_set ul li:nth-child(2) {
    border: 3px solid rgb(23, 228, 129);
}

.show_text_set ul li:nth-child(3) {
    border: 3px solid rgb(23, 228, 218);
}

.show_text_set ul li:last-child {
    border: 3px solid rgb(228, 228, 23);
}

/* ---------------------------- */
.show_text_set ul li div {
    font-size: 22px;
    font-weight: 600;
}

.show_text_set ul li p {
    text-indent: 2em;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

/* 学校简介 */
.school_show {
    margin-top: 3%;
    width: 100%;
    background-color: rgb(239, 242, 247);
}

.show_text {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0px;
    width: 90%;
}

/* 左边文字 */
.show_left {
    width: 40%;
}

.school_brief {
    margin: 6px 0;
    padding-left: 15px;
    font-size: 24px;
    font-weight: 600;
    border-left: 6px solid rgb(23, 160, 228);
}

.brief_text {
    margin-top: 20px;
    text-indent: 2em;
    font-size: 18px;
    line-height: 35px;
}

.show_left .a_pc {
    display: block;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 120px;
    height: 45px;
    line-height: 41px;
    border: 2px solid rgb(23, 160, 228);
    color: rgb(23, 160, 228);
    border-radius: 10px;
    text-align: center;
    transition: all .5s;
}

.show_left .a_pc:hover {
    color: white;
    background-color: rgb(23, 160, 228);
}

.show_left .a_mob {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
    color: rgb(23, 160, 228);
}

/* 右边图片 */
.show_right {
    width: 55%;
    border-radius: 20px;
    background-image: url(../images/School_Head2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 校园生活 */
.school_life {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90%;
}

.setLo {
    margin-top: 40px;
    margin-bottom: 15px;
}

.school_life ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 300px;
}

.school_life li {
    width: 24%;
    background-color: rgb(239, 242, 247);
    border: 1px solid rgb(223, 226, 231);
}

/* --------------------------- */
.school_life li .life_img1 {
    width: 100%;
    height: 70%;
    background-image: url(../uploads/School_night.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.school_life li .life_img2 {
    width: 100%;
    height: 70%;
    background-image: url(../uploads/school_help.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.school_life li .life_img3 {
    width: 100%;
    height: 70%;
    background-image: url(../uploads/校园军训.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.school_life li .life_img4 {
    width: 100%;
    height: 70%;
    background-image: url(../uploads/学校食堂.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* --------------------------- */
.text_life .life_size {
    margin-top: 1%;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.text_life p {
    padding: 0 5%;
    margin-top: 1%;
    font-size: 14px;
}