#gallery {
  width: 100%;
  height: 594px;
  padding: none !important;
  margin-top: 0 !important;
  position: absolute;
  top: 0;
  z-index: -1;
}

.me-swiper-wrapper {
  height: 594px !important;
  width: 100% !important;
}

.me-swiper-wrapper>.swiper-slide {
  height: 594px !important;
  width: 100% !important;
  margin-right: 0 !important;
}

.me-swiper-slide:hover {
  cursor: pointer;
}

.me-swiper-wrapper>.swiper-slide:nth-child(1) {
  background: url('/src/index/banner1.jpg') no-repeat top center;
  background-size: cover;
}

.me-swiper-wrapper>.swiper-slide:nth-child(2) {
  background: url('/src/index/gy-bjy.jpg') no-repeat top center;
  background-size: cover;
}

.me-swiper-wrapper>.swiper-slide:nth-child(3) {
  background: url('/src/cwjCase/al-cwj.jpg') no-repeat top center;
  background-size: cover;
}

.me-swiper-wrapper>.swiper-slide:nth-child(4) {
  background: url('/src/index/gy-zzq.jpg') no-repeat top center;
  background-size: cover;
}

#thumbs {
  width: 100%;
  height: 104px !important;
  position: absolute;
  bottom: 0;
  display: flex;
  background: linear-gradient(#F3F9FF 0%, #EDF5FF 100%);
}



.bannerContentBox {
  width: 1200px !important;
  height: 104px !important;
  display: flex;
}


.bannerContentBox div {
  width: 298px !important;
  height: 104px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0px !important;
}

.my-slide-thumb-active {
  background: rgba(255, 255, 255, 1);
}


.bannerContentBox div p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.bannerContentBox div span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #657792;
  margin-top: 11px;
}








.swiper {
  width: 100%;
  height: 506px;
  margin-top: 56px;
}

.swiper-slide {
  height: 396px !important;
  margin-right: 24px !important;
  width: 338px !important;
  /* background: #FFFFFF; */
  border-radius: 4px;
}


.swiper-button-prev,
.swiper-button-next {
  width: 54px !important;
  height: 54px !important;
  border-radius: 50%;
  background: #FFF;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 516px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 516px !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: 474px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #333;
  font-size: 17px !important;
}

.my-button-disabled {
  opacity: 0.7;
}