.banner {
    width: 100%;
    position: relative;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .banner_ewm {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-end;

}

.banner .banner_ewm .banner_ewm_box {
    padding: 2.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.3);
    width: 12.5rem;
    border-radius: .875rem;
}

.banner .banner_ewm_box .banner_ewm_box_tit {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #fff;
    width: 100%;
}

.banner .banner_ewm_box .banner_ewm_box_img {
    width: 6.25rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.banner .banner_ewm_box .banner_ewm_box_img img {
    display: block;
    width: 100%;
}

.banner .banner_ewm_box .banner_ewm_box_btn {
    width: 8.75rem;
    height: 2rem;
    border-radius: 2rem;
    text-align: center;
    background: #f0b830;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Bold";
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 1.25rem;
}

.internationalSchool_title {
    position: relative;
    width: 100%;
}

.internationalSchool_title .internationalSchool_title_cen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.internationalSchool_title .internationalSchool_title_cen img {
    display: block;
    width: 100%;
}

.internationalSchool_title .internationalSchool_title_cen .internationalSchool_title_L {
    width: 19.25rem;
    margin-right: 2.25rem;
}

.internationalSchool_title .internationalSchool_title_cen .internationalSchool_title_R {
    width: 19.25rem;
    margin-left: 2.25rem;
}

.internationalSchool_title .internationalSchool_title_cen .internationalSchool_title_text h6 {
    font-size: 3rem;
    line-height: 3.75rem;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #000000;
}

.internationalSchool_title .internationalSchool_title_cen .internationalSchool_title_text span {
    color: #004ea2;
}

.internationalSchool_title .internationalSchool_title_p {
    text-align: center;
    width: 100%;
    font-size: 1.875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #e50503;
    margin-top: .75rem;
}

.box1 {
    width: 100%;
    padding: 6rem 0 6.25rem;
    background: url(../images/internationalSchool_box1_bj.jpg) no-repeat center / cover;
}

.box1 .box1_cen {
    display: flex;
    background: #fff;
    border-radius: .875rem;
    overflow: hidden;
    align-items: center;
    margin-top: 2rem;
}

.box1 .box1_cen .box1_prc {
    width: 50%;
}

.box1 .box1_cen .box1_prc img {
    display: block;
    width: 100%;
}

.box1 .box1_cen .box1_from {
    width: 50%;
    padding: 1rem 3.75rem;
}

.box1 .box1_cen .box1_from .input {
    width: 100%;
    margin-bottom: 1.25rem;
}

.box1 .box1_cen .box1_from .input label {
    font-size: 1.125rem;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #000000;
}

.box1 .box1_cen .box1_from .input input {
    width: 100%;
    height: 3rem;
    border-radius: .5rem;
    background: #f2f2f2;
    padding: 0;
    outline: none;
    border: 1px solid #e5e5e5;
    font-size: 1.125rem;
    text-indent: 1em;
    margin-top: .5rem;
}

.box1 .box1_cen .box1_from .from_confirm {
    display: flex;
    font-family: "AlibabaPuHuiTi_Regular";
}

.box1 .box1_cen .box1_from .from_confirm input {
    display: block;
    margin-right: .5rem;
    font-size: .875rem;
    line-height: 1.5rem;
}

.box1 .box1_cen .box1_from .from_confirm a {
    color: #ff0000;
}

.box1 .box1_cen .box1_from .button {
    width: 10rem;
    height: 3rem;
    border-radius: 3rem;
    background: linear-gradient(to top, #f11c1e, #ff6600);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 2.25rem;
}

.box2 {
    padding: 5.375rem 0 6.25rem;
    background: url(../images/internationalSchool_box2_bj.jpg) no-repeat center / cover;
}

.box2 .internationalSchool_title .internationalSchool_title_cen .internationalSchool_title_text h6 {
    color: #fff;
}

.box2 .internationalSchool_title .internationalSchool_title_cen .internationalSchool_title_text span {
    background: linear-gradient(to right, #b5803e, #deb371);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}

.box2 .internationalSchool_title_dose {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
    margin-top: .625rem;
    padding: 0 5.625rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Regular";
    text-align: center;
}

.box2 .internationalSchool_title_dose span {
    color: #f0b830;
    font-family: "AlibabaPuHuiTi_Bold";
}

.box2 .box2_cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .75rem;
    overflow: hidden;
    background: #ffffff;
    margin-top: 2rem;
}

.box2 .box2_cen .box2_img {
    width: 50%;
}

.box2 .box2_cen .box2_img img {
    display: block;
    width: 100%;
}

.box2 .box2_cen .box2_L {
    width: 50%;
    padding: 1rem 0;
    padding-left: 3.875rem
}

.box2 .box2_cen .box2_L .box2_list {
    width: 100%;
}

.box2 .box2_cen .box2_L .box2_list li {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.box2 .box2_cen .box2_L .box2_list li .LI_l {
    width: 6.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #666666;
    font-family: "AlibabaPuHuiTi_Regular";
}

.box2 .box2_cen .box2_L .box2_list li .LI_l span {
    display: block;
    width: .875rem;
    height: .875rem;
    border: 3px solid #004ea2;
    border-radius: 50%;
}

.box2 .box2_cen .box2_L .box2_list li .LI_r {
    width: calc(100% - 7rem);
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #000000;
    font-family: "AlibabaPuHuiTi_Bold";
}

.box2 .box2_cen .box2_L .box2_more {
    margin-top: 2.5rem;
}

.box2 .box2_cen .box2_L .box2_more a {
    width: 10rem;
    height: 3rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    background: linear-gradient(to top, #f11c1e, #ff6601);
}

.box3 {
    padding: 5.375rem 0 6.25rem;
    background: url(../images/internationalSchool_box3_bj.jpg) no-repeat center / cover;
}

.box3 .box3_cen {
    margin-top: 2rem;
}

.box3 .box3_box {
    width: 100%;
    box-shadow: 0 0px 16px rgba(25, 49, 127, 0.3);
    border-radius: .75rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.box3 .box3_box:last-child {
    margin-bottom: 0;
}

.box3 .box3_box .box3_prc {
    width: 33.3333%;
    aspect-ratio: 20/13;
}

.box3 .box3_box .box3_prc img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.box3 .box3_box .box3_zi {
    width: 66.6667%;
    padding: 1rem 2.5rem 1rem 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box3 .box3_box .box3_zi .box3_introduce {
    width: 70%;
    border-right: 1px solid #e5e5e5;
}

.box3 .box3_box .box3_zi .box3_introduce .box3_introduce_tit {
    font-size: 1.875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #004ea2;
}

.box3 .box3_box .box3_zi .box3_introduce .box3_introduce_li {
    margin-top: 2rem;

}

.box3 .box3_box .box3_zi .box3_introduce .box3_introduce_li ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box3 .box3_box .box3_zi .box3_introduce .box3_introduce_li li {
    min-width: 49%;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #666666;
    font-family: "AlibabaPuHuiTi_Regular";
}

.box3 .box3_box .box3_zi .box3_introduce .box3_introduce_li li span {
    color: #000;
    font-family: "AlibabaPuHuiTi_Bold";
}

.box3 .box3_box .box3_zi .box3_operate {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.box3 .box3_box .box3_zi .box3_operate a {
    width: 10rem;
    height: 3rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Bold";
    font-size: 1rem;
    background: linear-gradient(to top, #f11c1e, #ff6600);
    margin-top: 1.25rem;
}

.box3 .box3_box .box3_zi .box3_operate a:first-child {
    background: linear-gradient(to top, #182e7c, #1561ae);
    margin-top: 0;
}







.box4 {
    width: 100%;
    padding: 6rem 0 6.5625rem;
    background: url(../images/internationalSchool_box4_bj.jpg) no-repeat center / cover;
}

.box4 .internationalSchool_title .internationalSchool_title_cen .internationalSchool_title_text h6 {
    color: #fff;
}

.box4 .internationalSchool_title .internationalSchool_title_cen .internationalSchool_title_text span {
    background: linear-gradient(to right, #b5803e, #deb371);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}

.box4 .box4_cen {
    margin-top: 3.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box4 .box4_cen .box4_box {
    width: 15%;
}

.box4 .box4_cen .box4_box .box4_prc {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.box4 .box4_cen .box4_box .box4_prc img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.box4 .box4_cen .box4_box .box4_index {
    text-align: center;
    font-size: 2.5rem;
    width: 100%;
    margin-top: 1.8rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #fff;
}

.box4 .box4_cen .box4_box .box4_tit {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Bold";
    margin-top: .75rem;
    color: #fff;
}

.box4 .box4_cen .box4_box .box4_dose {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #fff;
    margin-top: .375rem;
}

.box4 .box4_cen .box4_ico {
    position: relative;
}

.box4 .box4_cen .box4_ico .iconfont {
    position: absolute;
    left: 0;
    top: 30.5%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.875rem;

}

.box4 .box4_cen .box4_ico:last-child {
    display: none;
}

.box4 .box4_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.5rem;
}

.box4 .box4_btn a {
    width: 10rem;
    height: 3rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Regular";
    font-size: 1rem;
    line-height: 1;
    background: linear-gradient(to top, #1081fe, #02b6fb);
}

.box4 .box4_btn a:nth-child(2) {
    margin-left: 1.25rem;
    background: linear-gradient(to top, #f11c1e, #ff6600);
}

.box5 {
    padding: 6rem 0 6.375rem;
    background: #f8f8f8;
}

.box5 .box5_cen {
    margin-top: 2rem;
}

.box5 .box5_cen .box5_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3列，宽度均分 */
    grid-template-rows: repeat(2, auto);
    /* 2行，高度自适应 */
    column-gap: 20px;
    /* 设置列间距为20px */
    row-gap: 20px;
    /* 设置行间距为10px */
}

.box5 .box5_cen .box5_list .box5_box {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    border-radius: .75rem;
}

.box5 .box5_cen .box5_list .box5_box .box5_prc {
    width: 100%;
    aspect-ratio: 386/217;
}

.box5 .box5_cen .box5_list .box5_box .box5_prc img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.box5 .box5_cen .box5_list .box5_box .box5_name {
    font-size: 1.875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Bold";
    padding: 1rem 1.25rem;
    color: #000;
}

.box5 .box5_cen .box5_list .box5_box .box5_text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #333333;
    padding: 0 1.25rem 1.25rem;
}

.box5 .box5_cen .box5_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 3rem;
    font-family: "AlibabaPuHuiTi_Regular";
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background: linear-gradient(to top, #f11c1e, #ff6600);
    border-radius: 3rem;
    margin: 2.5rem auto 0;
}

.box7 {
    width: 100%;
    background: #ebf2ff;
    padding: 6rem 0 6.25rem;
}

.box7 .internationalSchool_title_p2 {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    max-width: 96%;
    font-size: 1.875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #333333;
    margin-top: 0.75rem;
}

.box7 .internationalSchool_title_p2 span {
    color: #fe0404;
    font-family: "AlibabaPuHuiTi_Bold";
}

.box7 .internationalSchool_title_p2 b {
    color: #f0b830;
}

.box7_cen {
    position: relative;
    z-index: 2;
    margin-top: 7.125rem;
}

.box7_cen::before {
    content: "";
    display: block;
    width: 100%;
    height: 11.25rem;
    background: #fff;
    border-top-left-radius: .75rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: 2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.box7_bom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1.25rem;
}

.box7_bom .box7_list {
    display: flex;
    justify-content: space-between;
    width: 76%;
    padding-bottom: 3rem;
}

.box7_bom .box7_list .box7_box {
    position: relative;
    width: 15%;
    background: #ecf5ff;
    padding: 3.5rem 1.5rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(59, 114, 214, 0.25);
}

.box7_bom .box7_list .box7_box .box7_index {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004ea2;
}

.box7_bom .box7_list .box7_box .box7_index span {
    background: linear-gradient(to right, #b5803e, #deb270);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: 2px;
    font-family: "AlibabaPuHuiTi_Bold";
}

.box7_bom .box7_list .box7_box .box7_text {
    text-align: center;
    font-size: 1rem;
    margin-top: 1.3125rem;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #000000;
}

.box7_bom .box7_prc {
    width: 23%;
}

.box6 {
    padding: 4.625rem 0 3.75rem;
    background: #cee0ff;
}

.box6 .box6_cen {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.875rem;
}

.box6 .box6_cen .box6_box {
    width: 12%;
    margin-right: 2.66666666%;
    margin-bottom: 2.25rem;
}

.box6 .box6_cen .box6_box:nth-child(7n) {
    margin-right: 0;
}

.box6 .box6_cen .box6_box .box6_prc {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #4479d8;
    border-radius: 50%;
    overflow: hidden;
    padding: .75rem;
    background: #dbe8fc;
}

.box6 .box6_cen .box6_box .box6_prc .box6_prc_cen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
}

.box6 .box6_cen .box6_box .box6_prc .box6_prc_cen img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.box6 .box6_cen .box6_box .box6_enname {
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #3b72d6;
}

.box6 .box6_cen .box6_box .box5_name {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    font-family: "AlibabaPuHuiTi_Regular";
    margin-top: .375rem;
}


.box8 {
    padding: 6rem 0 6.25rem;
    background: #e9f8ff;
}

.box8 .box8_cen {
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 2.5rem;
    border-radius: .75rem;
    box-shadow: 0 0px 16px rgba(59, 114, 214, 0.25);
}

.box8 .box8_cen .box8_list {
    width: 100%;
}

.box8 .box8_cen .box8_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.box8 .box8_cen .box8_list ul li {
    width: 47%;
}

.box8 .box8_cen .box8_list ul li a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    height: 3.5rem;
    border-bottom: 1px dashed #7d7d7d;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #000000;
    transition: all 0.3s ease;
}

.box8 .box8_cen .box8_list ul li a:hover {
    color: #3b72d6;
    border-color: #3b72d6;
}

.box8 .box8_cen .box8_list ul li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #3b72d6;
}

.box8 .box8_cen .box8_list ul li a .box8_text {
    width: calc(100% - 7.5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}