/*底部*/
/*$$
{"color":[{"val":"#ffffff","title":"底部文字颜色"},
{"val":"rgba(255,255,255,.7)","title":"导航链接/备案文字颜色"}],
"background":[{"val":"#ffffff","title":"左侧logo背景颜色"},
{"val":"#263053","title":"底部背景颜色"},
{"val":"#b99c62","title":"底部斜角背景颜色"}],
"border":[{"val":"#ffffff","title":"鼠标滑过导航边框颜色"},
{"val":"#b99c62","title":"底部斜角背景颜色"},
{"val":"#263053","title":"底部背景颜色"},
{"val":"rgba(255,255,255,.7)","title":"默认导航链接/备案边框"}]}
$$*/
#footer_151{
	width: 100%;
	height: 455px;
	position: relative;
	background: #263053;
}
#footer_151::before,
#footer_151::after{
	position: absolute;
	width: 50%;
	height: 100%;
	content: '';
	top:0;
}
#footer_151::before{
	/* background: #ffffff; */
	left: 0;
}
#footer_151::after{
	background: #263053;
	right: 0;
}
#footer_151 .footBox{
	width: 1200px;
	margin: 0 auto;
	background: #263053 url(./../../../static/images/FD00013_01.jpg) no-repeat left top;
	background-size: 538px 455px;
	height: 100%;
	position: relative;
	z-index: 1;
}
#footer_151 .logoImg{
	position: absolute;
	left: 0;
	top:70px;
	z-index: 100;
}
#footer_151 .triangle1{
	width: 0;
	height: 0;
	border-top: 455px solid #ffffff;
	border-right:415px solid transparent;
	position: absolute;
	left: 0;
	top:0;
	display: none;
}
#footer_151 .triangle2{
	width: 0;
	height: 0;
	border-bottom: 455px solid #b99c62;
	border-left:415px solid transparent;
	position: absolute;
	left: 0;
	top:0;
	display: none;
}
#footer_151 .triangle3{
	width: 105px;
	height:100%;
	background: #b99c62;
	position: absolute;
	left: 415px;
	top:0;
	display: none;
}
#footer_151 .triangle4{
	width: 0;
	height: 0;
	border-bottom: 455px solid #263053;
	border-left:415px solid transparent;
	position: absolute;
	left: 112px;
	top:0;
	display: none;
}
#footer_151 .footCon{
	
	color: #ffffff;
	font-size: 14px;
}
#footer_151 .footList{
	width: 50%;
	color: #ffffff;
	font-size: 14px;
	padding-top: 40px;
	position: absolute;
	z-index: 1000;
	right: 0;
	top:0;
}
#footer_151 .footItem{
	padding-bottom: 20px;
	float: left;
}
#footer_151 .footItem:nth-child(1){
	width: 170px;
}
#footer_151 .footItem:nth-child(2){
	width: 310px;
	padding-right: 30px;
}
#footer_151 .footItem:nth-child(3){
	width: 120px;
}
#footer_151 .footItem .footTop{
	line-height: 60px;
	font-size: 16px;
	margin-bottom: 20px;
}
#footer_151 .footItem .footLi{
	font-size: 14px;
	
	line-height: 30px;
	width: 100%;
	display: block;
	position: relative;
}
#footer_151 .footItem .navLi{
	font-size: 14px;
	color:rgb(255,255,255,.7);
	line-height: 40px;
	width: auto;
	display: inline-block;
	position: relative;
}
#footer_151 .footItem .navLi::before{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	max-width: 0;
	border-bottom:rgba(255,255,255,.7) 1px solid;
	color: #ffffff;
	word-break: keep-all;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}
#footer_151 .navLi:hover::before,
#footer_151 .navLi:focus::before{
	max-width: 100%;

}
#footer_151 .footItem .bf{
	color: #ffffff;
	width: 60px;
	text-align: justify;
	display: inline-block;
	text-align-last: justify;
	margin-right: 10px;
}
#footer_151 .footItem .code{
	width: 100px;
	height: 100px;
	margin: 25px 0 0 0;
}
#footer_151 .footItem .code img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer_151 .footItem .codetit{
	line-height: 40px;
}
#footer_151 .footEnd{
	color:rgb(255,255,255,.7);
	width: 100%;
	text-align: center;
	line-height: 50px;
	border-top: rgb(255,255,255,.7) solid 1px;
	font-size: 14px;
	position: absolute;
	width: 60%;
	bottom: 0;
	right: 0;
}
#footer_151 .footEnd a{
	color:rgb(255,255,255,.7);
	margin-left: 20px;
	
}
@media screen and (max-width: 1200px) {
	#footer_151 .footBox{
		width: 100%;
	}
	#footer_151 .footList{
		width: 60%;
	}
}
@media screen and (max-width: 768px){
	#footer_151{
		display: none;
	}
}
