#footer {
    width: 100%;
    background-color: #eeeeee;
    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;
    font-size: 14px;
}

.footer .footer_content {
    line-height: 36px;
    width: 100%;
    height: 140px;
    margin: 20px auto;
    color: #666;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_content .box {
    margin: 0 10px;
    height: 128px;
    box-sizing: border-box;
    background: #e7e7e7;
    padding: 10px 10px
}

.footer_content .col1 {
    /*width: 60%;*/
}

.footer_content .col2 {
    width: 190px;
}

.clearfix {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.clearfix li{
    margin: 0 auto;
}

.footer_content .col3 {

}
.footer_content .col3 .box {
    padding-top: 22px;
}

/*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;
} */