.title {
  padding-bottom: 30px;
  text-align: center;
}

.title-cn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-cn .icon {
  margin-right: 10px;
}

.title-cn .text {
  color: #000;
  font-weight: 600;
  font-size: 30px;
}

.title-en {
  color: #c2c2c2;
  font-weight: bold;
  font-size: 20px;
  font-family: Helvetica;
}

.content {
  position: relative;
  padding: 0 0 65px 60px;
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.content .con {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px 30px 40px 0;
  border-radius: 16px;
}

.content .con .con-title {
  color: #666;
  font-size: 20px;
}

.content .con .more {
  display: flex;
  align-items: center;
  width: 40px;
  height: 25px;
  color: #999;
  font-size: 14px;
  line-height: 25px;
  background: url("../images/arrow-r.png") no-repeat right center/8px 12px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.content .con .more:hover {
  color: #1a4299;
}

.content .con .list-t {
  display: flex;
  flex: 1;
}

.content .con .list-t .item {
  position: relative;
  flex-shrink: 0;
  height: 32px;
  margin: 0 5px;
  padding: 0 12px;
  color: #666;
  font-size: 16px;
  line-height: 32px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.content .con .list-t .item:hover {
  color: #1a4299;
}

.content .con .list-t .item.active {
  color: #fff;
  background: #1a4299;
}

.content .con .list-t .more-list {
  position: absolute;
  top: 45px;
  right: 30px;
}

.content .con .list-t .more-list .more {
  display: none;
}

.content .con .list-t .more-list .more.show {
  display: flex;
}

.swiper {
  height: 100%;
}

.swiper a {
  display: inline-flex;
  width: 100%;
  height: 100%;
}

.swiper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper.box-swiper {
  position: initial;
  margin-right: 60px;
}

.swiper.box-swiper .button-prev,
.swiper.box-swiper .button-next {
  width: 37px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper.box-swiper .button-prev::after,
.swiper.box-swiper .button-next::after {
  content: none;
}

.swiper.box-swiper .button-prev {
  left: 25px;
  background-image: url("../images/swiper-l.png");
}

.swiper.box-swiper .button-next {
  right: 25px;
  background-image: url("../images/swiper-r.png");
}

.box {
  padding-top: 50px;
}

.banner {
  height: 456px;
}

.banner .banner-swiper .swiper-pagination {
  bottom: 52px;
}

.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  border-radius: 5px;
}

.tab {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 1149px;
  height: 138px;
  margin: -40px auto 0;
  padding: 32px 48px;
  background: #fff;
  border-radius: 58px;
}

.tab .item {
  width: 230px;
  height: 72px;
  cursor: pointer;
}

.tab .item:nth-child(1) {
  background: url("../images/lx/tab-1.png") no-repeat center/100%;
}

.tab .item:nth-child(2) {
  background: url("../images/lx/tab-2.png") no-repeat center/100%;
}

.tab .item:nth-child(3) {
  background: url("../images/lx/tab-3.png") no-repeat center/100%;
}

.tab .item:nth-child(4) {
  background: url("../images/lx/tab-4.png") no-repeat center/100%;
}

.box1 {
  padding-top: 52px;
}

.box1 .content .con {
  padding-bottom: 30px;
}

.box1 .news-box {
  display: flex;
  align-items: flex-start;
}

.box1 .left {
  width: 450px;
}

.box1 .left .box1-swiper {
  border-radius: 20px;
  height: 236px;
}

.box1 .left .box1-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}

.box1 .left .box1-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 4px;
}

.box1 .news-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 630px;
  padding-left: 35px;
}

.box1 .news-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}

.box1 .news-list .item .name {
  width: 450px;
  overflow: hidden;
  color: #333;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.box1 .news-list .item .name:hover {
  color: #1a4299;
}

.box1 .news-list .item .name.hot {
  padding-left: 15px;
  color: #ff4500 !important;
  background: url("../images/hot.png") no-repeat left center;
}

.box1 .news-list .item .name.rec {
  padding-left: 18px;
  color: #ff4500 !important;
  background: url("../images/recommend.png") no-repeat left center;
}

.box1 .news-list .item .date {
  color: #999;
}

.box2 .content {
  padding-bottom: 75px;
}

.box2 .course {
  display: flex;
}

.box2 .course .hot {
  width: 220px;
  height: 490px;
  margin-left: 3px;
  border-radius: 20px;
  cursor: pointer;
}

.box2 .course .hot .img {
  height: 100%;
}

.box2 .course .course-list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding-left: 36px;
}

.box2 .course .course-list .item {
  box-sizing: border-box;
  width: 258px;
  height: 240px;
  padding: 20px 25px;
  border-radius: 20px;
  transition: transform 0.2s ease;
}

.box2 .course .course-list .item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.box2 .course .course-list .item .img-con {
  width: 205px;
  height: 118px;
  overflow: hidden;
  border-radius: 10px;
}

