@charset "utf-8";
/*banner*/
.pageBanner {
    display: flex;
    align-items: flex-end;
    background-size: cover !important;
    height:650px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    width: 100%;
    position: relative;
    /* z-index: -1; */
}
.pageBanner::after{
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 100%;
    background: url("/static/default/assets/img/zz1.png") left bottom no-repeat;
    background-size: contain;

}
.pageBanner .sub {
    font-size: 180px;
    font-family: siyuan;
    font-weight: 900;
    color: #ffffff11;
    text-align: right;
    margin-right: 46px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.pageBanner .title {
    margin-right: calc(46px + 266px);
    text-align: right;
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
}
.pageBanner .title p{
    font-size: 30px;font-weight:normal;
    font-family: Microsoft YaHei;
    color: #FFFFFF;padding-bottom:0px;
}
.pageBanner.productBanner::after {
    background: url("../images/zz2.png") left bottom no-repeat;
    background-size: contain;
}

.pageBanner.trainBanner {
    height: 830px;
}
.pageBanner.trainBanner::after {
    background: url("../images/zz4.png") left bottom no-repeat;
    background-size: contain;
}
.container.page_bg {
    background: #f3f7fe;
}
.container.page_bg.school-bg {
    background: #f3f7fe url('../images/xiaoqi.jpg') no-repeat center top;
    background-size: contain;
}
/* ���� */
@media screen and (max-width: 1440px) {
    .pageBanner .sub {
        font-size: 120px;
    }
    .pageBanner .title {
        font-size: 48px;
        margin-right: calc(46px + 166px);
    }
}



@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1000px) {
    .pageBanner {
        height: 400px !important;
    }
    .pageBanner .sub {
        font-size: 48px;
        margin: 0 auto;
        text-align: center;
    }
    .pageBanner .title {
        font-size: 28px;
        text-align: center;
        margin: 0 auto;
        position: initial;
    }
}
@media screen and (max-width: 768px) {

}