footer{
    background-color:#4489ca;
	margin-top:20px;
	margin:auto;
    width:100%;
	height:200px;
	font-family:"Microsoft Yahei";
	
}
.foot{
	margin:0 auto;
    display: flex;
    justify-content: space-between;
    color:#FFF;
	width:1200px;
	height:200px;
    margin-top: 10px;
}
.f_left{
	width:500px;
	height:150px;
	margin-left:50px;
	margin-top:20px;
	line-height:50px;
	float:left;
}

.f_right{
    width:150px;
	height:200px;
	line-height:50px;
	margin-left:300px;
	float:left;
}
.f_right img{
    width:130px;
    height:130px;
}
.f_right p{
    width:130px;
	text-align:center;
}

-->