/*主导航--------
---------------------------------------------------------------------*/
#mainnav {	
		height:38px;		
		list-style:none;
		margin: auto auto;
		width:900px;
		letter-spacing:0px;
		padding:0;
		background:url(../images/mainnav.png) 0 -76px;
}
#mainnav #leftmainnav{
	float:left;	
	background:#ffffff url(../images/mainnav.png) no-repeat;
	width:20px;
	margin:0 30px 0 0;
}
#mainnav #rightmainnav{
	float:right;	
	background:#ffffff url(../images/mainnav.png) no-repeat top right;
	width:20px;
}
#mainnav li{
	height:38px;
	float:left;	
	list-style:none;
	text-align:center;
		line-height:38px;
		letter-spacing:2px;
}
#mainnav li a{
	background:url(../images/mainnav.png) no-repeat -20px 0;
	color:#3C761D;
	font-size:14px;
	text-decoration:none;
	display:block;
	width:100px;
	height:38px;;
	padding:0px;
	
}
#mainnav li a:hover{
font-size:14px;
height:38px;
	background:url(../images/mainnav.png) no-repeat -20px -38px;
	color:#333;
}
#home #mainnav .home a,#about #mainnav .about a,#news #mainnav .news a,#kuaidi #mainnav .kuaidi a,#yewu #mainnav .yewu a,#kongyun #mainnav .kongyun a,#jichang #mainnav .jichang a,#map #mainnav .map a,#job #mainnav .job a,#contact #mainnav .contact a{
background:url(../images/mainnav.png) no-repeat -20px -38px;
color:#333;
}
/*左侧导航--------
---------------------------------------------------------------------*/
.leftsidebarnav {	
		height:35px;
		line-height:35px;	
		list-style:none;
		margin:0 0 4px 0;
		width:220px;
		letter-spacing:0px;
		padding:0;
		overflow:hidden;
        zoom:1;
		height:100%;
}
.leftsidebarnav .leftleftsidebarnav{
	float:left;
	width:10px;
	height:35px;
	background:#ffffff url(../images/leftsidebar.png) no-repeat;
}
.leftsidebarnav .rightleftsidebarnav{
	float:right;
	width:10px;
	height:35px;	
	background:#ffffff url(../images/leftsidebar.png) no-repeat top right;
}
.leftsidebarnav li{
	float:left;	
	width:200px;
	list-style:none;
	text-align:center;
	background:url(../images/leftsidebar.png) 0 -35px;
}
.leftsidebarnav .contentleftsidebarnav{
	float:left;
	width:208px;
	clear:both;
	background:#ffffff;
	line-height:22px;
	text-align:left;
	border:solid 1px #5CB52D;
	padding:5px;
	word-wrap:break-word;
	text-align:justify;
	text-justify:inter-ideograph;
}
/*右侧导航--------
---------------------------------------------------------------------*/
.rightsidebarnav {	
		height:35px;
		line-height:35px;	
		list-style:none;
		margin:0 0 4px 0;
		width:670px;
		letter-spacing:0px;
		padding:0;
		zoom:1;
		overflow:hidden;
		height:100%;
}
.rightsidebarnav .leftrightsidebarnav{
	float:left;
	width:10px;
	height:35px;
	background:#ffffff url(../images/leftsidebar.png) no-repeat;
}
.rightsidebarnav .rightrightsidebarnav{
	float:right;
	width:60px;
	height:32px;
	_height:22px;
	padding:3px 0 0 0;
	_padding:13px 0 0 0;
	background:#ffffff url(../images/leftsidebar.png) no-repeat top right;
}
.rightsidebarnav li{
	float:left;	
	width:600px;
	list-style:none;
	text-align:center;
	background:url(../images/leftsidebar.png) 0 -35px;
}
.rightsidebarnav .contentrightsidebarnav{
	float:left;
	width:658px;
	clear:both;
	background:#ffffff;
	line-height:22px;
	text-align:left;
	border:solid 1px #5CB52D;
	padding:5px;
	word-wrap:break-word;
	text-align:justify;
	text-justify:inter-ideograph;
}
/*--------新闻列表
---------------------------------------------------------------------*/
.news_list{
margin:0;
padding:0;
float:left;
}
.news_list li{
color:#666;
line-height:22px;
background:url(../images/news.png) no-repeat 0px 4px;
height:22px;
border-bottom:#E2E2E2 dotted 0px;
width:96%;
float:left;
padding:0 0 0 15px;
text-align:left;
clear:both;
}