/* ------------------------------- index ------------------------------ */
.index-banner {
  width: 100%;
}
.index-banner .phone-banner {
  display: none;
}
.index-banner .slider-wrapper {
  width: 100%;
}
.index-banner .slider-wrapper img {
  display: block;
  width: 100%;
}
.index-banner .slider-wrapper .nivo-controlNav {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  z-index: 8;
}
.index-banner .slider-wrapper .nivo-controlNav .nivo-control {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 0.8;
  border-radius: 50%;
  margin-right: 24px;
  display: inline-block;
  font-size: 0;
  border: 1px solid #ccc;
}
.index-banner .slider-wrapper .nivo-controlNav .nivo-control.active {
  width: 16px;
  height: 16px;
  background: #014099;
  border: 2px solid rgba(255, 255, 255, 0.8000);
  border-radius: 50%;
  position: relative;
  top: -2px;
}
.index-banner .container {
  padding-left: 30px;
  padding-right: 30px;
}
.index-banner .banner-cont {
  padding-top: 11%;
  bottom: 30px;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .banner-img img {
  display: block;
  width: 100%;
}
.index-banner .banner-page {
  bottom: 22px;
}
.index-banner .banner-page .swiper-pagination-bullet {
  width: 70px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0f50c1;
}
@media (max-width: 375px) {
	.index-banner .slider-wrapper .nivo-controlNav {
		bottom: 12px;
	}
}

