.factory {
    padding-top: 70px;
    padding-bottom: 100px;
}

.factory>h3 {
    text-align: center;
    margin-bottom: 42px;
    /* font-family: "PlayfairDisplay-Bold"; */
    color: #333;
	/*font-family: "Rany-Bold";*/
	font-family: "Montserrat-Regular";
}

.factory .desc p {
    text-align: center;
    color: #666;
    margin-bottom: 80px;
}

.factoryUl {
    display: flex;
    justify-content: center;
}

.factoryUl li {
    display: flex;
    align-items: center;
}

.factoryUl li:first-child {
    margin-right: 120px;
}

.factoryUl i {
    display: block;
    width: 82px;
    height: 82px;
    background: url(../images/factoryIcon.png)no-repeat center center;
    background-size: 100% 100%;
    margin-right: 18px;
}

.factoryUl h3 {
    /*font-family: "Rany-Bold";*/
    font-family: "Montserrat-Regular";
    color: #1751A2;
    margin-bottom: 10px;
}

.factoryUl p {
    /*font-family: "Rany-Regular";*/
    color: #333;
}

/* 工厂图片 */
.ftyImg {
    background: #F8F8F8;
    padding-top: 70px;
    padding-bottom: 50px;
}

.factoryTab {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.factoryTab li {
    margin-right: 30px;
    cursor: pointer;
    border: 1px solid #333333;
    border-radius: 6px;
    display: inline-block;
    padding: 0px 18px;
    color: #333;
}

.factoryTab li:last-child {
    margin-right: 0px;
}

.factoryTab p {
    padding-left: 38px;
    line-height: 56px;
}

.factoryTab li:first-child p {
    background: url(../images/factoryIcon1.png)no-repeat center left;
    background-size: 26px 26px;
}

.factoryTab li:last-child p {
    background: url(../images/factoryIcon2.png)no-repeat center left;
    background-size: 26px 26px;
}

.factoryTab li.active {
    background: #1751A2;
    border: 1px solid #1751A2;
    color: #fff;
}

.factoryTab li.active:first-child p {
    background: url(../images/factoryIcon1W.png)no-repeat center left;
    background-size: 26px 26px;
}

.factoryTab li.active:last-child p {
    background: url(../images/factoryIcon2W.png)no-repeat center left;
    background-size: 26px 26px;
}

.ftyImgItem {
    display: none;
}

/* 轮播 */
.factorySwiper {
    padding-bottom: 40px;
    position: relative;
}

.factorySwiper .swiper-slide {
    width: 62.5%;
    margin: 0px 25px;
}

.factorySwiper .swiper-slide>div {
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.factorySwiper img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 左右箭头 */
.swiperBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 61%;
    z-index: 5;
}

.swiperBtn .swiper-button-next,
.swiperBtn .swiper-button-prev {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 10px 20px rgba(6, 52, 116, 0.04);
}

.swiperBtn .swiper-button-next::after,
.swiperBtn .swiper-button-prev::after {
    display: none;
}

.swiperBtn .swiper-button-prev {
    background: url(../images/prev3.png)no-repeat center center, #fff;
    background-size: 8px 14px;
}

.swiperBtn .swiper-button-next {
    background: url(../images/next3.png)no-repeat center center, #fff;
    background-size: 8px 14px;
}

.factorySwiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #DEDEDE;
    opacity: 1;
}

.factorySwiper .swiper-pagination-bullet-active {
    background: #555;
}

/* 圆点 */
.factorySwiper .swiper-pagination {
    bottom: 0px;
}


/* 适配 */

@media (max-width: 1440px) {

    .swiperBtn .swiper-button-next,
    .swiperBtn .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1280px) {
    .factoryUl i {
        width: 70px;
        height: 70px;
    }

    .factory {
        padding-bottom: 60px;
    }

    .ftyImg {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .factoryTab {
        margin-bottom: 30px;
    }

    .factorySwiper .swiper-slide {
        width: 75%;
        margin: 0px 16px;
    }

    .swiperBtn {
        width: 72%;
    }
}

@media (max-width: 992px) {
    .factory {
        padding-top: 40px;
    }

    .factory>h3 {
        margin-bottom: 30px;
    }

    .factory .desc p {
        text-align: left;
        text-align: justify;
        margin-bottom: 60px;
    }

    .factory .desc p br {
        display: none;
    }

    .factoryUl {
        justify-content: space-between;
    }

    .factoryUl li {
        width: 50%;
    }

    .factoryUl li:first-child {
        margin-right: 0px;
    }

    .factoryUl h3 {
        margin-bottom: 0px;
    }

    .factorySwiper .swiper-slide {
        width: 90%;
        margin: 0px 8px;
    }

    .swiperBtn {
        width: 88%;
    }
}

@media (max-width: 767px) {
    .factory .desc p {
        margin-bottom: 30px;
    }

    .factoryUl {
        flex-wrap: wrap;
    }

    .factoryUl li {
        width: 100%;
    }

    .factoryUl li:first-child {
        margin-bottom: 30px;
    }

    .factoryUl i {
        width: 60px;
        height: 60px;
    }

    .factory {
        padding-bottom: 40px;
    }

    .ftyImg {
        padding-top: 40px;
    }

    .factoryTab {
        padding: 0px 4%;
        justify-content: space-between;
    }

    .factoryTab li {
        margin: 0px;
        width: 48%;
        padding: 0px 12px;
    }

    .factoryTab p {
        line-height: 42px;
        font-size: 14px;
        padding-left: 0px;
        background: none !important;
        text-align: center;
    }

    .factorySwiper .swiper-slide {
        margin: 0px 6px;
    }

    .swiperBtn .swiper-button-next,
    .swiperBtn .swiper-button-prev {
        width: 32px;
        height: 32px;
        background-size: 4px 8px;
    }

    .factorySwiper {
        padding-bottom: 30px;
    }
}