
.warp {
    width: 1200px;
    margin: 0 auto;
}
/*layout_footer*/
.layout_footer {
	z-index:2;
	position: relative;
	padding: 20px 0;
	background-color: #00316a;
}
.layout_footer .bnav	{
	float: left;
	width: 300px;
	height: 90px;
	border-right: solid 1px #3d99fb;
}
.layout_footer .bnav a {
	float: left;
	width: 140px;
	text-align: center;
	margin-top: 18px;
}
.layout_footer .bnav a:nth-child(1),.layout_footer .bnav a:nth-child(2){
	margin-top: 0;
}
.layout_footer .bnav a p {
	margin:0;
	font: 14px/20px "";
	color: #fff;
}
.layout_footer .bnav a span {
	display: block;
	font: 12px/16px "";
	color: #bbceff;
}
.layout_footer .bbot {
	width:100%;
	height: 90px;
}
.layout_footer .bbot p {
	width: 128px;
	height: 63px;
	margin: 0 auto 10px;
}
.layout_footer .bbot span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #bacdff;
	margin-top: 15px;
	text-align: center;
}
.layout_footer .bbot span a{
	color: #bacdff;
}
.layout_footer .bcode {
	position: relative;
	float: left;
	width: 300px;
	height: 90px;
	padding: 21px 0 21px 55px;
	border-left: solid 1px #3d99fb;
}
.layout_footer .bcode dl {
	height: 68px;
}
.layout_footer .bcode dt {
	float: left;
	width: 68px;
	height: 68px;
}
.layout_footer .bcode dd {
	float: right;
}
.layout_footer .bcode dd p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	white-space: nowrap;
}
.layout_footer .bcode dd p a{
	color:#fff
}


.layout_footer .bcode dl:hover dt {
	opacity: 0.8;
}
.layout_footer .bcode dl:hover + div.img {
	display: block;
}
