/*价格查询筛选器*/
.filter-clear:after{clear:both;content:"";display:table}
.filter{width:100%;box-sizing:border-box;border:0px solid #ccc;background:#E8F5FB;font-size:14px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.filter-item{border-bottom:1px solid #ccc;height:auto;padding:6px 20px;position:relative;}
.filter-item:last-child{border-bottom:0;font-size:14px;}
.filter-label{width:120px;text-align:right;line-height:30px;position:absolute;top:6px;left:10px;font-size:14px;font-weight:bold;}
.filter-list{list-style:none;padding:0;position:relative;margin:0 0 0 120px;font-size:14px;}
.filter-option{float:left;cursor:pointer;padding:5px 8px;margin:2px 5px;color:#0E90D2;background:0 0;border-radius: 5px;font-size:14px;}
.filter-option.active,.filter-option:hover{color:#FFF;background:#FF0000;border-radius: 5px;font-size:14px;}
.large-search-box {
	width:100%;
	margin-bottom:20px;
}
.large-search-box table{
	width:100%;
	margin-top:10px;
	font-size:14px;
}
.large-search-box span{
	font-size:14px;
	color:#088FC8;
}
.large-search-box a{
	font-size:14px;
	color:#333;
	margin:0 10px;
}
.large-search-box a:hover{
	font-size:14px;
	color:#088FC8;
}
.large-search-con {
}.input-large-search {
	float:left;
	width:68%;
	border:4px solid #088FC8;
	border-right:none;
	padding:6px 10px 4px 10px;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#999
}
.btn-large-search {
	float:left;
	width:160px;
	height:38px;
	background:url(../images/bg_btn_search.jpg) repeat-x;
	color:#fff;
	font:normal 16px/30px Microsoft YaHei;
	border:none;
	cursor:pointer
}
