html {
  font-size: 10vw;
}
.indexbox{padding-bottom:1rem;
    background: url(../images/banner.png) no-repeat top center;
    background-size: 100%;
}

.indexbox .banner {


  height: 8.50666667rem;
}
.indexbox .list-swiper {
  margin-left: 0.30666667rem;
  width: 9.69333333rem;
  height: 2.38666667rem;
  margin-bottom: 0.66666667rem;
}
.indexbox .list-swiper .swiper-slide {
  width: 2.21333333rem;
  height: 2.38666667rem;
  background-color: #6fcab9;
  border-radius: 0.34666667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.indexbox .list-swiper .swiper-slide .pic {
  height: 1.17333333rem;
  width: 0.84rem;
  position: relative;
}
.indexbox .list-swiper .swiper-slide .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.84rem;
  height: 0.70666667rem;
}
.indexbox .list-swiper .swiper-slide .pic img:last-child {
  display: none;
}
.indexbox .list-swiper .swiper-slide p {
  width: 1.90666667rem;
  font-size: 0.26666667rem;
  color: #fff;
  text-align: center;
}
.indexbox .list-swiper .swiper-slide:nth-child(6) .pic img {
  height: 1.17333333rem;
  width: 0.58666667rem;
}
.indexbox .list-swiper .listactive {
  background-color: #d5f6ff;
  border: solid 0.02666667rem #0093ca;
}
.indexbox .list-swiper .listactive .pic img {
  display: none;
}
.indexbox .list-swiper .listactive .pic img:last-child {
  display: block;
}
.indexbox .list-swiper .listactive p {
  color: #1271ab;
  font-weight: 600;
}
.indexbox .atlas {
  width: 100%;
  height: 6.8rem;
}
.indexbox .atlas li {
  display: none;
  width: 100%;
  height: 6.8rem;
}
.indexbox .atlas li .swiper-container {
  width: 100%;
  height: 6.8rem;
  position: relative;
}
.indexbox .atlas li .swiper-container .swiper-wrapper {
  width: 100%;
  height: 6.28rem;
}
.indexbox .atlas li .swiper-container .swiper-wrapper .swiper-slide {
  width: 8.26666667rem;
  height: 6.28rem;
}
.indexbox .atlas li .swiper-container .swiper-wrapper .swiper-slide .piclink {
  width: 100%;
  height: 6.28rem;
  position: relative;
}
.indexbox .atlas li .swiper-container .swiper-wrapper .swiper-slide .piclink .pic {
  width: 100%;
  height: 100%;
}
.indexbox .atlas li .swiper-container .swiper-wrapper .swiper-slide .piclink .pic img {
  width: 100%;
  height: 100%;
}
.indexbox .atlas li .swiper-container .swiper-wrapper .swiper-slide .piclink p {
  position: absolute;
  top: 0.34666667rem;
  right: 0.44rem;
  text-align: right;
  width: 5.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.4rem;
  color: #fff;
}
.indexbox .atlas li .swiper-container .swiper-pagination-bullets {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  width: auto;
}
.indexbox .atlas li .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #ffffff;
  opacity: 0.7;
}
.indexbox .atlas li .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.32rem;
  height: 0.12rem;
  background-color: #027edb;
  border-radius: 0.05333333rem;
  opacity: 1;
}
