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

.kjBox2 {
	background: url('../images/two_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;
		}
	}

	.twoServiceType {
		display: flex;
		width: 1196px;
		margin: 0 auto;
		margin-top: 66px;

		.twoTip {
			display: inline-block;
			width: 6px;
			height: 95px;
			background: #0000AD;
			border-radius: 3px;
			margin-right: 20px;
		}

		.twoConyeyt {

			.p1 {
				font-family: PingFang SC;
				font-weight: 500;
				font-size: 30px;
				color: #111111;
				/* line-height: 52px; */
			}

			.p2 {
				font-family: PingFang SC;
				font-weight: 500;
				font-size: 12px;
				color: #111111;
				/* line-height: 52px; */
				opacity: 0.5;
				margin-top: 5px;
				margin-bottom: 10px;
			}
			
			.p3 {
				font-family: PingFang SC;
				font-weight: 500;
				font-size: 20px;
				color: #111111;
			}
		}
	}
}
