.footer{
    background: #02529f;
}
.footer .container{
    padding: 30px 0;
    border-bottom: 1px solid #024381;
}

.footer .logo{
    /*height: 90px;*/
    width: 100%;
}

.footer dl dt{
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 10px;
    overflow: hidden;
}
.footer dl dd{
    overflow: hidden;
}
.footer dl dd a{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    width: 33.3333%;
    display: table;
    float: left;
}
.footer dl dd a:hover{
    color: #ffffff;
}
.footer .ewm{
    width: 50%;
    text-align: center;
    /*padding: 0 5px;*/
    float: left;
}
.footer .ewm img{
    width: 70px;
    margin-bottom: 10px;
}
.footer .ewm p{
    color: #ffffff;
    font-size: 14px;
}

.footer .bottom{
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.footer .bottom a{
    color: #ffffff;
}

.footer .bottom a:hover{
    color: #ffffff;
}



/*平板电脑*/
@media all and (max-width: 1200px){
    .footer .container{
        width: 100%;
    }

    .footer .container .col-md-4{
        text-align: center;
    }
    .footer .container .col-md-6{
        margin: 20px auto;
    }
    .footer .ewm img{
        width: 100px;
    }

}