.san-about-factory.padding-top {
  padding-top: 80px;
}
.san-about-factory .title {
  margin: -10px auto 0;
  text-align: center
}

.san-about-factory .factory-list {
  margin-top: 30px;
  overflow:hidden
}

.san-about-factory .factory-list li {
  overflow: hidden
}

.san-about-factory .factory-list li img {
  width: 100%
}

.san-about-factory .factory-list li img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.san-about-factory .home-scenarioshd {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.san-about-factory .home-ny {
  display: flex;
  justify-content: center;
  width: 70%;
  height: 20px;
  overflow: hidden
}

.san-about-factory .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.san-about-factory .swiper-container{
width: 100%;
overflow: hidden;
}
.san-about-factory .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.san-about-factory .home-ny .swiper-btn-prev,
.san-about-factory .home-ny .swiper-btn-next {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 20px;
  line-height: 15px;
  color: var(--color-primary);
  cursor: pointer;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all
}

.san-about-factory .home-ny .swiper-btn-prev {
  position: relative;
  z-index: 1;
}

.san-about-factory .home-ny .swiper-btn-next {
  margin-left: 17px
}

.san-about-factory .home-ny .swiper-btn-prev:hover,
.san-about-factory .home-ny .swiper-btn-next:hover {
  color: var(--color-primary);
  border: none
}

.san-about-factory .san-swiper-pagination {
  flex: 1;
  width: 100%;
  height: 2px;
  background: #cbd2d6;
  margin-top: 10px;
  margin-left: 20px;
}
