body {
  height: 100%;
}

article {
  height: calc(100% - 80px)
}

/* .content-box {
  width: 100%;
  height: 663px;
  position: relative;
}
.honor-content {
  width: 1200px;
  margin: 40px auto 0;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}

.honor-img-box {
  width: 1200px;
  height: 530px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.honor-img-box>img {
  height: 250px;
}

.list-box {
  margin: 0 auto;
  width: 1150px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
}

.list-box>li {
  list-style: disc;
  width: 300px;
  font: bold 12px Microsoft YaHei;
  color: #333333;
  line-height: 20px;
} */
.content-box {
  width: 1200px;
  margin: 0 auto;
}

.banner1 img {
  height: 200px;
}

.swiper-container {
  position: relative;
  height: 250px;
}

.swiper-slide {
  box-sizing: border-box;
  padding: 0 70px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 28px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide-active{
  z-index: 999 !important;
}


.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.swiper-button-next::after {
  content: '' !important;
  background: url(../imgs/honorary-qualification/rightBtn.png) round;
  width: 56px;
  height: 56px
}

.swiper-button-prev::after {
  content: '' !important;
  background: url(../imgs/honorary-qualification/leftBtn.png) round;
  width: 56px;
  height: 56px
}

.text {
  margin-top: 28px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 10px;
}
.banner2{
  margin-top: 92px;
}
.banner-top{
  height:250px;
  position: relative;
}
.banner-bottom{
  height:250px;
  position: relative;
}
.text-bottom{
  margin-top: 28px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 10px;
}
.swiper-button-prev{
  left: -60px !important;
}
.swiper-button-next{
  right: -60px !important;
}

