.lbox {
    background: #232323;
    margin-top: -5%;
    padding-bottom: 5%;
}

.one_mou_desc {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    margin-top: 6%;
    position: relative;
}

.one_mou_desc::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #006ed0;
    position: absolute;
    left: 0;
    top: -26px;
}

.two_mou {
    margin-top: 5%;
}

.two_mou_div {
    width: calc(100% / 3);
    padding: 3.5% 7%;
    text-align: center;
    background: #313131;
}

.two_mou_icon {
    width: 51px;
}

.two_mou_title {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin: 20px auto;
}

.two_mou_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
}

.two_mou .two_mou_div:nth-child(2) {
    background: #1C1C1C;
    padding: 5% 7%;
}

.three_mou {
    margin-top: 5%;
}

.three_mou_left {
    width: 50%;
}

.three_mou_left .big_title {
    text-align: left;
}

.three_mou_text1 {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    margin: 50px 0 40px;
}

.three_mou_text2 {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #BEBCBC;
}

.three_mou_right {
    width: 50%;
}

.three_mou_right .imgBox {
    padding-bottom: 75%;
}

.three_mou .three_mou_div:nth-child(even) .three_mou_left {
    order: 2;
}

.three_mou .three_mou_div:nth-child(even) .three_mou_right {
    order: 1;
}

.four_mou,.five_mou,.six_mou {
    margin-top: 5%;
}

.four_mou .home_desc,.five_mou .home_desc,.six_mou .home_desc {
    color: #CCCCCC;
}

.factory_swi_box {
    position: relative;
}

.factory_swi .imgBox,.factory2_swi .imgBox {
    padding-bottom: 117%;
}
.factory3_swi .imgBox{
    padding-bottom: 141%;
}
.factory3_swi .imgBox img{
    object-fit: contain;
}
.factory_swi,.factory2_swi,.factory3_swi {
    margin-top: 50px;
}


.factory_swi_box .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    background: #666666;
    margin: 0 5px;
}

.factory_swi_box .swiper-pagination-bullet-active {
    background: #006ed0;
}

.factory_swi_box .swiper-pagination {
    position: absolute;
    bottom: -42px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 950px) {
    .lbox {
        padding-top: 30px;
    }

    .two_mou,
    .three_mou_div {
        flex-wrap: wrap;
    }

    .two_mou_div,
    .three_mou_right {
        width: 100%;
    }

    .three_mou_left {
        width: 95%;
        margin: 0 auto 30px;

    }

    .three_mou .three_mou_div:nth-child(even) .three_mou_left {
        order: 1;
        margin-top: 30px;
    }

    .three_mou .three_mou_div:nth-child(even) .three_mou_right {
        order: 2;
    }

    .four_mou,.five_mou,.six_mou  {
        padding-bottom: 60px;
    }
}