.bg-banner-pic {
    background: url("../images/product.jpg") no-repeat center -432px;
}

.content-pic-title h1 {
    margin: 2px 0 0 -12px;
}

.content-title {
    margin-bottom: 70px;
}


.product{
    /*padding-bottom: 80px;*/
}

.product-list-bg{
    background-color: #ffffff;
    text-align: center;
    display: block;
    cursor: pointer;
    height: 230px;
    margin-bottom: 10px;
}
.sol-shadow{
    background-color: #f1f1f1;
    -moz-box-shadow:1px 1px 6px 0 #e6e6e6;
    -webkit-box-shadow:1px 1px 6px 0 #e6e6e6;
    box-shadow:1px 1px 6px 0 #e6e6e6;
}
.product-list-bg:hover,.product-list-bg:focus{
    text-decoration: none;
}


.product-list-bg p:first-child{
    padding: 25px 0 0 0;
    margin: 0;
}
.product-list-bg h4{
    margin: 0;
    color: #666666;
    font-size: 16px;
}
.product-list-bg .product-text{
    width: 239px;
    margin-left: auto;
    margin-right: auto;
    color: #999999;
    line-height: 20px;
    font-size: 12px;
    padding-top: 16px;
}
.product-list-bg span{
    font-size: 71px;

}

