.home-footer {
   	position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 1200px;
    clear: both;
	overflow: hidden;
}
.home-footer-wrapper {
	width: 1200px;
    margin: auto;
    color: #8d9095;
    height: 85px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-footer-wrapper .identity {
    line-height: 25px;
    margin: 0;
    font-size: 14px;
}	
.home-footer-wrapper .footer-content {
	text-align:center;
}