.edution-container {
  width: 100%;
  min-height: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px dotted #e6e6e6;
}

.banner-container img {
  width: 100%;
}

.box1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.swiper-title {
  width: 100%;
  min-height: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

.swiper-title h3 {
  height: 84px;
  line-height: 84px;
  font-size: 28px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.swiper-title p {
  font-size: 14px;
  color: #999999;
  margin: 0;
  padding: 0;
  text-align: center;
}

.swiper-title p span {
  margin: 0 25px;
}

.swiper-wrap {
  width: 1000px;
  min-height: 800px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.btn-next,
.btn-prev {
  position: absolute;
  z-index: 99;
  display: block;
  width: 66px;
  height: 66px;
  background-color: #979797;
  border-radius: 50px;
  overflow: hidden;
  opacity: 1;
  top: 280px;
  text-align: center;
  line-height: 66px;
  cursor: pointer;
}

.btn-next .iconfont.icon-btn {
  color: #ffffff;
}

.btn-prev .iconfont.icon-btn-prev {
  color: #ffffff;
}
.btn-next {
  right: -100px;
}
.btn-prev {
  left: -100px;
}

.number-wrap {
  font-size: 36px;
  color: #999;
  width: auto;
  position: absolute;
  left: 30px;
  bottom: 230px;
  z-index: 999;
  letter-spacing: 5px;
}

.number-wrap .num {
  color: #e7ae34;
  font-size: 72px;
}

.swiper-container {
  width: 100%;
  height: 625px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container.gallery-top .swiper-slide {
  width: 100%;
  height: 625px;
  background-size: cover;
  background-position: center;
}

.swiper-container.gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumbs {
  height: 200px;
  padding: 40px 0;
  box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-container {
  position: relative;
  color: #a0a0a0;
  font-size: 14px;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
  height: 116px;
  margin-bottom: 40px;
}

.page-container .back-list {
  width: 10%;
  overflow: hidden;
  float: left;
}

.page-container a {
  float: left;
  display: block;
  width: 40%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-container a span{
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-container a.page-next span{
  text-align: right;
}

.page-container .page-prev {
  text-align: left;
}

.page-container .page-next {
  text-align: right;
}
