/*.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.roling-banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index:2;
}
.slide-btn-area {
	
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
}
.slide-btn-area nav {
    padding: 8px 10px;
    text-align: center;
    font-size: 0px;
    /* background: rgba(0,0,0,.3);
    border-radius: 25px; */
}
/*
.slide-btn-area .active {
    background: #fff;
}
/* .slide-btn-area {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    list-style: none;
    text-align: left;
} */
/*
.swiper-pagination .swiper-pagination-bullet {
	opacity: .75;
    color: white;
 }
 .swiper-pagination li.active button:before
{
    opacity: 1;
    color: white;
}
.swiper-pagination {
    position: relative;
}
.slide-btn-area li {
    margin-right: 4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-radius: 50%;
}
*/

.banners .swiper-slide {
    margin-left: 10px;
    width: 80%;
}

.banners .swiper-slide:nth-child(2n) {
    width: 60%;
}

.banners .swiper-slide:nth-child(3n) {
    width: 40%;
}

.swiper-pagination .swiper-pagination-bullet {
	opacity: .75;
    color: white;
 }
 .swiper-pagination li.active button:before
{
    opacity: 1;
    color: white;
}
.swiper-pagination {
    position: relative;
}