@CHARSET "UTF-8";
#search_top{
	height: 58px;
	width: 100%;
	min-width: 1200px;
	line-height: 58px;
	background-color: #2b4a5f;
	
}
#search_top .w{
	width: 1200px;
	margin: 0 auto;
}
#search_top a{
	float: left;
	display: inline-block;
	border-top: 3px solid #2b4a5f;
	width: 112px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
	
}
#search_top a.bg{
	background: url(../img/border_left.png) right center no-repeat;
}
#search_top a.selected{
	border-top: 3px solid #0098ff;
	background-image: none;
	color: #0098ff;
}
#search_top span{
	float: right;
	font-size: 14px;
	color: #999;
	
}
#search_top span em{
	color: #0098ff;
}
