.fr {
    float: right;
}

.fl {
    float: left;
}

.auto1200 {
    width: 1200px;
    margin: 0 auto;
}

.footerBox {
    background: #2d3237;
}

.footerBox .wrap {
    padding: 20px 0 30px;
}

.footerBox .wrap_l {
    height: 162px;
    position: relative;
}

.wrap_l li {
    width: 250px;
    float: left;
    color: rgb(255, 255, 255);
}
.wrap_l li span{
    font-size: 18px !important; 

}
.wrap_l ul li a {
    font-size: 16px;
    color: rgb(188, 188, 188);
    height: 24px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 4px;
}

.wrap_l span {
    margin-bottom: 18px;
    display: inline-block;
}

.foo_right {
    padding-right: 50px;
}

.footer_box {
    border-top:1px solid rgba(102,102,102,1);
    background: #000;
}

.footer_bar {
    height: 80px;
    line-height: 30px;
    padding-bottom: 16px;
    box-sizing: content-box;
}

.footer_txt {
    text-align: center;
}

.footer_txt a {
    height: 32px;
    line-height: 32px;
}

.footer_bar .footer_txt .footer_text,
.footer_bar .footer_txt a {
    height: 18px;
    color: #b0b0b0;
    text-align: center;
    padding: 0 6px;
    display: inline-block;
}

.footer_img {
    text-align: center;
    margin-top: 12px;
}

.footer_img img {
    width: 72px;
    height: 27px;
    margin: 0 24px;
}

.footerFixed {
    border-radius: 5px;
    position: fixed;
    bottom: 230px;
    margin-bottom: -220px;
    right: 10px;
    width: 60px;
    z-index: 999;
    cursor: pointer;
}

.auto1200 {
  width: 1200px;
  margin: 0 auto;
}

.footerBox {
  background: #333;
}