
.carousel {
	width: 500px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.carousel ul {
	position: absolute;
	left: 0;
	top: 0;
}

.carousel ul li.slider {
	float: left;
	width: 500px;
	height: 350px;
}

.carousel ul li.fade {
	width: 500px;
	height: 350px;
	position: absolute;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel .pagination {
	position: absolute;
	/* left: 0; */
	bottom: 12px;
	width: 160px;
	text-align: right;
	right: 8px;
	z-index: 10;
	display: inline-block;
}

.carousel .pagination .pag-btn {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 10px 4px 0 4px;
	border-radius: 100%;
	background: #fb3b3b;
	/*opacity: 0.7;*/
	cursor: pointer;
}

.carousel .pagination .pag-btn.active {
	opacity: 1;
	background: #fff;
}

.carousel {
	display: inline-block;
}

.carousel li a {
	font: 16px/50px "微软雅黑";
	color: #fff;
	display: block;
	height: 50px;
	background: url("2017hzq-index-jdtabg.png") no-repeat;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-left: 14px;
	
	text-align: left;
}

.carousel li a:hover {
	text-decoration: underline;
	color: #fb3b3b;
}



