.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: 240px;
}
.pl-productImg img{
	width: 100%;
	height: 100%;
}
.pL-productName{
	padding: 20px 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.pL-productBtn{
	width: 314px;
	line-height: 36px;
	background: #da251d;
	color: white;
	margin: 0 auto;
	border-radius: 4px;
}
.pL-productBtn:hover{
	background:#da0900;
}
/*产品活动 prductActivity*/
.prductActivity{

    background: white;
}
.p_A_content{
	padding: 35px 40px;
}
.p_A_content img{
	width: 100%;
}