.footer_nav1{
    float: left;
    width: 220px;
    margin-right: 40px;
    text-align: left;
}
.footer_nav2{
    float: left;
    width: 220px;
    text-align: left;
}

.footer_nav1 ul li{
    color: #fff;
    font-size: 1em !important;
    font-weight: 400;
    margin-top: -20px;
    margin-left: -30px;
    list-style:none;
    padding-bottom: 10px;
}
.footer_nav1 ul li a{
    color: #ccc;
    text-decoration: none;
}
.footer_nav1 ul li a:hover{
    color: #e4e4e4;
    text-decoration: none;
    padding-left: 3px;
}

.footer_nav2 ul li{
    color: #fff;
    font-size: 1em !important;
    font-weight: 400;
    margin-top: -20px;
    margin-left: -30px;
    list-style:none;
    padding-bottom: 10px;
}
.footer_nav2 ul li a{
    color: #ccc;
    text-decoration: none;
}
.footer_nav2 ul li a:hover{
    color: #e4e4e4;
    text-decoration: none;
    padding-left: 3px;
}
.footer_nav1 li::before{
    color: #fff;
    content: "-";
    list-style:none;
    font-size: 1.2em;
    padding: 0 5px 0 0px;
}
.footer_nav2 li::before{
    color: #fff;
    content: "-";
    list-style:none;
    font-size: 1.2em;
    padding: 0 5px 0 0px;
}
.footer_tit1{
    font-size: 1em;
    font-weight: 600;
    color: #fff;
}
.footer_tit1 a{
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.footer_tit1 a:hover{
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding-left: 3px;
}