/* swiper-banner */
.swiper-container {
    width: 100%;
    height: 100%;
}

.footer-logo {
    padding-left: 50px;
    padding-top: 0px;
    margin-bottom: 0px;
    display: block;
    width: 150px;
}

.banner-img {
    position: relative;
}

.banner-img::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 539px;
    /* background-color: rgba(255, 255, 255, .7); */
    content: '';
    z-index: 1;
}

.banner-img>img {
    width: 100%;
}