/*底部*/
/*$$
{"color":[{"val":"#000000","title":"整体字体颜色"}],"background":[{"val":"#ffffff","title":"底部导航底色+中间部分横线"},{"val":"#272727","title":"中间部分底色"},{"val":"#3d3d3d","title":"中间隔离线"},{"val":"#b0140e","title":"底部底色"}],"border":[{"val":"#e0dede","title":"导航上下边框"}]}
$$*/

#footer_151{
	width: 100%;
}
#footer_151 .footerNav{
	width: 100%;
	background: #ffffff;
	border-bottom: #e0dede solid 1px;
	border-top: #e0dede solid 1px;
}
#footer_151 .footerNav ul{
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer_151 .footerNav ul li{
	font-family: "SourceHanSansSC-Light";
	font-size: 16px;
	line-height: 50px;
}
#footer_151 .footerNav ul li a{
	display: block;
	width: 100%;
	color: #000000;
}
#footer_151 .footerMid{
	width: 100%;
	background: #272727;
}
#footer_151 .footerBody{
	width: 1200px;
	margin: 0 auto;
	padding: 35px 60px 40px 65px;
}
#footer_151 .footerBodyCon{
	width: 28.3%;
	float: left;
	position: relative;
}
#footer_151 .footerBodyTit{
	width: 100%;
	margin-bottom: 50px;
}
#footer_151 .footerBodyTitA{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	color: #ffffff;
}
#footer_151 .footerBodyTitB{
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}
#footer_151 .footerBodyConBody{
	width: 100%;
	padding-left: 40px;
	position: relative;
	margin-bottom: 30px;
}
#footer_151 .footerBodyConBody img{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	object-fit: contain;
}
#footer_151 .footerBodyConA{
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
}
#footer_151 .footerBodyConLine{
	width: 53px;
	height: 2px;
	background: #ffffff;
	margin-top: 10px;
}
#footer_151 .footerBodyConB{
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
	margin-top: 15px;
}
#footer_151 .footerBodyLink{
	width: 33.3%;
	padding-left: 85px;
	float: left;
	position: relative;
}
#footer_151 .footerBodyLinkBody{
	width: 100%;
}
#footer_151 .footerBodyLinkBody ul{
	width: 100%;
}
#footer_151 .footerBodyLinkBody ul li{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
#footer_151 .footerBodyLinkBody ul li a{
	display: block;
	cursor: pointer;
	width: 100%;
}
#footer_151 .footerBodyLinkBody ul li p{
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
#footer_151 .footerBodyLinkLine{
	width: 13px;
	height: 2px;
	background: #ffffff;
	margin-top: 10px;
}
#footer_151 .footerBodyMap{
	width: 33.3%;
	padding-left:45px;
	float: left;
}
#footer_151 .footerBodyMapBody{
	margin-top: 40px;
	width: 100%;
	height: 195px;
}
#footer_151 .footerLine{
	height: 335px;
	width: 1px;
	background: #3d3d3d;
	float: left;
}
#footer_151 .footerBot{
	width: 100%;
	background: #b0140e;
	line-height: 53px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
}
#footer_151 .footerBot a{
	color: #ffffff;
}
@media screen and (max-width:1200px) {
	#footer_151 .footerNav ul{
		width: 100%;
	}
	#footer_151 .footerBody{
		width: 100%;
		padding: 35px 20px 40px 20px;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#footer_151 .footerNav ul{
		width: 100%;
	}
	#footer_151 .footerBody{
		width: 100%;
		padding: 35px 20px 40px 20px;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#footer_151 .footerNav ul{
		display: none;
	}
	#footer_151{
		margin-bottom: 80px;
	}
	#footer_151 .footerBody{
		width: 100%;
		padding: 35px 20px 40px 20px;
	}
	#footer_151 .footerBodyCon{
		width: 50%;
	}
	#footer_151 .footerLine{
		display: none;
	}
	#footer_151 .footerBodyLink{
		width: 50%;
	}
	#footer_151 .footerBodyMap{
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
	#footer_151 .footerBodyLink{
		padding-left: 50px;
		display: none;
	}
	#footer_151 .footerBot{
		padding: 10px 20px;
		line-height: 25px;
	}
	#footer_151 .footerBodyTit{
		margin-bottom: 15px;
	}
	#footer_151 .footerBodyConBody{
		margin-bottom: 20px;
	}
	#footer_151 .footerBodyMapBody{
		margin-top: 15px;
		height: 160px;
	}
	#footer_151 .footerBodyConLine,#footer_151 .footerBodyConB{
		margin-top: 5px;
	}
	#footer_151 .footerBodyCon{
		width: 100%;
	}
	#footer_151 .footerBot span{
		width: 100%;
		text-align: center;
		display: block;
	}
}