
	.serviceBox{
		width: 1030px;
		height: auto;
		text-align: center;
		margin: 35px auto;
		padding-bottom: 40px;
		border-bottom: 1px solid #f5f5f5;
	}
	.serviceBox img.intro{
		width: 790px;
		height: auto;
		margin: 80px 0;
	}
	.serviceBox p{
		text-align: left;
		font-size: 16px;
		line-height: 1.5;
	}
	.serviceBox h3{
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		padding: 20px 0;
	}
	/*serviceBox end*/

	.introBox{
		width: 1030px;
		height: auto;
		margin: 35px auto;
		border-bottom: 1px solid #f5f5f5;
		overflow: hidden;
	}
	.introBox .block{
		float: left;
		width: 500px;
		height: 340px;
	}
	.introBox .block.fr{
		float: right;
	}
	.introBox .block img{
		width: 500px;
		background-color: #f7f7f7;
	}
	.introBox .block p{
		font-size: 16px;
		text-align: center;
		padding-top: 15px;
	}
	/*introBox end*/
	
	.listBox{
		width: 1060px;
		height: auto;
		margin: 0 auto 100px;
		overflow: hidden;
	}
	.listBox .block{
		display: block;
		width: 235px;
		height: 260px;
		margin: 0 15px 30px;
		float: left;
	}
	.listBox .block img{
		width: 235px;
		height: 185px;
	}
	.listBox .block p{
		font-size: 16px;
		font-weight: bold;
		padding-top: 20px;
		line-height: 1.5;
		color: #000;
		text-align: center;
	}
	/*listBox end*/
