@import url(./header.css);
@import url(./footer.css);
.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
}

.zzInfoDiv {
  width: 100%;
  overflow: hidden;
  background: url("../img/zzInfoBg.jpg") no-repeat;
  background-size: 100% 100%;
}

.zzInfo {
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 6.25% 100px 6.25%;
  background: url("../img/zzInfoBgMin.png") no-repeat;
  background-size: 100% 100%;
}

.zzInfo .top {
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}

.zzInfo .top .swiper-slide {
  text-align: center;
}

.zzInfo .top .topLeft {
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: 11;
}

.zzInfo .top .topRight {
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: 11;
}

.zzInfo .bottom {
  overflow: hidden;
}

.zzInfo .bottom .swiper-slide {
  text-align: center;
  color: #282828;
  font-weight: bold;
}

.zzInfo .bottom .swiper-slide img {
  opacity: 0.2;
  cursor: pointer;
}

.zzInfo .bottom .swiper-slide span {
  line-height: 30px;
}

.zzInfo .bottom .swiper-slide-thumb-active img {
  opacity: 1;
}

@media screen and (max-width: 980px) {
  .zzInfo {
    padding: 20px 6.25%;
  }
  .zzInfo .top {
    padding-bottom: 10px;
  }
  .zzInfo .bottom {
    margin-top: 20px;
  }
  .zzInfo .bottom .swiper-slide span {
    line-height: 20px;
  }
}
