.footer{
    width: 100%;
    height: 472px;
    position: relative;
    border-top: 3px solid #029C3E;
    position: relative;
}
.footer .footer_bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
.footer h1{
    font-size:30px;
    text-align: center;
    padding-top:47px;
    color:#029C3E;
}
.footer .foot_nav{
    display: table;
    margin: 0 auto;
    width: auto;
    overflow: hidden;
    padding-top: 48px;
}
.footer .foot_nav li{
    float: left;
    padding: 0 17px;
    font-size:14px;
}
.footer .foot_nav li a{
    color:#333;
}
.footer .foot_nav li a:hover{
    color:#029C3E;
}
.footer p{
    text-align: center;
    font-size: 14px;
    color:#333;
    padding-top: 25px;
}
.footer .foot_ewm{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}
.footer .foot_ewm img{
    width: 100%;
    height: 100%;
}
.footer .foot_ewm_text{
    padding-top: 4px;
}
.footer .footer_bottom{
    width: 100%;
    height: 40px;
    background: #029C3E;
    position: absolute;
    bottom: 0;
    left:0;
}
.footer .footer_bottom .bottom_text{
    display: table;
    margin: 0 auto;
    overflow: hidden;
    font-size:14px;
    line-height: 40px;
}
.footer .footer_bottom .bottom_text span{
    color:#fff;
    padding: 0 12px;
}
.footer .footer_bottom .bottom_text span a{
    color:#fff;
}
.footer .footer_bottom .bottom_text span a:hover{
    color:red;
}