.banner-wrap {
    width: 100%;
    max-width: 80rem;
}
.banner-wrap > img {
    margin: 0 auto;
}


.slideshow-block {
    overflow: hidden;
}

.slideshow-block > .thumb-index {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.625rem;
    text-align: center;
    z-index: 4;
}
.thumb-index > li {
    display: inline-block;
}
.thumb-index > li + li {
    margin-left: 0.625rem;
}
.banner_block > img {
    width: 100%;
}

.js .slide {
    height: auto;
}
