
.mt10{margin-top:10px;}

/* 展示列表 */
.show_box{
    width:981px;
    margin-bottom:30px;
    background-color:#ececec;
    overflow:hidden;
}
.mb10{margin-bottom:10px;}

.show_box h2{
    height:36px;
    text-indent:23px;
    font:700 14px/36px 'Microsoft Yahei',Tahoma,sans-serif;
    overflow:hidden;
    background-color:#cecece;
}

.show_box p{
    float:left;
    width:36px;
    height:282px;
    position:relative;
}

.show_box p span{
    position:absolute;
    top:99px;
    left:0;
    width:20px;
    height:40px;
    text-indent:-9999px;
    cursor:pointer;
    background-color:#cacaca;
}

.show_box p.show_l span{left:15px;background-position:-942px -360px;}
.show_box p.show_r span{background-position:-961px -360px;}

/* 产品列表 */
.show_goods_list{
    float:left;
    position:relative;
    width:883px;
    margin:28px 13px;
    overflow:hidden;
}

.show_goods_list ul{
    width:5000px;
    top:0;
    left:0;
    overflow:hidden;
}

.show_goods_list li{
    position:relative;
    float:left;
    display:inline-table;
    width:202px;
    margin-right:25px;
    overflow:hidden;
}

.show_goods_list li a.goods_img{
    display:block;
    width:200px;
    height:200px;
    border:1px solid #e0e0e0;
}

.show_goods_list li a.goods_img:hover{border-color:#ccc;}

.show_goods_list li a.goods_img img{width:200px;height:200px;}

.show_goods_list li dl{
    height:68px;
    text-align:center;
    color:#5c5c5c;
}

.show_goods_list li dt{margin-top:5px;}
.show_goods_list li dt a{
    line-height:26px;
    color:#02acc6;
    border:0;
    overflow:hidden;
}

.show_goods_list li dd em{color:#db005c; font-weight:700;}


/* 快17查眄17*/
.show_goods_list li a.btn_view{
    position:absolute;
    right:2px;
    top:174px;
    width:85px;
    height:26px;
    line-height:26px;
    text-align:center;
    text-indent:13px;
    color:#fff;
    border:0;
    background-position:0 -1034px;
    display:none;
}

.show_goods_list li a.btn_view:hover{
    text-decoration:none;
    color:#fff;
    background-position:-84px -1034px;
}
.show_goods_list li:hover a.btn_view{display:block;}






