html,
body {
  width: 100%;
  height: 100%;
}
body {
  min-width: 1280px;
  font-size: 12px;
  font-family: Microsoft Yahei, Avenir, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
  background: #FFFFFF;
  color: #666666;
  position: relative;
}
section {
  margin: 0;
  padding: 0;
}
#header {
  width: 100%;
  height: 78px;
  background: rgba(32, 40, 53, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
#header #headBoder {
	height: 6px;
  background: rgba(110, 18, 39, 0.5);
}
#header #nav {
  width: 70%;
  min-width: 1280px;
  height: 100%;
  /*margin: 0 auto;*/
  position: relative;
}
#header #nav #navLogo {
  width: 10%;
  height: 78px;
  padding: 0 5% 0 9%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -39px;
}
#header #nav #navLogo img {
  width: 200%;
  max-width: 148px;
  height: 78px;
}
#header #nav #navItem {
  width: 80%;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  overflow: hidden;
}
#header #nav #navItem section {
  width: auto;
  height: 50px;
  line-height: 50px;
  position: relative;
  display: inline-block;
  margin-left: 8%;
  font-size: 0;
}
#header #nav #navItem section a {
  display: block;
  font-size: 17px;
  color: #fff;
  opacity: 0.8;
}
#header #nav #navItem section a:hover {
  opacity: 1;
}
#header #nav #navItem section #myIndex{
    color: #fad7b3;
  	font-weight: bold;
}
/*# sourceMappingURL=header.css.map */
