.carousel {
	width: 500px; height: 350px; overflow: hidden; position: relative;
}
.carousel ul {
	left: 0px; top: 0px; position: absolute;
}
.carousel ul li.slider {
	width: 500px; height: 350px; float: left;
}
.carousel ul li.fade {
	left: 0px; width: 500px; height: 350px; position: absolute; opacity: 0;
}
.carousel .pagination {
	width: 160px; text-align: right; right: 8px; bottom: 12px; display: inline-block; position: absolute; z-index: 10;
}
.carousel .pagination .pag-btn {
	background: rgb(251, 59, 59); margin: 10px 4px 0px; border-radius: 100%; width: 12px; height: 12px; display: inline-block; cursor: pointer;
}
.carousel .pagination .pag-btn.active {
	background: rgb(255, 255, 255); opacity: 1;
}
.carousel {
	display: inline-block;
}
.carousel li a {
	background: url("/global/2017hzq-index-jdtabg.png") no-repeat; font: 16px/50px "微锟斤拷锟脚猴拷"; width: 100%; height: 50px; text-align: left; bottom: 0px; color: rgb(255, 255, 255); padding-left: 14px; display: block; position: absolute; font-size-adjust: none; font-stretch: normal;
}
.carousel li a:hover {
	color: rgb(251, 59, 59); text-decoration: underline;
}
