.logo {
  display: inline;
  float: left;
}

.biaoyu {
  display: inline;
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  vertical-align: top;
  -webkit-text-size-adjust: 16px;
  -ms-text-size-adjust: 16px;
}
.biaoyu a, .biaoyu li, .biaoyu ul {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  vertical-align: top;
  -webkit-text-size-adjust: 16px;
  -ms-text-size-adjust: 16px;
}
.biaoyu li {
  padding-top: 12px;
  padding-left: 15px;
  overflow: hidden;
  height: 30px;
}

.toolbar, header {
  *display: inline-block;
  width: 100%;
  min-width: 960px;
  *width: expression((document.documentElement.clientWidth||document.body.clientWidth)<960 ? "960px" : "");
  display: inline;
  float: left;
}
.toolbar:after, header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.toolbar .left, header .left {
  *display: inline-block;
  float: left;
}
.toolbar .left:after, header .left:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.toolbar .right, header .right {
  *display: inline-block;
  float: right;
}
.toolbar .right:after, header .right:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.toolbar, header {
  height: 40px;
  overflow: hidden;
  background: #ff0000;
}
.toolbar .left, header .left {
  color: #ffffff;
  width: 70%;
}
.toolbar .right, header .right {
  padding-top: 15px;
  color: #ffffff;
  width: 260px;
}
