#hmain {
  z-index: 10;
}

#subnavi {
  display: none;
  position: relative;
  padding: 15px 0;
  width: 100%;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#subnavi ul {
  padding-left: 230px;
}
#subnavi ul li {
  float: left;
  margin: 0 10px;
  list-style: none;
}
#subnavi ul li i {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #DF3F3A;
  font-size: 12px;
  color: #fff;
}
#subnavi ul li a {
  font-size: 13px;
  color: #DF3F3A;
}
#subnavi:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -310px;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
}
/*# sourceMappingURL=style.css.map */