.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 .btn {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 80px;
	margin-top: -40px;
}

.carousel .btn span {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.carousel .pre-btn {
	left: 0;
}

.carousel .pre-btn span {
	background: url('../images/btn_pre.png') no-repeat center center;
}

.carousel .next-btn {
	right: 0;
}

.carousel .next-btn span {
	background: url('../images/btn_next.png') no-repeat center center;
}

.carousel .btn:hover {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.carousel .pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: right;
	right: 8px;
	z-index: 10;
}

.carousel .pagination .pag-btn {
	display: inline-block;
	width: 40px;
	height: 6px;
	margin: 0 5px;
	/*border-radius: 100%;*/
	background: #fff;
	/*opacity: 0.3;*/
	cursor: pointer;
}

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

.carousel {
	display: inline-block;
	width: 575px;
}

.carousel li a.wz {
	font: 16px/40px "微软雅黑";
	color: #fff;
	display: block;
	height: 65px;
	background: url(2017new_index_jdtabg.png);
	position: absolute;
	bottom: 0;
	width: 561px;
	padding-left: 14px;
	padding-top: 10px;
}

.carousel li a.wz:hover {
	text-decoration: underline;
}


/*焦点图2*/
.carousel2 {
	overflow: hidden;
	position: relative;
	background-color: #fafafa;
}

.carousel2 ul {
	position: absolute;
	left: 0;
	top: 0;
}
.carousel2 ul .img{
	width: 790px;
	height: 560px;
}
.carousel2 ul li.slider {
	float: left;
	width: 500px;
	height: 350px;
}

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


.carousel2 .btn:hover {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.carousel2 .pagination {
	position: absolute;
	bottom: 2px;
	/* width: 12px; */
	text-align: right;
	right: 8px;
	z-index: 10;
}

.carousel2 .pagination .pag-btn {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	/*border-radius: 100%;*/
	/*opacity: 0.3;*/
	cursor: pointer;
	background-color: #354244;
}

.carousel2 .pagination .pag-btn.active {
	/*opacity: 1;*/
	background-color: #fff;
}
.carousel2 .wrg{
	height: 50px;
	opacity: 0.5;
	background-color:#333;
	bottom: 0px;
	position: absolute;
	display: inline-block;
	width: 790px;
}
.carousel2 .wznr{
	height: 50px;
	bottom: 0px;
	position: absolute;
	display: inline-block;
	width: 790px;
	/* margin: 1px; */
}

.carousel2 li a{
	display: block;
}

.carousel2 li a:hover {
	color: #e53024;
	text-decoration: underline;
}