html {
  background: url(../images/bg_body.png) repeat-x #f7fcfe;
}
.top-banner {
  width: auto;
  background: url(../images/bg_top.png) no-repeat center bottom #0479bc;
}
.top-banner .top-con {
  width: 1200px;
  height: 234px;
  margin: 0 auto;
  position: relative;
}
.top-banner .top-con .logo {
  width: auto;
  height: 202px;
}
.top-banner .top-con .nav-con {
  width: auto;
  height: 32px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.foot {
  width: auto;
  padding: 25px 0;
  border-top: 5px solid #0479bc;
}
.foot .main {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 26px;
  background: none;
}
.main {
  width: 1150px;
  padding: 25px;
  background: #fff;
  margin: 0 auto;
}
