img {
  width: 100%;
}

.bannerBox {
  overflow: hidden;
  position: relative;
}

.bannerBox img {
  width: 100%;
  height: 41.667vw;
}

.bannerBox .logo {
  position: absolute;
  top: 2.5vw;
  left: 8.333vw;
}

.bannerBox .logo img {
  width: 36vw;
  height: auto;
}

.bannerBox .title-cn {
  animation-delay: 0.2s;
  font-family: AlibabaPuHuiTi_2_85_Bold;
  font-size: 64px;
  color: #ffffff;
  letter-spacing: 3.69px;
  font-weight: 700;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bannerBox .title-en {
  animation-delay: 0.2s;
  font-family: Helvetica;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 4.3px;
  font-weight: 400;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}

.bannerBox .subTitle {
  animation-delay: 0.2s;
  margin-top: 120px;
  border: 1px solid #ffffff;
  border-radius: 39px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bannerBox .subTitle span {
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 2.2px;
  font-weight: 700;
  line-height: 90px;
  padding: 30px 90px;
}

.nav {
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav ul {
  padding: 0 8.3%;
  display: flex;
}

.nav ul li {
  flex: auto;
  padding: 30px 0.723vw;
  text-align: center;
}

.nav ul li .navListItem {
  font-size: 18px;
  color: #2242c0;
  letter-spacing: 0;
  font-weight: 500;
}

.sectionTitle {
  animation-delay: 0s;
  text-align: center;
  padding: 72px 0 44px 0;
}

.sectionTitle .title-en {
  opacity: 0.2;
  font-family: Helvetica-Bold;
  font-size: 36px;
  color: #a3a3a3;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-top: -30px;
}

.sectionTitle .title-cn {
  font-size: 44px;
  color: #4e68cd;
  letter-spacing: 2.2px;
  font-weight: 900;
}

.section1 {
  overflow: hidden;
  position: relative;
}

.section1 .sectionBackground img {
  width: 100%;
  height: 31.25vw;
  display: block;
}

.section1 .sectionInfoBox {
  animation-delay: 0.5s;
  width: 83.3%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 31vw;
  background-color: #ffffff;
  z-index: 2;
}

.section1 .sectionInfoBox .sectionInfo {
  padding: 48px;
  padding-right: 8.472vw;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.section1 .sectionInfoBox .sectionInfo .title {
  font-size: 28px;
  color: #4e68cd;
  letter-spacing: 1.4px;
  font-weight: 700;
}

.section1 .sectionInfoBox .sectionInfo p {
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  font-size: 16px;
  color: #6e7381;
  letter-spacing: 0;
  text-align: justify;
  line-height: 32px;
  font-weight: 600;
  margin-top: 24px;
}

.section-plan {
  overflow: hidden;
  background: #4e68cd;
  padding: 0 8.3%;
  position: relative;
  font-size: 0;
}

.section-plan .sectionTitle {
  padding: 72px 0 40px;
}

.section-plan .sectionTitle .title-en {
  color: #ffffff;
}

.section-plan .sectionTitle .title-cn {
  color: #ffffff;
}

.section-plan > p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 12px;
  width: 40%;
  display: inline-block;
}

.section-plan .three-level {
  padding: 28px 0 40px;
}

.section-plan .three-level .level-button {
  animation-delay: 0.6s;
  display: inline-block;
  width: 27%;
  text-align: center;
  border: 4px solid #ffa454;
  border-radius: 40px;
  padding: 15px 0;
  margin-left: 80px;
}

.section-plan .three-level .level-button span {
  font-size: 30px;
  color: #ffa454;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.section-plan .three-level .level-button:first-child {
  margin-left: 0;
}

.section-plan .three-level .level-button.active {
  background: #ffa454;
}

.section-plan .three-level .level-button.active span {
  color: #4e68cd;
}

.section-plan .main-level {
  padding-bottom: 60px;
  display: none;
}

.section-plan .main-level.active {
  display: block;
}

.section-plan .main-level ul li {
  height: 80px;
  font-size: 0;
  padding-top: 16px;
}

.section-plan .main-level ul li:first-child {
  padding-top: 0;
}

.section-plan .main-level ul li .sequence {
  display: inline-block;
  position: relative;
  width: 102px;
  height: 100%;
  background: #ffa454;
  border-radius: 100px 0px 0px 100px;
}

.section-plan .main-level ul li .sequence span {
  font-family: Helvetica-Bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #3852b6;
  letter-spacing: 1.2px;
  font-weight: 700;
  line-height: normal;
}

.section-plan .main-level ul li .require {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(100% - 102px);
  height: 100%;
  background: #3852b6;
  border-radius: 0px 100px 100px 0px;
}

.section-plan .main-level ul li .require p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  padding-left: 21px;
  padding-right: 40px;
  color: #ffffff;
  letter-spacing: 0.8px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-plan .main-level table {
  width: 100%;
}

.section-plan .main-level table tr p {
  text-align: center;
  padding: 18px 0 17px;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 600;
}

.section-plan .main-level table tr p.remarks {
  opacity: 0.8;
  text-align: justify;
  width: 140px;
  margin: 0 auto;
}

.section-plan .main-level table tr th {
  background: #ffa454;
}

.section-plan .main-level table tr th p {
  color: #4e68cd;
}

.section-plan .main-level table tr td {
  background: #3852b6;
  border: 1px solid #ffa454;
}

.section-system {
  overflow: hidden;
  padding: 0 8.3%;
  background: url("../img/CurriculumSystem.jpg") no-repeat center/cover;
}

.section-system .sectionTitle {
  padding: 60px 0 40px;
}

.section-system > p {
  font-size: 16px;
  color: #6e7381;
  letter-spacing: 0;
  text-align: justify;
  line-height: 32px;
  font-weight: 600;
}

.section-system > ul {
  padding: 8px 0 60px;
  display: flex;
  justify-content: space-around;
}

.section-system > ul > li {
  position: relative;
  width: 367px;
  height: 478px;
  overflow: hidden;
}

.section-system > ul > li .li-list {
  margin-left: 10%;
  height: 100%;
  background: #ffffff;
  box-shadow: 2px 2px 20px 0px #d8ddf3;
  padding-top: 60px;
}

.section-system > ul > li .li-list .ul-text {
  width: 100%;
  padding-top: 24px;
}

.section-system > ul > li .li-list .ul-text li {
  margin-top: 12px;
  padding-left: 40px;
  position: relative;
}

.section-system > ul > li .li-list .ul-text li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #4e68cd;
  border-radius: 50%;
  position: absolute;
  left: 22px;
  top: 8px;
}

.section-system > ul > li .li-list .ul-text li p {
  font-size: 16px;
  color: #3a4561;
  letter-spacing: 0.8px;
  font-weight: 400;
}

.section-system > ul > li .li-list .ul-text li:first-child {
  margin-top: 0;
}

.section-system > ul > li .li-title {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  padding: 9px 0;
  background: url("../img/system.bg1.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  white-space: nowrap;
}

.section-system > ul > li .li-title img {
  width: 42px;
  height: 42px;
  float: left;
  padding-left: 40px;
}

.section-system > ul > li .li-title .title {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 1.5px;
  font-weight: 600;
  display: inline-block;
  padding-left: 8px;
}

.section-teachers {
  overflow: hidden;
  background: url("../img/troop1.jpg") no-repeat center/cover;
  padding-bottom: 122px;
  position: relative;
}

.section-teachers .sectionTitle {
  padding: 60px 0 36px;
}

.section-teachers .sectionTitle .title-en {
  opacity: 0.3;
  color: #ffffff;
}

.section-teachers .sectionTitle .title-cn {
  color: #ffffff;
}

.section-teachers .teachers-box {
  display: inline-block;
  margin-left: 15%;
  width: 31.1%;
  height: 422px;
  border: 6px solid rgba(255, 164, 84, 0.7);
  padding: 54px 109px 0 44px;
  overflow: hidden;
}

.section-teachers .teachers-box h2 {
  font-size: 30px;
  color: #ffa454;
  letter-spacing: 1.5px;
  font-weight: 900;
}

.section-teachers .teachers-box p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 32px;
  font-weight: 600;
  padding-top: 40px;
}

.section-teachers .end {
  opacity: 0.5;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 32px;
  font-weight: 500;
  position: absolute;
  bottom: 86px;
  left: 38.5%;
}

.section-teachers .troop {
  width: 30.6%;
  position: absolute;
  right: 16%;
  top: 228px;
}

.section-teachers .troop li {
  background: #4e68cd;
  position: relative;
  padding-left: 6.46vw;
}

.section-teachers .troop li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 164, 84, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-teachers .troop li:last-child:after {
  display: none;
}

.section-teachers .troop li p {
  padding: 8px 0 16px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 600;
}

.section-teachers .troop li p .num {
  font-family: Helvetica-Bold;
  font-size: 36px;
  color: #ffa454;
  letter-spacing: 1.2px;
  font-weight: 700;
  line-height: unset;
  padding: 0 2px;
}

.section-conditions {
  overflow: hidden;
  background: #eff2ff;
  position: relative;
}

.section-conditions .sectionTitle {
  padding: 60px 0 36px;
}

.section-conditions p {
  font-size: 16px;
  color: #6e7381;
  letter-spacing: 0;
  text-align: justify;
  line-height: 32px;
  font-weight: 600;
  padding: 0 8.3%;
}

.section-conditions .swiper-container {
  padding: 40px 0 60px;
  margin: 0 9.9%;
}

.section-conditions .swiper-container .swiper-wrapper .swiper-slide {
  display: inline-block;
  position: relative;
}

.section-conditions .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  object-fit: cover;
}

.section-conditions .swiper-container .swiper-wrapper .swiper-slide .ul-bg {
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  background-image: linear-gradient(180deg, rgba(0, 134, 207, 0) 0%, #04284c 63%);
}

.section-conditions .swiper-container .swiper-wrapper .swiper-slide .ul-article {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 14px 0 12px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-conditions .swiper-button-prev,
.section-conditions .swiper-button-next {
  top: 72%;
}

.section-conditions .swiper-button-prev {
  left: 6.6%;
}

.section-conditions .swiper-button-prev:after {
  content: url("../img/competition-left.svg");
}

.section-conditions .swiper-button-next {
  right: 6.6%;
}

.section-conditions .swiper-button-next:after {
  content: url("../img/competition-right.svg");
}

.section-conditions .my-button-disabled {
  opacity: 0.2;
}

.section-international {
  overflow: hidden;
  background: url("../img/international1.jpg") no-repeat center/cover;
  padding: 0 8.3%;
}

.section-international .sectionTitle {
  padding: 60px 0 36px;
}

.section-international .sectionTitle .title-en {
  opacity: 0.3;
  color: #ffffff;
}

.section-international .sectionTitle .title-cn {
  color: #ffffff;
}

.section-international > p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 500;
}

.section-international .international-school {
  padding: 40px 0 24px;
  font-size: 0;
}

.section-international .international-school li {
  width: calc((100% - 150px) / 5);
  height: 44px;
  display: inline-block;
  text-align: center;
  background: #ffa454;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 37.5px;
}

.section-international .international-school li:nth-child(5n) {
  margin-right: 0;
}

.section-international .international-school li p {
  font-size: 14px;
  color: #4e68cd;
  font-weight: 500;
  padding: 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-international .global {
  display: flex;
  padding-bottom: 60px;
}

.section-international .global li {
  width: calc((100% - 90px) / 4);
  padding-right: 30px;
}

.section-international .global li:last-child {
  padding-right: 0;
}

.section-innovation {
  overflow: hidden;
  background: #eff2ff;
  position: relative;
}

.section-innovation .sectionTitle {
  padding: 60px 0 36px;
}

.section-innovation p {
  padding: 0 8.3%;
  font-size: 16px;
  color: #3a4561;
  letter-spacing: 0;
  text-align: justify;
  line-height: 32px;
  font-weight: 500;
}

.section-innovation .swiper-container {
  padding: 41px 0 143px;
  margin: 0 11.1%;
}

.section-innovation .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.section-innovation .swiper-container .swiper-wrapper .swiper-slide .bigImg {
  display: block;
}

.section-innovation .swiper-container .swiper-wrapper .swiper-slide .smallImg {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 24px;
  bottom: 15px;
  z-index: 1;
}

.section-innovation .swiper-container .swiper-wrapper .swiper-slide .img-article {
  width: 75%;
  padding: 32px 24px 24px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: -83px;
}

.section-innovation .swiper-container .swiper-wrapper .swiper-slide .img-article span {
  font-size: 16px;
  color: #565656;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-innovation .swiper-button-prev,
.section-innovation .swiper-button-next {
  top: 60%;
}

.section-innovation .swiper-button-prev {
  left: 7.4%;
}

.section-innovation .swiper-button-prev:after {
  content: url("../img/competition-left.svg");
}

.section-innovation .swiper-button-next {
  right: 7.4%;
}

.section-innovation .swiper-button-next:after {
  content: url("../img/competition-right.svg");
}

.section-innovation .my-button-disabled {
  opacity: 0.2;
}

.section-outstanding {
  overflow: hidden;
  padding: 0 8.3%;
  background: url("../img/outstanding.jpg") no-repeat center/cover;
}

.section-outstanding .sectionTitle {
  padding: 60px 0 40px;
}

.section-outstanding .ul-outstanding {
  padding-bottom: 20px;
  font-size: 0;
}

.section-outstanding .ul-outstanding li {
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
  width: calc((100% - 90px) / 4);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.section-outstanding .ul-outstanding li:nth-child(4n) {
  margin-right: 0;
}

.section-outstanding .ul-outstanding li .li-outstanding {
  display: block;
  padding: 30px 18px 33px;
}

.section-outstanding .ul-outstanding li .li-outstanding .out-img {
  margin: 0 auto;
  width: 88px;
  height: 88px;
  border: 1px solid #4e68cd;
  border-radius: 8px;
}

.section-outstanding .ul-outstanding li .li-outstanding .out-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 12px;
  top: 12px;
}

.section-outstanding .ul-outstanding li .li-outstanding .name {
  padding-top: 35px;
  padding-bottom: 16px;
  font-size: 20px;
  color: #4e68cd;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: 700;
}

.section-outstanding .ul-outstanding li .li-outstanding .text {
  font-size: 16px;
  color: #565656;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer {
  overflow: hidden;
  padding: 0 8.3% 66px;
  background: #4e68cd;
  position: relative;
}

.footer .sectionTitle {
  padding: 60px 0 48px;
}

.footer .sectionTitle .title-en {
  color: #ffffff;
}

.footer .sectionTitle .title-cn {
  color: #ffffff;
}

.footer h3 {
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 38px;
}

.footer p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 500;
  margin-top: 8px;
}

.footer .jump-sec {
  right: 11.7%;
  width: 26%;
  position: absolute;
  top: 270px;
}

.footer .jump-sec img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.footer .jump-sec p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  font-weight: 700;
  margin-top: 12px;
}

.section-employment {
  overflow: hidden;
  background: url("../img/employment1.jpg") no-repeat center/cover;
}

.section-employment .sectionTitle {
  padding: 60px 0 40px;
}

.section-employment .sectionTitle .title-en {
  color: #ffffff;
}

.section-employment .sectionTitle .title-cn {
  color: #ffffff;
}

.section-employment .employ-list {
  position: relative;
}

.section-employment .employ-list:before {
  content: "";
  width: 50%;
  border-bottom: 2px dashed #ffa454;
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translate(-50%, 0);
}

.section-employment .employ-list ul {
  display: flex;
  justify-content: space-evenly;
}

.section-employment .employ-list ul li {
  width: 20%;
  font-size: 0;
  z-index: 1;
}

.section-employment .employ-list ul li .employ-answer {
  width: calc(100% - 30px);
  background: #ffa454;
  text-align: center;
  padding: 12px 0;
  display: inline-block;
}

.section-employment .employ-list ul li .employ-answer p {
  font-size: 24px;
  color: #0d59a7;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-employment .employ-list ul li .employ-answer p .num {
  font-family: Helvetica-Bold;
  color: #175da2;
  padding-right: 6px;
}

.section-employment .employ-list ul li .triangle {
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-left: 30px solid #ffa454;
  border-bottom: 29px solid transparent;
}

.section-employment .employ-list ul li > p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 32px;
  font-weight: 600;
  padding-top: 16px;
}

.section-employment .employ-list ul li > p span {
  color: #ffa454;
}

.section-employment .region {
  padding: 72px 0 71px;
}

.section-employment .region ul {
  display: flex;
  justify-content: space-evenly;
}

.section-employment .region ul li {
  width: 24%;
}

.section-evolution {
  overflow: hidden;
  position: relative;
  background-image: url("../img/evolution-bg.jpg");
  background-size: 150% 100%;
  padding-bottom: 60px;
}

.section-evolution .sectionTitle {
  padding: 60px 0 51px;
}

.section-evolution .sectionTitle .title-en {
  color: #ffffff;
}

.section-evolution .sectionTitle .title-cn {
  color: #ffffff;
}

.section-evolution .swiper-container .swiper-wrapper .swiper-slide {
  height: 36.88vw;
}

.section-evolution .swiper-container .swiper-wrapper .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.section-evolution .swiper-button-next {
  top: 55%;
  right: auto;
  left: 8.3%;
  width: 36px;
  height: 36px;
}

.section-evolution .swiper-button-next:after {
  content: url("../img/evolutionTurnRight.svg");
  width: 100%;
  height: 100%;
}
