footer{
	width: 100%;
	background: #133359;
}
.footer{
	width: 100%;
	margin: 35px auto;
	display: inline-block;
}
.footer1{
	height: 70px;
	display: block;
	float: left;
}
.footer2{
	width: 245px;
	border-left: 1px solid white;
	float: left;
	margin-left: 30px;
	display: inline-block;
}
.footer2_1{
	width: 50%;
	float: left;
	padding: 0 20px;
	margin: 5px 0;
	font-size: 14px;
	color: white;
	display: block;
}
.footer3{
	float: right;
	display: flex;
}
.footer3_1{
	width: 35px;
	margin-right: 5px;
}
.footer3_1:last-child{
	margin-right: 0;
}
.footer3_1 img{
	width: 100%;
	display: block;
}