* {
	margin: 0;
	padding: 0;
}

h3 {
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 40px;
	color: #111111;
	/* line-height: 78px; */
	text-align: center;
}

.english {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #111111;
	opacity: 0.34;
	/* line-height: 78px; */
	text-align: center;
	margin-top: 15px;
	margin-bottom: 57px;
}

.kjBox3 {
	background: url('../images/three_bg.png') no-repeat;
	width: 100%;
	height: 1080px;
	background-size: 100% 100%;
	position: relative;
	padding-top: 321px;

	.content {
		padding-top: 80px;
		width: 100%;
		height: 573px;
		background: rgba(255,255,255,0.8);
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;

		.text {
			width: 1180px;
			font-family: PingFang SC;
			font-weight: 500;
			font-size: 26px;
			text-indent: 2em;
			text-wrap: wrap;
			color: #555555;
			line-height: 52px;
			margin: 0 auto;
		}
	}
}
