#footer{
	width: 100%;
	height: 500px;
	background-color: #232C4A;
	
}
.footers{
	width: 70%;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding-top: 50px;
}
.foot_lfet{
	width: 81%;
	display: flex;
}
.foot_list{
	width: 220px;
	
}
.foot_title{
	font-size: 20px;
	margin-bottom: 10px;
}
.foot_title a{
	color: #fff;
}
.foot_li{
	font-size: 15px;
	padding: 10px 0;
	display: block;
}
.foot_li a{
	color: #CACBD1;
}
.foot_right{
	color: #fff;
}
.foot_right img{
	width: 160px;
	height: 160px;
}
.foot_right_p{
	font-size: 28px;
	margin-top: 10px;
}
.foot_right_text{
	font-size: 14px;
	margin-top: 10px;
}