body,ul,li,p,a,img,h1,h2,h3,h4,form,input,select,option,table,tr,td {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: "微软雅黑", Arial Narrow, HELVETICA;
	color: #666;
}
img {
	border: none;
	display: block;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	display: inline-block;
	color: #333;
}
a:hover {
	color: #C00;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#top_all {
	width: 100%;
}
#nav, #content, #page_content {
	width: 1200px;
	margin: 0 auto;
}
#top {
	width: 100%;
	height: 140px;
	background: url(../images/logo.jpg) no-repeat center;
}
#nav_all {
	width: 100%;
	height: 56px;
	background:#fe5d5b;
}
#nav li {
	float: left;
}
#nav a {
	color: #FFF;
	font-size: 18px;
	text-align: center;
	line-height: 56px;
	padding: 0 30px;
}
#nav a:hover {
	 background:#C33;
}
#footer_all {
	width: 100%;
	height: 88px;
	background: #095a65;
	margin-top: 40px;
}
#footer {
	position: relative;
	padding-top: 22px;
	width: 1200px;
	margin: 0 auto;
}
#footer p {
	text-align: center;
	color: #FFF;
	line-height: 24px;
}
#footer a {
	position: absolute;
	top:22px;
	right:115px;
}
:focus {
	outline: 0;
}

.clear {
	clear: both;
}
