@charset "UTF-8";
.products{
    padding-top: 20px;
    padding-bottom: 60px;
}
.sidebar{
    width: 180px;
    margin-right: 980px;

}
.sidebar-list{
    padding-bottom: 20px;
}
.products-main{
    float: right;
    width: 880px;
}
.sidebar-title{
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #040000;
    border-bottom:1px solid #a09994;
}
.sidebar-items{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    cursor: pointer;
}
.sidebar-items.active{
    font-weight: bold;
}

.products-banner{
    position: relative;
    width: 878px;
}
.banner-container{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.banner-container dl{
    margin-top: 32px;
    margin-left: 26px;
}
.banner-container dt{
    height: 54px;
    line-height: 54px;
    font-size: 22px;
    color: #ffffff;
}

.banner-container dd{
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}

.category-title{
    position: relative;
    height: 42px;
    margin-top: 42px;
    margin-bottom: 42px;
}
.category-title:before{
    position: absolute;
    left:0;
    right:0;
    top: 19px;
    height: 1px;
    width: 100%;
    background:#9f9792;
    content: '';
}
.category-title .title-center{
    position: relative;
    z-index: 4;
    height: 40px;
    width: 120px;
    line-height: 40px;
    display: block;
    margin:0 auto;
    text-align: center;
    font-size: 18px;
    color: #666767;
    border: 1px solid #9f9792;
    background: #ffffff;
}
.category-item{
    float: left;
}
.category-item img{
	width:100%;
}
.four-column .category-item{
    width: 202px;
    margin-right: 23px;
}

.four-column .category-item img{
    width:202px;
	height:202px;
	overflow:hidden;
}
.four-column .category-item:nth-child(4n){
    margin-right:0;
}
.category-item p{
    font-size: 14px;
    color:#595758;
    line-height: 22px;
    padding: 8px;
    text-align: center;
}
.six-column .category-item{
    width: 68px;
    margin-right: 94px;
}
.six-column .category-item:nth-child(6n){
    margin-right:0;
}