.banner-wq {
    width: 1100px;
    position: relative;
}

.banner-wq a {
    display: block;
}

.banner-wq>img {
    display: block;
    width: 100%;
}

.banner-wq .slick {
    position: relative;
    z-index: 9;
}

.banner-wq .slick-slide a {
    display: block;
    position: relative;
}

.banner-wq .slick-slide a img {
    display: block;
    width: 100%;
}


.banner-wq .slick-dots {
    width: 100%;
    bottom: 18px;
    font-size: 0;
}

.banner-wq .slick-dots li {
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
}

.banner-wq .slick-dots li button {
    display: none;
}

.banner-wq .slick-dots li.slick-active {
   background:#69aaec;
}


@media screen and (max-width:768px){
    .banner-wq .slick-dots{
        bottom: 10px;
    }
    .banner-wq .slick-dots li{
        width: 5px;
        height: 5px;
    }

}
.slick-prev,.slick-next {
    width: 45px;
    height: 45px;
}

.slick-prev {
background:url(../image/l.jpg) no-repeat;
}
.slick-next {
background:url(../image/r.jpg) no-repeat;
}