.lbanner-box {
    display: none !important;
}

.web_main {
    margin-top: 5%;
}

.video_detail {
    width: 100%;
    position: relative;
}

.video_detail .video_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.video_detail .video_img .video_image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.video_detail .video_open {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -44.5px;
    margin-left: -44.5px;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .15);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.video_detail .video_wrap {
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_detail .video_wrap img {
    width: 16px;
    height: 25px;
}

.video_detail .video_title {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    margin-top: 2%;
    margin-bottom: 2%;
    text-transform: uppercase;
}

.video_detail .video_content p {
    width: 100%;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 2%;
}



@media (max-width:950px) {
    .web_main {
        margin-top: 8%;
    }

    .video_detail .video_title {
        margin: 5% 0;
    }
}




























































.lbanner-box {
    display: none;
}

.page_bar {
    margin-top: 5% !important;
}

.page_bar ul {
    justify-content: center !important;
}