.banner-box .banner-img {
  width: 100%;
  /* height: 5rem; */
  object-fit: cover;
}
.banner-box .banner-info {
  top: 21.7vh;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.banner-box .banner-info .title {
  font-size: 0.72rem;
  line-height: 0.42rem;
}
@media (max-width: 991px) {
  .banner-box .banner-info .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .banner-box .banner-img {
    height: 3rem;
  }
}
/* .con-box {
  height: 8.61rem;
} */
.con-box > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.con-box .con-text {
  position: absolute;
  left: 0;
  top: 1.6rem;
  color: #000;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .con-box .con-text {
    left: 0;
    padding: 0 0.2rem;
  }
  .con-box {
    height: 7rem;
  }
}
.con-box .con-text .title {
  font-size: 0.6rem;
  line-height: 0.65rem;
  white-space: pre-wrap;
}
@media (max-width: 991px) {
  .con-box .con-text .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box .con-text .description {
  font-size: 0.18rem;
  margin-top: 0.35rem;
  white-space: pre-wrap;
  line-height: 0.24rem;
}
.con-box2 {
  height: 7.33rem;
  background-image: url('../images/product-con-bg3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.con-box2 .title {
  text-align: center;
  font-size: 0.6rem;
  line-height: 0.45rem;
  padding-top: 0.9rem;
  color: #000;
}
@media (max-width: 991px) {
  .con-box2 .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box2 .description {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  white-space: pre-wrap;
  text-align: center;
  line-height: 0.24rem;
  color: #000;
}
.con-box2 .con-swiper {
  margin: 0 auto;
  margin-top: 0.5rem;
  width: 62.5vw;
}
@media (max-width: 991px) {
  .con-box2 .con-swiper {
    width: 90vw;
  }
}
.con-box2 .con-swiper .swiper-slide > img {
  width: 100%;
  height: 3.77rem;
  border-radius: 0.13rem;
}
@media (max-width: 991px) {
  .con-box2 .con-swiper .swiper-slide > img {
    object-fit: cover;
  }
}
.con-box2 .con-swiper .swiper-slide > div {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  line-height: 0.24rem;
  color: #000;
}
.con-box2 .con-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.4rem;
}
.con-box2 .con-swiper .swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  opacity: 1;
}
.con-box2 .con-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  width: 0.24rem;
  border-radius: 0.035rem;
  transition: all 0.25s;
}
.con-box3 {
  height: 7.33rem;
  background-image: url('../images/product-con-bg4.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.con-box3 .title {
  text-align: center;
  font-size: 0.6rem;
  line-height: 0.45rem;
  padding-top: 0.9rem;
  color: #fff;
}
@media (max-width: 991px) {
  .con-box3 .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box3 .description {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  white-space: pre-wrap;
  text-align: center;
  line-height: 0.24rem;
  color: #fff;
}
.con-box3 .con-swiper {
  margin: 0 auto;
  margin-top: 0.5rem;
  width: 62.5vw;
}
@media (max-width: 991px) {
  .con-box3 .con-swiper {
    width: 90vw;
  }
}
.con-box3 .con-swiper .swiper-slide > img {
  width: 100%;
  height: 3.77rem;
  border-radius: 0.13rem;
}
@media (max-width: 991px) {
  .con-box3 .con-swiper .swiper-slide > img {
    object-fit: cover;
  }
}
.con-box3 .con-swiper .swiper-slide > div {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  line-height: 0.24rem;
  color: #fff;
}
.con-box3 .con-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.4rem;
}
.con-box3 .con-swiper .swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
.con-box3 .con-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 0.24rem;
  border-radius: 0.035rem;
  transition: all 0.25s;
}
.con-box4 {
  height: 7.33rem;
  background-image: url('../images/product-con-bg5.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.con-box4 .title {
  text-align: center;
  font-size: 0.6rem;
  line-height: 0.45rem;
  padding-top: 0.9rem;
  color: #000;
}
@media (max-width: 991px) {
  .con-box4 .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box4 .description {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  white-space: pre-wrap;
  text-align: center;
  line-height: 0.24rem;
  color: #000;
}
.con-box4 .con-swiper {
  margin: 0 auto;
  margin-top: 0.5rem;
  width: 62.5vw;
}
@media (max-width: 991px) {
  .con-box4 .con-swiper {
    width: 90vw;
  }
}
.con-box4 .con-swiper .swiper-slide > img {
  width: 100%;
  height: 3.77rem;
  border-radius: 0.13rem;
}
@media (max-width: 991px) {
  .con-box4 .con-swiper .swiper-slide > img {
    object-fit: cover;
  }
}
.con-box4 .con-swiper .swiper-slide > div {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  line-height: 0.24rem;
  color: #000;
}
.con-box4 .con-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.4rem;
}
.con-box4 .con-swiper .swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  opacity: 1;
}
.con-box4 .con-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  width: 0.24rem;
  border-radius: 0.035rem;
  transition: all 0.25s;
}
.con-box5 {
  height: 7.33rem;
  background-image: url('../images/product-con-bg6.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.con-box5 .title {
  text-align: center;
  font-size: 0.6rem;
  line-height: 0.45rem;
  padding-top: 0.9rem;
  color: #000;
}
@media (max-width: 991px) {
  .con-box5 .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box5 .description {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  white-space: pre-wrap;
  text-align: center;
  line-height: 0.24rem;
  color: #000;
}
.con-box5 .con-swiper {
  margin: 0 auto;
  margin-top: 0.5rem;
  width: 62.5vw;
}
@media (max-width: 991px) {
  .con-box5 .con-swiper {
    width: 90vw;
  }
}
.con-box5 .con-swiper .swiper-slide > img {
  width: 100%;
  height: 3.77rem;
  border-radius: 0.13rem;
}
@media (max-width: 991px) {
  .con-box5 .con-swiper .swiper-slide > img {
    object-fit: cover;
  }
}
.con-box5 .con-swiper .swiper-slide > div {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  line-height: 0.24rem;
  color: #000;
}
.con-box5 .con-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.4rem;
}
.con-box5 .con-swiper .swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  opacity: 1;
}
.con-box5 .con-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  width: 0.24rem;
  border-radius: 0.035rem;
  transition: all 0.25s;
}
.con-box6 {
  height: 7.33rem;
}
.con-box6 > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.con-box6 .con-text {
  position: absolute;
  left: 18vw;
  top: 1.6rem;
  color: #000;
}
@media (max-width: 991px) {
  .con-box6 .con-text {
    left: 0;
    padding: 0 0.2rem;
  }
}
.con-box6 .con-text .title {
  font-size: 0.6rem;
  line-height: 0.45rem;
}
@media (max-width: 991px) {
  .con-box6 .con-text .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box6 .con-text .description {
  font-size: 0.18rem;
  margin-top: 0.35rem;
  white-space: pre-wrap;
  line-height: 0.24rem;
}
