.san-about-factory.padding-top {
    padding: 40px;
}
.san-about-factory .title {
    margin-bottom: 30px;
    text-align: center;
}

.san-about-factory .swiper_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #f7f7f7;
    box-shadow: 10px 7px 10px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    padding: 50px 40px;
}

.san-about-factory .factory-list {
    /*margin-top: 30px;*/
    overflow:hidden
}

.san-about-factory .factory-list li {
    overflow: hidden
}

.san-about-factory li img {
    width: 100%;
    transition: .5s;
}

.san-about-factory .factory-list li img {
    padding: 0 10px;
}

.san-about-factory 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 .factory-list {
    width: 70%;
}

.san-about-factory .list {
    width: 25%;
    position: relative;
}

.san-about-factory .list .swiper-button-prev {
    top: -12px;
    left: 45%;
    transform: rotate(90deg);
}
.san-about-factory .list .swiper-button-next {
    bottom: -32px;
    top: auto;
    left: 45%;
    right: auto;
    transform: rotate(90deg);
}
.san-about-factory .list .swiper-button-prev:after,
.san-about-factory .list .swiper-button-next:after {
    font-size: 24px;
    color: var(--color-primary);
}
.san-about-factory .factory-item img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.san-about-factory .factory-item ul {
    flex-direction: column;
}
.san-about-factory .factory-item ul li{
    padding: 0 20px;
}
.san-about-factory .factory-item ul li.swiper-slide-thumb-active img{
    border: 2px solid var(--color-primary);
}
.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;
}

@media screen and (max-width: 1280px) {
    .san-about-factory .swiper_block {
        flex-direction: column;
        box-shadow: none;
    }
    .san-about-factory .factory-list {
        width: 100%;
    }
    .san-about-factory .list {
        width: 100%;
        margin-top: 10px;
    }
    .san-about-factory .factory-item ul {
        flex-direction: row;
    }
    .san-about-factory .list .swiper-button-prev {
        top: 55%;
        left: -10px;
        transform: rotate(0);
    }
    .san-about-factory .list .swiper-button-next {
        bottom: auto;
        top: 55%;
        left: auto;
        right: -10px;
        transform: rotate(0);
    }
    .san-about-factory .swiper_block {
        padding: 0;
    }
}
