
	.bannerBox{
		width: 1030px;
		height: auto;
		margin: 100px auto 55px;
		/*padding-bottom: 35px;*/
		background: #f7f7f7;
	}
	.bannerBox img{
		width: 1030px;
	}
	.bannerBox p{
		font-size: 16px;
		line-height: 1.5;
		padding: 35px 35px 0;
	}
	/*bannerBox end*/
	
	.linkBox{
		width: 1030px;
		height: auto;
		margin: 0 auto 200px;
		overflow: hidden;
	}
	.linkBox .block{
		float: left;
		width: 320px;
		height: 160px;
		margin-right: 35px;
	}
	.linkBox .block.mn{
		margin-right: 0;
	}
	.linkBox .block img{
		float: left;
		width: 160px;
	}
	.linkBox .block .word{
		float: left;
		width: 160px;
		height: 160px;
		color: #fff;
		font-size: 22px;
		text-align: center;
		line-height: 160px;
	}
	.bgB{
		background: #003377;
	}
	.bgG{
		background: #00b6ee;
	}
	.bgR{
		background: #e50011;
	}
	/*linkBox end*/
