/******** header  ***********/
 
 
#top {
    height: 100px;
}

#top.mainw {
    position: relative;
}

#top a.logo {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
        padding-top: 11px;
}


#top  #nav {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}

#top  #nav a {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px; 
    font-size: 16px;
    text-align: center;
    margin: 30px 0;
}

#top  #nav a:hover {
    background: #f1433c;
    color: white;
    
}



/******** footer  ***********/
 
 
 #footer {
     font-size: 18px;
     color: #666;
     background: #343434;
     margin-top: 40px;
     padding-top: 20px;
     color: white;
 }
 
 
 #footer input , #footer  textarea {
     background: #343434;
     padding: 5px 0;
 }
 
  #footer .unit  {
     float: left;
     padding-right: 24px;
 }
 
 
 #footer .logo-info {
     
 }
 #footer .logo-info  p.m {
     margin-top: 10px;
 }
 
 
 
 
 #footer .logo-info  p.tel { background: url(/static/qunxin/footer-tel.png) 0 5px no-repeat; padding-left: 30px;  }
 #footer .logo-info  p.email { background: url(/static/qunxin/footer-email.png) 0 5px no-repeat; padding-left: 30px;  }
 #footer .logo-info  p.fax { background: url(/static/qunxin/footer-fax.png) 0 5px no-repeat; padding-left: 30px;  }
  #footer .logo-info  p.address { background: url(/static/qunxin/footer-address.png) 0 5px no-repeat; padding-left: 30px;  }
 
  
  
  #footer .footer-nav {
      margin-left: 40px;
  }

    #footer .footer-nav  a {
      display: block;
      margin: 10px 0;
  }



  #footer  .message {
      float: right;
  }

  #footer  .message .line {
      margin: 10px 0;
      overflow: hidden;
      position: relative;
  }
  #footer  .message .line * {
      float: left;
      display: block;
  }

  #footer  .message .line .info {
      width:100px;
      float: left;
      text-align: right;
      padding-right: 10px;
      
  }

  #footer  .message .line  img {
      position: absolute;
      top: 5px;
      right: 10px;
  }
  
  
  
  #footer .copyright {
      text-align: center;
      background: #000000;
      color: white;
      padding: 10px 0;
      margin-top: 20px;
      
      
  }





