.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
#web_logo {
  margin-left: 10px;
  font-size: 0px;
  position: relative;
  z-index: 999;
}
.top-nav {
  position: absolute;
  right: 5px;
  top: 40px;
  z-index: 1;
  text-align: left;
}
.top-nav li.b {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.top-nav li.t span {
  padding: 0px 5px;
  font-size: 10px;
  color: #bbb;
}
.top-nav li.tel {
  line-height: 30px;
  height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  font-family: "Microsoft YaHei";
}
.top-nav p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.top-logo {
  min-height: 100px;
  _height: 100px;
}

.nav-wrap {
    border: 1px solid #d8d8d8;
}
nav {
  overflow: hidden;
  padding-top: 2px;
}
nav ul li {
  float: left;
  text-align: center;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
nav ul li a {
  font-size: 12px;
}
nav ul li a:hover {
  color: #fff;
}
nav ul li.line {
  width: 2px;
  height: 34px;
  padding: 0px;
  background: url(../dt-3.gif) repeat-x;
}
nav ul li.hover,
nav ul li:hover,
nav ul li.navdown {
  background: #6c6c6c;
}
nav ul li.hover a,
nav ul li:hover a,
nav ul li.navdown a {
  color: #FFF;
}
nav ul li.hover a:hover,
nav ul li.navdown a:hover {
  color: #FFF;
}
header .top {
  background: #2e8a5b;
  color: #FFF;
  height: 32px;
  line-height: 32px;
}
header .top a {
  color: #FFF;
}
header .top a:hover {
  color: #FFF;
}
header {
  background: none;
  zoom: 1;
}
header .inner {
  margin-bottom: 0px;
}
.inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
