.banner-category{
    width: 1200px;
    margin:auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    height: 100%;
    z-index: 10000;
}
.banner-category *{
    box-sizing: border-box;
}
.banner-category-left{
    width: 200px;
    background: rgba(0,0,0,.6);
    height: 100%;
    padding-top:20px;

}
.banner-category-right{
    width: 1000px;
    background: rgba(255,255,255,.95);
    height: 100%;
}
.banner-category-left li{
    height: 50px;
    padding-left: 30px;
    font-size: 16px;
    color: #fefefe;
    line-height: 50px;
}
.banner-category-left li:hover{
    background: #f32523;
}
.banner-category-left li a{
    color: #fefefe;
}
.banner-category-left li i img{
    width: 26px;
    height: 26px;
}
.category-contnet{
    width: 100%;
    height: 100%;
}
.category-contnet ul li{
    width: 25%;
    height: 75px;
    float: left;
    padding: 10px 0;
    cursor: pointer;
}
.category-contnet ul li div.goodsImg{
     width: 30%;
     height: 55px;
     float: left;
     position: relative;
 }
.category-contnet ul li div.goodsImg img{
    width: 100%;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.category-contnet ul li p.goodsTitle{
     width: 70%;
     height: 100%;
     float: left;
     text-align: center;
     padding: 18px 10px 0;
     position: relative;

 }
