
/*页脚开始*/
.container-fluid{
    margin:0;
}
.footer{
    background-color: #000000;
}
.footer-lf{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.footer-lf img{
    width: 32px;
    height: 32px;
    margin-right: 20px;
}
.footer-lf .telphone{
    width: 25px;
    height: 25px;
    margin-right: 20px;
}
.footer-lf .email{
    width: 17px;
    height: 17px;
    margin-right: 27px;
    margin-top: 10px;
}
.footer-lf-txt{
    font-size: 14px;
    color: #fdfdfa;
}
.footer-center{
    display:flex;
    padding-left:15px;
    width: 60%;
    padding: 0 112px 0 188px;
    text-align: center;
}
.footer-center div{
    flex:auto;
}
.footer-center .weichat-img{
    width: 50%;
}
.footer-center .txt-one{
    font-size: 14px;
    line-height: 10px;
    color: #fdfdfa;
}
.footer-qqimg{
    width: 50%;
}
.footer-center .QQ{
    text-decoration: underline;
}
.footer-center .txt-two{
    font-size: 14px;
    line-height: 10px;
    color: #fdfdfa;
    margin-right: 39px;
    margin-left: 41px;
}
.footer-bottom{
    width: 30%;
}
.footer-bottom-link{
    font-size: 14px;
    color: #fdfdfa;
    text-align: right;
}
.footer-bottom-link a{
    color: #fdfdfa;
}
.footer-bottom-link a:hover{
    text-decoration: none;
}
.footer-bottom-link .company{
    margin-top: 3%;
    margin-bottom: 3%;
}
.contact-us{
    margin-top: 2%;
    margin-bottom: 2%;
}
.copyright span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #9e9c9c;
    margin-bottom: -2%;
}
/*页脚结束*/