.locationNav {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: flex-end;
}
.locationNav a {margin: 0 4px;}

#firmMap {width: 100%;height: 500px;margin: 30px 0;}

.contactDetail {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.logoContent {display: flex;flex-direction: column;align-items: center;justify-content: center}
.logoContent img {width: 126px;height: 66px;}
.logoContent .firmTitle {
	font-size: 28px;
	color: #2662A2;
}
.contactContent {
	width: 445px;
	height: 180px;
	font-size: 16px;
	color: #313131;
	line-height: 40px;
}

.mapContent {display: flex;flex-direction: column;align-items: center;}
.mapContent .iconfont {font-size: 25px;color: #D31B1B;font-weight: 600;}
.mapContent .mapDetail {color: #D31B1B;}
