.qlhOne{
    background-image: url("/r/cms/www/default/img/video/qlhOneBg.jpg");
}
.qlhOne_content{
    width: 75%;
    margin: 60px auto 0 ;
}
.qlhOne_content_title{
    font-weight: 500;
    font-size: 50px;
    color: #304066;
    text-align: center;
}
.qlhOne_content_English{
    font-weight: 400;
    font-size: 20px;
    color: #304066;
    text-align: center;
    margin-top: 12px;
}
.qlhOne_content_text{
    font-weight: 500;
    font-size: 24px;
    color: #5B6E96;
    line-height: 60px;
    text-align: center;
    margin-top: 40px;
}
.qlhOne_content_img{
    width: 56%;
    margin: 30px auto 0;
}
.qlhOne_content_img>img{
    width: 100%;
    height: 100%;
}

.qlhTwo{
    background-image: url("/r/cms/www/default/img/video/qlhTwoBg.jpg");
}

.qlhTwo_content{
    width: 75%;
    margin: 60px auto 0 ;
}
.qlhTwo_content_title{
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}
.qlhTwo_content_English{
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 12px;
}

.qlhTwo_content_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.qlhTwo_content_list_item{
    width: calc(100% / 5);
    text-align: center;
    min-height: 460px;
    border-radius: 15px;
}
.qlhTwo_content_list_item_active{
    background-image: url("/r/cms/www/default/img/video/qlhTwoItemBg.jpg");
    background-size: cover;
}
.qlhTwo_content_list_item_content{

}
.qlhTwo_content_list_item_content_img{
    width: 50%;
    margin: 0 auto;
    padding-top: 100px;
}
.qlhTwo_content_list_item_content_img>img{
    width: 100%;
    height: 100%;
}
.qlhTwo_content_list_item_content_text{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    width: 50%;
    margin: 40px auto 0;
}


.qlhThree{
    background-image: url("/r/cms/www/default/img/video/qlhThreeBg.jpg");
}

.qlhThree_content{
    width: 75%;
    margin: 60px auto 0 ;
}
.qlhThree_content_title{
    font-weight: 500;
    font-size: 50px;
    color: #304066;
    text-align: center;
}
.qlhThree_content_English{
    font-weight: 400;
    font-size: 20px;
    color: #304066;
    text-align: center;
    margin-top: 12px;
}
.qlhThree_content_swiper{
    width: 100%;
    margin-top: 40px;
}
.qlhThree_content_swiper_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qlhThree_content_swiper_item_img{
    width: 56%;
}
.qlhThree_content_swiper_item_img>img{
    width: 100%;
    height: 100%;
}
.qlhThree_content_swiper_item_content{
    width: 40%;
}
.qlhThree_content_swiper_item_content_title{
    font-weight: bold;
    font-size: 36px;
    color: #5B6E96;
}
.qlhThree_content_swiper_item_content_text{
    font-weight: 400;
    font-size: 20px;
    color: #5B6E96;
    line-height: 40px;
    margin-top: 20px;
}

.qlh-swiper-pagination {
    position: relative;
    bottom: 0px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: max-content !important;
    padding: 60px 0 0 0;
}

.qlh-swiper-pagination > .swiper-pagination-bullet {
    width: 30px !important;
    height: 6px !important;
    border-radius: 0;
    /* background: #e00f0f !important; */
    /* background-image: url("../img/gsryPagination0.png") !important; */
    background: #000000 !important;
    border-radius: 3px;
    opacity: 0.1;
    margin: 0 15px !important;
    /* opacity: unset; */
}

.qlh-swiper-pagination > .swiper-pagination-bullet-active::before {
    content: none;
}

.qlh-swiper-pagination > .swiper-pagination-bullet-active {
    opacity: 1;
    background-image: url("/r/cms/www/default/img/video/gsryPagination1.png") !important;
}


