@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,pre, form, fieldset, table, th, td{ 
	margin: 0; padding: 0; 
}
h1{
	font-size:20px;
	color:#426154;
	font-family:'黑体';
	font-weight:200;
}
h3{
	font-size:16px;
	font-weight:normal;
}
h4{
	font-size:14px;
	margin-bottom:10px;
}
p{
	font-size:12px;
	line-height:15px;
}
li{
	font-size:12px;
}
span{
	font-size:12px;
}
a:link, a:visited{
	text-decoration:none;
	color:#444444;	
}
img{
	border:0px;
}
body {
	background-color:#E9EBEC;
	font-family:'宋体';
}
#wrap{
	width:775px;
	padding:0px 10px;
	height:100%;
	overflow:auto;
	margin:0px auto;
	background:url(../images/wrap_bg.gif) repeat-y #E9EBEC;
}
#header{
	height:77px;
	background:url(../images/logo.gif) no-repeat 10px 10px;
}
#header span{
	background: url(../images/language-bg.gif) no-repeat;
	height:21px;
	width:113px;
	line-height:21px;
	display:block;
	text-align:center;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#nav{
	background:url(../images/nav.gif) repeat-x #fff;
	height:31px;
	text-align:center;
}
#nav ul{
	margin-left:120px;
}
#nav li{
	list-style:none;
	width:100px;
	float:left;
	height:31px;
	line-height:31px;
	background:url(../images/navWhite.gif) no-repeat right;
}
#nav li a:hover, #nav li a:active{
	background:url(../images/navHover.gif) repeat-x;
	display:block;
}
/*#nav ul li ul {
    display:none;
	margin:0px;
}
#nav ul li:hover ul {
    display:block;
	z-index:100;
	position:absolute;
}
#nav ul li li{
	float:none;
	background-image:none;
	background-color:#FFF;
}*/
#mainPic{
	height:137px;
	margin-top:2px;
}
#footer{
	clear:both;
	background-color:#84A690;
	height:240px;
	padding-top:10px;
	padding-left:10px;
}
#footer p{
	color:#fff;
	Font-family: Arial, 宋体, Verdana, Helvetica, sans-serif; 
}
.box_r a:link, .box_r a:visited{
	color:#F00;
}