.footer:after,.footer-container:after{
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.footer{
    width: 100%;
    background: #232323;
    padding-bottom: 25px;
}
.footer .footer-container{
    width: 80%;
    max-width: 1210px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}
.footer-container>ul{
    float: left;
}
.footer-container>ul >li{
    float: left;
    width: 105px;
    margin-bottom: 20px;
}
.footer-container>ul >li>a{
    color: #fff;
    line-height: 45px;
    font-size: 14px;
}
.footer-container ol >li>a{
    color: #ccc;
    font-size: 12px;
    line-height: 35px;
}
.footer-container li a:hover{
    color: #f5821f;
}
.ewm{
    position: absolute;
    right: 0;
    bottom: 20px;
}
.footer_text{
    clear: both;
}
.contact>a{
    display: block;
    width: 145px;
    height: 38px;
    border-radius: 5px;
    background: #fff;
    color: #1e1e1e;
    border: solid 1px transparent;
    transition: .3s;
    text-align: center;
    line-height: 38px;
}
.contact>a:hover{
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
}
.footer_text{
    color: #ddd;
}
.sites span,.mobile span {
    padding-left: 20px;
    color: #ddd;

}
.mobile span{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.copyright{
    padding: 5px 10px;
    color: #999999;
    border: solid 1px #ddd;
    width: 400px;
}

