.banner-box {
    position: relative;
    width: 100%;
    min-width: 1190px;
    min-height: 310px;
    padding-bottom: 26%;
}

.banner-img-box {
    width: 100%;
    min-width: 1190px;
    min-height: 310px;
    padding-bottom: 26%;
    position: absolute;
    z-index: -1;
}

.banner-img-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-middle-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.banner-content {
    width: 1190px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: Noto Sans SC;
    ;
    color: #fff;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    text-align: left;
}

.banner-content-title-cn {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 2px;
}

.banner-content-title-en {
    font-size: 30px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 45px;
    font-variant: small-caps;
}

.banner-content-line {
    /* width: 200px; */
    margin: 20px 0 10px 0;
    border: 1px solid #fff;
}

.fadeInRight {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}