@charset"utf-8";
.yongshenghua .nav li:nth-child(3) {
   /* background: #ff6a00*/
}
ul {
    list-style: none;
    padding: 0;
    margin: 0
}
a:focus, a:hover {
    text-decoration: none
}
.com-width {
    width: 1200px;
    margin: 0 auto
}
.filterbar {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    background: #fff;
    height: auto;
    padding: 10px 10px 6px 20px;
    border-bottom: 1px solid #484848;
    margin-bottom: 30px
}
.filterbar ul {
    *zoom: 1
}
.filterbar ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both
}
.filterbar ul li {
    float: left
}
.filterbar ul li + li {
    margin-left: 40px
}
.filterbar ul li a {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    color: #233333
}
.filterbar ul li.active a {
    color: #F30404;
    FONT-SIZE: 15PX;
    FONT-WEIGHT: 600;
}
.filterbar ul li:nth-child(3) .glyphicon {
    width: 10px;
    top: -1px;
    vertical-align: middle
}
.filterbar ul li:nth-child(3) .glyphicon:before {
    content: "\e253";
    float: left
}
.filterbar ul li:nth-child(3) .glyphicon:after {
    content: "\e252";
    float: left
}
.filterbar ul li.active.up .glyphicon:after {
    color: #233333
}
.filterbar ul li.active.down .glyphicon:before {
    color: #233333
}
.filterbar .fr li {
    margin: 1px 4px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
}
.filterbar .fr li.step {
    margin: 0 10px;
    height: 27px;
    line-height: 27px;
    font-size: 12px
}
.filterbar .fr li.active a {
    color: #F30404;
    FONT-SIZE: 15PX;
    FONT-WEIGHT: 600;
}
.filterbar ul .glyphicon {
    font-size: 12px;
    margin-left: 5px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}
.product-list ul {
    *zoom: 1
}
.product-list ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both
}
.product-list ul li {
    float: left;
    width: 285px;
    height: auto;
    margin-bottom: 16px;
	
    border: 1px solid #dadada;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}
.product-list ul li a:focus, .product-list ul li a:hover {
    color: #233333
}
.product-list ul li:hover {
    -webkit-box-shadow: -2px 2px 6px 2px rgba(231, 231, 231, 0.8);
    box-shadow: -2px 2px 6px 2px rgba(231, 231, 231, 0.8)
}
.product-list ul li + Li {
    margin-left: 20px
}
.product-list ul li:nth-child(4n + 1) {
    margin-left: 0
}
.product-list .item-img {
    overflow: hidden;
    height: 211px
}
.product-list .item-img img {
    width: 100%;
    height: auto;
    background: #C1C1C1
}
.product-list .product-info {
    text-align: center;
    font-family: "微软雅黑", simhei;
    color: #233333;
    padding: 10px
}
.product-list .product-info .name {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px
}
.product-list .product-info .promotion {
    font-weight: bold;
    font-size: 14px;
    color: #f00;
    margin: 0;
}
.product-list .product-info .desc {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    min-height: 17px
}
.product-list .product-info .price {
    font-size: 16px
}
.panel-body ul {
    padding-left: 40px;
    list-style: disc
}