.swiper {
  overflow: hidden;
}
.index-page .swiper1 {
  position: relative;
}
.index-page .swiper1 .swiper-slide {
  position: relative;
}
.index-page .swiper1 .swiper-slide .pic {
  display: block;
  width: 100%;
}
/* 2025-3-4 修改 */
.index-page .swiper1 .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center bottom;
}
.index-page .swiper1 .swiper-slide .slide-text-wrap {
  width: 86%;
  max-width: 1536px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.3rem;
  display: flex;
  justify-content: space-between;
  padding-right: 0.57rem;
}
.index-page .swiper1 .swiper-slide .slide-title {
  font-size: 0.86rem;
  font-family: AlibabaPuHuiTi_2_115_Black, AlibabaPuHuiTi_2_115_Black-Regular, sans-serif;
  text-align: left;
  color: #ffffff;
  line-height: 1.488;
}
.index-page .swiper1 .swiper-slide .text {
  padding-top: 1.26rem;
}
.index-page .swiper1 .swiper-slide .text .play-btn {
  position: relative;
  z-index: 2;
  user-select: none;
  cursor: pointer;
}
.index-page .swiper1 .swiper-slide .text .play-btn .circle {
  position: absolute;
  left: -13px;
  top: -13px;
  width: 95px;
  height: 95px;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: -1;
  animation: scale 2s linear infinite alternate;
}
.index-page .swiper1 .swiper-slide .text .play-btn img {
  display: block;
  width: 68px;
  height: 68px;
}
.index-page .swiper1 .swiper-slide .text .desc {
  margin-top: 0.53rem;
}
.index-page .swiper1 .swiper-slide .text .desc .desc-zh {
  font-size: 0.3rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 1.066;
}
.index-page .swiper1 .swiper-slide .text .desc .desc-en {
  font-size: 10px;
  font-family: Montserrat, Montserrat-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 9px;
  white-space: nowrap;
}
.index-page .swiper1 .swiper1-arrow {
  position: absolute;
  top: 6.63rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
  max-width: 1536px;
  width: 86%;
  padding-right: 2.06rem;
}
.index-page .swiper1 .swiper1-arrow .arrow {
  user-select: none;
  cursor: pointer;
}
.index-page .swiper1 .swiper1-arrow .arrow img {
  vertical-align: text-top;
}
.index-page .swiper1 .swiper1-arrow .arrow .active {
  display: none;
}
.index-page .swiper1 .swiper1-arrow .arrow:hover .active {
  display: inline-block;
}
.index-page .swiper1 .swiper1-arrow .arrow:hover .default {
  display: none;
}
.index-page .swiper1 .swiper1-arrow .left-arrow {
  margin-right: 12px;
}
.index-page .swiper1 .swiper1-arrow .right-arrow {
  margin-left: 20px;
}
.index-page .swiper1 .swiper1-arrow .text {
  /* 设置文字样式 */
  font-size: 16px;
  font-family: Montserrat, Montserrat-Light, sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  display: flex;
  align-items: center;
}
.index-page .swiper1 .swiper1-arrow .text .current {
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.index-page .swiper1 .swiper1-arrow .text .split {
  margin-left: 12px;
  margin-right: 11px;
  width: 11px;
  height: 1px;
  opacity: 0.5;
  background: #ffffff;
}
.index-page .news {
  padding-top: 1.59rem;
  padding-bottom: 1.61rem;
  background-image: url(../images/index-news-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index-page .news .news-wrap {
  max-width: 1180px;
  width: 86%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-page .news .news-wrap .left .title-box .title-en {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #666666;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.index-page .news .news-wrap .left .title-box .title-en::before {
  content: "";
  display: block;
  margin-right: 11px;
  width: 8px;
  height: 8px;
  background: rgba(201, 18, 25, 0);
  border: 1px solid #c91219;
  border-radius: 50%;
}
.index-page .news .news-wrap .left .title-box .title-zh {
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium, sans-serif;
  font-weight: 500;
  color: #1358a9;
  line-height: 1;
  margin-left: 19px;
}
.index-page .news .news-wrap .right {
  width: 74.729%;
  flex-shrink: 0;
  margin-left: auto;
}
.index-page .news .news-wrap .right .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 27px;
}
.index-page .news .news-wrap .right .item:last-of-type {
  margin-bottom: 0;
}
.index-page .news .news-wrap .right .item:hover .text .news-title {
  color: #c91219;
}
.index-page .news .news-wrap .right .item:hover .text .news-desc {
  color: #1358a9;
}
.index-page .news .news-wrap .right .item .time {
  padding-right: 19px;
  border-right: 1px solid rgba(32, 90, 156, 0.25);
  white-space: nowrap;
}
.index-page .news .news-wrap .right .item .time .day {
  opacity: 0.5;
  font-size: max(20px, 0.38rem);
  font-family: Montserrat, Montserrat-Bold, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #999999;
  line-height: 1;
}
.index-page .news .news-wrap .right .item .time .year {
  font-size: 14px;
  font-family: Montserrat, Montserrat-Regular, sans-serif;
  font-weight: 400;
  color: rgba(153, 153, 153, 0.5);
  margin-top: 10px;
  line-height: 1;
}
.index-page .news .news-wrap .right .item .text {
  flex: 1;
  overflow: hidden;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.8);
  margin-left: 23px;
}
.index-page .news .news-wrap .right .item .text .news-title {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Light, sans-serif;
  font-weight: 300;
  text-align: left;
  color: #666666;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 4px;
  margin-bottom: 11px;
  transition: all 0.6s ease;
}
.index-page .news .news-wrap .right .item .text .news-desc {
  font-size: max(0.18rem, 16px);
  font-weight: 400;
  text-align: left;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: max(0.29rem, 15px);
  transition: all 0.6s ease;
}
.index-page .news .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 42px;
  background: #1358a9;
  border-radius: 21px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Light, sans-serif;
  font-weight: 300;
  color: #ffffff;
  user-select: none;
  cursor: pointer;
  margin-top: 41px;
  margin-left: 92px;
  position: relative;
  z-index: 2;
  transition: all 0.6s ease;
}
.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 42px;
  background: #fff;
  border-radius: 21px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Light, sans-serif;
  font-weight: 300;
  color: #1358a9;
  user-select: none;
  cursor: pointer;
  margin-top: 41px;
  position: relative;
  z-index: 2;
  transition: all 0.6s ease;
  position: relative;
}
.more-btns {
  padding:10px 30px;
  background: #1358a9;
  border-radius: 21px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Light, sans-serif;
  font-weight: 300;
  color: #ffffff;
  user-select: none;
  cursor: pointer;
  margin-top: 41px;
  position: relative;
  z-index: 2;
  transition: all 0.6s ease;
  position: relative;
}
.more-btns img{
  margin-top: 3px;
}
.more-btns span,
.more-btn span {
    margin-right: 20px;
}


