.sutong-factory {
  padding: 80px 0;
}

.sutong-factory h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 20;
  text-align: center;
  color: var(--title-text-color);
}
 .sutong-factory .cont {
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 1.6;
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.sutong-factory .list {
  margin: 60px 0 0;
  position: relative
}

.sutong-factory .swiper-slide {
  text-align: center
}

.sutong-factory .swiper-slide .pic {
  width: 100%;
  display: block
}

.sutong-factory .swiper-slide img {
  width: 100%
}

.sutong-factory .swiper-slide p {
  font-size: 18px;
  color: var(--title-text-color);
  line-height: 1.5;
  /* font-weight: 700; */
  /* margin: 23px 0 0; */
  background: #f2f2f2;
  padding: 15px;
}

.sutong-factory .bot {
  /* display: flex; */
  /* align-items: center; */
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}

.sutong-factory .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden
}

.sutong-factory .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  background: #c9d2d7
}

.sutong-factory .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  top: 0;
  height: 2px
}

.sutong-factory .bot .page {
  font-size: 0;
  /* margin: auto; */
  /* text-align: center; */
  background: #f2f2f2;
  padding: 20px 20px;
  display: inline-block;
  border-radius: 50px;
}

.sutong-factory .swiper-button-prev,
.sutong-factory .swiper-button-next {
  position: static;
  /* width: 20px; */
  height: 20px;
  /* line-height: 20px; */
  overflow: hidden;
  background: 0 0;
  margin-top: 0;
  text-align: center;
  color: var(--text-color);
  display: inline-block;
  border-radius: 0;
  /* padding: 0 20px; */
}

.sutong-factory .swiper-button-next::after,
.sutong-factory .swiper-button-prev::after {
  display: none
}

.sutong-factory .swiper-button-prev i,
.sutong-factory .swiper-button-next i {
  color: inherit;
  font-size: 18px;
  display: inline-block;
  line-height: 20px;
}

.sutong-factory .swiper-button-next,
.sutong-factory .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px
}

.sutong-factory .swiper-button-prev:hover,
.sutong-factory .swiper-button-next:hover {
  color: var(--color-primary)
}


@media screen and (max-width: 1441px) {

  .sutong-factory h3::before {
    font-size: 90px
  }


}

@media screen and (max-width: 1367px) {

  .sutong-factory h3::before {
    font-size: 80px
  }


}

@media screen and (max-width: 1281px) {

  .sutong-factory h3::before {
    font-size: 70px
  }


}

@media screen and (max-width: 1171px) {

  .sutong-factory h3::before {
    font-size: 60px
  }


}


@media screen and (max-width: 768px) {
  .sutong-factory h3::before {
    font-size: 50px
  }



  .sutong-factory {
    padding: 40px 0
  }

  .sutong-factory h3 {
    text-align: center
  }

  .sutong-factory h3::before {
    left: 0;
    right: 0;
    text-align: center;
    top: -20px
  }

  .sutong-factory h3::after {
    margin: 10px auto 0
  }

  .sutong-factory .list {
    margin: 30px 0 0
  }

  .sutong-factory .swiper-slide p {
    font-size: 17px;
    line-height: 28px;
    margin: 20px 0 0
  }

  .sutong-factory .bot {
    width: 100%;
    margin: 30px auto 0
  }
}

@media screen and (max-width: 576px) {

  .sutong-factory h3::before {
    font-size: 40px
  }
}


@media screen and (max-width: 1281px) {
  .sutong-factory h3 {font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .sutong-factory h3 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .sutong-factory h3 {font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .sutong-factory h3 {font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .sutong-factory h3 {font-size: 22px;}
}