.see{
    padding: 12px 1.66%;
    color: #757575;
    line-height: 180%;
    margin-bottom: 1.66%;
}
.product-ul li{
    float: left;
    width: 19%;
    margin: 0 1.25% 1.25% 0;
    background: #fff;
}
.product-ul li:nth-of-type(5n){
    margin: 0 0 1.25% 0;
}
.product-ul li:hover .pro-cont{
    background: #f43436;
    border-top: 1px solid #f43436;
    margin: 0;
}
.product-ul li:hover .pro-cont p, .product-ul li:hover .pro-cont em{
    color: #fff;
}
.product-ul li a{
    width: 100%;
}
.pro-img{
    width: 100%;
    margin: 0 auto;
}
.pro-img img{
    width: 100%;
}
.pro-cont{
    border-top: 1px solid #eee;
    padding: 8.7% 0;
    margin: 0 10%;
    text-align: center;
    line-height: 24px;
}
.pro-cont em{
    width: 100%;
    color: #333;
}






