.lbox {
    margin-bottom: 0;
}
.mou1 {
    justify-content: space-between;
}
.mou1_left {
    width: 46.5%;
    padding-right: 90px;
    padding-bottom: 77px;
    position: relative;
}
.mou1_img .imgBox {
    padding-bottom: 109%;
}
.mou1_img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}
.mou1_img2 .imgBox {
    padding-bottom: 120%;
}
.mou1_right {
    width: 51.5%;
}
.mou1_tit {
    font-family: Syne-SemiBold;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.2;
}
.mou1_desc {
    margin-top: 50px;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.mou2 {
    background-color: #F45B0B;
    margin-top: 5%;
    padding: 5% 0;
    background-repeat: no-repeat;
    background-position: top right;
}
.mou2_tit {
    font-family: Syne-SemiBold;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
}
.mou2_main {
    margin-top: 60px;
    display: flex;
    align-items: flex-end;
}
.mou2_main lite-youtube {
    width: 33.7%;
    height: 292px;
}
lite-youtube>.lty-playbtn {
    width: 131.1px !important;
    height: 131.1px !important;
    filter: none !important;
    background: url('img/demo/video_play.png') no-repeat !important;
    background-size: 100% 100% !important;
}
.mou2_right {
    flex: 1;
}
.mou2_right_div {
    margin-left: 35px;
    width: calc((100% - 70px) / 2);
    background: #FFFFFF;
    padding: 60px 30px 40px;
    position: relative;
    border-bottom: 5px solid #F45B0B;
}
.mou2_right_div:hover img{transform: rotate(25deg);}
.mou2_right_t {
    font-family: Syne-SemiBold;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}
.mou2_right_d {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    height: 6em;
    overflow: auto;
    margin-top: 10px;
}
.mou2_right_icon {
    width: 69px;
    height: 69px;
    background: #F45B0B;
    position: absolute;
    top: -35px;
    left: 30px;
    justify-content: center;
}
.mou2_right_icon img {
    max-width: 100%;
    max-height: 100%;
}
.mou3 {
    padding: 60px 80px;
    background: #F45B0B;
    justify-content: space-between;
    border-bottom: 6px solid #080909;
}
.mou3_div {
    text-align: center;
}
.mou3_div_t {
    font-family: Arial-BoldMT;
    font-weight: bold;
    font-size: 50px;
    color: #FFFEFE;
}
.mou3_div_d {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #FFFEFE;
    opacity: 0.69;
    margin-top: 10px;
}
.mou3_div_line {
    width: 1px;
    height: 69px;
    background: #FFFFFF;
    opacity: 0.19;
}
.mou3 .mou3_div_line:last-child {
    display: none;
}
.mou4 {
    margin: 6% 0;
    justify-content: space-between;
}
.mou4_left {
    width: 50%;
    display: flex;
    justify-content: space-between;
}
.mou4_left_img {
    width: calc((100% - 30px) / 2);
}
.mou4_left_img .imgBox {
    padding-bottom: 160%;
}
.mou4_left .mou4_left_img:nth-child(1) {
    margin-top: 58px;
}
.mou4_right {
    width: 43%;
}
.mou4_title {
    line-height: 1.2;
    font-family: Syne-SemiBold;
    font-weight: 600;
    font-size: 46px;
    color: #000000;
}
.mou4_desc {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
}
.mou5 {
    padding: 12% 0 7.5%;
}
.mou5_left {
    max-width: 700px;
}
.mou5_tit {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    color: #FFFFFF;
}
.mou5_desc {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    line-height: 30px;
    margin: 30px 0 60px;
}
@media only screen and (max-width: 950px) {
    .mou1 {
        flex-wrap: wrap;
    }
    .mou1_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .mou1_right {
        width: 100%;
    }
    .mou1_tit {
        font-size: 36px;
    }
    .mou1_desc {
        margin-top: 30px;
    }
    .mou2_tit {
        font-size: 36px;
    }
    .mou2_main,
    .mou2_right {
        flex-wrap: wrap;
    }
    .mou2_main lite-youtube {
        width: 100%;
    }
    .mou2_right {
        width: 100%;
    }
    .mou2_right_div {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }
    .mou3 {
        padding: 30px;
        flex-wrap: wrap;
    }
    .mou3_div {
        width: 100%;
    }
    .mou3_div_line {
        display: none;
    }
    .mou3_div_t {
        font-size: 36px;
    }
    .mou4 {
        flex-wrap: wrap;
    }
    .mou4_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .mou4_right {
        width: 100%;
    }
    .mou4_title,
    .mou5_tit {
        font-size: 36px;
    }
    .mou4_desc {
        margin-top: 20px;
    }
    .mou2_right_d{height: auto;}
}