div#footer_frm{
    width: 100%;
    height: 200px;
    background-color: #333;
    margin-top: 50px;
}
div#footer{
    width: 1250px;
    height: 198px;
    margin: 0 auto;
}
div#footer ul img{
    width: auto;
    height: 35px;
    padding: 30px 0 20px 20px;
}
div#footer ul:nth-child(1){
    width: 100%;
    height: 85px;
    border-bottom: 1px dotted #ccc;
}
div#footer ul:nth-child(2){
    width: 1200px;
    height: 80px;
    margin: 10px 25px 0 15px;
}
div#footer ul:nth-child(2) li{
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px 0 10px;
}