*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#eee;
}
.banner{
	width:100%;
	height:500px;
	background:url(../img/500.png);
	font-size:40px;
	text-align:center;
	line-height:415px;
	color:white;
	font-family:微软雅黑;
}
.daohang{
	width:100%;
	height:80px;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	top:0px;
}
.daohang .nav{
	width:1200px;
	height:80px;
	margin:0px auto;
}
.daohang .nav .logo{
	width:400px;
	height:80px;
	float:left;
	line-height:80px;
	color:white;
}
.daohang .nav .font ul li{
	float:left;
	width:100px;
	height:80px;
	text-align:center;
	line-height:80px;
	color:white;
	font-family:微软雅黑;
	list-style:none;
}
.daohang .nav .font {
	float:right;
}
.daohang .nav .font a{
	float:left;
	width:100px;
	height:80px;
	text-align:center;
	line-height:80px;
	color:white;
	font-family:微软雅黑;
	
	text-decoration: none;
}
.daohang .nav .font ul li a:hover{
	cursor:pointer;
	color:#1599ea;
}
.box{
	width:1000px;
	background-color:white;
	margin:0px auto;
	position:relative;
	top:-180px;
	height:1100px;
}
.box .title{
	border-bottom:1px #ccc solid;
	font-size:20px;
	font-family:微软雅黑;
	padding:10px;
}
.box .font{
	width:750px;
	margin: 0 auto;
	padding:40px;
	font-family:微软雅黑;
}
.box .font li a{
	width:780px;
	float:left;
	padding:20px;
	font-family:微软雅黑;
}
.box .more{
	width:300px;
	height:150px;
	padding:25px;
	background-color:#eee;
	float:right;
	margin-right:20px;
	margin-top:20px;
	font-family:微软雅黑;
}
.box .more h4{
	width:300px;
	border-bottom:1px solid #aaa;
}
.foot{
	width:100%;
	height:100px;
	font-family:微软雅黑;
	text-align:center;
	line-height:100px;
	background-color:#444;
	color:white;
	margin-top:-120px;
}

.box .more ul li{
	list-style:none;
	margin-top:10px;
}
.box .font h2{
	width:800px;
	text-align:center;
}
.box .font h4{
	width:800px;
	text-align:center;
	border-bottom:1px solid #aaa;
}
.box .font .img{
	width:593px;
	height:214px;
	background:url(../img/66.jpg);
	margin:0px auto;
}