/*技术特殊二级导航*/
#navL2_tech{
width:760px;
	height:31px;
	line-height:31px;
	background: #cb5a0a;
	text-align:center;
	font-size:14px;
	color:#fff;
	margin:0 auto;
}
		#navL2_tech ul li{
			display:inline;
			list-style:none;
		}
	#navL2_tech a:link,
	#navL2_tech a:visited{
		color:#fff;
		text-decoration:none;
	}
	#navL2_tech a:hover,
	#navL2_tech a:active{
		color:#fff;
		text-decoration:underline;
			font-weight:bold;
	}
/*二级导航*/
#navL2{
	width:760px;
	height:31px;
	line-height:31px;
	background: #cb5a0a;
	text-align:center;
	font-size:14px;
	color:#fff;
	margin:0 auto;
}
		#navL2 ul li{
			display:inline;
			list-style:none;
		}
	#navL2 a:link,
	#navL2 a:visited{
		color:#fff;
		text-decoration:none;
			font-weight:bold;
	}
	#navL2 a:hover,
	#navL2 a:active{
		color:#fff;
		text-decoration:underline;
			font-weight:bold;
	}
#navL3{
	width:760px;
	height:29px;
	line-height:29px;
	background: #ffe9a0;
	font-size:14px;
	color:#000;
	margin:0 auto 15px auto;
}
		#navL3 ul li{
		display:inline;
		list-style:none;
		}
	#navL3 a:link,
	#navL3 a:visited{
		color:#000;
		text-decoration:none;
		font-weight:bold;
	}
	#navL3 a:hover,
	#navL3 a:active{
		color:#0E37A9;
		text-decoration:none;
		font-weight:bold;
	}

/*二级导航*/

/*breadCrumbs*/
#breadCrumbs{
	float:left;
	font-size:12px;
	text-align:left;
	color:#000;
	height:32px;
	line-height:32px;
}
	#breadCrumbs a:link,
	#breadCrumbs a:visited{text-decoration:underline;color:#039;}
	#breadCrumbs a:active,
	#breadCrumbs a:hover{text-decoration:underline;color:#f00;}
	#newsSearch{
		float:right;
		width:250px;
		margin-top:18px;
		display:inline;
	}
/*breadCrumbs*/