.index-page .news .more-btn span {
  margin-right: 20px;
}
/* 2025-3-4 ,调整上下边距 */
.index-page .text-panel {
  /* padding-top: 2.27rem; */
  /* padding-bottom: 2.42rem; */
  padding-top: 1.27rem;
  padding-bottom: 1.42rem;
  background-image: url(../images/index-text-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* 2025-3-5 ,缩小字体大小,调整行高 */
.index-page .text-panel .text-wrap {
  max-width: 1508px;
  width: 86%;
  margin: 0 auto;
  /* font-size: 0.58rem; */
  font-size: 0.38rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold, sans-serif;
  font-weight: 700;
  text-align: center;
  /* color: #3974b7; */
  color: #fff;
  line-height: 1.4;
  /* line-height: 0.88rem; */
}

/*  2025-3-4 修改 */
.index-page .text-panel .text-wrap br {
  display: block;
  height: 0.48rem;
}
.index-page .acount-panel {
  padding-top: 1.16rem;
  padding-bottom: 5.16rem;
  background-image: url(../images/index-description.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index-page .acount-panel .list {
  max-width: 1230px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.index-page .acount-panel .list .item .top {
  display: flex;
  align-items: flex-start;
}
.index-page .acount-panel .list .item .num {
  font-size: max(22px, 0.48rem);
  font-family: Montserrat, Montserrat-Bold, sans-serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.index-page .acount-panel .list .item .top .small {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.777;
  color: #fff;
}
.index-page .acount-panel .list .item .intro {
  font-size: max(0.18rem, 15px);
  font-family: Source Han Sans CN, Source Han Sans CN-Light, sans-serif;
  font-weight: 300;
  text-align: left;
  line-height: 1.777;
  white-space: nowrap;
  color: #fff;
}
.index-page .department {
  padding-top: 1.45rem;
  padding-bottom: 1.2rem;
}
.index-page .department .title-box .en-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #666666;
  line-height: 1;
}
.index-page .department .title-box .en-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(201, 18, 25, 0);
  border: 1px solid #c91219;
  border-radius: 50%;
  margin-right: 10px;
}
.index-page .department .title-box .zh-title {
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #1358a9;
  line-height: 1;
  padding-left: 18px;
  margin-top: 10px;
}
.index-page .department .list {
  width: 100%;
  margin-top: 0.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-page .department .list .left {
  width: 40.885%;
}
.index-page .department .list .left .item {
  width: 100%;
}
.index-page .department .list .left .item:last-of-type {
  margin-bottom: 0;
}
.index-page .department .list .left .item:first-of-type .department-head {
  padding-top: 0;
}
.index-page .department .list .left .item.current .department-head .department-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #1358a9;
}
.index-page .department .list .left .item.current .department-head .deraptment-icon {
  opacity: 0;
}
.index-page .department .list .left .item.current .department-border span {
  animation: width 10s linear forwards;
}
.index-page .department .list .left .item .department-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-top: max(0.4rem, 10px);
}
.index-page .department .list .left .item .department-head .department-title {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 400;
  font-size: 0.26rem;
  color: #666666;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  transition: all 0.6s ease;
}
.index-page .department .list .left .item .department-head .deraptment-icon {
  user-select: none;
  cursor: pointer;
  transition: all 0.6s ease;
}
.index-page .department .list .left .item .department-desc {
  font-weight: 300;
  font-size: max(0.18rem, 14px);
  color: #666666;
  margin-top: max(10px, 0.32rem);
  line-height: 1.777;
  display: none;
}
.index-page .department .list .left .item .link-btn {
  width: 150px;
  height: 42px;
  background: #1358a9;
  border-radius: 21px;
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: max(10px, 0.34rem);
}
.index-page .department .list .left .item .link-btn img {
  margin-left: 20px;
}
.index-page .department .list .left .item .department-border {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin-top: max(0.39rem, 15px);
  position: relative;
}
.index-page .department .list .left .item .department-border span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #1358a9;
}
.index-page .department .list .right {
  width: 49.348%;
}
.index-page .department .list .right .pic-list {
  display: block;
  width: 100%;
  height: 100%;
}
.index-page .department .list .right .pic-list .pic-item {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.index-page .department .list .right .pic-list .pic-item.current {
  display: block;
}
.index-page .department .list .right .pic-list .pic-item img {
  display: block;
  width: 100%;
  height: 8.79rem;
  object-fit: cover;
  object-position: center;
}
.index-page .index-intro {

  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 1.19rem;
  padding-bottom: 1.04rem;
}
.index-page .index-intro .intro-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-page .index-intro .intro-wrap .intro-item {
  width: 31.25%;
  cursor: pointer;
  transition: all 0.6s ease;
}
.index-page .index-intro .intro-wrap .intro-item:hover {
  transform: translateY(-20px);
}
.index-page .index-intro .intro-wrap .intro-item:nth-child(2) {
  margin-top: 1.65rem;
  padding:0 10px;
}
.index-page .index-intro .intro-wrap .intro-item:nth-child(4) {
  margin-top: 1.65rem;
  padding:0 10px;
}
.index-page .index-intro .intro-wrap .intro-item:nth-child(2).current {
  animation: movey1 2s linear forwards;
}
.index-page .index-intro .intro-wrap .intro-item:nth-child(3).current {
  animation: movey2 2s linear forwards;
}
.index-page .index-intro .intro-wrap .intro-item .pic {
  display: block;
  width: 100%;
  padding-top: 116.667%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 0.3rem;
}
.index-page .index-intro .intro-wrap .intro-item .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}
.index-page .index-intro .intro-wrap .intro-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.index-page .index-intro .intro-wrap .intro-item .pic .pic-text {
  position: absolute;
  left: 0.38rem;
  bottom: 0.4rem;
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 400;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 1;
  z-index: 2;
}
.index-page .index-intro .intro-wrap .intro-item .pic .grid-content {

  font-family: Source Han Sans CN, sans-serif;
  font-weight: 400;
  font-size: 0.2rem;
  text-align: justify;
  position: absolute;

}
.index-page .index-intro .intro-wrap .intro-item .intro-text .min-title {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(11, 56, 95, 0.5);
  margin-bottom: 8px;
  transition: all 0.45s ease;
}
.index-page .index-intro .intro-wrap .intro-item .intro-text .min-title:hover {
  color: #0b385f;
}
.index-page .index-intro .intro-wrap .intro-item .intro-text .title {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 300;
  font-size: max(0.18rem, 16px);
  color: #0b385f;
  margin-bottom: 0.39rem;
  padding-right: 0.46rem;
  display: block;
}
.index-page .index-intro .intro-wrap .intro-item .intro-text .more {
  display: flex;
  align-items: center;
}
.index-page .index-intro .intro-wrap .intro-item .intro-text .more span {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #0b385f;
  margin-right: 12px;
}
.index-page .index-intro .intro-wrap .intro-item .intro-text .more img {
  display: block;
}
.index-page .index-school {
  max-width: 100%;
  overflow-x: hidden;
}
.index-page .index-school .school-text {
  width: 86%;
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
  margin-top: max(30px, 1.2rem);
  margin-bottom: max(30px, 0.57rem);
}
.index-page .index-school .school-text .school-title {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: bold;
  font-size: max(0.38rem, 18px);
  color: #1358a9;
  line-height: 1.526;
  text-align: center;
}
.index-page .index-school .school-text .school-sub-title {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.24rem, 16px);
  color: #333333;
  line-height: 1.5;
  margin-top: max(15px, 0.39rem);
  text-align: center;
}
.index-page .index-school .school-text .school-desc {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 300;
  font-size: max(0.16rem, 14px);
  color: #666666;
  line-height: 1.75;
  margin-top: 0.29rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.index-page .index-school .school-text .link-btn {
  margin-top: calc(0.59rem - 0.06rem);
  width: 198px;
  height: 58px;
  background: #1358a9;
  border-radius: 29px;
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.6s ease;
}
.index-page .index-school .school-text .link-btn:hover {
  background-color: #1358a9;
}
.index-page .index-school .school-text .link-btn img {
  margin-left: 17px;
}
.index-page .index-school .index-maequee {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  /* 渐变遮罩 */
}
.index-page .index-school .index-maequee::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(11, 56, 95, 0.95) 0%, transparent 80%);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.index-page .index-school .index-school-marquee {
  display: flex;
  align-items: flex-end;
}
.index-page .index-school .index-school-marquee .pic {
  width: auto;
  height: auto;
  margin-right: 10px;
}
.index-page .index-school .index-school-marquee .pic img {
  display: block;
  max-height: 563px;
  width: auto;
  border-radius: 20px 20px 0 0;
}
.index-video-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 76;
  cursor: zoom-out;
  display: none;
}
.index-video-mask .video-panel {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-video-mask video {
  display: block;
  max-width: 86vw;
  max-height: 76vh;
  object-fit: contain;
  cursor: pointer;
}
.index-video-mask .close {
  font-size: max(20px, 0.36rem);
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 4%;
  right: 6%;
  transition: all 0.6s ease;
}
.index-video-mask .close span {
  cursor: pointer;
}
.index-video-mask .close span:hover {
  color: #1358a9;
}
@keyframes scale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes movey1 {
  from {
    transform: translateY(-120px);
  }
  to {
    transform: translateY(0);
    margin-top: 0;
  }
}
@keyframes movey2 {
  from {
    transform: translateY(-180px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes Marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 1600px) {
  /* 2025-3-4 修改 */
  .index-page .swiper1 .swiper1-arrow {
    /* padding-right: 2.86rem; */
    padding-right: 2.5rem;
  }
}
/* 2025-3-4 修改 */
@media (max-width: 1445px) {
  .index-page .swiper1 .swiper1-arrow {
    top: 6.93rem;
  }
}
@media (max-width: 1200px) {
  .index-page .swiper1 {
    margin-top: var(--headHeight);
  }
  .index-page .swiper1 .swiper1-arrow {
    top: 7.6rem;
  }
  .index-page .swiper1 .swiper1-arrow {
    padding-right: 0.57rem;
  }
}
@media (max-width: 992px) {
  .index-page .news .news-wrap {
    flex-wrap: wrap;
  }
  .index-page .news .news-wrap .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .index-page .news .news-wrap .right {
    width: 100%;
  }
  .index-page .acount-panel .list {
    flex-wrap: wrap;
  }
  .index-page .acount-panel .list .item {
    width: 47.5%;
    margin-bottom: 15px;
  }
  .index-page .acount-panel .list .item .top {
    min-height: calc(max(22px, 0.48rem) * 1.5);
  }
}
@media (max-width: 768px) {
  .index-page {
    --cut: 30px;
  }
  :root {
    --index-wrap: 92%;
  }
  .index-page .swiper1 .swiper-slide .slide-title {
    font-size: max(0.5859rem, 22px);
    right: auto;
    white-space: nowrap;
  }
  .index-page .swiper1 .swiper-slide .text {
    padding-top: 25px;
  }
  .index-page .swiper1 .swiper-slide .slide-text-wrap {
    top: 12%;
    flex-wrap: wrap;
  }
  .index-page .swiper1 .swiper-slide .text .desc {
    margin-top: 15px;
    width: auto;
  }
  .index-page .swiper1 .swiper1-arrow {
    top: auto;
    bottom: 10%;
    right: 10%;
  }
  .index-page .swiper1 .swiper-slide .text .play-btn img {
    width: calc(68px - var(--cut));
    height: calc(68px - var(--cut));
  }
  .index-page .swiper1 .swiper-slide .text .play-btn .circle {
    width: calc(95px - var(--cut));
    height: calc(95px - var(--cut));
  }
  .index-page .news .news-wrap {
    width: var(--index-wrap);
  }
  .index-page .news .more-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .index-page .index-intro .intro-wrap {
    flex-wrap: wrap;
  }
  .index-page .index-intro .intro-wrap .intro-item {
    width: 48.5%;
    margin-bottom: 25px;
    margin-top: 0 !important;
  }
  .index-page .index-intro .intro-wrap .intro-item .intro-text .title {
    padding-right: 0;
  }
  .index-page .index-intro .intro-wrap .intro-item:hover {
    transform: translateY(-5px);
  }
  .index-page .index-school .school-text {
    width: 92%;
  }
  .index-page .index-school .index-school-marquee .pic img {
    max-height: max(5.2083rem, 270px);
  }
}
@media (max-width: 576px) {
  .index-page .swiper1 .swiper-slide .text {
    padding-top: 15px;
  }
  .index-page .swiper1 .swiper1-arrow {
    bottom: 5%;
  }
  .index-page .swiper1 .swiper-slide .text .desc .desc-en {
    margin-top: 2px;
  }
  .index-page .news .news-wrap .right .item .time {
    padding-right: 5px;
  }
  .index-page .news .news-wrap .right .item .text {
    margin-left: 5px;
  }
  .index-page .news .news-wrap .right .item .time .day {
    font-size: 16px;
  }
  .index-page .acount-panel .list .item {
    width: 48.5%;
  }
  .index-page .acount-panel .list .item .top {
    justify-content: center;
  }
  .index-page .acount-panel .list .item .intro {
    white-space: wrap;
    text-align: center;
  }
  .index-page .acount-panel .list {
    width: 92%;
  }
  .index-page .acount-panel {
    background-position-x: 66%;
  }
  .index-page .index-intro .intro-wrap .intro-item .pic {
    border-radius: 10px;
  }
}


/* 新增加的about介绍 */
.index-page .edit-panel {
  background-color: #1358a9;
}
.index-page .edit-panel .panel-wrap {
  max-width: 1525px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-page .edit-panel .panel-wrap .p-left {
  width: 31.081%;
  flex-shrink: 0;
}
.index-page .edit-panel .panel-wrap .p-left img {
  display: block;
  max-width: 100%;
  height: auto;
}

.index-page .edit-panel .panel-wrap .p-right {
  width: 66.229%;
  flex-shrink: 0;
  /* padding-left: 33.168%; */
  padding-left: 20.967%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding-top: max(35px, 1rem);
  padding-bottom: max(35px, 0.8rem);
}

.index-page .edit-panel .panel-wrap .p-right .en-title {
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-left: -19px;
}

.index-page .edit-panel .panel-wrap .p-right .en-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 11px;
}

.index-page .edit-panel .panel-wrap .p-right .zh-title {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  margin-top: 10px;
}

.index-page .edit-panel .panel-wrap .p-right .desc {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 2.25;
  margin-top: max(0.7rem, 25px);
  text-align: justify;
}

@media (max-width: 1200px) {
  .index-page .edit-panel .panel-wrap .p-right {
    padding-left: 10%;
  }
}

@media (max-width: 992px) {
  .index-page .edit-panel .panel-wrap {
    flex-wrap: wrap;
    padding-top: 35px;
  }
  .index-page .edit-panel .panel-wrap .p-left {
    width: 100%;
  }
  .index-page .edit-panel .panel-wrap .p-left img {
    margin-left: auto;
    margin-right: auto;
  }
  .index-page .edit-panel .panel-wrap .p-right {
    width: 100%;
    background-image: none !important;
    padding-left: 0;
  }
  .index-page .edit-panel .panel-wrap .p-right .desc {
    line-height: 2;
  }
}

@media (max-width: 576px) {
  .index-page .edit-panel .panel-wrap .p-left img {
    width: 80%;
  }
  .index-page .edit-panel .panel-wrap .p-right .en-title::before {
    margin-left: 0;
  }
}