.page_main {
    padding-top: 50px;
}

.content_par,
.mou1 {
    margin-top: 50px;
}

.mou1_title {
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 32px;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
}

.page_main>.layout img {

    transition: all .3s ease;
}

.page_main>.layout img:hover {
    transform: scale(1.02)
}

.mou1_title::after {
    content: '';
    display: inline-block;
    width: 91px;
    height: 5px;
    background: #042f6a;
    border-radius: 18px 18px 18px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mou1_title2 {
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
}

.mou1 .rec_desc {
    line-height: 1.8;
    margin-top: 10px;
}



.mou1_video .imgBox {
    margin-top: 40px;
    border-radius: 10px;
    /* padding-bottom: 44%; */
}

.mou1_video .imgBox lite-youtube>.lty-playbtn {
    width: 127px;
    height: 127px;
    background-image: url(../img/play.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    filter: none;
}

.mou2 {
    margin-top: 5%;
}

.mou2_title_box {
    width: 55%;
}

.mou2_title_box .big_title,
.mou2_title_box .rec_desc {
    max-width: 437px;
}

.mou2_main {
    background: #111111;
    margin-top: 50px;
    padding: 3% 0 5%;
}

.mou2_main .layout .mou2_div:last-child {
    margin-bottom: 0;
}

.mou2_div {
    margin-bottom: 13%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mou2_div_left {
    width: 55%;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    padding: 60px 55px;
    text-align: center;
}

.mou2_div_t1 {
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 24px;
    text-transform: capitalize;
    color: #042f6a;
}

.mou2_div_t2 {
    text-transform: capitalize;
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 36px;
    margin-top: 10px;
    color: #333333;
}

.mou2_div_left .rec_desc {
    line-height: 2;
}

.mou2_div_right {
    width: 43%;
    margin-top: -13%;
}

.mou2_div_right .imgBox {
    border-radius: 15px;
    /* padding-bottom: 61.6%; */
}

.mou3 {
    margin-top: 5%;
    justify-content: space-between;
}

.mou3_main_left {
    width: 45.2%;
}

.mou3_main_left .big_title {
    line-height: 1.2;
}

.mou3_main_left .rec_desc {
    line-height: 1.8;
    margin-top: 25px;
}

.mou3_main_right {
    width: 47.2%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mou3_main_right_div {
    width: 41%;
    margin-bottom: 15px;
}

.mou3_main_right_div img {
    height: 65px;
}

.mou3_main_right_title {
    margin-top: 8px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-transform: uppercase;
}

.mou3_main_right_div .rec_desc {
    margin-top: 8px;
    line-height: 1.7em;
    height: 5.1em;
    overflow: hidden;
}

.mou4 {
    margin-top: 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px 12px 12px 12px;
    padding: 43px 0;
}

.mou4_div {
    width: 50%;
    padding: 0 60px;
}

.mou4 .mou4_div:first-child {
    border-right: 3px solid #042f6a;
}

.mou4_div img {
    width: 82px;
    margin-right: 20px;
    flex-shrink: 0;
}

.mou4_div_title {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}

.mou4_div_right .rec_desc {
    margin-top: 5px;
}

@media only screen and (max-width: 950px) {
    .mou1_video .imgBox lite-youtube>.lty-playbtn {
        width: 50px;
        height: 50px;
    }

    .mou1_video .imgBox {
        margin-top: 20px;
    }

    .mou2_title_box {
        width: 100%;
    }


    .mou2_main {
        margin-top: 30px;
        padding: 30px 0;
    }

    .mou2_div {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .mou2_div_left {
        width: 100%;
        padding: 30px;
    }

    .mou2_div_right {
        width: 100%;
        margin-top: 15px;
    }

    .mou2_div_t1 {
        font-size: 20px;
    }

    .mou2_div_t2 {
        font-size: 24px;
    }

    .mou3 {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .mou3_main_left {
        width: 100%;
    }

    .mou3_main_right {
        width: 100%;
        margin-top: 30px;
    }

    .mou4 {
        flex-wrap: wrap;
        padding: 30px 0;
    }

    .mou4_div {
        width: 100%;
        padding: 0 20px;
        border-right: 0 !important;
    }

    .mou4 .mou4_div:first-child {
        margin-bottom: 20px;
    }
}



/* about_honor */

.about_honor {
    padding-top: 6%;
}

.honor_inner {
    padding: 3% 7% 10.5%;
    position: relative;
    background: url(../img/bg3.webp) no-repeat center bottom;
    background-size: 100% auto;
}

.honor_inner .swiper-slide {
    width: calc((100% - 210px)/ 4);
    margin-right: 70px;
}

.about_ser_list li {
    width: 30%;
    margin-top: 3%;
}

.honor_item .imgBox {
    /* padding-bottom: 133%; */
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 137%;

}

.honor_item .imgBox img {
    width: 86%;
    height: 94%;
    left: 7%;
    top: 3%;
    position: absolute;
    object-fit: contain;
}

.honor_item .imgBox img:hover {
    transform: scale(1.01);
}

.honor_item {
    background: url(../img/cer_bg.png) no-repeat center / cover;
}

.honor_inner .common-prev {
    left: -10px;
}

.honor_inner .common-next {
    right: -10px;
}

@media only screen and (max-width: 950px) {
    .honor_inner .swiper-slide {
        width: calc(50% - 15px);
        margin-right: 30px;
    }

    .honor_item:hover .pic img {
        transform: none;
    }

    .honor_inner {
        padding: 15px 0 46px;
    }

}

@media only screen and (max-width: 640px) {
    .honor_inner .swiper-slide {
        width: 100%;
    }
}

.honor_inner .swiper-button-next,
.honor_inner .swiper-button-prev {
    background-image: none;
}

.honor_inner .swiper-button-next:before {
    content: '\f105';
    font-family: 'fontawesome';
    padding-left: 2px;
}

.honor_inner .swiper-button-prev:before {
    content: '\f104';
    padding-right: 2px;
    font-family: 'fontawesome';
}



.common-prev,
.common-next {
    margin-top: 0;
    background-color: #042f6a;
    width: 58px;
    height: 58px;
    line-height: 56px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    transform: translateY(-50%)
}

.common-prev {
    left: -74px
}

.common-next {
    right: -74px
}

.common-pagination {
    display: none
}

@media only screen and (max-width: 980px) {

    .common-prev,
    .common-next {
        display: none !important
    }

    .common-pagination {
        display: block
    }
}