.title-product{
	background:url(../../assets/images/product/product.jpg);
}
.title-product h1,.title-product p{
	color:#fff;
}

.title-product a{
	background: rgba(0,0,0,0);
	border:1px solid #fff;
}


.product-list{
	width: 100%;
	height: 1390px;
}

.product-list ul li{
	width: 100%;
	height:420px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	float: left;
}
.product-list ul li:nth-child(1){
	width: 100%;
	height: 420px;
}
.product-list ul li:nth-child(2){
	width: 49%;
	margin-right: 1%;
	height: 510px;
}
.product-list ul li:nth-child(3){
	width: 49%;
	height: 510px;
	
}
.product-list ul li:nth-child(4){
	width: 100%;
	height: 420px;
}

.product-list .pro-pic{
	width: 55%;
	height: 420px;
	float: left;
	overflow: hidden;
}
.product-list .pro-info{
	width: 44%;
	padding-left: 1%;
	float: left;
}
.product-list .pro-pic2{
	width: 100%;
	height: 340px;
	overflow: hidden;
}

.product-list .pro-info2{
	padding-left: 1%;
}

.product-list h1{
	height: 80px;
	line-height: 80px;
}
.product-list p{
	width: 90%;
	margin: 10px 0;
}
.product-list img{
	height: 100%;
	display: block;
	margin:0 auto;
}