.factory-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.factory-content .img {
    width: 66rem;
    height: 44.8rem;
}

.factory-content-text {
    width: 66rem;
    height: 44.8rem;
    padding: 8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.factory-content-text p {
    color: #05173C;
    font-size: 2rem;
    line-height: 2.4rem;
}

.factory-content-text ul li {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
}

.factory-content-text ul li img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
}

.factory-content-text ul li span {
    font-size: 2rem;
    color: #05173C;
    line-height: 2.4rem;
}
    .factory-swiper {
        width: 66rem;
        height: 44.8rem;
    }

    .factory-swiper .swiper-container {
        width: 66rem;
        overflow: hidden;
        position: relative;
    }

    .factory .swiper-pagination {
        /* bottom: -8.8rem !important; */
        z-index: 50;
    }

    .factory .swiper-pagination-bullet {
        background: #05173C !important;
        width: 0.8rem !important;
        height: 0.8rem !important;
        /* opacity: 0.1; */
    }

    .factory .swiper-pagination-bullet-active {
        width: 2.4rem !important;
        border-radius: 10rem !important;
    }

@media screen and (max-width: 768px) {
    .factory-content {
        display: block;
        margin-bottom: 2rem;
    }

    .factory-content .img {
        width: 34.3rem;
        height: 23.2rem;
    }

    .factory-content-text {
        width: 34.3rem;
        height: 24.7rem;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 2rem;
        margin-bottom: 1.2rem;
    }

    .factory-content-text p {
        color: #05173C;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .factory-content-text ul li {
        margin-top: 1.2rem;
        display: flex;
        align-items: center;
    }

    .factory-content-text ul li img {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 0.6rem;
    }

    .factory-content-text ul li span {
        font-size: 1.4rem;
        color: #05173C;
        line-height: 1.8rem;
    }

    .factory-swiper {
        width: 34.3rem;
        height: 23.2rem;
    }

    .factory-swiper .swiper-container {
        width: 34.3rem;
        overflow: hidden;
        position: relative;
    }

    .factory .swiper-pagination {
        /* bottom: -8.8rem !important; */
        z-index: 50;
    }

    .factory .swiper-pagination-bullet {
        background: #05173C !important;
        width: 0.4rem !important;
        height: 0.4rem !important;
        /* opacity: 0.1; */
    }

    .factory .swiper-pagination-bullet-active {
        width: 1.2rem !important;
        border-radius: 10rem !important;
    }
}