
.sy-banner {
  height: 742px;
}
.sy-banner .swiper-slide{
  height: 742px;
  position: relative;
}
.sy-banner .swiper-slide img{
    width:100%;
    height:100%
}

.sy-banner .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  opacity: 0.33;
  margin-right:10px!important;
}

.sy-banner .swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}

.sy-banner .swiper-pagination{
  bottom: 51px;
}

.xbzs-banner{
  height: 450px;
}

.xbzs-banner .swiper-slide{
  height: 450px;
  position: relative;
}

.xbzs-banner .swiper-slide .top{
  height: 100%;
}
.xbzs-banner .swiper-slide .bottom{
  position:absolute;
  height: 57px;
  background: #000000;
  opacity: 0.51;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 23px;
  display: flex;
  align-items: center;
}
.xbzs-banner .swiper-slide .bottom .name{
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  width: calc(100% - 46px - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xbzs-banner .swiper-slide .top img{
  height: 100%;
  width: 100%;
}

.xbzs-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  opacity: 1;
  border: 1px solid #FFFFFF;
}

.xbzs-banner .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.xbzs-banner .swiper-pagination{
  width: 100px!important;
  bottom: 18px!important;
  right: 23px;
  left: initial!important;
}