.central01 {
	width: 25%;
	height: 100%;
	/* height: 22px; */
	color: rgba(94, 101, 129, 1);
	font-family: PingFang SC;
	font-size: 16px;
}

.top00{
	 background: rgba(44, 44, 52, 1);
}
.central04 {
	width: 100%;
	display: flex;
	align-items: center;
	/* width: 188px; */
	height: 48px;

	color: rgba(94, 101, 129, 1);
	font-family: PingFang SC;
	font-size: 16px;
	transition: font-size 0.1s;
}

.central04:hover {
	color: rgba(31, 38, 53, 1);
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
}

.central04s {
	color: rgba(31, 38, 53, 1);
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
}

.central05 {
	width: 762px;
	/* height: 56px; */
	margin-top: 25px;
	color: rgba(31, 38, 53, 1);
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 5px;
}

.central06 {
	color: rgba(31, 38, 53, 1);
	font-size: 14px;
	line-height: 30px;
	font-family: SF Pro Text;
}

.central07 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
}

.central08 {
	width: 3px;
	height: 12px;
	background: rgba(235, 102, 97, 1);
}

.central09 {
	margin-left: 15px;
	color: rgba(31, 38, 53, 1);
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
}

@media screen and (min-width:1250px) {
	.central00 {
		margin-top: 128px;
		margin-bottom: 56px;
		/* margin-top: 56px; */
		padding: 0 14.7%;
		box-sizing: border-box;
		display: flex;
		/* align-items: center; */
		justify-content: space-between;
		/* height: 100%; */
	}

	.central02 {
		width: 75%;
		height: 100%;
		/* border-left: 1px solid rgba(255, 103, 61, 1.0); */

		border-left: 1px solid rgba(234, 235, 240, 1);
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 43.5px;
		margin-left: 29.5px;
		padding-bottom: 39px;
		/* background-color: blueviolet; */
	}

	.central02>img {
		width: 100%;
		height: 428px;
	}
}

@media screen and (max-width:1250px) {
	.central04 {
		display: none;
	}

	.central02>img {
		width: 100%;
		height: 193px;
	}

	.central00 {
		margin-top: 128px;
		margin-bottom: 56px;
		/* margin-top: 56px; */
		padding: 0 4.3%;
		box-sizing: border-box;
		display: flex;
		/* align-items: center; */
		justify-content: space-between;
		/* height: 100%; */
	}

	.central02 {
		width: 100%;
		height: 100%;
		/* border-left: 1px solid rgba(255, 103, 61, 1.0); */

		/* border-left: 1px solid rgba(234, 235, 240, 1); */
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		/* padding-left: 43.5px; */
		/* margin-left: 29.5px; */
		/* padding-bottom: 39px; */
		/* background-color: blueviolet; */
	}
}


@media screen and (max-width:1250px) {
	.central05 {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		/* justify-content: space-between; */
		margin-top: 39px;
	}

	.central06_1 {
		color: rgba(31, 38, 53, 1);
		font-family: PingFang SC;
		font-size: 15px;
		line-height: 30px;
	}

	.central06_1:nth-last-child(1) {
		margin-top: 14px;
	}
}

@media screen and (min-width:1250px) {
	.central05 {
		display: flex;
		align-items: center;
		/* flex-direction: column; */
		justify-content: space-between;
		margin-top: 31px;
	}

	.central06_1 {
		font-family: PingFang SC;
		font-size: 14px;
		line-height: 30px;
		color: rgba(31, 38, 53, 1);
	}
}


.central06s {
	color: rgba(235, 102, 97, 1);
}
