footer{
	width: 100%;
}
.footer{
	border-top: 1px solid #949799;
	box-sizing: border-box;
	width: 100%;
	padding: 25px 0;
	padding-top: 100px;
}
.footer-top{
	width: 100%;
	display: inline-block;
}
.footer-top1{
	width: 21%;
	float: left;
	/* overflow: hidden; */
}
.footer-top1 img{
	width: 100%;
	display: block;
	    transition: all 0.3s linear;
}
.footer-top1:hover img{
	transform: scale(1.1);
}
.footer-top2{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 23%;
	float: left;
	margin-left: 3.33%;
}
.footer-top2_1{
	width: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
.footer-top2_2{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	color: #2B2B2E;
	font-size: 12px;
	font-weight: 400;
}
.footer-top2_1:hover{
	color: #FEF102;
}
.footer-top2_2:hover{
	color: #FEF102;
}
.footer-top2_3:hover{
	color: #FEF102;
}
.footer-top2_2:last-child{
	margin-bottom: 0;
}
.footer-top2_3{
	width: 100%;
	margin-bottom: 10px;
	color: #2B2B2E;
	font-size: 12px;
	font-weight: 400;
}
.footer-top2_4{
	width: 100%;
	display: inline-block;
}
.footer-top2_4_1{
	height: 30px;
	float: left;
	margin-top: 5px;
	display: block;
	margin-right: 10px;
}
.footer-top2_4_1 img{
	height: 100%;
	display: block;
}
.footer-top2_4_1:last-child{
	margin-right: 0;
}
.footer-top3{
	width: 100%;
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}
.footer-top3_1{
	border-right: 1px solid #CBCBCB;
	box-sizing: border-box;
	text-align: center;
	width: 50%;
	font-size: 12px;
	color: #646464;
	display: block;
}
.footer-down{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 0;
	color: #2B2B2E;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	margin-top: 50px;
}