/*价格查询筛选器*/
.filter-clear:after{clear:both;content:"";display:table}
.filter{width:100%;box-sizing:border-box;border:0px solid #ccc;background:#fff;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 10px;font-size:14px;}
.filter-option{float:left;cursor:pointer;padding:7px 15px;margin:2px 5px;color:#0E90D2;background:0 0;border-radius: 15px;font-size:14px;}
.filter-option.active,.filter-option:hover{color:#FFF;background:#3399FF;border-radius: 15px;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:875px;
	border:4px solid #088FC8;
	border-right:none;
	padding:15px 10px 15px 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
}

.big-btn-green{display:inline-block;height:45px;line-height:45px;padding:0 25px;background-color:#67C23A;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border:none;border-radius:2px;cursor:pointer;opacity:.9;filter:alpha(opacity=90)}
.big-btn-green:hover{opacity:.8;filter:alpha(opacity=80);color:#fff}
.big-btn-red{display:inline-block;height:45px;line-height:45px;padding:0 25px;background-color:#F56C6C;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border:none;border-radius:2px;cursor:pointer;opacity:.9;filter:alpha(opacity=90)}
.big-btn-red:hover{opacity:.8;filter:alpha(opacity=80);color:#fff}

.maincontent{
    width:1250px;
    padding: 12px 12px 12px 12px;
    -moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
	margin:0 auto;
}
.maincontent h1{
	font-size:16px;
	font-weight:400;
	text-align:left;
}
.maincontent h2{
	font-size:23px;
	font-weight:700;
	color:#0099CC;
	padding-bottom:20px;
	text-align:left;
}
.maincontent h3{
	font-size:16px;
	font-weight:400;
	color:#FF0000;
	padding-left:40px;
	padding-bottom:20px;
}
