* {
	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: 60px;
}

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

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

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

	.serviceType {
		margin: 80px 414px 86px 414px;
		display: flex;
		justify-content: space-between;

		.info {
			width: 220px;
			font-family: PingFang SC;
			font-weight: bold;
			font-size: 24px;
			color: #0000AD;
			text-align: center;

			img {
				width: 132px;
				height: 132px;
				margin: 0 auto;
			}

			.name {
				margin-top: 26px;
			}

			.note {
				font-size: 11px;
				opacity: 0.4;
				margin-top: 10px;
			}
		}
	}
}