.box2 .course .course-list .item .img-con .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.box2 .course .course-list .item .name {
  padding-top: 18px;
  overflow: hidden;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box2 .course .course-list .item .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box2 .course .course-list .item .flex .price {
  color: #1a4299;
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 2px;
}

.box2 .course .course-list .item .flex .price span {
  font-size: 12px;
}

.box2 .course .course-list .item .flex .btn {
  width: 74px;
  margin-right: 5px;
  cursor: pointer;
}

.box3 .content {
  padding-bottom: 30px;
}

.box3 .teacher {
  display: flex;
  padding-top: 65px;
}

.box3 .teacher .humin {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 258px;
  height: 481px;
  padding: 5px 25px;
  line-height: 25px;
  background: url("../images/hm.png") no-repeat center;
  background-size: cover;
}

.box3 .teacher .humin .name {
  padding-bottom: 8px;
  color: #333;
  font-size: 22px;
}

.box3 .teacher .humin .des {
  color: #666;
  font-size: 14px;
}

.box3 .teacher .humin .des p {
  position: relative;
  padding-left: 10px;
}

.box3 .teacher .humin .des p::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 2px;
  height: 2px;
  content: "*";
}

.box3 .teacher .teacher-list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin-left: 45px;
}

.box3 .teacher .teacher-list .item {
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.box3 .teacher .teacher-list .item:hover {
  transform: translateY(-5px);
}

.box3 .teacher .teacher-list .item .img-con {
  width: 157px;
  height: 185px;
  border-radius: 20px;
  overflow: hidden;
}

.box3 .teacher .teacher-list .item .img-con .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.box3 .teacher .teacher-list .item .name {
  box-sizing: border-box;
  height: 40px;
  padding-top: 10px;
  overflow: hidden;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
}

.box3 .teacher-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 30px auto 0;
  padding-right: 15px;
  color: #999;
  font-size: 16px;
  line-height: 25px;
  background: url("../images/arrow-r.png") no-repeat right center/8px 12px;
  transition: color 0.2s ease;
}

.box3 .teacher-more:hover {
  color: #1a4299;
}

.box4 .content {
  padding: 66px 63px;
}

.box4 .border {
  position: absolute;
  bottom: 78px;
  left: 63px;
  z-index: 1;
  width: 1100px;
  height: 174px;
  border: 4px solid #dfeafd;
  border-left: none;
  border-radius: 0 70px 70px 0;
}

.box4 .list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 66px 39px;
}

.box4 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box4 .list .item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 70px;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box4 .list .item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-top: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #1a4299;
  border: 2px solid #fff;
  border-radius: 50%;
}

.box5 .content {
  padding-bottom: 53px;
}

.box5 .content .con {
  padding-bottom: 35px;
}

.box5 .school-box {
  padding-right: 63px;
  padding-left: 3px;
}

.box5 .school-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 42px;
}

.box5 .school-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 330px;
  height: 105px;
  background: #fff;
  border: 1px solid #F5F5F5;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.box5 .school-list .item:hover {
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.box5 .school-list .item:hover .item-r .name {
  color: #0D3F98;
}

.box5 .school-list .item .img {
  width: 48px;
  height: 48px;
  margin: 0 18px;
  object-fit: cover;
}

.box5 .school-list .item .item-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box5 .school-list .item .item-r .name {
  overflow: hidden;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.box5 .school-list .item .item-r .name-en {
  padding-bottom: 8px;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box5 .school-list .item .item-r .qs {
  overflow: hidden;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box6 .content {
  padding-bottom: 55px;
}

.box6 .content .con {
  padding-bottom: 35px;
}

.box6 .major-box {
  padding-right: 63px;
}

.box6 .major-box .box-list {
  flex-direction: column;
}

.box6 .major-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 37px;
}

.box6 .major-list .item {
  width: 148px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  cursor: pointer;
}

.box6 .major-list .item.active .name {
  background: #0d3f98;
}

.box6 .major-list .item.active .name::after {
  position: absolute;
  bottom: -7px;
  left: calc(50% - 10px);
  width: 15px;
  height: 15px;
  background: #0d3f98;
  border-radius: 2px;
  transform: rotate(45deg);
  content: "";
}

.box6 .major-list .item .name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.box6 .subject-list {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin-top: 38px;
  padding: 18px 30px;
  background: #f4f8ff;
  border-radius: 20px;
}

.box6 .subject-list.show {
  display: block;
}

.box6 .subject-list .item {
  display: flex;
  padding: 10px 0;
  font-size: 18px;
}

.box6 .subject-list .item .name {
  padding-right: 15px;
  color: #0d3f98;
  font-weight: bold;
}

.box6 .subject-list .item .sub-list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 5px 20px;
  align-items: center;
}

.box6 .subject-list .item .sub-list .sub-item {
  color: #666;
  transition: color 0.2s ease;
}

.box6 .subject-list .item .sub-list .sub-item:hover {
  color: #0d3f98;
}

.box7 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  padding-right: 60px;
}

.box7 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.box7 .list .item .name {
  padding-top: 20px;
  padding-bottom: 8px;
  color: #1a4299;
  font-weight: bold;
  font-size: 22px;
}

.box7 .list .item .des {
  color: #666;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 2px;
}
