.about-contentdiv {
	padding: 30px 0 80px 0;
	box-sizing: border-box;
	background-color: #F8F8F8;
}

.about-contentbox {
	display: flex;
	justify-content: space-between;
}

.about-contentbox-right {
	width: 71.5%;
	background-color: #fff;
	padding: 50px 53px;
	box-sizing: border-box;
}

.about-contentbox-right-title {
	font-weight: bolder;
	color: #333333;
	font-size: 36px;
}

.about-contentbox-right-text {
	margin-top: 52px;
	font-size: 16px;
	color: #666666;
}

.about-contentbox-right-tu {
	width: 100%;
	margin: 50px 0;
}

.about-contentbox-right-tu>img {
	width: 100%;
	height: auto;
}

.about-contentbox-right-title2 {
	margin-top: 5px;
	font-size: 16px;
	color: #666666;
}

.about-contentbox-right-title2>span {
	font-size: 26px;
	color: #E12726;
	font-weight: bolder;
}

.fuwuzhichi-div {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fuwuzhichi-item {
	display: flex;
	flex-direction: column;
	width: 220px;
	align-items: center;
}

.fuwuzhichi-item>img {
	width: 100%;
	height: auto;
}

.fuwuzhichi-item>h2 {
	margin-top: 23px;
	color: #333333;
	font-weight: bolder;
}


@media screen and (max-width:750px) {
	.about-contentbox {
		flex-direction: column-reverse;
	}

	.about-contentbox-right {
		width: 100%;
		padding: 20px;
	}

	.about-contentbox-right-title {
		font-size: 20px;
	}

	.about-contentbox-right-text {
		margin-top: 20px;
		font-size: 14px;
	}

	.fuwuzhichi-div {}

	.fuwuzhichi-item {
		width: 48%;
	}

	.fuwuzhichi-item>h2 {
		margin-top: 15px;
		font-size: 16px;
	}

	.content-left-box {
		width: 100%;
		margin-top: 30px;
	}

	.content-left-box-first-two>a {
		font-size: 20px;
	}

	.content-left-box-first-three {
		font-size: 14px;
	}

}