@charset "utf-8";
.footer{
    line-height: 1.8;
    margin-top: 70px;
    padding: 90px 0 30px;
    background: #2c1a06;
    color: #afafaf;
}
.fLayer-left dl{
    float: left;
    width: 160px;
}
.fLayer-left dl.widthMax{
    width: 220px;
}
.fLayer-left dt,.fLayer-left dd a:hover, .f-text1{
    color: #ffffff;
}
.fLayer-left dt:after,.f-text1:after{
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    margin: 16px auto 20px;
}
.fLayer-left dd{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:14px;
}
.fLayer-left dd a{
    -webkit-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.fLayer-right{
    line-height: 1.6;
}
.fLayer-center{
    margin: 0 150px 0 640px;
}
.fLayer-qrc{
    width:120px;
    line-height: 40px;
    margin: 0 auto;
    color: #ffffff;
}
.fLayer-qrc img{
    border-radius: 2px;
}
.fLayer-center>p{
    margin-bottom: 14px;
}
.footer-copyright{
    padding-top: 12px;
    margin-top: 70px;
    border-top: 1px solid rgba(255,255,255,0.7);
}