body, div, ul, li, a, img {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
.main_wrapper {
	position: relative;
	width: 1200px;
	/* height: 407px; */
	height: 845px;
}
.banner {
	width: 1200px;
	height: 845px;
	overflow: hidden;
}
.imgList {
	width: 1200px;
	height: 845px;
	z-index: 10;
}
.imgList li {
	display: none;
}
.imgList li img {
	border-radius: 8px;
}
.imgList .imgOn {
	display: inline;
}
.bg {
	position: absolute;
	bottom: 0;
	width: 1200px;
	height: 40px;
	z-index: 20;
	opacity: 0.4;
	filter: alpha(opacity=40);
	/*background: black;*/
}
.indexList {
	position: absolute;
	right: 540px;
	bottom: 6px;
	z-index: 30;
}
.indexList li {
	float: left;
	margin-right: 5px;
	padding: 6px 6px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: grey;
	cursor: pointer;
}
.indexList .indexOn {
	background: #dbae2a;
	font-weight: bold;
	color: white;
}





.tab_wrapper {
	position: relative;
	width: 480px;
	height: 280px;
}
.banner2 {
	width: 480px;
	height: 280px;
	overflow: hidden;
}
.imgList2 {
	width: 480px;
	height: 280px;
	z-index: 10;
}
.imgList2 li {
	display: none;
}
.imgList2 li img {
	border-radius: 8px;
}
.imgList2 .imgOn {
	display: inline;
}
.bg2 {
	float:right;
	bottom: 0;
	width: 40px;
	height: 280px;
	z-index: 20;
	opacity: 0.4;
	filter: alpha(opacity=40);
	/*background: black;*/
}
.indexList2 {
	position: absolute;
	bottom:100px;
	left:500px;
	z-index: 30;
}
.indexList2 li {
	margin-bottom:6px;
	margin-right: 5px;
	padding: 6px 6px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: grey;
	cursor: pointer;
}
.indexList2 .indexOn {
	background: #dbae2a;
	font-weight: bold;
	color: white;
}
.indexText .textOn {
	display: inline;
	text-align: center;
}
.indexText .textOf {
	display: none;
}
.title {
	text-align: center;
	font-size: 18px;
	color: #5F4731;
	padding-top: 10px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}