.about {
	width: 100%;
	padding-top: 121px;
	padding-bottom: 130px;
}

.s_about {
	display: flex;
	justify-content: space-between;
}

.y_about {
	width: 585px;
}

.zi h1 {
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	color: #1A1A1A;
}

.heng {
	width: 211px;
	height: 4px;
	background: #53F2D6;
	margin-top: 19px;
}

.tu {
	width: 360px;
	height: 300px;
	margin-top: 147px;
}

.tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.y_about p {
	font-size: 16px;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 30px;
	padding-bottom: 35px;
}

@media screen and (max-width:1024px) {
	.s_about {
		flex-wrap: wrap;
	}

	.z_about {
		width: 100%;
	}

	.y_about {
		width: 100%;
	}

	.tu {
		width: 100%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.about {
		width: 100%;
		padding-top: 50px;
	}

	.zi h1 {
		font-size: 25px;
		font-weight: bold;
		font-style: italic;
		color: #1A1A1A;
	}
}