.lbox {
    background: #232323;
}

.path_bar {
    margin-top: 0;
    padding: 30px 0;
}

.ep_top {
    position: relative;
}

.ep_top_div {
    width: 25%;
}

.ep_top_div .imgBox {
    padding-bottom: 121.6%;
}

.ep_top::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .61);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ep_top_text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.ep_top_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
}

.ep_top_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 35px;
    text-align: center;
    max-width: 887px;
}

.ep_behind {
    margin: 5% auto;
}

.ep_behind_box {
    display: flex;
    margin-top: 5%;
    justify-content: space-between;
}

.ep_behind_div {
    width: 30%;
}

.ep_behind_icon {
    height: 149px;
}

.ep_behind_icon img {
    max-height: 100%;
}

.ep_behind_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin: 30px 0 25px;
}

.ep_behind_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.8;
}

.ep_img_text_div {
    background: #1C1C1C;
    display: flex;
}

.ep_img {
    width: 50%;
    overflow: hidden;
}

.ep_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ep_img img:hover {
    transform: scale(1.1);
}

.ep_text {
    width: 50%;
    padding: 80px 44px;
}

.ep_small_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #006ed0;
}

.ep_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    margin: 20px 0;
}

.ep_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #CCCCCC;
}

.ep_two {
    margin: 5% 0;
}

.ep_two_box {
    display: flex;
    justify-content: space-between;
}

.ep_two_div {
    width: 48.78%;
    background: #1C1C1C;
    border-radius: 6px;
    padding: 11% 9%;
    text-align: center;
}

.ep_two_div_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}

.ep_two_div_decs {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 20px 0 25px;
}

.ep_two_div_btn {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 60px;
    height: 50px;
    border: 1px solid #FFFFFF;
    line-height: 50px;
}

.ep_two_div_btn:hover{
    border: 1px solid #006ed0;
    background: #006ed0;
    color: #FFFFFF;
}
@media only screen and (max-width: 950px) {
     .ep_top_tit{
        font-size: 30px;
     }
     .ep_top,.ep_behind_box,.ep_img_text_div,.ep_two_box{
        flex-wrap: wrap;
     }
     .ep_top_div{
        width: 50%;
     }
     .ep_top_text{
        width: 95%;
     }
     .ep_behind_div,.ep_text,.ep_two_div{
        width: 100%;
        margin-bottom: 20px;
     }
     .ep_behind_icon{
        justify-content: center;
     }
     .ep_behind_tit,.ep_behind_desc{
        text-align: center;
     }
     .ep_img{
        width: 100%;
     }
}

