.footer{
    height: 200px;
    width: 100%;
    background: #333333;
    min-width: 1300px
}
.footer .footercont .footerList{
    width: 435px;
    margin: 0 auto;
    overflow: hidden;
   padding-top: 100px;
}
.footer .footercont .footerList li a{
    background:url('../images/footer_icon.png') no-repeat;
    background-position: right 0; 
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
}
.footer .footercont .footerList li a:hover{
    text-decoration: underline;
}
.footer .footercont .footerList li a.problem{
    background:none;
}
.footer .footercont  .footerTips{
    width: 648px;
   margin:23px auto;
}
.footer .footercont  .footerTips .office{
    margin-left: 20px;
    margin-right: 20px;
}
.footer .footercont  .footerTips .office:hover{
    text-decoration: underline;
}