/*footer*/
#foot{
	margin-top: 50px;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 30px 50px;
	background-color: rgb(143,34,33);	
}
.footer{
	width: 1000px;
	margin: 0 auto;
}
.footLogo{
	width: 270px;
	display: table;
	float: left;
	box-sizing: border-box;
	padding: 10px  40px;
	background: url(../images/footLine.png) no-repeat 260px center;
}
.footText{
	padding: 0px 40px 20px 0;
	width: 560px;
	float: left;
	font-size: 14px;
	box-sizing: border-box;
	color: white;
	line-height: 24px;
	background: url(../images/footLine.png) no-repeat 530px center;
}
.footText p{
	font-size:14px;
	line-height:20px;
}
#jsNav{
	text-align: center;
	margin-top: 10px;
}


.footer_jb{
	width: 100%;
	height: 30px;
	background-color: #666;		
}
.footer_jb img{
	position: absolute;
	top: -28px;
	left: 56px;
}
.footer_jb p{
	position: relative;	
	display: table;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: white;
	margin: 0 auto;
	text-indent: 9em;
}