footer{
	width: 100%;
	background: #23164B;
}
.footer{
	width: 100%;
}
.footer_tops{
	width: 100%;
	padding-top: 65px;
	padding-bottom: 40px;
	display: inline-block;
}
.footer_top1{
	float: left;
	font-size: 34px;
	color: white;
	font-weight: bold;
}
.footer_top1 img{
	width: 130px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.footer_top1 span{
	display: inline-block;
	vertical-align: middle;
}
.footer_top2{
	width: 355px;
	float: left;
}
.footer_top2_1{
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
	color: white;
}
.footer_top2_2{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: white;
}
.footer_top2_2:last-child{
	margin-bottom: 0;
}
.footer_top2_2 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer_top2_2 div{
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
}
.footer_top3{
	width: calc(100% - 645px);
	float: left;
	display: inline-block;
}
.footer_top3_1{
	width: 50%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	color: white;
	float: left;
}
.footer_down{
	border-top: 1px solid rgba(255, 255, 255, .1);
	width: 100%;
	padding: 25px 0;
	display: inline-block;
}
.footer_down1{
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	float: left;
}
.footer_down2{
	width: 30px;
	display: block;
	float: right;
}