@media screen and (max-width: 768px) {
    .header-container {
        height: 190px!important;
        margin-bottom: 24px!important;
    }
    .banner_chi {
        font-size: 30px!important;
    }
    .banner_eng {
        font-size: 20px!important;
    }
    .mb {
        margin-bottom: 24px!important;
    }
    .banner_chi {
        line-height: 48px!important;
    }
    .container-box {
        padding: 0 15px;
    }
}
.header-container {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    height: 464px;
    margin-bottom: 48px;
}
.bg-container {
    position: absolute;
    bottom: 0;
    height: 48px;
    width: 100%;
    background: rgba(0,0,0,0.25);
}
.banner_text {
    font-family: SourceHanSansCN, SourceHanSansCN;
}
.banner_chi {
    color: #FFFFFF;
    font-size: 48px;
    text-shadow: 0px 0px 8px rgba(25,140,230,0.32);
    line-height: 72px;
    font-weight: 500;
    text-align: center;
}
.banner_eng {
    color: #FFFFFF;
    font-size: 28px;
    text-shadow: 0px 0px 4px #2F89D1;
    font-weight: 300;
    text-align: center;
}
.mb {
    margin-bottom: 56px;
}
.el-pagination {
    text-align: left!important;
}<!--0.00018811225891113-->