.slick-dotted.slick-slider{
	margin-bottom:0;
}
.banner-list div{
}
.banner-list div a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100%;
}
.banner-list .slick-dots{
    bottom: 10px;
    right: 0;
	text-align: right;
}
.banner-list .slick-dots li button:before{
	opacity: 0;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #0d2369;
    line-height: 22px;
}
#banner .slick-dots li button{
	background: #ffffff;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}
#banner .slick-dots li button:before{
	display:none;
}
