.san-about-factory.padding-top {
  padding-top: 80px;
  position: relative;
}
.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: space-between;
  width: 80%;
  height: 40px;
  overflow: hidden;
  left: 10%;
  top: 60%;
  position: absolute;
  z-index: 999999;
}

.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: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  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;
}

.san-about-factory .qico {
    font-family: "qico" !important;
    font-size: 32px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width:992px){
.san-about-factory.padding-top {
    padding-top: 30px;padding-bottom: 30px;
}
.zcx1{
	font-size: 34px !important;
	    padding-bottom: 10px !important;
}.san-about-factory .factory-list {
    margin-top: 10px;
}.san-about-factory .home-scenarioshd {
    margin-top: 10px;
}
}



@media screen and (max-width:768px){
.san-about-factory.padding-top {
    padding-top: 15px;padding-bottom: 15px;
}.zcx1{
	font-size: 24px !important;
}
}




@media screen and (max-width:1281px){
.san-about-factory .home-ny .swiper-btn-prev, .san-about-factory .home-ny .swiper-btn-next {
    color: #f0841a;
}
}