
.clear{zoom:1}
.clear:after{content:"";display:block;clear:both;}

/*添加本月特惠*/
.ben-yue-te-hui{
    position: relative;
    display: inline-block;
    width: 58px;
    height: 14px;
    margin-right: 10px;
    text-indent: 999px;
    background-image: url(/share/images/sale_2.png);
    vertical-align: middle;
}
.ben-yue-te-hui:hover{
    background-position: 0 55px;
}
.ben-yue-te-hui i{
    background-image: url(/share/images/sale_1.gif);
    position: absolute;
    width: 42px;
    height: 15px;
    top: -21px;
    right: -15px;
    z-index: 999;
}
/*本月特惠 end*/


/*<子栏目高亮功能 submenu high light*/
#nav ul li.cur{
    background-color:#FFFFFF;
    height:35px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#nav ul li.cur a strong{
    color:#ff6600;
}