/*-- footer --*/
.footer .container {
    font-family: "Microsoft YaHei UI";
    width: 100%;
    padding: 0;
}

.footer .footer-logo {
    height: 340px;
    text-align: center;
    background-color: #1f2228;
}
.footer .footer-logo .logo {
    padding: 60px 0 20px 0;
}
.footer .footer-logo .logo span {
    display: inline-block;
}
.footer .footer-logo .logo img {
    width: 100%;
}
.footer .footer-logo span {
    padding: 0px;
}
.footer .footer-logo .add {
    padding: 10px;
    color: #464e5e;
    font-size: 14px;
    line-height: 20px;
}
.footer .footer-logo .tel img{
    width: 16px;
    height: auto;
    padding-bottom: 13px;
}
.footer .footer-logo .tel span{
    padding: 0 5px;
    font-size: 30px;
    color: white;
}

.footer .agile-footer-grids {
    border-top: 1px dashed #707175;
    border-bottom: 1px dashed #707175;
    padding: 3% 15%;
    height: 300px;
    background-color: #1c1e20;
}
.footer .footer-span{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 16px;
    padding-bottom: 18px;

}
.footer .agile-footer-grid p{
    color: #464e5e;
    margin: 10px 0px;
    font-size: 15px;
}

.footer .copyright{
    text-align: center;
    height: 72px;
    background-color: #111111;
    border-top: 1px dashed #707175;
}
.footer .copyright p{
    font-size: 14px;
    line-height: 71px;
    margin: 0;
    color: white;
}

.footer .copyright p a{
    color: white;
}
.footer .copyright p a:hover{
    color:#ffc107;
}
@media(max-width: 1182px) {
    .footer{
        width: 1182px;
    }
}
