.banner {
	width: 100%;
	height: 460px;
	position: relative;
	background: url(../images/contactUs/banner.png) no-repeat center;
	background-size: cover;
}
.mapBox{
	height: 430px;
	background-color: #fff;
	padding: 19px 24px 0px 24px;
	margin-top: -150px!important;
	border-radius: 4px;
	position: relative;
	z-index: 9;
	box-shadow: 5px 5px 15px 0px rgba(185, 198, 213, 35);
}
.map-left{
	margin-top: 15px;
	margin-left: 15px;
}
.map-right{
	margin-top: 15px;
	margin-right: 15px;
}
.companyName{
	color: #333;
	font-weight: 600;
	font-size: 20px;
	font-family: SourceHanSansSC-medium;
}
.rightTitle{
	color: #000;
	font-family: SourceHanSansSC-medium;
}
.rightCon{
	color: #555;
}
.qrCode{
	width: 92px;
	height: 92px;
}
.companyItem{
	border-radius: 8px;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
}
.companyDivide{
	width: 4px;
	height: 20px;
	line-height: 20px;
	background-color: #2A7AFC;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}
.companyItem>.companyName{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.companyItem>p{
	color: #666;
	font-size: 14px;
}
@media screen and (min-width: 992px){
	.layui-col-md-around {
	    width: 49%!important;
		margin-right: 1%;
	}
}
