@charset "UTF-8";
.wrapper {
  background: #f7f7fc;
  height: 100%;
  overflow-x: hidden;
  padding-bottom: 50px;
}

.nav-swiper {
  height: 460px;
  width: 100%;
  position: relative;
}

.nav-swiper .swiper-mask {
  /* background: linear-gradient(90deg, #1832bb, rgba(255, 255, 255, 0)); */
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 88;
}

.nav-swiper .swiper-nav-container {
  height: 100%;
  --swiper-theme-color: #fff;
}

.nav-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-swiper .swiper-slide .swiper-slide-text {
  font-family: "YouSheBiaoTiHei";
  position: absolute;
  top: 35%;
  left: 18%;
  color: #fff;
  z-index: 999;
  transition: 0.2s ease;
}

.nav-swiper .swiper-slide .swiper-slide-text .sub {
  font-size: 30px;
}

.nav-swiper .swiper-slide .swiper-slide-text .title {
  font-size: 55px;
}

.nav-swiper .swiper-nav-pagination {
  position: absolute;
  bottom: 82px;
  width: 200px;
  text-align: left;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 999;
}

.nav-swiper .swiper-nav-pagination .swiper-button-prev,
.nav-swiper .swiper-nav-pagination .swiper-button-next {
  left: 22px;
  height: 20px;
  top: 6px;
  margin: 0;
}

.nav-swiper .swiper-nav-pagination .swiper-button-next {
  left: 80px;
}

.nav-swiper .swiper-nav-pagination .swiper-button-next:after,
.nav-swiper .swiper-nav-pagination .swiper-button-prev:after {
  font-size: 14px;
  transform: scale(0.5);
  font-weight: bold;
}

.nav-swiper .swiper-nav-pagination .swiper-pagination {
  text-align: left;
  font-size: 12px;
  margin-left: 50px;
  bottom: 15px;
}

.nav-swiper .swiper-nav-pagination .swiper-pagination .swiper-pagination-current {
  font-size: 15px;
}

.nav-swiper .swiper-white-pagination {
  position: absolute;
  left: 30px;
  width: 50px;
  top: 35%;
  z-index: 999;
}

.nav-swiper .swiper-white-pagination span {
  background: #fff;
  height: 1.5px;
  width: 12px;
  display: block;
  margin-top: 15px;
  border-radius: 2px;
}

.nav-swiper .swiper-white-pagination span.active {
  width: 20px;
  height: 2.5px;
}

.main-news {
  width: 65%;
  max-width: 1000px;
  min-width: 600px;
  margin: auto;
  margin-top: 10px;
  z-index: 999;
  position: relative;
  padding-bottom: 50px;
}

.news-content {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 300px;
}

.news-content.flex {
  display: flex;
}

.news-content.flex .flex-left,
.news-content.flex .flex-right {
  flex: 1;
  flex-shrink: 0;
  width: 50%;
  box-sizing: border-box;
}

.news-content .flex-left {
  position: relative;
}

.news-content .flex-left img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.news-content .flex-right {
  padding: 20px;
}

.news-content .content-list {
  background: url("../images/news_bg.png");
  background-size: cover;
  background-position: bottom;
}

.news-content .content-list li {
  padding: 15px 15px;
  border-radius: 5px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  cursor: pointer;
}

.news-content .content-list li:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
  margin-top: -3px;
}

.news-content .content-list li .date {
  color: #c8c8cc;
  font-size: 10px;
}

.news-content .content-list li .content-title {
  color: #4a4a71;
  font-weight: bold;
}

.index-title-wrp {
  color: #403e5c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.index-title-wrp .look-more {
  -webkit-transition: all 0.2s ease;
}

.index-title-wrp .look-more:hover {
  color: #e0dede;
}

.index-title-wrp.dark {
  color: #49495c;
}

.index-title-wrp.dark .look-more {
  color: #c0c0cc;
  font-size: 14px;
}

.index-title-wrp.dark .look-more:hover {
  color: #49495c;
}

.index-title-wrp .title {
  font-weight: bold;
  font-family: system-ui;
  font-size: 18px;
  vertical-align: middle;
}

.index-title-wrp .title img {
  width: 20px;
  margin-right: 5px;
}

