
.banner img{
	width: 100%;
}
.companyinfo{
	width: 1110px;
	height: 355px;
	border: 1px solid #b8b8b7;
	margin: 50px auto 45px auto;
	display: flex;
}
.info{
	border-right: 1px solid #b8b8b7;
	flex:1;
	height: 100%;
	font-size: 18px;
	color: #8a8989;
	text-align: center;
}
.info p{
	line-height: 2;
}
.img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 76px;
	margin: 73px 0 35px 0;
}
.map img{
	width: 100%;
}