body {
    background-image: url("/_upload/tpl/06/c2/1730/template1730/img/zhu_bg.png");
    background-size: cover;
    BACKGROUND-POSITION: center;
    MAX-HEIGHT: 100VH;
}

.listbanner {
    height: 35vh;
    background-image: url("/_upload/tpl/06/c2/1730/template1730/img/201801.jpg");
    background-position: center -100px;
    background-repeat: no-repeat;
    /* animation: bgMove 5s linear infinite alternate-reverse; */
    animation: bgMove 5s linear;
    position: relative;
    margin-bottom: 35px;
}

@keyframes bgMove {
    0% {
        background-position: top center;
    }

    100% {
        background-position: center -100px;
    }
}

.secondTitle {
    position: absolute;
    background-image: linear-gradient(#aa0003c1, #ff910080, #ff910000);
    width: 150px;
    height: 35vh;
    left: 0;
    top: 0;
    z-index: 99;
    overflow: visible;
    border-radius: 8px 8px 0 0;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    color: white;
    padding-top: 28vh;
    text-align: center;
}

.secondTitle::before {
    content: "";
    display: block;

}

.footerbox {
    background-image: url('/_upload/tpl/06/c2/1730/template1730/img/foot_bg.png');
    background-position: top center;
    height: 400px;
    position: relative;
    margin-top: 50px;
}

.footerbox::before {
    content: '1985';
    font-size: 250px;
    color: #ffffff10;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    left: 10vw;
    bottom: 0px;
}

.footerbox::after {
    content: '2025';
    font-size: 250px;
    color: #ffffff10;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    right: 10vw;
    bottom: 0px;
}