﻿.bossgoo-index-factory18 {
  position: relative;
  padding: 100px 0 30px;
}

.bossgoo-index-factory18 .first-title {
  color: var(--themeColor);
}

.bossgoo-index-factory18 .swiper-pagination-bullet {
  background: #fff;
  width: 20px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid var(--themeColor);
  opacity: 1;
}

.bossgoo-index-factory18 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--themeColor);
}

.bossgoo-index-factory18 .swiperbox {
  position: relative;
  padding: 60px 0;
}

.bossgoo-index-factory18 .blackcover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 1000;
}

.bossgoo-index-factory18 .swiper-container {
  margin: 0 20px;
  position: static;
}

.bossgoo-index-factory18 .swiper-slide {
  width: 640px;
  height: 420px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.bossgoo-index-factory18 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* .bossgoo-index-factory18 .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}

.bossgoo-index-factory18 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 4px;
  transition: all .4s;
} */

@media only screen and (max-width:1040px) {
  .bossgoo-index-factory18 {
    padding: .6rem 0;
  }
  .bossgoo-index-factory18 .exhibitionTitle {
    font-size: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .bossgoo-index-factory18 .swiper-container {
    margin: 0 0.2rem;
  }
  .bossgoo-index-factory18 .swiper-slide {
    width: 8.8rem;
    height: 5.6rem;
    background: #fff;
  }
  .bossgoo-index-factory18 .swiper-pagination {
    width: 100%;
    bottom: 0.4rem;
  }
  .bossgoo-index-factory18 .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
  }
  .bossgoo-index-factory18 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 0.6rem;
    border-radius: 0.16rem;
    transition: all .4s;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-factory18 {
    padding: .3rem 0;
  }
}

@media only screen and (max-width:540px) {
  .bossgoo-index-factory18 .exhibitionTitle {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .bossgoo-index-factory18 .swiper-container {
    margin: 0 0.2rem;
  }
  .bossgoo-index-factory18 .swiper-slide {
    width: 4.4rem;
    height: 2.8rem;
    background: #fff;
  }
  .bossgoo-index-factory18 .swiper-pagination {
    width: 100%;
    bottom: 0.2rem;
  }
  .bossgoo-index-factory18 .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
  }
  .bossgoo-index-factory18 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 0.36rem;
    border-radius: 0.08rem;
    transition: all .4s;
  }
  .bossgoo-index-factory18 .swiperbox {
    position: relative;
    padding: .6rem 0 .8rem;
  }
}