.product-hall{
    width: 100%;
    height: 1526px;
    background: #efefef;
}
.product-hall .product-hall-condition{
    width: 100%;
    height: 142px;
    background: #41464f;
    padding: 30px 0px;
    box-sizing: border-box;
}
.product-hall-condition .condition-label{
    width: 1190px;
    margin: 5px auto;
    height: 50%;
    line-height: 41px;
    font-size: 0;
    vertical-align: middle;
}
.product-hall-condition .condition-label>.text{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
}
.product-hall-condition .condition-label>.label{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 0;
}
.condition-label>.label>p{
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 100%;
    font-size: 14px;
    color: #d0d0d0;
    cursor: pointer;
}
.condition-label>.label>p.active{
    background: #cb1717;
    color: #fff;
   
}
.product-hall .product-list{
    width: 1190px;
    margin: 0 auto;
    height: 1384px;
    background: #efefef;
    padding: 40px 0;
    box-sizing: border-box;
}
.product-list .list-pic{
    width: 100%;
    margin-bottom: 20px;
}
.list-pic .pic-container{
    display: inline-block;
    width: 30%;
    height: 100%;
    margin-right:4%;
    margin-bottom: 20px;
    border: 4px solid #d0d0d0;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.list-pic .pic-container:hover{
    border-color: #cb1717;
}
 
.list-pic .pic-container:nth-child(3n){
    margin-right:0;
}
.list-pic .pic-container>.pic-box{
    height: 288px;
    background: #fff;
    position: relative;
}
.pic-container>.pic-box>.pic{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pic-container>.text{
    background: #d0d0d0;
    text-align: center;
    line-height: 70px;
    height: 70px;
    font-size: 16px;
    color: #5c5c5c;
}
.pic-container:hover>.text{
    background: #cb1717;
    color: #fff;
}