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


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