#left {
  height: 100%;
}

.header-middle {
  width: 900px;
  height: 138px;
  background-color: #fff; }
  .header-middle .banner {
    height: 100%;
    display: none; }
    .header-middle .banner.banner1 {
      background: url("../img/banner1.jpg") 0 0 no-repeat; display:block;}
    .header-middle .banner.banner2 {
      background: url("../img/banner2.jpg") 0 0 no-repeat; }
    .header-middle .banner.banner3 {
      background: url("../img/banner3.jpg") 0 0 no-repeat; }
    .header-middle .banner.banner4 {
      background: url("../img/banner4.jpg") 0 0 no-repeat; }

.header-top {
  background: #f0f0f0 url("../img/bg_head_top.jpg");
  width: 900px;
  height: 40px; }
  .header-top ul {
    float: right; }
    .header-top ul li {
      display: inline; }
      .header-top ul li a {
        display: block;
        float: left;
        padding: 2px 5px 2px 5px;
        color: white;
        text-decoration: none;
        font-size: 11px; }

/*# sourceMappingURL=banner.css.map */
