.sjztOne{
    background-image: url("/r/cms/www/default/img/video/sjztOneBg.jpg");
}
.sjztOne_content{
    width: 75%;
    margin: 60px auto 0;
}
.sjztOne_content_title{
    font-weight: 500;
    font-size: 50px;
    color: #304066;
    text-align: center;
}
.sjztOne_content_English{
    font-weight: 400;
    font-size: 20px;
    color: #304066;
    text-align: center;
    margin-top: 12px;
}
.sjztOne_content_text{
    font-weight: 500;
    font-size: 24px;
    color: #5B6E96;
    line-height: 60px;
    margin-top: 40px;
}
.sjztOne_content_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sjztOne_content_list_H5{
    display: none;
}
.sjztOne_content_list_item{
    width: calc((100% - 170px) / 2);
    margin-top: 40px;
}
.sjztOne_content_list_item>img{
    width: 100%;
    height: 100%;
}

.sjztTwo{
    background-image: url("/r/cms/www/default/img/video/sjztTwoBg.jpg");
}
.sjztTwo_content{
    width: 75%;
    margin: 60px auto 0;
}
.sjztTwo_content_title{
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}
.sjztTwo_content_English{
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 12px;
}
.sjztTwo_content_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.sjztTwo_content_list_item{
    width: calc((100% - 100px) / 3);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.sjztTwo_content_list_item_img{
    width: 26%;
    margin: 0 auto;
    padding: 40px 0;
}
.sjztTwo_content_list_item_img>img{
    width: 100%;
    height: 100%;
}
.sjztTwo_content_list_item_title{
    font-weight: 500;
    font-size: 30px;
    color: #484D57;
    padding: 0 0 40px 0;
}
.sjztTwo_content_list_item_text{
    font-weight: 400;
    font-size: 20px;
    color: #5B6E96;
    line-height: 60px;
    padding: 0 0 50px 0;
}


.sjztThree{
    background-image: url("/r/cms/www/default/img/video/sjztThreeBg.jpg");
}

.sjztThree_content{
    width: 75%;
    margin: 60px auto 0;
}
.sjztThree_content_title{
    font-weight: 500;
    font-size: 50px;
    color: #304066;
    text-align: center;
}
.sjztThree_content_English{
    font-weight: 400;
    font-size: 20px;
    color: #304066;
    text-align: center;
    margin-top: 12px;
}
.sjztThree_content_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sjztThree_content_list_item{
    width: calc((100% - 50px) / 2);
    border-radius: 10px;
    background-color: #F5FAFF;
    margin-top: 40px;
}
.sjztThree_content_list_item_content{
    padding: 20px;
}
.sjztThree_content_list_item_img{
    width: 7%;
}
.sjztThree_content_list_item_img>img{
    width: 100%;
    height: 100%;
}
.sjztThree_content_list_item_title{
    font-weight: bold;
    font-size: 24px;
    color: #5B6E96;
    padding: 40px 0 16px 0;
}
.sjztThree_content_list_item_text{
    font-weight: 400;
    font-size: 20px;
    color: #5B6E96;
    line-height: 50px;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
    .sjztThree_content_list_item_text{
        font-size: 19px;
        line-height: 40px;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1699.9px) {
    .sjztThree_content_list_item_text{
        font-size: 18px;
        line-height: 40px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1499.9px) {
    .sjztTwo_content_list_item_title{
        font-size: 25px;
        padding: 0 0 40px 0;
    }
    .sjztTwo_content_list_item_text{
        font-size: 16px;
        line-height: 50px;
        padding: 0 0 50px 0;
    }

    .sjztThree_content_list_item_text{
        font-size: 17px;
        line-height: 40px;
    }
}
@media screen and (min-width: 999px) and (max-width: 1199.9px) {
    .sjztTwo_content_list_item_title{
        font-size: 20px;
        padding: 0 0 40px 0;
    }
    .sjztTwo_content_list_item_text{
        font-size: 14px;
        line-height: 50px;
        padding: 0 0 50px 0;
    }
    .sjztThree_content_list_item_img {
        width: 10%;
    }
    .sjztThree_content_list_item_title {
        padding: 20px 0 16px 0;
    }
    .sjztThree_content_list_item_text{
        font-size: 15px;
        line-height: 38px;
    }
}
@media screen and (min-width: 768px) and (max-width: 998.9px) {
    .sjztOne_content{
        width: 80%;
    }
    .sjztOne_content_title{
        font-size: 40px;
    }
    .sjztOne_content_English{
        font-size: 18px;
    }
    .sjztOne_content_text{
        font-size: 18px;
        line-height: 40px;
        margin-top: 30px;
    }
    .sjztOne_content_list_item{
        width: calc((100% - 100px) / 2);
    }
    .sjztOne_content_list{
        display: none;
    }
    .sjztOne_content_list_H5{
        display: block;
    }
    .sjztOne_content_list_H5_item{
        width: 100%;
        margin-top: 10px;
    }
    .sjztOne_content_list_H5_item_img{
        width: 100%;
    }
    .sjztOne_content_list_H5_item_img>img{
        width: 100%;
        height: 100%;
    }
    .sjztTwo_content{
        width: 80%;
        margin-top: 40px;
    }
    .sjztTwo_content_title{
        font-size: 40px;
    }
    .sjztTwo_content_English{
        font-size: 18px;
    }
    .sjztTwo_content_list{
        display: inherit;
        margin: 0 auto;
    }
    .sjztTwo_content_list_item{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin-top: 20px;
        min-height: 200px;
    }
    .sjztTwo_content_list_item_img{
        width: 100px;
        margin: 0;
        /*padding: 0 80px;*/
    }
    .sjztTwo_content_list_item_content{
        padding: 20px 0;
    }
    .sjztTwo_content_list_item_title{
        font-size: 20px;
        padding: 0 0 20px 0
    }
    .sjztTwo_content_list_item_text{
        font-size: 14px;
        line-height: 30px;
        padding: 0;
    }

    .sjztThree_content_list_item_img {
        width: 14%;
    }
    .sjztThree_content_list_item_title {
        font-size: 19px;
        padding: 20px 0 16px 0;
    }

    .sjztThree_content_list_item_text{
        font-size: 15px;
        line-height: 34px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.9px) {
    .sjztOne_content{
        width: 85%;
    }
    .sjztOne_content_title{
        font-size: 30px;
    }
    .sjztOne_content_English{
        font-size: 16px;
    }
    .sjztOne_content_text{
        font-size: 20px;
        line-height: 50px;
        margin-top: 40px;
    }
    .sjztOne_content_list_item{
        width: calc((100% - 80px) / 2);
    }
    .sjztOne_content_list{
        display: none;
    }
    .sjztOne_content_list_H5{
        display: block;
    }
    .sjztOne_content_list_H5_item{
        width: 100%;
        margin-top: 10px;
    }
    .sjztOne_content_list_H5_item_img{
        width: 100%;
    }
    .sjztOne_content_list_H5_item_img>img{
        width: 100%;
        height: 100%;
    }

    .sjztTwo_content{
        width: 80%;
        margin-top: 40px;
    }
    .sjztTwo_content_title{
        font-size: 40px;
    }
    .sjztTwo_content_English{
        font-size: 18px;
    }
    .sjztTwo_content_list{
        display: inherit;
        margin: 0 auto;
    }
    .sjztTwo_content_list_item{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin-top: 20px;
        min-height: 200px;
    }
    .sjztTwo_content_list_item_img{
        width: 100px;
        margin: 0;
        /*padding: 0 80px;*/
    }
    .sjztTwo_content_list_item_content{
        padding: 20px 0;
    }
    .sjztTwo_content_list_item_title{
        font-size: 20px;
        padding: 0 0 20px 0
    }
    .sjztTwo_content_list_item_text{
        font-size: 14px;
        line-height: 30px;
        padding: 0;
    }

    .sjztThree_content{
        width: 90%;
        margin: 40px auto 0;
    }
    .sjztThree_content_title{
        font-size: 40px;
    }
    .sjztThree_content_English{
        font-size: 18px;
    }
    .sjztThree_content_list{
        display: inherit;
    }
    .sjztThree_content_list_item{
        width: 100%;
        margin-top: 16px;
    }
    .sjztThree_content_list_item_content{
        padding: 16px 20px;
    }
    .sjztThree_content_list_item_img{
        width: 5%;
    }
    .sjztThree_content_list_item_img>img{
        width: 100%;
        height: 100%;
    }
    .sjztThree_content_list_item_title{
        font-size: 16px;
        padding: 10px 0 10px 0;
    }
    .sjztThree_content_list_item_text{
        font-size: 14px;
        line-height: 26px;
    }
}
@media screen and (min-width: 500px) and (max-width: 575.9px) {
    .sjztOne_content{
        width: 90%;
    }
    .sjztOne_content_title{
        font-size: 30px;
    }
    .sjztOne_content_English{
        font-size: 16px;
    }
    .sjztOne_content_text{
        font-size: 16px;
        line-height: 40px;
        margin-top: 30px;
    }
    .sjztOne_content_list_item{
        width: calc((100% - 20px) / 2);
    }
    .sjztOne_content_list{
        display: none;
    }
    .sjztOne_content_list_H5{
        display: block;
    }
    .sjztOne_content_list_H5_item{
        width: 100%;
        margin-top: 10px;
    }
    .sjztOne_content_list_H5_item_img{
        width: 100%;
    }
    .sjztOne_content_list_H5_item_img>img{
        width: 100%;
        height: 100%;
    }

    .sjztTwo_content{
        width: 90%;
        margin-top: 40px;
    }
    .sjztTwo_content_title{
        font-size: 30px;
    }
    .sjztTwo_content_English{
        font-size: 16px;
    }
    .sjztTwo_content_list{
        display: inherit;
        margin: 0 auto;
    }
    .sjztTwo_content_list_item{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin-top: 20px;
        min-height: 200px;
    }
    .sjztTwo_content_list_item_img{
        width: 80px;
        margin: 0;
        /*padding: 0 40px;*/
    }
    .sjztTwo_content_list_item_content{
        padding: 20px 0;
    }
    .sjztTwo_content_list_item_title{
        font-size: 20px;
        padding: 0 0 20px 0
    }
    .sjztTwo_content_list_item_text{
        font-size: 14px;
        line-height: 30px;
        padding: 0;
    }

    .sjztThree_content{
        width: 90%;
        margin: 40px auto 0;
    }
    .sjztThree_content_title{
        font-size: 30px;
    }
    .sjztThree_content_English{
        font-size: 16px;
    }

    .sjztThree_content_list{
        display: inherit;
    }
    .sjztThree_content_list_item{
        width: 100%;
        margin-top: 16px;
    }
    .sjztThree_content_list_item_content{
        padding: 16px 20px;
    }
    .sjztThree_content_list_item_img{
        width: 7%;
    }
    .sjztThree_content_list_item_img>img{
        width: 100%;
        height: 100%;
    }
    .sjztThree_content_list_item_title{
        font-size: 16px;
        padding: 10px 0 10px 0;
    }


    .sjztThree_content_list_item_text{
        font-size: 13px;
        line-height: 26px;
    }
}
@media screen and (max-width: 499.9px) {
    .sjztOne_content{
        width: 90%;
    }
    .sjztOne_content_title{
        font-size: 30px;
    }
    .sjztOne_content_English{
        font-size: 16px;
    }
    .sjztOne_content_text{
        font-size: 16px;
        line-height: 40px;
        margin-top: 30px;
    }
    .sjztOne_content_list_item{
        width: calc((100% - 10px) / 2);
    }
    .sjztOne_content_list{
        display: none;
    }
    .sjztOne_content_list_H5{
        display: block;
        width: 100%;
    }
    .sjztOne_content_list_H5_item{
        width: 100%;
        margin-top: 10px;
    }
    .sjztOne_content_list_H5_item_img{
        width: 100%;
    }
    .sjztOne_content_list_H5_item_img>img{
        width: 100%;
        height: 100%;
    }

    .sjztTwo_content{
        width: 90%;
        margin-top: 40px;
    }
    .sjztTwo_content_title{
        font-size: 30px;
    }
    .sjztTwo_content_English{
        font-size: 16px;
    }
    .sjztTwo_content_list{
        display: inherit;
        margin: 0 auto;
    }
    .sjztTwo_content_list_item{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin-top: 20px;
        min-height: 200px;
    }
    .sjztTwo_content_list_item_img{
        width: 80px;
        margin: 0;
        /*padding: 0 40px;*/
    }
    .sjztTwo_content_list_item_content{
        padding: 20px 0;
    }
    .sjztTwo_content_list_item_title{
        font-size: 20px;
        padding: 0 0 20px 0
    }
    .sjztTwo_content_list_item_text{
        font-size: 14px;
        line-height: 30px;
        padding: 0;
    }

    .sjztThree_content{
        width: 90%;
        margin: 40px auto 0;
    }
    .sjztThree_content_title{
        font-size: 30px;
    }
    .sjztThree_content_English{
        font-size: 16px;
    }
    .sjztThree_content_list{
        display: inherit;
    }
    .sjztThree_content_list_item{
        width: 100%;
        margin-top: 16px;
    }
    .sjztThree_content_list_item_content{
        padding: 16px 20px;
    }
    .sjztThree_content_list_item_img{
        width: 7%;
    }
    .sjztThree_content_list_item_img>img{
        width: 100%;
        height: 100%;
    }
    .sjztThree_content_list_item_title{
        font-size: 16px;
        padding: 10px 0 10px 0;
    }
    .sjztThree_content_list_item_text{
        font-size: 12px;
        line-height: 26px;
    }
}
