@charset "UTF-8";

body
{
	width:100%;
	margin 0;
	background-color:#fff;
}


#cover
{
	width:100%;
	height:100%;
	background-color:#000000;
	position:fixed;
	overflow:hidden;
	z-index:2;
}



#container
{
	position:relative;
	width:900px;
	margin:0 auto;
	top:120px;
	visibility:hidden;
}


.item
{
	width:900px;
	margin-bottom:90px;
}

.item div
{
	width:900px;
	height:410px;
}


.pTitle
{
	visibility:hidden;
	height:0;
}

