/* 筛选 */
.pro_select{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #e5e6e3;
    box-shadow: 0 15px 10px -15px #808080;
}
.select{
    padding:10px 15px;
    border-radius:4px;
    margin:10px auto;
    font-size:12px;
}
.select li{
    list-style:none;
    padding:10px 0 5px 100px;
}
.select .select-list{
    border-bottom:#e5e5e5 1px solid;
}
.select .select-list:last-child{
    border-bottom: none;
}
.select dl{
    zoom:1;
    position:relative;
    line-height:24px;
}
.select dl:after{
    content:" ";
    display:block;
    clear:both;
    height:0;
    overflow:hidden;
}
.select dt{
    width: 106px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    left: -98px;
    text-align:center;
    color:#545454;
    height:24px;
    line-height:24px;
    font-weight: bold;
}
.select dd{
    float:left;
    display:inline;
    margin:0 0 5px 5px;
}
.select a{
    display:inline-block;
    white-space:nowrap;
    height:24px;
    padding:0 10px;
    text-decoration:none;
    color:#676565;
    border-radius:2px;
}
.select a:hover{
    color:#fe512f;
    background-color:#f3edc2;
}
.select .selected a{
    color:#fff;
    background-color:#fe512f;
}
.select-result dt{
    font-weight:bold;
}
.select-no{
    color:#999;
}
.select .select-result{
    background-color: #ecedea;
    border-top: 1px solid #e5e6e3;
    border-bottom: 1px solid #e5e6e3;
}
.select .select-result a{
    padding-right:20px;
    background:#fe512f url("../images/close.gif") right 9px no-repeat;
}
.select .select-result a:hover{
    background-position:right -15px;
}
.row{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 1px;
}

/*筛选页产品样式*/
.main .products{
    margin-top: 10px;
    padding-top: 1px;
    height: auto;
    padding-bottom: 50px;
    margin-bottom: 32px;
}
.main .a_link {
    margin-top: 46px;
    height: 200px;
}
.products .pro_hd{
    width: 1171px;
    height: 34px;
    margin: 8px auto;
    background-color: #ecedea;
}
.products .pro_hd ul li{
    float: left;
    width: 120px;
    line-height: 34px;
}
.products .pro_hd ul li.pro_this a{
    color: #fe512f ;
    background-color: #fff;
    border:1px solid #e5e5e5;
}
.products .pro_hd ul li a{
    display: block;
    font-size: 17px;
    color: #1b1b1b;
    text-align: center;
    position: relative;
}
.products .pro_hd ul li:last-child a i{
    position: absolute;
    top: 4px;
    right: 27px;
    width: 13px;
    height: 11px;
    line-height: 10px;
}
.products .pro_hd ul li:last-child a i.fa-caret-up{
    border: 4px solid transparent;
    right: 20px;
    color: #1b1b1b;
}
.products .pro_hd ul li:last-child a i.fa-caret-down{
    border-top: 4px solid transparent;
    right: 24px;
    top: 13px;
    color: #1b1b1b;
}
.products .pro_hd ul li:last-child a i.fa_select{
    color: #fe512f ;
}
.main .products .products_con{
    margin-bottom: 20px;
}