﻿.footer {
    background-color: #15AB51;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 55px 0 20px;
}

.footer .footer_con{
    width:1000px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer .footer_con>div:first-child a{
    color:#fff;
    font-size: 20px;
    letter-spacing: 2px;
    display:block;
}
.footer .footer_con>div:first-child a:last-child{
    margin-top:20px;
}

.footer .footer_con .f_center{
    display:flex;
    align-items:center;
}

.footer .footer_con .f_center>div {
    display: inline-block;
    text-align: left;
    margin-left:20px;
}

.footer .footer_con .f_center>div>div{
    line-height:18px;
}

.footer_b {
    height: 80px;
    background-color: #005C32;
}