/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a,div,img{
	padding: 0; margin: 0;
}
table{
    border-collapse:separate;
    border-spacing:0;
}
img {
	border: 0;
        margin:0; 
} 
ul,li{
	list-style: none;
}
 
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
} 
a{
	color:#514339;
	text-decoration:none;
}
a:hover{
	color:#c10000;
	text-decoration:underline;
}

/*CSS初始化结束*/


/*幻灯片CSS开始*/
.weichuangyi {
    overflow: hidden;
	width:100%;
	height:400px;
	margin:0 auto;
	position: relative;
}
.weichuangyi_main{
	width:100%;
	height:auto;
	position: absolute;
	left:0;
	top:0;
}
.weichuangyi_main li a img {
	display:block;
	/*width:100%;*/
	height:400px;
	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(../img/dot.png) no-repeat left bottom;
}
.weichuangyi_span p {
	width:200px;
	height:35px;
	margin:0 auto;
}
.weichuangyi_span .weichuangyi_span_one{
	background: url(../img/dot.png) no-repeat left top;
}
.weichuangyi_left {
	width:60px;
	height:90px;
	cursor: pointer;
	background:#000 url(../img/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(../img/ad_ctr.png) no-repeat 3px top;
}
.weichuangyi_right {
	width:60px;
	height:90px;
	cursor: pointer;
	background:#000 url(../img/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(../img/ad_ctr.png) no-repeat -3px -90px;
}
/*幻灯片css结束*/
































