
.wrapper {
	width:1200px; margin:0 auto;
}

.tab {
	position: relative;
	width: 710px;
}
.tab ul img {
	vertical-align: middle;
}
.slide {
	width: 1200px;
	height: 332px;
	margin-bottom:22px;
	overflow: hidden;
	position: relative;
}
.slide-ul {
	position: relative;
	width: 8640px;
}
.slide-ul li {
	display: inline;
	float: left;
	width: 281px;
	height: 312px;
	padding: 10px 9px 10px 10px;
	overflow: hidden;
	color:#999;
	line-height:24px;
}
.slide-ul li:hover{border:solid 1px #eee; background:#fff; padding: 9px 8px 9px 9px;}
.slide-ul h4{color:#666; font-size:16px; font-weight:normal; padding-top:18px;}
.slide_jq{float:right; color:#999; font-size:16px; line-height:30px;}
.slide_jq span{color:#ff7a1e; font-size:24px;}
.slide_star{float:left; margin-top:10px;}
.info-btn {
	width: 112px;
	height: 10px;
	line-height:10px;
	overflow: hidden;
	margin: 0 auto 36px;
	zoom: 1;
	background:#fff;
}
.info-btn li {
	float: left; margin:0 10px;
}
.info-btn li span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius:8px;
	background:#d3d7da;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
}
.info-btn .info-cur span, .info-btn .info-hover span {
	background:#6fb72f;
}

