@charset "utf-8";

/* 轮播 begin */

#banner {
	position: relative;
	width: 360px;
	height: 200px;
	/* border: 1px solid #666; */
	overflow: hidden;
}

#banner_list img {
	border: 0px;
}

#banner_bg {
	position: absolute;
	bottom: 0;
	background-color: #000;
	height: 30px;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	z-index: 1000;
	cursor: pointer;
	width: 360px;
}

#banner_info {
	position: absolute;
	bottom: 0;
	left: 5px;
	height: 22px;
	color: #fff;
	z-index: 1001;
	cursor: pointer;
	font-family: Microsoft Yahei;
	font-size:12px;
}

#banner_text {
	position: absolute;
	width: 120px;
	z-index: 1002;
	right: 3px;
	bottom: 3px;
}

#banner ul {
	position: absolute;
	list-style-type: none;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	z-index: 1002;
	margin: 0;
	padding: 0;
	bottom: 8px;
	right: 5px;
}

#banner ul li {
	padding: 2px 5px;
	width: 5px;
	height: 10px;
	float: left;
	display: block;
	color: #FFF;
	cursor: pointer;
	margin-left: 6px;
	background: url(../images/point_white.png) no-repeat;
}

#banner ul li.on {
	background: url(../images/point_blue.png) no-repeat;
	border: none;
}

#banner_list a {
	position: absolute;
}



#banner2 {
	position: relative;
	width: 360px;
	height: 200px;
	/* border: 1px solid #666; */
	overflow: hidden;
}

#banner2_list img {
	border: 0px;
}

#banner2_bg {
	position: absolute;
	bottom: 0;
	background-color: #000;
	height: 30px;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	z-index: 1000;
	cursor: pointer;
	width: 360px;
}

#banner2_info {
	position: absolute;
	bottom: 0;
	left: 5px;
	height: 22px;
	color: #fff;
	z-index: 1001;
	cursor: pointer;
	font-family: Microsoft Yahei;
	font-size:12px;
}

#banner2_text {
	position: absolute;
	width: 120px;
	z-index: 1002;
	right: 3px;
	bottom: 3px;
}

#banner2 ul {
	position: absolute;
	list-style-type: none;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	z-index: 1002;
	margin: 0;
	padding: 0;
	bottom: 8px;
	right: 5px;
}

#banner2 ul li {
	padding: 2px 5px;
	width: 5px;
	height: 10px;
	float: left;
	display: block;
	color: #FFF;
	cursor: pointer;
	margin-left: 6px;
	background: url(../images/point_white.png) no-repeat;
}

#banner2 ul li.on {
	background: url(../images/point_blue.png) no-repeat;
	border: none;
}

#banner2_list a {
	position: absolute;
}

#banner3 {
	position: relative;
	width: 360px;
	height: 200px;
	/* border: 1px solid #666; */
	overflow: hidden;
}

#banner3_list img {
	border: 0px;
}

#banner3_bg {
	position: absolute;
	bottom: 0;
	background-color: #000;
	height: 30px;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	z-index: 1000;
	cursor: pointer;
	width: 360px;
}

#banner3_info {
	position: absolute;
	bottom: 0;
	left: 5px;
	height: 22px;
	color: #fff;
	z-index: 1001;
	cursor: pointer;
	font-family: Microsoft Yahei;
	font-size:12px;
}

#banner3_text {
	position: absolute;
	width: 120px;
	z-index: 1002;
	right: 3px;
	bottom: 3px;
}

#banner3 ul {
	position: absolute;
	list-style-type: none;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	z-index: 1002;
	margin: 0;
	padding: 0;
	bottom: 8px;
	right: 5px;
}

#banner3 ul li {
	padding: 2px 5px;
	width: 5px;
	height: 10px;
	float: left;
	display: block;
	color: #FFF;
	cursor: pointer;
	margin-left: 6px;
	background: url(../images/point_white.png) no-repeat;
}

#banner3 ul li.on {
	background: url(../images/point_blue.png) no-repeat;
	border: none;
}

#banner3_list a {
	position: absolute;
}


/* 轮播 end */