@media screen and (min-width: 1700px) and (max-width: 1920px) {

}
@media screen and (min-width: 1500px) and (max-width: 1699.9px) {

}
@media screen and (min-width: 1200px) and (max-width: 1499.9px) {

}
@media screen and (min-width: 999px) and (max-width: 1199.9px) {

}
@media screen and (min-width: 768px) and (max-width: 998.9px) {
    .qlhOne_content{
        width: 85%;
        margin: 40px auto 0 ;
    }
    .qlhOne_content_title{
        font-size: 40px;
    }
    .qlhOne_content_English{
        font-size: 18px;
    }
    .qlhOne_content_text{
        font-size: 20px;
        line-height: 40px;
    }
    .qlhOne_content_img{
        width: 80%;
    }
    .qlhTwo_content{
        width: 90%;
        margin: 40px auto 0 ;
    }
    .qlhTwo_content_title{
        font-size: 30px;
    }
    .qlhTwo_content_English{
        font-size: 16px;
    }
    .qlhTwo_content_list{
        display: inherit;
        margin-top: 30px;
    }
    .qlhTwo_content_list_item{
        width: 100%;
        min-height: auto;
        /*margin-top: 12px;*/
        border-radius: 15px;
    }
    .qlhTwo_content_list_item_content_img{
        width: 7%;
        padding-top: 10px;
    }
    .qlhTwo_content_list_item_content_text{
        width: 100%;
        font-size: 16px;
        margin: 0 auto;
        padding: 10px 0;
    }
    .qlhThree_content_swiper{
        width: 100%;
        margin-top: 40px;
    }
    .qlhThree_content_swiper_item{
        display: inline;
    }
    .qlhThree_content_swiper_item_img{
        width: 100%;
    }
    .qlhThree_content_swiper_item_img>img{
        width: 100%;
        height: 100%;
    }
    .qlhThree_content_swiper_item_content{
        width: 100%;
    }
    .qlhThree_content_swiper_item_content_title{
        font-size: 24px;
        margin-top: 20px;
    }
    .qlhThree_content_swiper_item_content_text{
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.9px) {
    .qlhOne_content{
        width: 90%;
        margin: 40px auto 0 ;
    }
    .qlhOne_content_title{
        font-size: 30px;
    }
    .qlhOne_content_English{
        font-size: 16px;
    }
    .qlhOne_content_text{
        font-size: 18px;
        line-height: 40px;
    }
    .qlhOne_content_img{
        width: 100%;
    }

    .qlhTwo_content{
        width: 90%;
        margin: 40px auto 0 ;
    }
    .qlhTwo_content_title{
        font-size: 30px;
    }
    .qlhTwo_content_English{
        font-size: 16px;
    }
    .qlhTwo_content_list{
        display: inherit;
        margin-top: 30px;
    }
    .qlhTwo_content_list_item{
        width: 100%;
        min-height: auto;
        /*margin-top: 12px;*/
        border-radius: 15px;
    }
    .qlhTwo_content_list_item_content_img{
        width: 10%;
        padding-top: 10px;
    }
    .qlhTwo_content_list_item_content_text{
        width: 100%;
        font-size: 16px;
        margin: 0 auto;
        padding: 10px 0;
    }
    .qlhThree_content{
        width: 90%;
        margin: 40px auto 0 ;
    }
    .qlhThree_content_title{
        font-size: 30px;
    }
    .qlhThree_content_English{
        font-size: 16px;
    }
    .qlhThree_content_swiper{
        width: 100%;
        margin-top: 40px;
    }
    .qlhThree_content_swiper_item{
        display: inline;
    }
    .qlhThree_content_swiper_item_img{
        width: 100%;
    }
    .qlhThree_content_swiper_item_img>img{
        width: 100%;
        height: 100%;
    }
    .qlhThree_content_swiper_item_content{
        width: 100%;
    }
    .qlhThree_content_swiper_item_content_title{
        font-size: 24px;
        margin-top: 20px;
    }
    .qlhThree_content_swiper_item_content_text{
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (min-width: 500px) and (max-width: 575.9px) {
    .qlhOne_content{
        width: 90%;
        margin: 40px auto 0 ;
    }
    .qlhOne_content_title{
        font-size: 30px;
    }
    .qlhOne_content_English{
        font-size: 16px;
    }
    .qlhOne_content_text{
        font-size: 18px;
        line-height: 40px;
    }
    .qlhOne_content_img{
        width: 100%;
    }
    .qlhTwo_content{
        width: 90%;
        margin: 40px auto 0 ;
    }
    .qlhTwo_content_title{
        font-size: 30px;
    }
    .qlhTwo_content_English{
        font-size: 16px;
    }
    .qlhTwo_content_list{
        display: inherit;
        margin-top: 30px;
    }
    .qlhTwo_content_list_item{
        width: 100%;
        min-height: auto;
        /*margin-top: 12px;*/
        border-radius: 15px;
    }
    .qlhTwo_content_list_item_content_img{
        width: 12%;
        padding-top: 10px;
    }
    .qlhTwo_content_list_item_content_text{
        width: 100%;
        font-size: 16px;
        margin: 0 auto;
        padding: 10px 0;
    }

    .qlhThree_content{
        width: 90%;
        margin: 40px auto 0 ;
    }
    .qlhThree_content_title{
        font-size: 30px;
    }
    .qlhThree_content_English{
        font-size: 16px;
    }
    .qlhThree_content_swiper{
        width: 100%;
        margin-top: 40px;
    }
    .qlhThree_content_swiper_item{
        display: inline;
    }
    .qlhThree_content_swiper_item_img{
        width: 100%;
    }
    .qlhThree_content_swiper_item_img>img{
        width: 100%;
        height: 100%;
    }
    .qlhThree_content_swiper_item_content{
        width: 100%;
    }
    .qlhThree_content_swiper_item_content_title{
        font-size: 24px;
        margin-top: 20px;
    }
    .qlhThree_content_swiper_item_content_text{
        font-size: 16px;
        line-height: 30px;
    }

}
@media screen and (max-width: 499.9px) {
    .qlhOne_content{
        width: 90%;
        margin: 40px auto 0 ;
    }
    .qlhOne_content_title{
        font-size: 30px;
    }
    .qlhOne_content_English{
        font-size: 16px;
    }
    .qlhOne_content_text{
        font-size: 18px;
        line-height: 40px;
    }
    .qlhOne_content_img{
        width: 100%;
    }

    .qlhTwo_content{
        width: 90%;
        margin: 40px auto 0 ;
    }
    .qlhTwo_content_title{
        font-size: 30px;
    }
    .qlhTwo_content_English{
        font-size: 16px;
    }
    .qlhTwo_content_list{
        display: inherit;
        margin-top: 30px;
    }
    .qlhTwo_content_list_item{
        width: 100%;
        min-height: auto;
        /*margin-top: 12px;*/
        border-radius: 15px;
    }
    .qlhTwo_content_list_item_content_img{
        width: 12%;
        padding-top: 10px;
    }
    .qlhTwo_content_list_item_content_text{
        width: 100%;
        font-size: 16px;
        margin: 0 auto;
        padding: 10px 0;
    }
    .qlhThree_content{
        width: 90%;
        margin: 40px auto 0 ;
    }
    .qlhThree_content_title{
        font-size: 30px;
    }
    .qlhThree_content_English{
        font-size: 16px;
    }
    .qlhThree_content_swiper{
        width: 100%;
        margin-top: 40px;
    }
    .qlhThree_content_swiper_item{
        display: inline;
    }
    .qlhThree_content_swiper_item_img{
        width: 100%;
    }
    .qlhThree_content_swiper_item_img>img{
        width: 100%;
        height: 100%;
    }
    .qlhThree_content_swiper_item_content{
        width: 100%;
    }
    .qlhThree_content_swiper_item_content_title{
        font-size: 24px;
        margin-top: 20px;
    }
    .qlhThree_content_swiper_item_content_text{
        font-size: 16px;
        line-height: 30px;
    }
}
