.carousel-content ul {
	list-style: none; margin: 0px; padding: 0px;
}
.carousel-content {
	margin: 0px;
	/*	display: inline-block;*/
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 420px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}
.carousel {
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.carousel li {
	display: none;
	position: relative;
}
.carousel li {
	width: 100%;
	height: auto;
	left: 50%;
	position: absolute;
}
.carousel li img {
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: -960px;
}
.img-index {
	width: 100%;
	bottom: 12px;
	display: flex;
	position: absolute;
	justify-content: center;
}
.img-index li {
	border-radius: 10px;
	width: 18px;
	height: 18px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 18px;
	font-size: 0px;
	float: left;
	cursor: pointer;
	background-image: url(../images/template/btn_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.img-index li.index {
	background-image: url(../images/template/btn_1.png);
	background-repeat: no-repeat;
	background-position: left -18px;
}
.img-index li:hover {
	background-image: url(../images/template/btn_1.png);
	background-repeat: no-repeat;
	background-position: left -18px;
}
.carousel-prev {
	top: 30%;
	display: inline-block;
	position: absolute;
	cursor: pointer;
}
.carousel-next {
	top: 30%;
	display: inline-block;
	position: absolute;
	cursor: pointer;
}
.carousel-prev {
	left: 0px;
}
.carousel-next {
	right: 0px;
}
