@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFF;
}
#top {
	height: 113px;
	width: 965px;
	margin: auto;
	background-color: #22478D;
}
#top img {
	margin-left: 214px;
	float: left;
}
#top p span {
	color: #FF0;
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#top p {
	color: #FF0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	text-indent: 30px;
}

#main {
	background-color: #FFF;
	width: 965px;
	margin: auto;
}
#main #list ul li a {
	text-decoration: none;
	color: #000;
}
#main #list ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}

#main #list {
	background-image: url(../images/list_bg.jpg);
	background-repeat: repeat-x;
	height: 52px;
}
#main #list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 48px;
}
#main #list ul li {
	display: inline;
	color: #000;
	font-family: "微软雅黑";
	font-size: 22px;
	font-weight: bolder;
	margin-right: 50px;
	margin-left: 50px;
}
#type {
	height: 478px;
	width: 961px;
	margin: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #000;
}
#type #type_l {
	height: 478px;
	width: 480px;
	float: left;
	background-color: #3C0;
}
#type #type_r {
	float: right;
	height: 478px;
	width: 480px;
	background-color: #3c0;
}
#type #type_l1 {
	height: 478px;
	width: 480px;
	float: left;
	background-color: #DA0501;
}
#type #type_r1 {
	float: right;
	height: 478px;
	width: 480px;
	background-color: #DA0501;
}
#type #type_l2 {
	height: 478px;
	width: 480px;
	float: left;
	background-color: #22478D;
}
#type #type_r2 {
	float: right;
	height: 478px;
	width: 480px;
	background-color: #22478D;
}
#type h1 {
	color: #FF0;
	font-family: "微软雅黑", Georgia, "Times New Roman", serif;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 22px;
}
#type p {
	font-size: 14px;
	line-height: 16px;
	text-indent: 2em;
	margin-left: 20px;
	margin-right: 20px;
	font-family: "微软雅黑";
	font-weight: normal;
}
#top h1 {
	font-family: "微软雅黑";
	font-size: 28px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 50px;
	letter-spacing:8px;
	font-weight: bold;
}
