/* 筛选框家装 */
.select-type{
    height:176px;
    padding:41px 0 11px 41px;
    border-radius:4px;
    background-color:#FAFAFA;
}
.select-type .type{
    height:14px;
    margin-bottom:30px;
}
.select-type .type dt{
    float:left;
    padding-right:48px;
    border-right:1px solid #bbb;
    font-size:14px;
    font-weight:bold;
    color:#666;
}
.select-type .type .item{
    float:left;
    margin-left:48px;
    font-size:13px;
}
.select-type .type .item a{
    float:left;
    margin-right:34px;
    color:#666;
}
.select-type .type .item a:hover{
    color:#FF8041;
}
.select-type .type .item .on{
    color:#FF8041;
}
/* 筛选框工装 */
.select-type-public{
    height:41px;
    padding:41px 0 41px 41px;
    border-radius:4px;
    background-color:#FAFAFA;
}
.select-type-public .type{
    height:41px;
}
.select-type-public .type dt{
    float:left;
    padding-right:48px;
    border-right:1px solid #bbb;
    font-size:14px;
    font-weight:bold;
    color:#666;
}
.select-type-public .type .all{
    float:left;
    margin-left:48px;
    font-size:13px;
}
.select-type-public .type .all a{
    float:left;
}
.select-type-public .type .all .on{
    color:#FF8041;
}
.select-type-public .type .item{
    float:left;
    width:940px;
    margin-left:34px;
    font-size:13px;
}
.select-type-public .type .item a{
    float:left;
    margin:0 34px 15px 0;
    color:#666;
}
.select-type-public .type .item a:hover{
    color:#FF8041;
}
.select-type-public .type .item .on{
    color:#FF8041;
}
/* 聚合筛选 */
.agg-query{
    height:14px;
    margin:40px 0;
    padding:19px 30px 17px;
    font-size:14px;
    color:#666;
    background-color:#FAFAFA;
}
.agg-query a.on{
    color:#FF8041;
}
.agg-query a{
    float:left;
    padding:0 20px;
    border-right:1px solid #DDD;
}
.agg-query .fl a:last-child{
    border-right:none;
}
.agg-query .fr a:last-child{
    padding-right:0;
    border-right:none;
}