.index-title-wrp .title .es-name {
  color: #cfd1e6;
  font-family: "Antonio";
  padding-top: 5px;
  margin-left: 10px;
  display: inline-block;
}

.details-btn {
  width: 90px;
  height: 31px;
  line-height: 31px;
  color: #fff;
  background: linear-gradient(90deg, #0921c7, #6f7be8);
  box-shadow: 0px 8px 16px 0px rgba(0, 13, 131, 0.5);
  position: absolute;
  bottom: 25px;
  left: 25px;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
}

.details-btn:hover {
  background: linear-gradient(90deg, #031cc0, #4859f5);
}

.recent-class {
  margin-top: 0;
}

.recent-class .swiper-recent-container {
  --swiper-theme-color: #323233;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #323233;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 12px;
  /* 设置按钮大小 */
  position: relative;
  height: 280px;
}

.recent-class .swiper-recent-container .swiper-wrapper {
  align-items: flex-end;
  height: 100%;
}

.recent-class .swiper-recent-container .swiper-slide {
  cursor: pointer;
  border-right: 1px solid #ebebf0;
  transition: all 1.2s ease 0s;
  padding-right: 60px;
}

.recent-class .swiper-recent-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.recent-class .swiper-recent-container .swiper-slide-active {
  width: 500px !important;
  height: 100%;
}

.recent-class .swiper-recent-container .swiper-slide:not(.swiper-slide-active) {
  width: 320px !important;
  height: 190px;
  position: relative;
  overflow: hidden;
}

.recent-class .swiper-recent-container .swiper-slide:not(.swiper-slide-active)::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  background: #e1e1e6;
  border-radius: 7px;
  opacity: 0.7;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.recent-class .swiper-recent-container .swiper-slide:not(.swiper-slide-active):hover::after {
  opacity: 0;
}

.recent-class .swiper-recent-container .right-swiper-pagination {
  position: absolute;
  right: 0;
  top: 20px;
  display: flex;
  justify-content: space-between;
  width: 18%;
  max-width: 150px;
  min-width: 50px;
  z-index: 99;
}

.swiper-recent-pagination {
  color: #cfd1e6;
  font-weight: bold;
  font-family: "Antonio";
  font-size: 12px;
  width: auto;
}

.swiper-recent-pagination label {
  color: #3e53d4;
  font-size: 20px;
}

.mini-pagination-arrows {
  display: flex;
  color: #323233;
}

.mini-pagination-arrows .mini-swiper-button-prev {
  margin-right: 15px;
}

.mini-pagination-arrows .iconfont {
  font-size: 10px;
  font-weight: bold;
}

.our-services {
  background: url("../images/serve_bg.png") no-repeat;
  background-size: 100% 100%;
  height: 400px;
  width: 100%;
  margin-bottom: 90px;
}

.services-container {
  width: 65%;
  margin: auto;
  padding-top: 40px;
}

.services-content .swiper-thumbs-container {
  margin-top: 30px;
  color: #fff;
}

.services-content .gallery-thumbs {
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 13px;
  position: relative;
}

.services-content .gallery-thumbs .swiper-slide {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  color: #6a7ee4;
  transition: all 0.2s ease;
}

.services-content .gallery-thumbs .swiper-slide:hover {
  color: #fff;
}

.services-content .gallery-thumbs .swiper-slide i {
  font-size: 28px;
  margin-bottom: 5px;
  display: block;
}

.services-content .gallery-thumbs .swiper-slide-thumb-active {
  color: #fff;
}

.services-content .gallery-thumbs .swiper-arrow {
  height: 50px;
  font-weight: bold;
  position: absolute;
  width: 106%;
  margin: auto;
  top: -10px;
  left: -3%;
}

.services-content .gallery-content {
  margin-top: 35px;
  overflow-x: hidden;
  padding-bottom: 30px;
}

.services-content .gallery-content .swiper-slide {
  display: flex;
  justify-content: space-around;
  color: #fff;
  align-items: stretch;
  box-sizing: border-box;
  padding-right: 5px;
}

.services-content .gallery-content .swiper-slide .flex-desc {
  flex-shrink: 0;
  width: 40%;
  position: relative;
}

.services-content .gallery-content .swiper-slide .flex-desc .title {
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10% 0 8% 0;
}

.services-content .gallery-content .swiper-slide .flex-desc .desc {
  font-size: 12px;
  display: -webkit-box;
  /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 */
  -webkit-orient: vertical;
  /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: bleak-all;
  /*word-wrap 属性允许长单词或 URL 地址换行到下一行。*/
  -webkit-line-clamp: 4;
  /*用来限制在一个块元素显示的文本的行数。*/
}

.services-content .gallery-content .swiper-slide .flex-img {
  flex-shrink: 0;
  width: 54%;
  max-width: 400px;
  min-width: 260px;
  box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.08);
  height: 260px;
}

.services-content .gallery-content .swiper-slide .flex-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.services-content .gallery-content .swiper-slide .look-more-btn {
  background: #fff;
  color: #333;
  border-radius: 5px;
  width: 180px;
  padding: 10px 20px;
  font-size: 13px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 25px;
  cursor: pointer;
  transition: 0.5s ease;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.1s;
}

.services-content .gallery-content .swiper-slide .look-more-btn:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  background: #fcfcfc;
}

