.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	height: 340px;
	object-fit: cover;
}

.banner .content {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.banner .content .width-1200 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.banner .content .h {
	font-size: 38px;
	font-weight: bold;
	color: #ffffff;
}

.banner .content .h-en {
	font-size: 18px;
	color: #ffffff;
}

.contact {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

.contact .map {
	width: 48%;
}

.contact .info {
	width: 48%;
}

.contact .info .company-name .zh {
	font-size: 24px;
	font-weight: bold;
}

.contact .info .company-name .en {
	font-size: 13px;
	margin-bottom: 30px;
}

.contact .info .phone {
	margin-bottom: 5px;
}

.contact .info .iconfont {
	font-size: 20px;
	margin-right: 6px;
}

.about-box {
	background: url('../image/about_bg1.jpg') no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.about-box .about-h {
	width: max-content;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 36px;
	position: relative;
}

.about-box .about-h span {
	color: #e30016;
}

.about-box .about-h::after {
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #d0d0d0;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.about-box .content p {
	line-height: 2;
	font-size: 18px;
	text-indent: 2em;
}

.honor-box {
	background-size: cover;
	padding: 60px 0;
}

.honor-box .honor-h {
	width: max-content;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 36px;
	position: relative;
}

.honor-box .honor-h span {
	color: #e30016;
}

.honor-box .honor-h::after {
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #d0d0d0;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.honor-box .content img {
	width: 100%;
}

@media screen and (max-width:980px) {
	.banner img {
		height: 180px;
	}

	.banner .content .h {
		font-size: 28px;
	}

	.banner .content .h,
	.banner .content .h-en {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.contact {
		flex-direction: column;
	}

	.contact .map {
		width: 100%;
		margin-bottom: 20px;
	}

	.contact .info {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-top: 10px;
	}

	.about-box {
		padding: 30px 0;
	}

	.about-box .about-h,
	.honor-box .honor-h {
		font-size: 24px;
	}

	.about-box .content,
	.honor-box .content {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.about-box .content p {
		font-size: 16px;
	}
}