@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

.test {
	border: 1px solid red;
}
.fl {
	float: left;
}
.cl {
	clean: both;
}
.bl {
	display: block;
}
.ab {
	position: absolute;
}
.rl {
	position: relative;
}

.downcontainer3 {
	height: 1463px;
	background: url("bg_04.jpg") no-repeat center;
}




	
.items { width:1500px;
            left:50%;
			margin-left:0px;
			margin-top:350px;

}

.items2 { width:1600px;
	left:50%;
	margin-left:-490px;
	margin-top:480px;

}

.items ul{}


.items li{ width:42px; height:155px; float:left; list-style:none; margin-right:100px;}

.items2 li{ width:100px; height:205px; float:left; list-style:none; margin-right:100px;}

.itemcss{ position:relative;width:52px; height:52px;margin:0 auto} 
.itemcss a,.itemcss span{display:none; text-decoration:none}
.itemcss:hover{cursor:pointer} 
.itemcss:hover a.now{cursor:pointer; position:absolute; top:0; width:100%; height:100%;
 z-index:100; left:0; display:block;}
.itemcss:hover span{ display:block;position:absolute; bottom:0; left:0;color:#FFF;margin-left:50px;
z-index:10;height:36px; line-height:36px; filter:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8;}
