.banner-wq {
    float: left;

    /* display: flex; */
    height: 350px;
    width: 720px;
    position: relative;
}

.banner-wq a {
    display: block;
}

.banner-wq>img {
    display: block;
    width: 100%;
}

.banner-wq .slick {
    /* display: flex; */
    height: 350px;
    /* margin-bottom: 0px; */
    /* margin-right: 0px; */
    width: 100%;
    /* float: left; */
    position: relative;
    z-index: 9;
    align-items: stretch;
}

.banner-wq .slick-slide a {
    display: block;
    position: relative;
}

.banner-wq .slick-slide a img {
    margin-right: 0px;
    height: 350px;
    /* margin: auto; */
    display: block;
    width: 100%;
}


.banner-wq .slick-dots {
    width: 100%;
    bottom: 18px;
    font-size: 0;
}

.banner-wq .slick-dots li {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 4px;
}

.banner-wq .slick-dots li button {
    display: none;
}

.banner-wq .slick-dots li.slick-active {
    width: 28px;
}


@media screen and (max-width:768px){
    .banner-wq .slick-dots{
        bottom: 10px;
    }
    .banner-wq .slick-dots li{
        width: 5px;
        height: 5px;
    }

}