
/*----------------------------------------------------------------------------
banner Slick 
----------------------------------------------------------------------------*/

.large_banner {
	position: relative;
}
/* #large_banner .large_banner li {
	width: auto;
	height: auto;
} */
.large_banner .slick-list img {
	width: 500px;
	height: 200px;

}
.large_banner .slick-dots {
	position: relative;
	text-align: right;
  bottom: auto;
	padding-top: 5px;
}
.large_banner .slick-dots li {
	display: inline-block;
	
}
.large_banner .slick-dots button {
	font-size: inherit;
	color: #fff;
	background: #896947;
	width: 20px;
	height: 20px;
  border-radius: 50%;
	margin: 0px;
	font-size: 12px;
	
}
.large_banner .slick-dots button::before {
	display: none;
}
.large_banner .slick-dots li:hover button ,
.large_banner .slick-dots li.slick-active button {
	color: #fff;
	background: #5a271d;
}

.small_banner img {
	width: 170px;
	height: 75px;
	display: block;
}
.small_banner > div {
	margin: 3px 0;
}
.small_banner > div:last-child {
	margin-bottom: 0;
}
.small_banner a {
	display: block;
	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;
} */
.banner a:before, .bannerList a:before {
	content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/banner/lh_border.png') left top no-repeat;
}