

/*焦点图2*/
.carousel1 {
	width: 500px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

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

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

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





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

.carousel1 .pagination .pag-btn {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	background: #acb4c2;
	/*opacity: 0.7;*/
	cursor: pointer;
	border-radius: 50%;
}

.carousel1 .pagination .pag-btn.active {
	/*opacity: 1;*/
	background: #9e3243;
	border-radius: 5px;
	width: 20px;
}

.carousel1 li a {
	font: 16px/46px "微软雅黑";
	color: #fff;
	height: 46px;
	display: block;
	width: 100%;
	background: url("../images/lx2020_jdt_bg.png") no-repeat;
	position: absolute;
	bottom: 0;
	padding-left: 10px;
}

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


/*焦点图2*/
.carousel2 {
	width: 500px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

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

.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 .pagination {
	position: absolute;
	/* left: 0; */
	bottom: 12px;
	width: 200px;
	text-align: right;
	right: 8px;
	z-index: 10;
	display: inline-block;
}

.carousel2 .pagination .pag-btn {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	background: #acb4c2;
	/*opacity: 0.7;*/
	cursor: pointer;
	border-radius: 50%;
}

.carousel2 .pagination .pag-btn.active {
	/*opacity: 1;*/
	background: #9e3243;
	border-radius: 5px;
	width: 20px;
}

.carousel2 li a {
	font: 16px/46px "微软雅黑";
	color: #fff;
	height: 46px;
	display: block;
	width: 100%;
	background: url("../images/lx2020_jdt2_bg.png") no-repeat;
	position: absolute;
	bottom: 0;
	padding-left: 10px;
}

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