@charset "gb2312";
/* CSS Document */
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
body {
	background-color: #fff;
}
/*字体设置*/
.font_w17 {
	font-size: 17px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #fff;
}
.font_w15 {
	font-size: 15px;
	font-family: "微软雅黑";
	color: #666;
}
.font_w13 {
	font-size: 13px;
	font-family: "微软雅黑";
	color: #555;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
/*banner区域*/
#banner {
	width: 1000px;
	height: 120px;
	background: url(banner_bg.jpg) no-repeat;
	position: relative;
}
#banner img {
	position: absolute;
	top: 20px;
	left: 15px;
}
/*主导航区域*/
#nav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(nav_bg.gif) repeat-x;
	padding-left: 10px;
	margin-bottom: 10px;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0 25px;
}
#nav a:hover {
	background-color: #a40008;
}
/*主内容区域*/
#main {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	overflow: hidden;
}
.menu {
	float: left;
	width: 240px;
	background-color: #fdf7f7;
	border-radius: 5px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
.menu_title {
	width: 100%;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	border-bottom: 2px solid #fdaa00;
	color: #666;
}
.menu_list {
	width: 100%;
	min-height: 300px;
	height: auto !important;
	padding: 10px;
}
.menu_list li {
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.menu_list a {
	display: block;
	font-size: 15px;
	color: #ce0002;
}
.menu_list a:link, .menu_list a:visited {
	color: #ce0002;
}
.menu_list a:hover, .menu_list a:active {
	background-color: #fff;
	border-radius: 6px;
}
.con_box {
	float: right;
	width: 750px;
}
.position {
	width: 100%;
	height: 32px;
	line-height: 34px;
	padding-left: 5px;
}
.position a.font_w15:link, .position a.font_w15:visited {
	color: #666;
}
.position a.font_w15:hover, .position a.font_w15:active {
	color: #f00;
}
.content {
	width: 100%;
	border-top: 2px solid #ffcecf;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
.con_title {
	height: 30px;
	line-height: 30px;
	padding-left: 27px;
	background: url(col_bg.png) no-repeat;
	font-weight: bold;
}
.con_list {
	min-height: 300px;
	height: auto !important;
	padding: 10px;
}
.con_list a:link, .con_list a:visited {
	color: #000;
}
.con_list a:hover, con_list a:active {
	color: #f00;
}
/*底部区域*/
#footing {
	width: 100%;
	height: 40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background: url(nav_bg.gif) repeat-x;
}
#footing .font_w13 {
	text-align: center;
	line-height: 40px;
 *line-height:20px;
	color: #fff;
}
