﻿.bossgoo-index-factory8 {
  padding-bottom: 100px;
}

.bossgoo-index-factory8 .titlebox {
  text-align: center;
}

.bossgoo-index-factory8 .titlebox .maintitle {
  color: var(--themeColor);
  position: relative;
  display: inline-block;
}

.bossgoo-index-factory8 .titlebox .maintitle:before,
.bossgoo-index-factory8 .titlebox .maintitle:after {
  position: absolute;
  content: " ";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--themeColor);
  right: 110%;
  top: calc(50% - 2px);
}

.bossgoo-index-factory8 .titlebox .maintitle:after {
  left: 110%;
  right: auto;
}

.bossgoo-index-factory8 .factorylist .top,
.bossgoo-index-factory8 .factorylist .bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.bossgoo-index-factory8 .factorylist .top [class^=imgbox],
.bossgoo-index-factory8 .factorylist .bottom [class^=imgbox] {
  width: 32%;
  height: 0;
  padding-bottom: 24%;
  position: relative;
  margin-right: 1.5%;
}

.bossgoo-index-factory8 .factorylist .top .innerbox,
.bossgoo-index-factory8 .factorylist .bottom .innerbox {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-factory8 .factorylist .top .innerbox img,
.bossgoo-index-factory8 .factorylist .bottom .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms;
}

.bossgoo-index-factory8 .factorylist .top .innerbox img:hover,
.bossgoo-index-factory8 .factorylist .bottom .innerbox img:hover {
  transform: scale(1.05);
}

.bossgoo-index-factory8 .factorylist .top {
  margin-bottom: 1.4%;
}

.bossgoo-index-factory8 .factorylist .bottom .imgbox-b1 {
  width: 23.9%;
  padding-bottom: 26.2%;
}

.bossgoo-index-factory8 .factorylist .bottom .imgbox-b1:first-child {
  display: flex;
  flex-direction: column;
}

.bossgoo-index-factory8 .factorylist .bottom .imgbox-b1:first-child .imgBox2 {
  width: 100%;
  height: 0;
  padding-bottom: calc(105.9% - 50px);
  position: relative;
  margin-bottom: 6%;
}

.bossgoo-index-factory8 .factorylist .bottom .imgbox-b1:first-child a {
  display: block;
  background-color: var(--themeColor);
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.bossgoo-index-factory8 .factorylist .bottom .imgbox-b2 {
  width: 50%;
  padding-bottom: 26.2%;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-factory8 {
    padding-bottom: 1.2rem;
  }
  .bossgoo-index-factory8 .titlebox .maintitle:before,
  .bossgoo-index-factory8 .titlebox .maintitle:after {
    width: 0.6rem;
    height: 0.04rem;
    top: calc(50% - 0.02rem);
  }
  .bossgoo-index-factory8 .factoryswiper .imgbox {
    width: 100%;
    height: 8rem;
  }
  .bossgoo-index-factory8 .factoryswiper .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .bossgoo-index-factory8 .factoryswiper .swiper-button-prev,
  .bossgoo-index-factory8 .factoryswiper .swiper-button-next {
    background: none;
    background: var(--themeColor);
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    border-radius: 0.24rem;
    font-weight: bold;
    color: #fff;
    font-size: 0.32rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-factory8 {
    padding-bottom: 0.8rem;
  }
  .bossgoo-index-factory8 .titlebox .maintitle:before,
  .bossgoo-index-factory8 .titlebox .maintitle:after {
    width: 0.4rem;
  }
  .bossgoo-index-factory8 .factoryswiper .imgbox {
    height: 4rem;
  }
}