

#top {
    height: 100px;
    background: #333;
}

#top  .mainw {
    position: relative;
}

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


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

#top  #nav a {
    display: inline-block;
    width: 98px;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    text-align: center;
    color: white;
}

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





#footer {
    background: url(/static/hengde/footer.jpg) center;
    height: 367px;
    color: #b2b2b2;
}

#footer  h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #666;
    color: white;
    padding-top: 30px;
    padding-bottom: 5px;
}

#footer  a {
    color: inherit;
}

#footer   .unit {
    float: left;
    
}

#footer   .unit.item-1 a  {
    display: block;
    width: 185px;
    padding-top: 18px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #666;
}
#footer   .unit.item-2 {
    margin-left: 80px;
    width: 400px;
}

#footer   .unit.item-2 p {
      display: block;
 
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #666;
    padding-left: 30px;
  
}
#footer   .unit.item-2 p.phone { background: url(/static/hengde/footer-phone.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.tel { background: url(/static/hengde/footer-tel.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.fax { background: url(/static/hengde/footer-fax.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.email { background: url(/static/hengde/footer-email.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.you { background: url(/static/hengde/footer-postcode.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.address { background: url(/static/hengde/footer-address.png)  center left 3px no-repeat;}

#footer   .unit.message {
    width: 500px;
    float: right;
}

#footer   .unit.message  .info {
    display: inline-block;
    width: 20%;
    line-height: 40px;
    vertical-align:  central;
 
}

#footer   .unit.message  input {
    width: 70%;
    height: 20px;
    padding: 5px;
    margin: 10px;
     font-size: 16px;
         background: rgba(0,0,0,0);
             border: 1px solid #ccc;
             border-radius: 5px;
                color: white;
}

#footer   .unit.message  textarea {
     width: 70%;
 
    padding: 5px;
    margin: 10px;
    height: 100px;
    font-size: 16px;
        background: rgba(0,0,0,0);
             border-radius: 5px;
             color: white;
} 

#footer   .unit.message  .line {
    position: relative;
}

#footer   .unit.message .ab {
    position: absolute;
    top: 50px;
    left: 0;
}


#footer   .unit.message #submit {
    height: 40px;
    width: 100px;
    background: #67b440;
    color: white;
    border: 0;
}

#copyright {
    background: #313131;
    line-height: 50px;
    color: white;
    text-align: center;
    font-size: 16px;
}



