body,html{
    margin:0;
    padding:0;
    font-family:Arial,sans-serif;
    font-size:20px;
}
ul,li{
    list-style:none;
    padding:0;
}
a{
    text-decoration:none;
}

.footer{
    padding: 16px 0;
    margin-top:48px;
    background-color: #111;
    padding-top:60px;
}
.footer a,.contact_us p,.abouts_us p{
    /* color: inherit; */
    text-decoration: none;
    color: #fff;
    font-weight:500;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}
.footer a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer_top{
    display: flex;
    justify-content: center;
}
.abouts_us{
    margin-right:100px;
}
.footer h3{
    color: rgba(255, 255, 255, .7);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.footer_middle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-size:28px;
}
.footer_middle img{
    width:120px;
    margin-right:10px;
}

.footer_middle{
    color:#fff;
}
.footer_middle p{
    display:flex;
    align-items:center;
}
.copy_right{
    color: #fff;
    font-size: 16px;
    line-height: 14px;
}
.logo_txt a{
    font-size:2rem;
    color:#fff;
    font-weight:bold;
    display:flex;
    align-items:center;
}
.logo_txt img{
    width: 180px;
}