.bossgoo-index-exhibition22 {
  background: var(--themeColor);
  padding-bottom: 100px;
}
.bossgoo-index-exhibition22 .first-title {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.bossgoo-index-exhibition22 .first-title:before {
  content: ' ';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.bossgoo-index-exhibition22 .first-title:after {
  content: ' ';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.bossgoo-index-exhibition22 .swiperOutBox {
  position: relative;
  padding:20px 20px 60px 20px;
  overflow: hidden;
}
.bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper {
  position: static;
  overflow: visible;
}
.bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 360px;
  transition: all .5s;
}
.bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper img:hover {
  transform: scale(1.05);
}
.bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper .swiper-pagination-bullets,
.bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper .swiper-pagination-custom,
.bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper .swiper-pagination-fraction {
  bottom: 0px;
}
.bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper .swiper-pagination-bullet-active {
  background: #fff !important;
}
.bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper .swiper-pagination-bullet {
  background: #333;
  opacity: 1;
}



@media only screen and (max-width:1040px) {
  .bossgoo-index-exhibition22{
    padding-bottom: .6rem;
  }
  .bossgoo-index-exhibition22 .first-title:before {
    width: .26rem;
    height: .26rem;
    left: -.6rem;
  }
  .bossgoo-index-exhibition22 .first-title:after {
    width: .26rem;
    height: .26rem;
    right: -.6rem;
  }
  .bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
  }
  .bossgoo-index-exhibition22 .swiperOutBox{
    padding-bottom: .6rem;
  }
  .bossgoo-index-exhibition22 .swiperOutBox .exhibitionSwiper{
    width: 50%;
    overflow: visible;
  }
}