.banner {
  overflow: hidden;
}

.banner-360 {
  height: 360px;
}

.banner img {
  width: 100%;
  height: 100%;
}

/* 顶部banner样式 */
.swiper-banner {
  height: 576px;
}

.swiper-banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.60);
  border-radius: 50%;
  box-sizing: border-box;
}

.swiper-banner>.swiper-pagination-bullets {
  bottom: 68px;
}

.swiper-banner .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}

.container-scene {
  /* width: 1800px; */
  margin: auto;
}

.scene>.swiper-pagination-bullets {
  top: 438px;
}


.scene .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #939598;
  box-sizing: border-box;
}

.scene .swiper-pagination-bullet-active {
  background: #939598;
}


.pagination-custom {
  background-color: #000;
}

.swiper-bottom .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

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

.banner-bottom-intro {
  padding-top: 84px;
  text-align: center;
}


.intro-title {
  font-size: 22px;
  line-height: 24px;
}

.intro-content {
  font-size: 18px;
  line-height: 24px;
  padding-top: 16px;
  color: #999;
}