* {
	margin: 0;
	padding: 0;
}

h3 {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 48px;
	color: #222222;
	/* line-height: 78px; */
	text-align: center;
}

.english {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	/* line-height: 78px; */
	text-align: center;
}

.rczp-topBox {
	background: url('../images/rczp_top_bg.png') no-repeat;
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	position: relative;
	padding-top: 165px;

	.rczp-topContent {
		/* width: 100%; */
		margin-top: 84px;
		padding: 0 300px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 115px;

		.boxType {
			width: 302px;
			/* display: flex; */
			
			img {
				width: 227px;
				height: 227px;
				margin: 0 37px;
				text-align: center;
			}

			.tit {
				margin-top: 30px;
				margin-bottom: 28px;
				font-family: PingFang SC;
				font-weight: bold;
				font-size: 24px;
				color: #222222;
				text-align: center;
			}

			.content {
				font-family: PingFang SC;
				font-weight: 500;
				font-size: 16px;
				color: #333333;
				line-height: 34px;
				text-indent: 2em;
				text-wrap: wrap;
				text-align: left;
			}
		}
	}
}

.rcpyBox {
	background: url('../images/rczp_center_bg.png') no-repeat;
	width: 100%;
	height: 213px;
	background-size: 100% 305px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 150px;
	padding: 76px 0;

	.text {
		/* width: 1199px; */
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 24px;
		color: #333333;
		line-height: 52px;
		text-indent: 2em;
		text-wrap: wrap;
		margin: 0 100px;
	}
}

.rcyjBox {
	margin-bottom: 150px; 

	.bottomContent {
		margin-top: 56px;
		margin-left: 360px;
		display: flex;
		flex-direction: row-reverse;

		img {
			width: 910px;
			height: 327px;
			margin-left: 66px;
		} 

		p {
			font-family: PingFang SC;
			font-weight: 500;
			font-size: 24px;
			color: #333333;
			line-height: 52px;
			text-indent: 2em;
			text-wrap: wrap;
			margin-top: 68px;
		}
	}
}

.zxnsBox {
	margin-bottom: 50px;

	.zxnsBox-content {
		padding: 0 277px;
		margin-top: 60px;

		.infoBox {
			width: 100%;
			height: auto;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}

		.info {
			width: 648px;
			/* min-height: 669px; */
			background: #FFFFFF;
			border-radius: 15px;
			border: 1px solid #000000;
			margin-bottom: 70px;
			padding-bottom: 30px;

			.position {
				font-family: PingFang SC;
				font-weight: bold;
				font-size: 24px;
				color: #222222;
				margin: 34px 0 0 34px;
			}
			
			.tip {
				width: 120px;
				/* height: 35px; */
				padding: 9px 0;
				background: #ebedfe;
				border-radius: 2px;
				font-family: PingFang SC;
				font-weight: bold;
				font-size: 18px;
				color: #3650FA;
				text-align: center;
				margin-top: 30px;
			}

			.demand {
				margin: 20px 30px 0;
				p {
					font-family: PingFang SC;
					font-weight: 500;
					font-size: 15px;
					color: #666666;
					line-height: 32px;
				}
			}
		}
	}
}
