body{
	background:#EFE;
	font-size:14px;
}
h1{
	font-size:18px;
	background-image:url(../img/h1.png);
	padding:10px;
}
h2{
	text-align:center;
	color:green;
	font-size:14px;
	font-weight:bold;
	background-color:lightgreen;
	margin-bottom:5px;
	padding:3px;
}
.cell{
	border:1px solid green;
	padding-bottom:3px;
}
.nav{
	line-height:62px;
}
.nav a{
	width:90px;
	height:62px;
	display:block;
	font-size:20px;
	font-family:Î¢ÈíÑÅºÚ, ºÚÌå;
	font-weight:bold;
	text-decoration:none;
	margin:10px;
	padding-left:10px;
}
* html .nav a{
	width:100px;
}
.nav .navDes{
	background-color:lightgreen;
	position:absolute;
	top:70px;
	left:130px;
	width:1em;
	line-height:2.5em;
	padding:3px;
	font-weight:bold;
	color:#040;
}
#navBlog{
	background-image:url(../img/nav_blog.png);
	color:yellow;
}
#navRp{
	background-image:url(../img/nav_rp.png);
	color:red;
}
#navQsv{
	line-height:1em;
	background-image:url(../img/nav_qsv.png);
	color:blue;
}
#navFanxunlei{
	background-image:url(../img/nav_fanxunlei.png);
	color:red;
	position:absolute;
	left:150px;
	top:65px;
}	
.footprint{
	width:20%;
	position:absolute;
	top:70px;
	left:300px;
	height:15em;
	color:red;
	border:4px solid green;
	filter:alpha(opacity=62);
	-moz-opacity:0.62;
}
.blog{
	float:right;
	margin-top:-230px;
	max-width:38%;
}
.blog a{
	display:block;
	width:90%;
	width:100%;
	size:relative;
	margin-left:5px;
	padding-left:20px;
	padding-right:3px;
	background-image:url(../img/blogarticle.png);
	background-repeat:no-repeat;
	line-height:1.8em;
}
* html .blog a{
	width:30%;
	clear: both;
}
.blog a .syms {
	color: #0f0;
	font-weight: bold;
	background-color: #ef0;
	font-size: 10px;
	opacity: 0.38;
}
.foot{
	font-size:12px;
	padding-right:5px;
	margin-top:2%;
	border-top:1px ridge #0F0;
	/*-------*/
	text-align:right;
	font-weight:bold;
	font-family:Î¢ÈíÑÅºÚ, ºÚÌå, Arial;
}
.foot .contact{
	color:silver;
	position:absolute;
	top:0;
	right:0;
	font-weight:normal;
	font-family:"ËÎÌå";
	font-size:12px;
}
.foot .contact:hover{
	color:#0f0;
}

