@charset "UTF-8";
main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

.hNav {
  z-index: 989;
  width: 100%;
  height: 50px;
  background: #1e44be; }
  .hNav li {
    float: left;
    width: 133px;
    height: 50px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    position: relative; }
    .hNav li:last-child a span {
      border-right: 0; }
    .hNav li a {
      float: left;
      width: 100%;
      height: 100%;
      display: block;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #fff;
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
      .hNav li a:hover {
        background: #f31e23;
        color: white; }
      .hNav li a span {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 6px;
        border-right: 1px solid #b5b5b5;
        margin-top: 22px;
        line-height: 6px;
        text-align: center; }
    .hNav li .navN {
      display: none;
      position: absolute;
      top: 50px;
      z-index: 999; }
      .hNav li .navN li {
        background: white;
        border-bottom: 1px solid #eeeeee; }
        .hNav li .navN li:hover {
          background: #f31e23; }
          .hNav li .navN li:hover > a {
            color: white; }
        .hNav li .navN li a {
          color: #666666; }
          .hNav li .navN li a span {
            border-right: 0; }
        .hNav li .navN li:last-child {
          border-bottom: 0; }

#thyNavStyle {
  background: #f31e23; }

/*# sourceMappingURL=nav.css.map */
