.index-top{
  position: relative;
}
.index-top img{
  width: 100%;
}
.index-top .banner-phone{
  display: none;
}
@media (max-width: 640px) {
  .index-top{
    /* min-height: 68.75vmin; */
  }
  .index-top img.bg{
    display: none;
  }
  .index-top .banner-phone{
    display: block;
  }
  .common-top .banner-phone img{
    width: 100%;
  }
}


.index-4ths .container{
  padding: 60px 24px;
}
.index-4ths ul li{
  margin-top: 10px;
}
.index-4ths ul li img{
  width: 88px;
  height: 86px;
}
.index-4ths ul li .words{
  margin-left: 19px;
}
.index-4ths ul li .words p.top{
  font-size: 15px;
  color: #222;
}
.index-4ths ul li .words p.bot{
  margin-top: 6px;
  font-size: 44px;
  color: #222;
}
@media (min-width: 750px) and (max-width: 900px) {
  .index-4ths ul li img{
    width: 64px;
    height: initial;
  }
  .index-4ths ul li .words p.top{
    font-size: 13px;
  }
  .index-4ths ul li .words p.bot{
    font-size: 30px;
  }
}
@media (max-width: 750px) {
  .index-4ths .container{
    padding: 4.6875vmin 1.5625vmin;
  }
  .index-4ths ul li .words{
    margin-left: 1.8125vmin;
  }
  .index-4ths ul li img{
    width: 10vmin;
    height: initial;
  }
  .index-4ths ul li .words p.top{
    font-size: 2.03125vmin;
  }
  .index-4ths ul li .words p.bot{
    font-size: 4.6875vmin;
  }
}
@media (max-width: 500px) {
  .index-4ths ul{
    flex-wrap: wrap;
  }
  .index-4ths ul li{
    width: auto;
  }
}
@media (max-width: 374px) {
  .index-4ths .container{
    padding-left: 6.25vmin;
    padding-right: 6.25vmin;
  }
  .index-4ths ul li{
    margin: 3.125vmin 0;
    width: 50%;
  }
}


.index-about-us{
  padding: 68px 0 50px 0;
  background-color: #f5f5f5;
}
.index-about-us p.tit{
  color: #252525;
}
.index-about-us p.desc{
  color: #dea91a;
}
.index-about-us .detail{
  margin: 36px auto 0 auto;
  max-width: 1010px;
  text-align: center;
  font-size: 15px;
  color: #212121;
  line-height: 24px;
}
.index-about-us .more{
  margin-top: 32px;
  text-align: center;
}
.index-about-us .more a{
  display: inline-block;
  text-align: center;
}
.index-about-us .more a p{
  margin-top: 8px;
  font-size: 12px;
  color: #bfbfbf;
}
@media (max-width: 750px) {
  .index-about-us{
    padding-top: 10vmin;
    padding-bottom: 7.8125vmin;
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-about-us .detail{
    margin-top: 5.625vmin;
    text-align: justify;
  }
}


.index-honours{
  height: 535px;
  background: url(../images/bgs/bg-honours-qualification.png) center center no-repeat;
}
.index-honours p.tit{
  color: #fff;
}
.index-honours p.desc{
  color: #DEA91A;
}
.index-honours p.desc:after{
  border-color: #fff;
}
.index-honours .container{
  padding: 70px 0 0 0;
}
.index-honours .swiper-box{
  position: relative;
}
.index-honours .swiper-box .swiper-btn-prev{
  left: -46px;
}
.index-honours .swiper-box .swiper-btn-next{
  right: -46px;
}
.index-honours .swiper-container{
  margin-top: 90px;
  z-index: 0;
}
.index-honours .swiper-container .swiper-slide img{
  width: 100%;
}
.index-honours .swiper-container .swiper-button-prev,
.index-honours .swiper-container .swiper-button-next
{
  display: none;
}
@media (max-width: 1200px) {
  .index-honours{
    padding: 50px 0;
    height: auto;
  }
  .index-honours .container{
    padding: 0;
  }
  .index-honours .swiper-container{
    margin-top: 40px;
  }
  .index-honours .swiper-box{
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-honours .swiper-box .swiper-btn-prev,
  .index-honours .swiper-box .swiper-btn-next{
    display: none;
  }
}