.container{
	width:1000px;
	margin:0 auto 100px auto;
}
.jj-content-text{
	overflow: hidden;
}
.jj-content-text p{
	font-size: 14px;
	color:#333333;
	line-height: 2;
	margin:15px 0;
}
.jj-content-text p:nth-child(2){
	margin-top: 0;
}
.jj-content img{
	display: block;
    margin: 10px auto;
}
.ppwh-content-listBox{
	overflow: hidden;
	width: 100%;
}
.ppwh-content{
	padding: 0 2.5%;
}
.ppwh-content h3{
	font-size: 30px;
	text-align: center;
	color:#333;
}
.ppwh-content-p{
	font-size: 14px;
	color:#333;
	margin: 20px 0 45px 0;
	text-align:center;
}
.ppwh-content-list{
	width:25%;
	float: left;
}
.ppwh-content-list img{
	width: 100%;
}
.ppwh-content-list p:nth-child(2){
	margin:15px 0 30px 0;
	color:#333;
	font-size: 14px;
	text-align: center;
}
.ppwh-content-list p{
	color:#333;
	text-align: center;
	margin:8px 0;
	font-size: 12px;
	line-height: 1.7
}
.ppwh-icon-right{
	width:15px;
	height:15px;
	transform: rotate(135deg);
	border-top:4px solid #a8b9c6;
	border-left:4px solid #a8b9c6;
	float: left;
	margin:70px 5%;
}
.gszz-content{
	padding: 0 2.5%
}
.gszz-content ul{
	overflow: hidden;
	padding: 0 .25%;
}
.gszz-content ul li{
	float: left;
	width:21%;
	padding:1%;
	margin:15px 1%;
	background-color: #f6f6f6;
	height:auto;
}
.gszz-content ul li p{
	font-size: 12px;
	color:#666;
	text-align: center;
	margin-top: 15px;
}
.gszz-content ul li img{
	width: 100%;
	height:280px;
}

@media screen and (max-width: 768px) {
	.container{
		width: 94%;
	}
	.ppwh-content h3{
		font-size: 20px;
	}
	.ppwh-content-p{
		margin:15px 0 25px 0;
	}
	.ppwh-icon-right{
		margin: 70px 2%;
	}
	.gszz-content ul li{
		width: 46%
	}
	.gszz-content ul li img{
		height: 200px;
	}
	.jj-content img{
		width: 100%;
		height: auto;
	}
	.jj-content-text img{
		width: 100%;
		height: auto;
	}
}
