.about {
	width: 100%;
	margin-top: .6rem;
}

.Culture {
	width: 11.24rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 51px;
}

.title {
	margin-bottom: 23px;
}

.title h3 {
	font-size: .36rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000
}

.title p {
	font-size: .18rem !important;
	font-family: PingFang SC !important;
	font-weight: 400 !important;
	color: #333333 !important;
	text-align: center !important;
	text-indent: 0 !important;
}

.Profile {
	width: 11.24rem;
	margin: 0 auto;
	text-align: center;
	margin-top: .52rem;
}

.Profile p {
	font-size: .16rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: .32rem;
	text-align: left;
	text-indent: .32rem;
}
.Profile p img{
	width: 100%;
	height: auto;
}
.about_banner {
	width: 11.24rem;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 119px;
}

.about_banner img {
	width: 100%;
}

@media all and (min-width: 320px) and (max-width: 750px) {
	.about img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.Profile {
		width: 92%;
		margin: 0 auto;
		text-align: center;
		margin-top: 33px;
	}
	.title h3 {
		font-size: 18px;
		font-family: PingFang SC;
		font-weight: bold;
		color: #000000;
	}
	.Profile p {
		font-size: 13px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #000000;
		line-height: 19px;
		text-align: left;
		text-indent: 32px;
	}
	.title p {
		font-size: 20px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #333333;
		text-align: center !important;
		text-indent: 0 !important;
		transform: scale(0.5);
	}
	.Culture {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-top: 27px;
	}
	.Culture img {
		width: 100%;
		height: 50%;
	}
	.about_banner {
		width: 100%;
		margin: 0 auto;
		margin-top: 33px;
		margin-bottom: 63px;
	}
	.title {
		margin-bottom: 7px;
	}
	.about {
		width: 100%;
		margin-top: 60px;
	}
}