
/*----------------------------------------------------------------------------
banner Slick 
----------------------------------------------------------------------------*/

.large_banner {
	position: relative;
}
.large_banner .slick-slide {
	position: relative;
	display: block;
	width: 514px;
	height: 195px;
}
#large_banner li {
	width: auto;
	height: auto;
}
.large_banner .slick-slide a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/banner/large_border.png') left top no-repeat;
	z-index: 2;
}
.large_banner .slick-list img {
	width: 514px;
	height: 195px;
}
.large_banner .slick-dots {
	bottom: -5px;
	right: 5px;
	position: relative;
	text-align: right;
}
.large_banner .slick-dots li {
	display: inline-block;
	
}
.large_banner .slick-dots button {
	font-size: inherit;
	color: #333;
	background: #ccc;
	width: 24px;
	height: 21px;
	margin: 0 3px;
	font-size: 12px;
	
}
.large_banner .slick-dots button::before {
	display: none;
}
.large_banner .slick-dots li:hover button {
	background: #666;
	color: #fff;
}
.large_banner .slick-dots li.slick-active button {
	color: #fff;
	background: #333;
}

.small_banner img {
	width: 170px;
	height: 70px;
	display: block;
}
.small_banner a {
	position: relative;
}
/* .small_banner a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/banner/dj_border.png') left top no-repeat;
} */