.hz-overflow{
    color: #FFFFFF;
}
.app-container{
    background-color: #FFFFFF;
    background-size: 100% 60%;
    background-position: top;
}
.container-hz{
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.hz-title{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hz-title-text{
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'ShiShangZhongHeiJianTi-Regular';
}
.title-message-text{
    width: 70%;
    font-size: 20px;
    font-family: 'ShiShangZhongHeiJianTi-Regular';
    color: rgba(255, 255, 255, 0.25);
}
.title-message{
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.line-hz-y{
    width: 130px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
}
.hz-text-footer{
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    gap: 12px;
}
.hz-text-footer >span a{
    color: #FFFFFF;
}

.container-hz-line{
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
}
.hz-banner-item{
    display: flex;
    gap: 16px;
    padding: 32px 8px;
}
.hz-banner-list{
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 8px 8px 0px rgba(201,215,231,0.3);
    border-radius: 8px;
}
.hz-banner-list img{
    width: 100%;
    height: 260px;
}

.hz-banner-list-time{
    display: flex;
    flex-direction: column;
}
.hz-banner-list-year{
    color: rgba(94, 174, 33, 1);
    font-size: 32px;
    font-family: 'ShiShangZhongHeiJianTi-R';
}
.hz-banner-list-day{
    color: rgba(13, 29, 49, 0.35);
    font-size: 16px;
    font-family: 'ShiShangZhongHeiJianTi-R';
}

.hz-banner-list-line{
    height: 1px;
    width: 110px;
    background: rgba(13, 29, 49, 1);
}
.hz-banner-list-tit{
    color: rgba(13, 29, 49, 1);
    font-size: 20px;
    font-family: 'ShiShangZhongHeiJianTi-R';
}
.hz-banner-list-footer{
    display: flex;
    justify-content: space-between;
}
.hz-banner-list-footer >span{
    color: rgba(13, 29, 49, 0.35);
    font-family: 'ShiShangZhongHeiJianTi-Regular';
}

.hz-banner-list >span{
    color: rgba(13, 29, 49, 0.35);
    font-size: 16px;
    font-family: 'ShiShangZhongHeiJianTi-R';
}
.hz-banner-list-footer >div{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    font-family: 'ShiShangZhongHeiJianTi-Regular';
    font-size: 16px;
}

.hz-banner{
    height: 55vh;
    margin-top: 34px;
}
.hz-banner .hz-swiper-container{
    height: 100%;
    overflow: hidden;
}
.hz-swiper-wrapper {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.hz-swiper-pagination{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.hz-banner .swiper-arrow{
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 2;
    margin-left: -17px;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(.445,.05,.55,.95) .2s infinite alternate;
}
.hz-banner .imgbox{ position: relative; height: 100%;}
.hz-banner .swiper-button{ margin-top: -36px; width: 71px; height: 71px; background:none; opacity: 0;}
.hz-banner:hover .swiper-button{ opacity: 1;}
.hz-banner .swiper-button:before{ content: ""; position: absolute; left: 10%; top: 50%; z-index: 1; margin:-25px 0 0 -25px; width:50px; height:50px; transform: rotate(-45deg); border-left:1px solid #fff; border-top:1px solid #fff; transition: all .3s;}
.hz-banner .swiper-button.hz-swiper-button-prev{ left:10vw;top: 30vh; position: absolute;}
.hz-banner .swiper-button.hz-swiper-button-next{ right:10vw; top: 30vh; position: absolute; transform: rotateY(180deg);}
.hz-banner .swiper-arrow{ position: absolute; left: 50%; bottom: 50px; z-index: 2; margin-left:-17px; opacity: 0; animation:fadeInUp 1s cubic-bezier(.445,.05,.55,.95) .2s infinite alternate;}
.hz-banner .swiper-arrow a{ display: block;font-size:34px; color: #fff; }
@media (min-width: 992px) {
    .hz-banner .swiper-button.swiper-button-prev {
        left: 10vw;
    }
}
@media (min-width: 992px) {
    .hz-banner .swiper-button {
        margin-top: -36px;
        width: 71px;
        height: 71px;
        background: none;
        opacity: 0;
    }
}
@media (min-width: 992px) {
    .hz-banner .swiper-button.swiper-button-next {
        right: 10vw;
        transform: rotateY(180deg);
    }
}

@media (min-width: 992px) {
    .hz-banner .swiper-button {
        margin-top: -36px;
        width: 71px;
        height: 71px;
        background: none;
        opacity: 0;
    }
}