#banner {
  height: 616px;
}
#banner .swiper-container {
  height: 100%;
}
#banner .swiper-container .bannermask {
  width: 566px;
  height: 184px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -92px;
  margin-left: -283px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
#banner .swiper-container .bannermask p:nth-child(1) {
  font-size: 40px;
  margin-bottom: 7px;
}
#banner .swiper-container .bannertime {
  width: 100%;
  height: 65px;
  line-height: 65px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  text-align: center;
  color: #fff;
}
#banner .swiper-container .bannertime p {
  margin-left: 300px;
  font-size: 22px;
}
#banner .swiper-container .bannertime span {
  display: inline-block;
  background: #8db50f;
  padding: 0 20px;
  height: 100%;
  font-size: 36px;
  font-weight: 700;
}
