.slick-slide p {
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    margin: 0;
}

@media screen and (max-width: 1000px){
    .slick-slide p {
        background-color: rgb(0 0 0 / 40%);
        width:100%;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all 0.4s ease-in-out;
        position: absolute;
        bottom: 0;
        margin: 0;
    }
}


.slick-slide {
    display: none;
    float: left;
    height: 100%;
    position: relative;
    min-height: 1px;
}

.s6 {
    padding-top: 20px;
    padding-bottom: 20px;

}

.s6-banner a {
    display: block;
    overflow: hidden;
    
    text-decoration: none;
}

.s6-banner a img {
    width: 100%;
    transition: all .3s;
}

.s6-banner {
    padding: 0 58px;
}

.s6-banner a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.s6-banner .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 3;
}

.s6-banner .slick-prev {
    left: 0;
    background-image: url("../images/s6-img05.png");
}

.s6-banner .slick-next {
    right: 0;
    background-image: url("../images/s6-img06.png");
}