@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	color:#00264D;
	font-size:12px;
	font-weight: normal;
	margin-top: auto;
	font-family: Verdana, Geneva, sans-serif;
}
li {
	list-style:none;
	line-height:20px;
	height:20px;
}
a {
	color:#036;
	text-decoration:none
}
.logo_div, .menu_div, .copyright, .beian {
	margin:0 auto
}
.logo_div {
	width:1003px;
	height:80px;
}
.logo_img {
	width:430px;
	height: 80px;
	float: left;
}
/*顶部登陆*/
.login_form {
	height: 25px;
	width: 300px;
	margin-top: 10px;
}
.login_div {
	position:static;
	width:300px;
	height:66px;
	float:right;
	margin-top: 5px;
}
#u_n, #u_p {
	width:70px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	color: #CCC;
}
#submit {
	background-color:#FFF;
	border: 1px dashed #CCC;
	height: 20px;
}
.menu_div {
	height:29px;
	width:1003px;
	background-color:#003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
}
.menu_div ul#top_ul {
	float:left;
	margin-left:0px;
	padding:0px;
	
}
.menu_div ul .menu_li {
	margin-left:0px;
	float:left;
	display:block;
	width:80px;
	height:29px;
	list-style:none;
	padding-top:5px;
	text-align:right;
	color:#FFF;
	vertical-align:center;
}
.menu_div ul .menu_li a {
	color:#FFF;
	text-decoration:none;
}
.container {
	width:1003px;
	margin:5px auto;
	clear:both
}
.container .fleft {
	float:left;
	width:755px;
}
.fleft .place {
	text-indent:10px;
	height:24px;
	line-height:24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.fleft .content {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:14px;
	line-height:22px;
}
.fleft .title {
	text-align:center;
	font-weight:bold;
	height:30px;
	font-size:18px;
	margin-top:10px;
	margin-bottom:5px;
}
.fleft .content .brief1 {
	float:left
}
.fleft .content .brief2 {
	float:right;
	width:450px;
}
.fleft .content .brief3 {
	clear:both;
	padding-top:10px;
}
.fleft .content p {
	margin: 3px;
	text-indent: 2em;
}
.fleft .content p.m1 {
	text-indent:1px;
	font-weight:bold;
	color: #8A0000;
	font-size:16px;
	margin-top:15px;
}
.fleft .content p.m2 {
	font-weight:bold;
	margin-top:8px;
	margin-bottom:4px;
	text-indent:1px;
	color: #174806;
}
.fleft .content .imgplace {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.fleft .content .imgplace img {
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 2px;
	border: 1px solid #EBEBEB;
}
.fleft .content .des {
	margin-top:40px;
}
.container .fright {
	float:right;
	width:240px;
	background-color: #F3F3F3;
}
.fright ul {
	padding:10px 5px;
	overflow:hidden
}
.fright ul li {
	text-align: center;
	white-space: nowrap;
	background-color: #F3F3F3;
	line-height:30px;
	height:30px;
	vertical-align:bottom;
	margin-top: 1px;
	margin-bottom: 1px;
}
.fright ul li a {
	display:block;
	height:30px;
	line-height:30px;
	background-color: #E2E2E2;
	color: #036;
}
.fright ul li a:hover {
	background-color: #F3F3F3;
	cursor:pointer;
}
.fright ul li .this {
	background-color: #F3F3F3;
	font-weight:bold;
	cursor:default;
	display:block;
}
.fright #wea {
	margin:0 20px
}
.copyright {
	height:21px;
	width:1003px;
	background-color:#003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0;
	padding-top: 8px;
	margin-top:0px;
	z-index: 0;
	clear:both
}
p#copyright {
	color:#fff;
	text-align: center;
	margin: 0px;
	clear: both;
}
.beian {
	height: 25px;
	width: 1003px;
	color: #999;
}
p#beian {
	font-size: 12px;
	line-height: 25px;
	color: #999;
	text-align: right;
}
