@charset "utf-8";
/* 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 {
	
	padding: 0;
	margin: 0;
	font-weight: normal;
}


.head{width: 100%; height: 120px;  background: #0A0A0A;}

.head1{
	width: 1200px; height: 120px;
	margin: auto;background: #0A0A0A;
}



.logo{
	overflow: hidden;
	float: left;
}


.nav{
	overflow: hidden;
	float: right;
	margin-right: 30px;
	font-size: 21px;
}


.nav li{
	overflow: hidden;
	float: left;
	line-height: 120px;
	padding-right: 20px;
	color: #FCFCFC;
	font-size: 18px;
}


.nav li a{
color: #FFFFFF;
	text-decoration: none;
}





.main{
	width: 1200px;
	height: 770px;
	margin: auto;
}


.footer{
	width:1200px;
	height: 40px;
	line-height: 40px;
	background: #070707;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
}













