#header {
    width:780px;
    background:url(/images/head-back.jpg) repeat-x;
    margin:0 auto;
}
#top {
  width:780px;
  height:65px;
  margin:0 auto;
}
#fav {
    float: left;
}
#fav img {
    border:0;
}
#fav ul {
    list-style-type: none;
    margin: 15px 0 0 15px;
}
#fav ul li {
    display: inline;
    margin-right: 15px;
}
#logo{
    margin-top:15px;
    float: left;
}
#frmSearch{
    
}
.input{
    background:url(/images/input1.gif) no-repeat;
    width:191px;
    height:22px;
    line-height:22px;
    padding:0 5px;
    border:0;
    margin:22px 0 15px 25px;
}
.btn{
    margin:0 0 15px 0;
}
#site{
    height:189px;
    background:url(/images/site.jpg) no-repeat;
}
/*导航条*/
#nav {
    height: 35px;
    width:780px;
    margin: 0 auto;
    background: #AC5600;
    font-weight: bold;
}
#nav ul {
    margin: 0 0 0 150px;
    padding: 0px;
    font-size: 12px;
    color: #FFF;
    line-height: 35px;
    white-space: nowrap;
}
#nav li {
    list-style-type: none;
    display: inline;
}
#nav li a {
    text-decoration: none;
    padding: 8px 15px 7px 15px;
    #padding: 9px 15px 7px 15px;
    _padding: 9px 15px 7px 15px;
    color: #FFF;
}
#nav li a:hover {
    color: #000;
    background-color: #ffb579;
}