/*footer*/
	footer{
		width: 1550px;
		background: #262728;
		margin: 0 auto;
		border-top: 1px solid gray;
		margin-top: 20px;
		overflow: hidden;
	}
	.footerBox{
		padding: 40px 0;
		overflow: hidden;
	}
	.left{
		width: 700px;
	}
	.right{
		width: 700px;
	}
	.left img{
		width: 36px;
		height: 36px;
		padding-left:230px;
	}
	.hotline{
		font-size: 26px;
		color: white;
		margin-left: 10px;
	}
	.telNum{
		padding-left:230px;
		font-size: 20px;
		margin-top: 8px;
		color: white;
	}
	.right img{
		width: 36px;
		height: 36px;
		padding-left:230px;
	}
	#code{
		width: 155px;
		height: 155px;
		margin-top: 20px;
	}
	.bottomBox{
		background: black;
		height: 60px;
	}
	.bottomFont{
		color: white;
		text-align: center;
		line-height: 60px;
		font-size: 16px;
	}