.services-content .gallery-content .swiper-slide .look-more-btn:hover i {
  transform: translateX(4px);
}

.services-content .gallery-content .swiper-slide .look-more-btn i {
  font-size: 12px;
  float: right;
  margin-top: 2px;
  transition: 0.1s ease-out;
}

.curriculum-center {
  width: 65%;
  margin: auto;
}

.curriculum-center-tab {
  display: flex;
  color: #403e5c;
  margin-bottom: 30px;
}

.curriculum-center-tab li {
  cursor: pointer;
  margin-right: 5%;
  padding: 10px 2px;
  white-space: nowrap;
}

.curriculum-center-tab .nav-link {
  color: #969699;
  transition: 0.2s ease;
}

.curriculum-center-tab .nav-link:hover {
  color: #403e5c;
  border-bottom: 3px solid #3e53d4;
}

.curriculum-center-tab .nav-link-active {
  border-bottom: 3px solid #3e53d4;
}

@-webkit-keyframes huaru01 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes huaru00 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.curriculum-content .nav-cont {
  -webkit-animation: huaru00 0.2s 0s, huaru01 0.4s 0.2s ease-out;
}

.curriculum-content .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.curriculum-content .flex-box .nav-cont-item {
  width: 31.8%;
  min-width: 230px;
  max-width: 390px;
  flex-shrink: 0;
  margin-bottom: 35px;
  padding-bottom: 35px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
  border-bottom: 1px solid #e1e1e6;
  box-sizing: border-box;
}

.curriculum-content .flex-box .nav-cont-item:hover {
  border-bottom: 1px solid #3e53d4;
}

.curriculum-content .flex-box .nav-cont-item:hover .nav-cont-item-cover img {
  transform: scale(1.05);
}

.curriculum-content .flex-box .nav-cont-item-cover {
  width: 100%;
  height: 165px;
  border-radius: 5px;
  overflow: hidden;
}

.curriculum-content .flex-box .nav-cont-item-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.curriculum-content .flex-box .curriculum-item-title {
  width: 100%;
  margin: 12px 0;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  color: #49495c;
}

.curriculum-content .flex-box .curriculum-item-sub {
  color: #c8c8cc;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 22px;
}

.green-tag {
  background: #daebef;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #71aab7;
  margin-right: 5px;
  font-weight: normal;
}

@media screen and (max-width: 1100px) {
  .curriculum-content .flex-box {
    justify-content: space-around;
  }
}

@media screen and (max-width: 900px) {
  .recent-class .swiper-recent-container .swiper-slide-active {
    width: 400px !important;
  }
  .curriculum-content .flex-box {
    justify-content: space-around;
  }
  .curriculum-content .flex-box .nav-cont-item {
    min-width: 200px;
  }
  .curriculum-content .flex-box .nav-cont-item .nav-cont-item-cover {
    height: 130px;
  }
}

@media screen and (min-width: 1600px) {
  .curriculum-content .flex-box .nav-cont-item .nav-cont-item-cover {
    height: 190px;
  }
}

@media screen and (min-width: 1900px) {
  .curriculum-content .flex-box .nav-cont-item .nav-cont-item-cover {
    height: 210px;
  }
}
