
	.pageSwitch{
		width: 320px;
	}
	/*pageSwitch end*/

	.wrap .infoBox{
		width: 1030px;
		height: auto;
		margin: 0 auto 30px;
	}
	.wrap .infoBox img{
		width: 1030px;
		margin: 10px 0 50px;
	}
	.wrap .infoBox p{
		font-size: 16px;
		line-height: 1.5;
		position: relative;
	}
	.wrap .infoBox p.paddingL{
		padding-left: 40px;
	}
	.wrap .infoBox p.paddingB{
		padding-bottom: 30px;
	}
	.wrap .infoBox p span.li{
		position: absolute;
		top:0;
		left: 0;
		font-size: 16px;
		line-height: 1.5;
	}
	/*infoBox end*/

	#listBox{
		width: 1060px;
		height: auto;
		overflow: hidden;
		margin: 0 auto 50px;
	}
	#listBox .block{
		float: left;
		width: 320px;
		height: 300px;
		margin: 0 15px 20px;
		position: relative;
	}
	#listBox .block img{
		width: 320px;
		height: 250px;
	}
	#listBox .block p{
		text-align: center;
		font-size: 16px;
		padding-top: 10px;
	}
	#listBox .block .hrefBox{
		position: absolute;
		top:-320px;
		left: 0;
		width: 320px;
		height: 250px;
		background: #31c3f0;
	}
	#listBox .block .hrefBox a{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80px;
		height: 25px;
		border: 1px solid #fff;
		border-radius: 3px;
		margin: -13px 0 0 -40px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		line-height: 25px;
	}
	#listBox .block:hover .hrefBox{
		top:0;
	}
	/*listBox end*/
