@charset "utf-8";
/* CSS Document */
html{
	margin:0 auto;
	background-image:none;
	background-color:#fff;
}

.rural_home{
	width:900px;
	background-image:none;
}

#rtop{
	width:900px;
	height:95px;
	background-image:url(../images/rtop.jpg);
	background-repeat:no-repeat;
	background-position:0px 10px;
}


.rnav{
	height:40px;
	background-image: url(../images/rnbg.jpg);
	width:800px;
	text-align:center;
	margin-left:50px;
	line-height:40px;
	font-size:14px;
	color:#000;
}

.rnav .left{
	width:25px;
	height:40px;
	background-image:url(../images/rnlbg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}

.rnav .center{
	width:750px;
	float:left;
	height:40px;
	display:block;
}


.rnav .right{
	width:25px;
	height:40px;
	background-image:url(../images/rnrbg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	float:left;
}

.rnav li{
	width:19.8%;
	height:38px;
	line-height:38px;
	display:inline-block;
	float:left;
	list-style:none;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:"微软雅黑";
	color:#000;
}

.rnav li a{
	color:#000;
	display:inline-block;
	border-left:1px solid #ccc;
	border-right:1px solid #FBFBFB;
	width:100%;
	height:37px;
	line-height:37px;
	margin-top:1px;
}

.rnav li.curr{
	ncolor:#0CC;
	height:37px;
	line-height:37px;
	background-image:url(../images/rnbg0.jpg);
	text-decoration:noe;
	border:none;
}


.rnav li.last{
	color:#000;
	display:inline-block;
	border-right:1px solid #ccc;
	width:100%;
	height:37px;
	line-height:37px;
	margin-top:1px;
}

.rnav li a:hover{	
	ncolor:#0CC;
	width:100%;
	background-image:url(../images/rnbg0.jpg);
	text-decoration:noe;
	height:37px;
	line-height:37px;
}

.rfla{
	width:900px;
	height:229px;
	background-image:url(../images/rfla.jpg);
	background-repeat:no-repeat;
	background-position:1px 0px;
}

/*-------页面主体-----------*/

.rmain{
	width:900px;
	overflow:hidden;
}

.rcenter{
	width:450px;
	margin-left:10px;
	float:left;
	height:150px;
	overflow:hidden;
}

.rcenter .rtitle{
	height:30px;
	line-height:30px;
	background-image:url(../images/rtitle_bg.jpg);
	background-repeat:no-repeat;
}

.rlink{
	width:220px;
	height:160px;
	background-image:url(../images/rlink.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	float:right;
}

.rtitle_bg{
	background-image:url(../images/li02.gif);
	background-repeat:no-repeat;
	background-position:5px 9px;
}
