/* CSS Document */

/*CSS初始化结束*/


/*幻灯片CSS开始*/
.weichuangyi {
	width:100%;
	height:500px;
	margin:0 auto;
	position: relative;
}
.weichuangyi_main{
	width:100%;
	height:500px;
	position: absolute;
	left:0;
	top:0;
}
.weichuangyi_main li a img {
	display:block;
	width:100%;
	height:500px;
	position: absolute;
	left:0;
	top:0;
}
.weichuangyi_span {
	width:100%;
	height:35px;
	position: absolute;
	left:0;
	bottom:0;
	zoom:1;
}
.weichuangyi_span span {
	width:15px;
	height:15px;
	display:block;
	float:left;
	margin-left:10px;
	background: url(../images/dot.png) no-repeat left bottom;
}
.weichuangyi_span p {
	width:100px;
	height:35px;
	margin:0 auto;
}
.weichuangyi_span .weichuangyi_span_one{
	background: url(../images/dot.png) no-repeat left top;
}
.weichuangyi_left {
	width:60px;
	height:90px;
	cursor: pointer;
	background:#000 url(../images/ad_ctr.png) no-repeat 5px -180px;
	filter:alpha(opacity:50);opacity:0.5;
	position: absolute;
	left:0;
	top:155px;
	display:none;
}
.weichuangyi_left1 {
	background:#000 url(../images/ad_ctr.png) no-repeat 3px top;
}
.weichuangyi_right {
	width:60px;
	height:90px;
	cursor: pointer;
	background:#000 url(../images/ad_ctr.png) no-repeat -5px bottom;
	filter:alpha(opacity:50);opacity:0.5;
	position: absolute;
	right:0;
	top:155px;
	display:none;
}
.weichuangyi_right1 {
	background:#000 url(../images/ad_ctr.png) no-repeat -3px -90px;
}
/*幻灯片css结束*/

