.banner{
	width: 100%;
	min-width: 1230px;
	height: 300px;
	background:url(../../img/banner/banner-product.jpg);
	background-size: cover;
	background-position: center 0;
	position: relative;
}
.banner::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner h1{
	color: #fff;
	position: absolute;
	z-index: 2;
	transform: translate(-50%,-50%);
	width: 1200px;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: 55px;
	font-weight: bold;
}
.list{
	background-color: #dfefff;
}
.list .container{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 60px;
}
.list .product{
	width: calc(33.3333% - 14px);
	margin-right: 21px;
	float: left;
	margin-bottom: 21px;
}
.list .product:nth-of-type(3n){
	margin-right: 0;
}
.list .wrapper::after{
	content: "";
	clear: both;
	display: table;
}
.list .product{
	background-color: #fff;
}
.list .product .pic{
	height: 300px;
	display: flex;
    justify-content: center;
	align-items: center;
	background-color: #f6f6f6;
}
.list .product .pic .img{
	display: flex;
    justify-content: center;
    align-items: center;
}
.list .product .pic .img img{
	max-width: 220px;
    max-height: 220px;
}
.list .product .msg{
	padding: 10px 20px;
	text-align: center;
}
.list .product .msg .name{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 2;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.list .product .msg .slogan{
	color: #555;
	font-size: 16px;
	line-height: 2;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*分页*/
.paginations span,
.paginations a{
	display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    margin-right: 8px;
/*    border: 1px solid rgba(0,0,0,0.15);*/
    box-sizing: content-box;
    color: #000;
    background: #fff;
/*    border-radius: 5px;*/
}
.paginations .page-numbers.current {
    background: #76b900;
    color: #fff;
/*    border-color: #00b0ec;*/
}
.paginations span.inactive, 
.paginations span.dots {
    cursor: auto;
    color: #999;
}
.paginations{
	margin-top: 20px;
}
.paginations .next{
	margin-right: 0;
}
.paginations .pagination-wrap{
	text-align: center;
	font-size: 0;
}
.paginations a:hover,
.paginations a:focus, 
.paginations a.active{
    background-color: #6aa700;
/*    border: 1px solid #6aa700;*/
    opacity: 0.9;
    color: #fff;
}