/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 00px;
	margin-bottom: 0px;
	background-color: #FFF;
	margin: 0px;   
	padding: 0px;  
	text-align: center;
}
body,td,th {
	font-size: 12px;
	font-family:'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
div {
	text-align:center;
	margin:0px auto;
}
a {
	color:#333;
	text-decoration:none;
}
ul{
	list-style-type:none;  
	margin:0px;  
}
ul li{
	list-style-type:none;  
}
.blue_bg {
	background:#154c90;
}
.container {
	width:80%;
	height:100%;
}
#wrapper {
	width:100%;
	margin:0px auto;
}
#header {
	height:130px;
}
#logo {
	height:85px;
	width:900px;
	text-align:left;
}
#nav {
	height:45px;
	margin:0px;
	padding:0px;
	top:85px;
	position:absolute;
	z-index:99;
	width:100%;
}
#nav ul.topnav {
	width:840px;
	height:45px;
	margin:0 auto;
}
#nav ul.topnav li {
	float:left;
	display:block;
	height:45px;
	line-height:45px;
	width:120px;
}
#nav a {
	color:white;
	display:block;
	font-size:14px;
}
#nav a:hover {
	background-color:#FFF;
	color:#154c90;
	font-weight:bold;
}
#nav li:hover ul.subnav {
	display:block;
}
#nav ul.subnav {
	display:none;
}
#nav ul.subnav li {
	display:block;
	height:45px;
	line-height:45px;
	width:120px;
	background:#154c90;
}
#nav ul.subnav a {
	color:white;
}
#nav ul.subnav a:hover {
	color:#154c90;
}
#content {
	height:725px;
}
#content h2 {
	text-align:left;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #CCC;
	color:#717171;
}
#content li{
	height:25px;
	line-height:25px;
	width:700px;
	text-align:left;
	list-style-position:inside;
	list-style-type:disc;
	border-bottom:1px dashed #999;
}
#footer {
	height:205px;
}
#copyright {
	height:35px;
	line-height:35px;
	background-color:#ededec;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.siteinfo {
	width:500px;
	color:white;
}
.siteinfo h2 {
	text-align:left;
}
.siteinfo ul li{
	text-align:left;
	margin-top:4px;
}
.qrcode {
	width:200px;
	margin-top:40px;
	text-align:right;
}
.f_12 {
	font-size:12px;
}
.f_14 {
	font-size:14px;
}
.f_normal {
	font-weight:normal;
}
.pic {
	padding:5px 5px;
	margin:5px 20px;
	border:1px solid #ccc;
}