div {
	border: 1px solid #ccc;
	font-size: 16px;
}

body {
	background-image: url("../img/background.jpg");
	background-attachment: fixed;
}

#Header {
	height: 200px;
	width: 1600px;
	text-align: center;
}

#nav {
	font-family: 宋体;
	font-size: 30px;
	text-align: center;
	width: 100%;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#nav li {
	background-color: #993333;
	float: left;
	width: 320px;
}

#nav li a {
	display: block;
	color: azure;
	padding: 15px;
	text-decoration: none;
}

#nav li a:visited {
	background-color: #CC99CC;
	color: #CC9966;
}

#nav li a:hover {
	background-color: #CC9966;
	color: #003300;
}

#Footer {
	height: 50px;
	text-align: center;
	background-color: #ce5252;
	color: #CC9966;

}

#Footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#Footer li {
	color: #fff;
	padding: 15px;
	float: left;
	width: 500px;
}

#Content {
	width: 1600px;
	margin: 0 auto;
	font-family: 宋体;

}
#Maintop {
	height: 420px;
	width: 1600px;
}

#Mainmiddle {
	height: 420px;
	width: 1600px;
}

.Maintail {
	height: 420px;
	width: 1600px;
}

.clear {
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
}
#Footer {
	height: 50px;
	text-align: center;
	background-color: #ce5252;
	color: #CC9966;

}

#Footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#Footer li {
	color: #fff;
	padding: 15px;
	float: left;
	width: 500px;
}
.img-float{
	float: left;
	height: 420px;
	width: 294px;
	padding: 0px 1px 0px 1px;
}
.img-floatx{
	float: left;
	height: 420px;
	width: 500px;
	padding: 0px 1px 0px 1px;
}

.img-float_o{
	float: left;
	height: 400px;
	width: 500px;
	padding: 10px;
}
p {
	font-size: 18px;
	text-align: justify;
	font-family: 宋体;

}

p.one:first-letter {
	float: left;
	font-size: 4em;
}

p.italic {
	font-style: italic;
}
