*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	text-decoration: none;
	list-style: none;
}
body{
	width: 1200px;
	margin: 0 auto;
	background-color: #282167;
}
/*头部*/
.header{
	height: 128px;
}
/*logo*/
.logo{
	float:left;
	width: 100px;
	height: 60px;
	margin: 50px 100px 10px 215px;
	background-image: url(../images/xttp/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
h1{
	float: left;
	margin-top: 55px;
	font-size: 50px;
	font-family: "幼圆";
	color: white;
}
/*导航*/
nav{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding: 2px 0 2px 85px;
}
nav a{
	margin: 10px 10px;
	color: white;
	font-size: 16px;
}
nav a:hover{
	border-bottom: 20px solid white;
}
/*尾部*/
footer{
	border-top: 2px solid #F5C201;
}
footer ul li{
	width: 100%;
	height: 25px;
	margin-top: 10px;
	text-align: center;
	color: white;
}
footer ul li span{
	display: inline-block;
	float: left;
	width: 300px;
	margin-left: 32px;
}
footer ul li span:first-child{
	margin-left: 152px;
}
footer ul li span a{
	color: white;
}
footer ul li span a:hover{
	border-bottom: 2px solid white;
}