@charset "utf-8";
.footer-bg{
    background-color: #292929;
}
.footer-content{
    height: 317px;
}
.footer-content .footer-list{
    width: 724px;
}
.footer-content .footer-info{
    padding-top: 30px;
    width: 253px;
}
.footer-info-txt{
    margin-top: 23px;
    padding-left: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #ffffff;
}

.footer-info-txt a{
    
    color: #ffffff;
}



.footer-bottom{
    background-color: #000000;
    color: #a5a4a4;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
}
.footer-bottom a{
       color: #a5a4a4;   
}
.footer-text{
    width: 158px;
}
.footer-texts{
    width: 379px;
}
.footer-text h3,.footer-texts h3{
    margin-top: 25px;
    padding-left: 45px;
    font-size: 18px;
    font-weight: 500;
    line-height: 46px;
    color: #ffffff;
}
.footer-text h3,.footer-texts h3 a{
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 46px;
    color: #ffffff;
}




.footer-text .footer-li,.footer-texts .footer-li{
    height: 206px;
    padding: 20px 0 6px 0;
    border-right: 1px solid #343434;
}
.footer-text .footer-li ul li,.footer-texts .footer-li ul li{
    padding-left: 48px;
}
.footer-text .footer-li ul li a,.footer-texts .footer-li ul li a{
    color: #ffffff;
    line-height: 30px;
    font-size: 14px;
}



.tool{
    width: 90px;
    height: 90px;
    position: fixed;
    bottom:60px;
    right: 10px;
    color: #269abc;
    cursor: pointer;
    z-index: 9999;
    display: none;
}
.tool i{
    width: 90px;
    height: 90px;
    display: block;
    background: url("../image/tool.png") no-repeat;
}
