@charset "utf-8";
.footer{
    width:100%;
    min-width:900px;
    background:#222;
    padding:20px 0 30px;
  }
  .foot{
    width:990px;
    margin:0 auto;
  }
  .foot .foot-left{
    width:600px;
    float:left;
  }
  .foot-left .footNav a{
    display:inline-block;
    min-width:60px;
    line-height:24px;
    padding:15px;
    padding-left:25px;
  }
  .footNav a:link,.footNav a:active,.footNav a:visited{
    color:#fff;
    text-decoration: none
  }
  .footNav a:first-child{
    background:url(../images/icon-about1.png) left center no-repeat;
  }
  .footNav a:nth-child(2){
    background:url(../images/icon-about2.png) left center no-repeat;
  }
  .footNav a:nth-child(3){
    background:url(../images/icon-about3.png) left center no-repeat;
  }
  .footNav a:nth-child(4){
    background:url(../images/icon-about4.png) left center no-repeat;
  }
  .footNav a:last-child{
    background:url(../images/icon-about5.png) left center no-repeat;
  }
  .foot-left h4{
    color:#999;
    line-height:24px;
    margin:0px;
    padding-left:5px;
    font-weight:bold;
  }
  .foot-left p{
    color:#777;
    padding-left:5px;
  }
  .foot .foot-right{
    width:380px;
    float:right;
    text-align:right;
  }
  .foot-right ul li{
   width:130px;
    height:130px;
    margin:10px 15px;
    text-align:center;
    float:left;
}
.foot-right ul li img{
   width:130px;
    height:130px;
}
.foot-right ul li p{
  color:#bbb;
  font-size:13px;
  line-height:30px;
}