.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.contact-box{
	width: 1200px;	
	margin: 50px auto 0;
}
.contact-box .con-li{
	width: 370px;
	height: 235px;
	background: #eaeaea;
	padding: 55px 25px 0;
	margin-right: 43px;
	margin-bottom: 40px;
}
.contact-box .con-li:nth-child(3n){
	margin-right: 0;
}
.contact-box .con-li h5{
	font-size: 24px;
	color: #000000;
	height: 50px;
	position: relative;
	margin-bottom: 25px;
}
.contact-box .con-li h5::after{
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	background: #ff5a34;
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact-box .con-li p{
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
.contact-box .con-li p img{
	width: 122px;
}
.contact-box .con-li:last-child{
	padding-top: 25px;
}
.contact-box .con-li p span{
	font-size: 18px;
	line-height: 30px;
	margin-left: 25px;
	margin-top: 25px;
}


#map1{
	width: 1200px;
	height: 580px;
	margin: 0 auto 45px;
}