/* 简介 */
.introduce-container {
	max-width: 1400px;
	margin: 0 auto;
}

.introduce-container .zh-name {
	text-align: center;
	color: #209037;
	line-height: 1;
}

.introduce-container .en-name {
	text-align: center;
	font-weight: bold;
	line-height: 1;
	background: linear-gradient(180deg, #117339, #369A49, #117339);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.introduce-container .desc {
	color: #222222;
	text-align: center;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 14px;
}

.introduce-container .statistics {
	display: flex;
	justify-content: space-around;
}

.introduce-container .statistics-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.introduce-container .statistics .count-box {
	position: relative;
	color: #329548;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.introduce-container .statistics .count-box .unit {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(100%, 0%);
}

.introduce-container .statistics .label {
	color: #222222;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.introduce-container {
		padding-bottom: 8vw;
	}

	.introduce-container .zh-name {
		font-size: max(18px, 3.5vw);
		margin: 8vw 0 0 0;
	}

	.introduce-container .en-name {
		font-size: max(24px, 6vw);
        margin: 4vw 0 0 0;
	}

	.introduce-container .desc {
		font-size: max(16px, 2vw);
        margin: 3vw auto 0;
	}

	.introduce-container .check-more-link {
		margin: 3vw auto 0;
	}

	.introduce-container .statistics {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 7vw;
	}

	.introduce-container .statistics-item {
		flex-shrink: 0;
		width: 33.3%;
		margin-bottom: 3vw;
	}

	.introduce-container .statistics .count-box .count {
		font-size: max(30px, 8vw);
		margin-bottom: 1vw;
	}

	.introduce-container .statistics .count-box .unit {
		font-size: 14px;
	}

	.introduce-container .statistics .label {
		font-size: max(16px, 2.5vw);
	}
}

@media screen and (min-width: 1024px) {
	.introduce-container {
		padding-bottom: 3.75rem;
	}

	.introduce-container .zh-name {
		font-size: 3rem;
		margin: 6.75rem 0 0 0;
	}

	.introduce-container .en-name {
		font-size: 6.5rem;
		margin: 2.5rem 0 0 0;
	}

	.introduce-container .desc {
		font-size: 1.25rem;
		margin: 2.5rem auto 0;
	}

	.introduce-container .check-more-link {
		margin: 2.9375rem auto 0;
	}

	.introduce-container .statistics {
		margin-top: 8.4375rem;
	}

	.introduce-container .statistics .count-box .count {
		font-size: 4.25rem;
	}

	.introduce-container .statistics .count-box .unit {
		font-size: 1.25rem;
	}

	.introduce-container .statistics .label {
		font-size: 1.125rem;
	}
}