*{
	padding: 0;
	margin: 0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
#logo{
	font-size: 32px;
	line-height: 70px;
	float: left;
	font-family: "楷体";
	font-weight: bold;
	cursor: pointer;
	color: #333333;
}
#header{
	height: 70px;
	background-color: #fff;
}
#header_con{
	width: 1200px;
	margin: auto;
}
#header_con ul{
	float: right;
}
#header_con ul li{
	display: inline-block;
	line-height: 70px;
	padding-right: 30px;
}
#header_con ul li a{
	color: #333;
	font-size: 18px;
}
#header_con ul li a:hover{
	color: #00508A;
	font-weight: bold;
}