@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	background: #162236;
	background-image: url(../img/z660.jpg);
    background-repeat: no-repeat;
	background-position: 50% 430px;
	background-attachment: fixed;*/
}
header{
	width: 100%;
	height: auto;
	
}
header nav{
	text-align: center;
	margin-top: 30px;
}
nav ul li a{
	width: 100%;
	height: 80px;
	
	color: #ffffff;
	letter-spacing:8px;
	font-size: 40px;
	}
	li{
		display: inline;
	}
	a{
		text-decoration: none;
	}
section{
		width: 100%;
		/*color: rgba(220,80,40,1);*/
		font-size: 28px;
	}
	section p{
		text-align: left;
		color: rgba(100,240,210,1);
		}
	section h1{
		color: #ff1471;
	}	
	footer{
		text-align: right;
	}
	footer .class1{
		width: 100%;
		color: rgba(224,124,14,0.8);
		font-size: 20px;
		
	}
	footer .class2{
		font-size: 28px;
		color: rgb(255,255,255);