/*底部*/
/*$$
{"color":[{"val":"#ffffff","title":"文字"},
{"val":"#f08519","title":"鼠标滑过导航"}],
"background":[{"val":"#848484","title":"横线"},
{"val":"#ffffff","title":"白色边框"},
{"val":"#4f4f4f","title":"底色"}],"border":[{"val":"#f08519","title":"鼠标滑过导航边框"}]}
$$*/

#footer_151 {
	width: 100%;
	padding: 60px;
	background: #4f4f4f;
}

#footer_151 .footerBody {
	width: 1200px;
	margin: 0 auto;
}

#footer_151 .footerLeft {
	width: 75%;
	float: left;
}

#footer_151 .footerLeft img {
	width: 155px;
	object-fit: contain;
}

#footer_151 .footerLeft .footerLine {
	width: 100%;
	margin-top: 20px;
	height: 1px;
	background: #848484;
}

#footer_151 .footerLeft .footerLeft_body {
	width: 100%;
	margin-top: 40px;
}

#footer_151 .footerLeft .footerLeft_body ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#footer_151 .footerLeft .footerLeft_body ul li {}

#footer_151 .footerLeft .footerLeft_body ul li .footerLeftTit {
	font-size: 16px;
	line-height: 46px;
	font-weight: bold;
	color: #ffffff;
}

#footer_151 .footerLeft .footerLeft_body ul li .footerLeftLine {
	width: 20px;
	height: 3px;
	background: #ffffff;
}

#footer_151 .footerLeft .footerLeft_body ul li .footerList {}

#footer_151 .footerLeft .footerLeft_body ul li .footerList ul {
	display: block;
	margin-top: 20px;
}

#footer_151 .footerLeft .footerLeft_body ul li .footerList ul li {
	font-size: 14px;
	line-height: 36px;
	position: relative;
}

#footer_151 .footerLeft .footerLeft_body ul li .footerList ul li a {
	display: block;
	width: 100%;
	color: #ffffff;
	cursor: pointer;
}
#footer_151 .footerLeft .footerLeft_body ul li .footerList ul li a::after{
	position: absolute;
	content: attr(data-hover);
	height: 36px;
	line-height: 36px;
	left: 0;
	top: 0;
	max-width: 0;
	color: #f08519;
	overflow: hidden;
	border-bottom: #f08519 solid 1px;
	transition: max-width .3s ease;
	
}
#footer_151 .footerLeft .footerLeft_body ul li .footerList ul li:hover a::after{
	max-width: 100%;
}
#footer_151 .footerLeft .footerLeft_body ul li .footerList ul li a i{
	opacity: 1;
	transition:opacity .3s ease;
}
#footer_151 .footerLeft .footerLeft_body ul li .footerList ul li:hover i{
	opacity: 0;
}
#footer_151 .footerRight {
	width: 25%;
	padding-left: 60px;
	float: right;
}

#footer_151 .footerRight .footerRightTit {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #ffffff;
}

#footer_151 .footerRight p {
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	margin-top: 10px;
}
#footer_151 .footerRight p a{
	color: #ffffff;
}
#footer_151 .footerRight img {
	width: 50%;
	margin: 0 auto;
	margin-top: 10px;
	object-fit: contain;
}

@media screen and (max-width:1200px) {
	#footer_151 .footerBody {
		width: 90%;
	}
	#footer_151 .footerRight{
		padding-left: 20px;
	}
	#footer_151{
		padding: 20px;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#footer_151 .footerBody {
		width: 90%;
	}
	#footer_151 .footerRight{
		padding-left: 20px;
	}
	#footer_151{
		padding: 20px;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#footer_151 .footerBody {
		width: 96%;
	}
	#footer_151 {
		padding: 20px;
		margin-bottom: 80px;
	}
	#footer_151 .footerLeft {
		width: 100%;
	}
	#footer_151 .footerRight {
		width: 100%;
		padding: 0;
		margin-top: 10px;
		position: relative;
	}
	#footer_151 .footerLeft .footerLeft_body{
		display: none;
	}
	#footer_151 .footerRight img{
		width:100px;
		height: 100px;
		right: 0;
		position: absolute;
		top:30px;
		
	}
	#footer_151 .footerRight .footerRightTit{
		font-size: 14px;
		line-height: 30px;
	}
	#footer_151 .footerRight p{
		font-size: 14px;
		line-height: 24px;
		padding-right: 120px;
	}
	#footer_151 .footerLeft img{
		max-width: 60%;
		width: auto;
		height: auto;
	}
	#footer_151 .footerLeft .footerLine{
		margin-top: 10px;
	}
}