.footerWrap{
 width: 100%;
 background: url(../img/footer_bg.jpg) repeat-x;
 height: 141px;
 float: left;
 margin-top: 10px;
}
.footerL{
    font-size: 14px;
    color: #fff;
}
.footerL .fw{
 margin-top: 30px;
}
.footerL .fw a{
 background: #af0b2e;
 width: 160px;
 height: 30px;
 line-height: 30px;
 display: block; 
 text-align: center;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 color: #fff;
}
.footerL .link_l{
 margin-top: 15px;
 font-size: 14px;
 color: #fff;
}
.footerL .link_l a{
 color: #fff;
 padding: 0 5px;
}
.footerL .link_l a:hover{
 color: #af0b2e;
 text-decoration: underline;
}
.footerL p{
 margin-top: 8px;
}
.footerR{
 margin-right: 10px;
 margin-top: 20px;
 line-height: 30px;
 color: #fff;
 text-align: center;
 font-size: 14px;
}
.footerR h2{
 font-weight: normal;
}