footer{
	width: 100%;
}
.footer-tops{
	width: 100%;
	background: #841E54;
}
.footer-top{
	width: 100%;
	margin: 35px auto;
	display: inline-block;
}
.footer-top1{
	width: 160px;
	float: left;
}
.footer-top1_1{
	width: 100%;
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-top1_2{
	width: 100%;
	display: inline-block;
}
.footer-top1_3{
	    width: 18%;
	    height: 25px;
	    margin-right: 23%;
	    display: block;
	    margin-bottom: 30px;
	    float: left;
}
.footer-top1_3:nth-child(3n){
	margin-right: 0;
}
.footer-top1_3 img{
	max-width: 100%;
	height: 100%;
	display: block;
}
.footer-down{
	width: 100%;
	background: white;
}
.footer-dow{
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.footer-top2{
	width: calc(100% - 160px);
	float: left;
	display: inline-block;
}
.footer-top3{
	width: 30.33%;
	float: left;
	margin-right: 3%;
}
.footer-top3_1{
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	/*font-weight: bold;*/
}
.footer-top3_1:last-child{
	margin-bottom: 0;
}
.footer-top3_2{
	width: 100%;
	font-size: 14px;
	color: white;
	font-weight: bold;
}
.footer-top3_2 span{
	display: inline-block;
	vertical-align: middle;
}
.footer-top3_2 img{
	width: 70px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}