#footer {
    width: 100%;
    background-color: #FBF9FA;
    margin-top: 30px;
    position: relative;
    clear: both;
    bottom: 0;
}

.footer {
    width: 1208px;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    padding: 0 10px;
}

.footer .footer_content {
    width: 1000px;
    height: 140px;
    margin: 0 auto;
    color: #666;
}

/*footer_left*/
.footer .footer_content .footer_lf {
    width: 300px;
    height: 140px;
}

.footer .footer_content .footer_lf a {
    display: inline-block;
    margin-top: 30px;
}

.footer .footer_content .footer_lf a:first-child {
    margin: 0 30px 0 35px;
}

.footer .footer_content .footer_lf a img {
    vertical-align: middle;
}

/*footer_right*/
.footer .footer_content .footer_lr {
    width: 697px;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}

.footer .footer_content .footer_lr > div {
    margin-top: 10px;
}

.footer .footer_content .footer_lr span {
    padding: 0 2px;
}

.footer .footer_content .footer_lr span a {
    color: #3399ff;
    font-size: 14px;
}

/* body:after{
	content:'';
	display: block;
	height: 50px;
} */