@charset "utf-8";


.mainProBody{
	width: 100%;
	margin-top: 120px;
	margin-bottom: 60px;
}
.mainProBody .mainPro{
	width: 1160px;
	margin: 0 auto;
	text-align: center;
}
.mainProBody .mainPro h1{
	font-size: 32px;
	line-height: 180px;
}
.mainProBody .mainPro .productList ul .product{
	display: inline-block;
	margin: 0 80px;
}
.mainProBody .mainPro .productList ul .product h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
}
.divider{
	width: 1160px;
	margin: 0 auto;
}
.otherProBody{
	width: 100%;
	margin-bottom: 60px;
}
.otherProBody .otherPro{
	width: 1160px;
	margin: 0 auto;
	text-align: center;
}
.otherProBody .otherPro h1{
	font-size: 32px;
	line-height: 180px;
}
.otherProBody .otherPro .otherProList ul li a{
	font-size: 16px;
	color: #000;
	line-height: 32px;
}
.otherProBody .otherPro .otherProList ul li a:hover{
	color: #007fff;
}



/*address.html css*/
.contactBody{
	width: 100%;
	margin-top: 120px;
	margin-bottom: 60px;
}
.contactBody .contact{
	width: 1160px;
	margin: 0 auto;
}
.contactBody .contact h1{
	font-size: 32px;
	line-height: 180px;
	text-align: center;
}
.contactBody .contact h3{
	font-size: 20px;
	line-height: 40px;
}
.contactBody .contact .mapDiv{
	margin: auto;
	border: 1px solid #999;
	width: 1160px;
}