.footer {
    margin-top: 0;
    border: 0 none;
}
.min-h790{
    min-height: 790px;
}
/*产品列表 productList*/
.productList{

}
.pl-productBox{
    margin: 0 0 -30px -30px;
}
.pL-product{
    background: white;
    margin:0 0 30px 30px; 
}
.pl-productImg{
    height: 260px;
    padding: 10px;
    width: 260px;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
}
.pl-productImg img{
    width: 100%;
    height: 100%;
}
.pL-productName{
    padding: 6px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.pL-productBtn{
    width: 314px;
    line-height: 36px;
    color: white;
    margin: 0 auto;
    border-radius: 4px;
    background: #3c3c95;
}
.pL-productBtn:hover{
    background:#373788;
}
/*产品活动 prductActivity*/
.prductActivity{

    background: white;
}
.p_A_content{
    padding: 35px 40px;
}
.p_A_content img{
    width: 100%;
}