.banner {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.box1 {
    width: 100%;
    padding: 6rem 0 6.25rem;
    background: #fff;
}

.YearRoundClasses_title .YearRoundClasses_title_cen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.YearRoundClasses_title .YearRoundClasses_title_cen img {
    display: block;
    width: 100%;
}

.YearRoundClasses_title .YearRoundClasses_title_cen .YearRoundClasses_title_L {
    width: 19.25rem;
    margin-right: 2.25rem;
}

.YearRoundClasses_title .YearRoundClasses_title_cen .YearRoundClasses_title_R {
    width: 19.25rem;
    margin-left: 2.25rem;
}

.YearRoundClasses_title .YearRoundClasses_title_cen .YearRoundClasses_title_text h6 {
    font-size: 3rem;
    line-height: 3.75rem;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #000000;
}

.YearRoundClasses_title .YearRoundClasses_title_cen .YearRoundClasses_title_text span {
    color: #0ba8d3;
}

.YearRoundClasses_title_p {
    text-align: center;
    width: 100%;
    font-size: 1.875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #000000;
    margin-top: .75rem;
}

.box1 .box1_cen {
    display: flex;
    flex-wrap: wrap;
}

.box1 .box1_cen .box1_box {
    margin-top: 3.375rem;
    width: 31%;
    box-shadow: 0 0 1rem rgba(11, 168, 211, 0.15);
    margin-right: 3.5%;
    padding: 1.25rem 2.5rem;
    background: #fff;
    border-radius: .75rem;
}

.box1 .box1_cen .box1_box:nth-child(3n) {
    margin-right: 0;
}

.box1 .box1_cen .box1_box .box1_prc {
    margin: 0 auto;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
}

.box1 .box1_cen .box1_box .box1_prc img {
    display: block;
    width: 100%;
}

.box1 .box1_cen .box1_box .name {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #000000;
    margin-top: 1rem;
}

.box2 {
    width: 100%;
    background: url(../images/YearRoundClasses_box2_bj.jpg)no-repeat center top;
    background-size: cover;
    padding: 6.25rem 0 6.75rem;
}

.box2 .YearRoundClasses_title .YearRoundClasses_title_cen .YearRoundClasses_title_text h6 {
    color: #fff;
}

.box2 .YearRoundClasses_title .YearRoundClasses_title_cen .YearRoundClasses_title_text span {
    color: #004098;
}

.box2 .box2_box {
    width: 100%;
    margin-top: 2.5rem;
    background: #fff;
    border-radius: .875rem;
    padding: 0 1.3125rem 2.5rem;
}

.box2 .box2_box .box2_box_top {
    width: 100%;
    padding: 0 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box2 .box2_box .box2_box_top .box2_tit {
    min-width: 26.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.25rem;
    border-bottom-left-radius: 2.25rem;
    border-bottom-right-radius: 2.25rem;
    background: #004098;
    min-height: 4.25rem;
    font-size: 1.875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #fff;
    letter-spacing: 1px;

}

.box2 .box2_box .box2_box_top .box2_tit span {
    background: linear-gradient(to right, #b88442, #ddb270);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    user-select: none;
}

.box2 .box2_box .box2_box_top .box2_dose {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #333333;
    margin-top: 2rem;
}

.box2 .box2_box .box2_box_bom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
}

.box2 .box2_box .box2_box_bom .box2_box_bom_img {
    width: 49%;
}

.box2 .box2_box .box2_box_bom .box2_box_bom_img img {
    display: block;
    width: 100%;
}

.box3 {
    padding: 6rem 0;
    background: url(../images/YearRoundClasses_box3_bj.jpg)no-repeat center top;
    background-size: cover;
}

.box3 .YearRoundClasses_title .YearRoundClasses_title_cen .YearRoundClasses_title_text h6 {
    color: #fff;
}

.box3 .YearRoundClasses_title .YearRoundClasses_title_cen .YearRoundClasses_title_text span {
    background: linear-gradient(to right, #b5803e, #dfb371);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    user-select: none;
}

.box3 .box3_cen {
    margin-top: 2.25rem;
}

.box3 .box3_cen .box3_top {
    width: 100%;
    border: 1.25rem solid #0053c4;
    border-radius: .75rem;
    background: #0053c4;

}

.box3 .box3_cen .box3_top .box3_top_cen {
    width: 100%;
    padding: 1.25rem;
    background: #fff;
    border-radius: .75rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box3_top .box3_top_cen .box3_top_box {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box3_top .box3_top_cen .box3_top_box .box3_top_ico {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
}

.box3_top .box3_top_cen .box3_top_box .box3_top_ico img {
    display: block;
    width: 100%;
}

.box3_top .box3_top_cen .box3_top_box .box3_top_zi {
    width: calc(100% - 7.5rem);
    padding-right: 1rem;
}

.box3_top .box3_top_cen .box3_top_box .box3_top_zi .box3_top_tit {
    font-size: 1.5rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #000000;
}

.box3_top .box3_top_cen .box3_top_box .box3_top_zi .box3_top_text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #000000;
    margin-top: .875rem;
}

.box3_top .box3_top_cen .box3_top_box:nth-child(-n+2) {
    padding-bottom: 1.875rem;

}

.box3_top .box3_top_cen .box3_top_box:nth-child(n+2) {
    border-top: 1px solid #e5e5e5;
    padding-top: 1.875rem;
}

.box3_top .box3_top_cen .box3_top_box:nth-child(2n) {
    padding-left: 2.5rem;
}

.box3_bom {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box3_bom .box3_bom_box {
    width: 49.1%;
    background: #fff;
    height: 7.5rem;
    border-radius: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box3_bom .box3_bom_box:nth-child(n+3) {
    margin-top: 1.25rem;
}

.box3_bom .box3_bom_box .box3_bom_box_index {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .625rem solid #b78240;
    color: #b78240;
    letter-spacing: 3px;
    background: #fff;
    font-size: 3rem;
    font-family: "AlibabaPuHuiTi_Medium";
}

.box3_bom .box3_bom_box .box3_bom_box_zi {
    width: calc(100% - 8.75rem);
    padding-right: 3.75rem;
}

.box3_bom .box3_bom_box .box3_bom_box_zi .box3_bom_box_name {
    font-size: 1.5rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #000000;
}

.box3_bom .box3_bom_box .box3_bom_box_zi .box3_bom_box_dose {
    margin-top: .875rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #000000;
}

.box4 {
    width: 100%;
    background: #e9f8ff;
    padding: 6rem 0 120px;

}

.box4 .box4_cen {
    margin-top: 5rem;
    position: relative;
}

.box4 .box4_cen .box4_box {
    width: 100%;
}

.box4 .box4_cen .box4_box .box4_prc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 285/317;
}

.box4 .box4_cen .box4_box .box4_prc img {
    display: block;
    max-width: 100%;
}

.box4 .box4_cen .box4_box .box4_name {
    margin-top: 1.25rem;
    width: 100%;
    height: 2.5rem;
    border-radius: 2.5rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Bold";
    background: linear-gradient(to right, #10d2d4, #0ba8d3);
}

.box4 .box4_cen .box4_box .box4_discipline {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #000000;
    font-family: "AlibabaPuHuiTi_Bold";
}

.box4 .box4_cen .box4_box .box4_Position {
    text-align: center;
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: .375rem;
}

.box4 .swiper-button-next:after,
.box4 .swiper-rtl .swiper-button-prev:after,
.box4 .swiper-button-prev:after,
.box4 .swiper-rtl .swiper-button-next:after {
    display: none;
}

.box4 .swiper-button-next,
.box4 .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box4 .swiper-button-next .iconfont,
.box4 .swiper-button-prev .iconfont {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    background: #fff;
    color: #000000;
    font-size: 1.125rem;
    transition: all .3s ease-in-out;
}

.box4 .swiper-button-next .iconfont:hover,
.box4 .swiper-button-prev .iconfont:hover {
    background: #0ba8d3;
    color: #fff;
}

.box4 .swiper-button-next .iconfont {
    background: #0ba8d3;
    color: #fff;
}

.box4 .swiper-button-next {
    right: -4rem;
}

.box4 .swiper-button-prev {
    left: -4rem;
}

.box5 {
    width: 100%;
    padding: 6rem 0 6.25rem;
}

.box5 .box5_cen {
    border: 20px solid #0b9cdf;
    border-radius: .75rem;
    background: #0b9cdf;
    margin-top: 2rem;
}

.box5_cen_c {
    width: 100%;
    background: url(../images/DSEcourses_box2_bj.png) no-repeat center / 100% 100%;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem;
}

.box5_cen_c .box5_prc {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box5_cen_c .box5_prc img {
    display: block;
    max-width: 90%;
}

.box5_cen_c .box5_list {
    width: 60%;
}

.box5_cen_c .box5_list ul {
    width: 100%;
}

.box5_cen_c .box5_list ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 2.25rem;
    font-family: "AlibabaPuHuiTi_Regular";
}

.box5_cen_c .box5_list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    color: #0b9cdf;
    background: rgba(0, 0, 0, 0.1);
    font-family: "AlibabaPuHuiTi_Regular";
    transition: all 0.3s ease;
}

.box5_cen_c .box5_list ul li a:hover {
    background: #0b9cdf;
    color: #fff;
}

.box5 .box5_btn {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.box5 .box5_btn a {
    width: 10rem;
    height: 3rem;
    border-radius: 3rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #fff;
    background: linear-gradient(to top, #182e7c, #1561ae);
    margin-right: 1.25rem;
    line-height: 1;
}

.box5 .box5_btn a:last-child {
    background: linear-gradient(to top, #f11b1e, #ff6600);
}

.box6 {
    width: 100%;
    background: #e9f8ff;
    padding: 0 0 6.25rem;
}

.box6 .box6_all {
    padding-top: 6rem;
    width: 100%;
    background: url(../images/YearRoundClasses_box6_topbj.jpg) no-repeat center / 100% 100%;
}

.box6 .YearRoundClasses_title .YearRoundClasses_title_cen .YearRoundClasses_title_text h6 {
    color: #fff;
}

.box6 .YearRoundClasses_title .YearRoundClasses_title_cen .YearRoundClasses_title_text span {
    background: linear-gradient(to right, #b68240, #ddb270);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    user-select: none;
}

.box6 .box6_all .YearRoundClasses_title_p3 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.1;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #f0b830;
}

.box6_cen1 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.25rem;
}

.box6_cen1 ul li {
    width: 19.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Bold";
    background: #182d7b;
    border-top-left-radius: .875rem;
    border-top-right-radius: .875rem;
    overflow: hidden;
    height: 5rem;
    cursor: pointer;
}

.box6_cen1 ul li.active {
    background: #0a97cf;
}

.box6_cen {
    position: relative;
}

.box6_cen .mySwiper {
    width: 100%;
}

.box6_cen .mySwiper .swiper-slide {
    height: auto;
    background: #fff;
}

.box6_cen .mySwiper .box6_box {
    padding: 3.75rem 2.5rem;
    background: #fff;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
}


.box6_box .box6_box_top {
    display: flex;
    align-items: center;
}

.box6_box .box6_box_top .box6_box_top_prc {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box6_box .box6_box_top .box6_box_top_prc img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.box6_box .box6_box_top .box6_box_zi {
    width: calc(100% - 12.5rem);
    margin-left: 2.5rem;
    font-size: 2.25rem;
    line-height: 1.1;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #000000;

}



.box6_box .box6_box_top .box6_box_zi span {
    color: #0ba8d3;
}

.box6_box_tbom {
    width: 100%;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid #e5e5e5;
}

.box6_box_tbom ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.box6_box_tbom li {
    width: 18%;
}

.box6_box_tbom li img {
    display: block;
    width: 100%;
}

.box6_cen_btn {
    position: absolute;
    top: 5rem;
    right: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 7.5rem;
}

.box6_cen_btn .swiper-button-next:after,
.box6_cen_btn .swiper-rtl .swiper-button-prev:after,
.box6_cen_btn .swiper-button-prev:after,
.box6_cen_btn .swiper-rtl .swiper-button-next:after {
    display: none;
}


.box6_cen_btn .swiper-button-next,
.box6_cen_btn .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: relative;
    margin: 0;
    padding: 0;
}

.box6_cen_btn .swiper-button-next .iconfont,
.box6_cen_btn .swiper-button-prev .iconfont {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    background: #0ba8d3;
    color: #fff;
    font-size: 1.125rem;
    transition: all .3s ease-in-out;
}

.box6_cen_btn .swiper-button-next .iconfont:hover,
.box6_cen_btn .swiper-button-prev .iconfont:hover {
    background: #0ba8d3;
    color: #fff;
}

.box6_cen_btn .swiper-button-next .iconfont {
    background: #0ba8d3;
    color: #fff;
}





.box9 {
    padding: 6rem 0 6.25rem;
    background: #0ba8d3;
}

.box9 .box9_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.box9 .box9_title h6 {
    font-size: 3rem;
    line-height: 3.75rem;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #fff;
}

.box9 .box9_title h6 span {
    background: linear-gradient(to right, #04c6fc, #26fddb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    user-select: none;
}

.box9 .box9_bom {
    margin-top: 2rem;
    width: 100%;
    position: relative;
}

.box9 .box9_bom .box9_box {
    width: 100%;
    border-radius: .75rem;
    aspect-ratio: 386/240;
    overflow: hidden;
}


.box9 .box9_bom .box9_box img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.box9 .swiper-button-next:after,
.box9 .swiper-rtl .swiper-button-prev:after,
.box9 .swiper-button-prev:after,
.box9 .swiper-rtl .swiper-button-next:after {
    display: none;
}

.box9 .swiper-button-next,
.box9 .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box9 .swiper-button-next .iconfont,
.box9 .swiper-button-prev .iconfont {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    background: #fff;
    color: #000000;
    font-size: 1.125rem;
    transition: all .3s ease-in-out;
    opacity: 0.7;
}

.box9 .swiper-button-next .iconfont:hover,
.box9 .swiper-button-prev .iconfont:hover {
    opacity: 1;
}

.box9 .swiper-button-next .iconfont {
    background: #fff;
    color: #0ba8d3;
    opacity: 1;
}

.box9 .swiper-button-next {
    right: -4rem;
}

.box9 .swiper-button-prev {
    left: -4rem;
}







.box7 {
    padding: 5rem 0 6.25rem;
    background: #ffffff;
}

.box7 .box7_cen {
    margin-top: 2.25rem;
    padding: 1.25rem;
    background: #0b9be1;
    border-radius: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box7 .box7_cen .box7_lsit {
    width: 77.58%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 8.75rem);
    gap: 0;
    background: url(../images/DSEcourses_box7_prc.jpg) no-repeat center / cover;

}

.box7_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
    text-align: center;
}

.box7_box img {
    display: block;
    width: 2.5rem;
}

.box7_box .box7_name {
    font-size: .875rem;
    line-height: 1.125rem;
    color: #000000;
    text-align: center;
    font-family: "AlibabaPuHuiTi_Medium";
    margin-top: .5rem;
}

.box7 .box7_cen .box7_from {
    width: 20.69%;
    padding: 1.25rem;
    background: #004098;
    border-radius: .875rem;
}

.box7 .box7_cen .box7_from .input {
    width: 100%;
    margin-bottom: 1.25rem;
}

.box7 .box7_cen .box7_from .input label {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Medium";
    margin-bottom: .5rem;
    display: block;
}

.box7 .box7_cen .box7_from .input input {
    width: 100%;
    outline: none;
    border: 1px solid #5c82b7;
    background: #275ca6;
    text-indent: 1em;
    height: 3rem;
    border-radius: .5rem;
    color: #fff;
}

.box7 .box7_cen .box7_from .button {
    width: 100%;
    height: 3rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #f11b1f, #ff6600);
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Bold";
}

.box8 {
    padding: 4.6875rem 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;

}