.s-intro {
	width: 70%;
	margin: 50px auto;
}

.p-intro {
	font-family: PingFangSC-Regular, "微软雅黑";
	font-size: 18px;
	color: #333333;
	text-align: justify;
	line-height: 49px;
}

.s-scdw {
	width: 70%;
	margin: 0 auto;
}

.p-item {
	opacity: 0.98;
	font-family: PingFangSC-Regular, "微软雅黑";
	font-size: 18px;
	color: #333333;
	text-align: left;
	line-height: 40px;
}

.s-img {
	margin-bottom: 20px;
}

.s-ryzz {
	width: 70%;
	height: 600px;
	margin: 50px auto;
}

.p-left {
	display: inline;
	position: relative;
	float: left;
	clear: right;
}

.p-right {
	margin-left: 200px;
	display: inline;
	position: relative;
	float: left;
	clear: right;
}

.p-img {
	float: right;
	position: relative;
	clear: both;
}

@media only screen and (max-width: 1365px) {
	.s-ryzz {
		width: 70%;
		height: 1200px;
		margin: 50px auto;
	}
	.p-right {
		margin-left: 0px;
		display: inline;
		position: relative;
		float: left;
		clear: right;
	}
}