@charset "utf-8";
.sub-pro{
    width: 900px;
    margin: 20px auto 0;
}
.sub-pro li {
    float: left;
    width: 282px;
    margin: 0 0 9px;
}
.sub-pro li:nth-child(2) ,
.sub-pro li:nth-child(5) ,
.sub-pro li:nth-child(8){
    margin: 0 27px;
}
.sub-pro li .img {
    display: block;
    width: 100%;
    height: 235px;
    line-height: 230px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 3.5px #b0b0b0;
    transition: all .3s linear;
    overflow: hidden;
}
.sub-pro li img {
    display: inline-block;
    vertical-align: middle;
    max-height: 216px;
}
.sub-pro .caseName{
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.sub-pro li:hover .caseName{
    color: #f90502;
}

.sub-pro li:hover .img {
    box-shadow: 0 8px 16px rgba(7, 17, 27, 0.3);
}

/* 产品 */

.sub-pro-a li .img {
    height: 200px;
    line-height: 195px;
}
.sub-pro-a li img {
    max-height: 180px;
}
