.u-title {
	font-size: 48px;
}

/* about */
.m-about {
	padding-top: 90px;
	padding-bottom: 150px;
}
.m-about .image {
	width: 6rem;
	margin-left: 1.5rem;
	margin-top: 30px;
}
.m-about .about {
	margin: 56px 0;
	line-height: 30px;
	font-size: 18px;
}
.m-about .total .item {
	width: 240px;
}
.m-about .total .item strong {
	font-size: 52px;
	color: #1FAF7E;
}
.m-about .total .item p {
	margin-top: 12px;
	font-size: 18px;
	color: #444;
}
/* end about */

/* team */
.m-team {
	padding: 30px 0 140px;
	background: linear-gradient(0deg, rgba(245,247,255,0), rgba(184,238,224,0.35), rgba(184,238,224,0.55), rgba(255,255,255,0.94));
}
.m-team .summary {
	margin: 30px 0 40px;
	font-size: 18px;
}
.m-team .logo ul {
	gap: 18px;
}
.m-team .logo li {
	width: 200px;
	height: 84px;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}
.m-team .map {
	height: 410px;
	border: 10px solid #fff;
	margin-top: 60px;
	overflow: hidden;
	background: #fff;
}
.m-team .map iframe {
	position: relative;
	left: 50%;
	top: 50%;
	width: 1480px;
	height: 410px;
	border: none;
	transform: translate(-50%,-50%);
}
/* end team */