/*价格查询筛选器*/
.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: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
}

.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;
}

.layui-table{width:100%;background-color:#fff;color:#666}
.layui-table tr{transition:all .3s;-webkit-transition:all .3s}
.layui-table th{text-align:center;font-weight:700}
.layui-table tbody tr:hover,.layui-table thead tr,.layui-table-click,.layui-table-header,.layui-table-hover,.layui-table-mend,.layui-table-patch,.layui-table-tool,.layui-table[lay-even] tr:nth-child(even){background-color:#f2f2f2}.layui-table td,.layui-table th,.layui-table-fixed-r,.layui-table-header,.layui-table-page,.layui-table-tips-main,.layui-table-tool,.layui-table-view,.layui-table[lay-skin=line],.layui-table[lay-skin=row]{border-width:1px;border-style:solid;border-color:#e6e6e6}.layui-table td,.layui-table th{padding:9px 15px;min-height:20px;line-height:20px;font-size:14px}
.layui-table[lay-skin=line] td,.layui-table[lay-skin=line] th{border-width:0 0 1px}.layui-table[lay-skin=row] td,.layui-table[lay-skin=row] th{border-width:0 1px 0 0}
.layui-table[lay-skin=nob] td,.layui-table[lay-skin=nob] th{border:none}
.layui-table img{max-width:100px}
.layui-table[lay-size=lg] td,.layui-table[lay-size=lg] th{padding:15px 30px}
.layui-table-view .layui-table[lay-size=lg] .layui-table-cell{height:40px;line-height:40px}
.layui-table[lay-size=sm] td,.layui-table[lay-size=sm] th{font-size:12px;padding:5px 10px}
