.about-index {
	padding-bottom: 20px;
}

.about-index .about-title {
	font-size: 30px;
	text-align: center;
	padding: 50px 0;
}

.about-index .about-title .intro {
	font-size: 20px;
	text-align: center;
}

.about-index .brand {
	background-color: #ffffff;
	color: #333;
	text-align: center;
}

.about-index .brand .title {
	font-size: 24px;
	padding: 40px 0;
}

.about-index .brand .content {
	font-size: 14px;
	white-space: pre-wrap;
	text-align: left;
}

.about-index .brand .content:lang(zh) {
	text-align: center;
}

.about-index .brand .count-to {
	padding: 50px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-index .brand .count-to .item {
	display: flex;
	flex-direction: column;
}

.about-index .brand .count-to .item .icon {
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin-right: 10px;
}

.about-index .brand .count-to .item .time {
	line-height: 1;
	font-size: 50px;
}

.about-index .brand .count-to .item .unit {
	line-height: 1;
	font-size: 12px;
}

.about-index .brand .count-to .item .intro {
	display: flex;
	align-items: flex-end;
	height: 20px;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	margin-left: 45px;
}

/* 荣耀资质/创新科技 */
.honor {
	display: flex;
	flex-wrap: wrap;
}

.honor .item {
	background-color: #ffffff;
	padding: 20px;
	width: calc(25% - 4px);
	margin: 0 2px 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.honor .item .img {
	width: 100%;
	margin-bottom: 20px;
}

.honor .item .title {
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.about-index .about-title {
		font-size: 20px;
		padding: 30px 0;
	}

	.about-index .about-title .intro {
		font-size: 14px;
	}

	.about-index .brand {
		font-size: 30px;
		padding: 30px 0;
	}

	.about-index .brand .count-to .item {
		align-items: center;
		width: 50%;
		margin-top: 20px;
	}
	.about-index .brand .count-to .item .time {
		font-size: 30px;
	}
	.about-index .brand .count-to .item .intro {
		margin-left: 0;
		font-size: 12px;
	}

	/* 荣耀资质/创新科技 */
	.honor .item {
		width: calc(50% - 4px);
	}
}