.body-top-home{
	width: 100%;
	height: 60px;
	background-color: #e9e9e9;
}
.body-top{
	width: 1200px;
	height: 60px;
	background-color: #e9e9e9;
	margin: auto;
	
}
.body-top p{
	line-height: 60px;
	text-align: left;
	color: #333333;
}




.body1-home{
	width: 100%;
	min-height: 580px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
.body1{
	width: 1200px;
	min-height: 580px;
	background-color: #FFFFFF;
	margin: auto;
}
.body1 button{
	margin-top: 30px;
	margin-bottom: 20px;
	width: 160px;
	height: 35px;
	border-radius:10px;
	background-color: #0092E4;
	color: #FFFFFF;
	cursor: pointer;
	margin-right: 50px;
}
.body1 hr{
	margin-bottom: 20px;
	margin-top: 30px;
}
.body1 ul li{
	float: left;
	margin: 20px 21px;
	border: 4px solid #CCCCCC;
}
.body1 ul li img{
	width: 250px;
	height: 200px;
}
.body1 ul li p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 900;
}
