@charset "utf-8";
.footer-bg{
    background-color: #292929;
}
.footer-content{
    height: 280px;
}
.footer-content .footer-info{
    padding-top: 30px;
}
.footer-info-txt{
    margin-top: 23px;
    padding-left: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #ffffff;
}
.footer-bottom{
    background-color: #000000;
    color: #a5a4a4;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
}
.bottom_en_t a{color: #a5a4a4;}
.footer-list{
    padding-top: 46px;
}
.footer-list ul li:first-child{
    margin-left: 46px;
    border-left: 1px solid #ffffff;
}
.footer-list ul li{
    float: left;
    border-right: 1px solid #ffffff;
}
.footer-list ul li a{
    color: #ffffff;
    padding: 0 18px;
}
.footer-log{
    margin-top: 23px;
    margin-left: 30px;
    width: 360px;
}
.footer-log img{
    margin: 12px 0;
}
.footer-log h3{
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
}


.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;
}
