/*$${"color":[{"val":"#fff","title":"文字颜色"},

{"val":"#555555","title":"底部文字颜色"},

{"val":"rgba(255,255,255,.7)","title":"导航默认文字颜色"}],

"background":[{"val":"#fff","title":"底部背景颜色"}],

"border":[]}$$*/

#footer_151{

	width: 100%;

	background: url(/static/images/FD00011_01.png) no-repeat center top;

	background-size: cover;

}

#footer_151 .footCon{

	width: 1200px;

	margin: 0 auto;

	padding: 35px 0;

	height: 207px;

}

#footer_151 .code{

	width: 137px;

	height: 137px;

	float: left;

}

#footer_151 .footLi{

	width: 60%;

	float: right;

	display: flex;

	height: 100%;

	position: relative;

	top:50%;

	transform: translateY(-50%);

}

#footer_151 .footLi .itemLi{

	flex:1;

	font-size: 14px;

	color:rgba(255,255,255,.7);

	display: flex;

	align-items: center;

	justify-content:center;

	position: relative;

}

#footer_151 .footLi .itemLi:hover i{

	color: #fff;

}



#footer_151 .foot_tit{

	width: 25%;

	margin-left: 40px;

	float: left;

	display: flex;

	align-items: center;

	justify-content: center;

	height: 100%;

}

#footer_151 .foot_tit img{

	width: 100%;

	height: auto;

}

#footer_151 .footEnd{

	font-size: 14px;

	color: #555555;

	background: #fff;

	height: 80px;

	line-height: 80px;

	text-align: center;

}

#footer_151 .footEnd a{

	color: #555555;

}

@media screen and (max-width: 1200px){

	#footer_151 .footCon{

		width: 90%;

	}

	#footer_151 .footLi{

		width: 45%;

		display: block;

	}

	#footer_151 .footLi .itemLi{

		float: left;

		width: 50%;

		line-height: 40px;

	}

}

@media screen and (max-width: 767px){

	#footer_151{

		margin-bottom: 80px;

	}

	#footer_151 .foot_tit{

		width: 40%;

		height: auto;

		margin-top: 30px;

	}

	#footer_151 .footLi{

		float: left;

		width: 100%;

		height: auto;

		top:20%;

	}

	#footer_151 .footLi .itemLi{

		width: 25%;

	}

	#footer_151 .code{

		width: 120px;

		height: 120px;

	}

	#footer_151 .footEnd{

		height: 60px;

		line-height: 60px;

	}

	#footer_151 .footLi{

		display: none;

	}

	#footer_151 .code{

		width: 80px;

		height: 80px;

	}

	#footer_151 .footCon{

		height: 120px;

		padding: 20px 20px;

	}

}