.fhNav_ {
  position: relative;
  box-sizing: border-box;
  height: 70px;
  border-top: 1px solid #e6e6e6;
  margin-top: 48px;
  box-sizing: border-box; }
  .fhNav_ .nav_ {
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .fhNav_ .nav_ li {
      font-size: 16px;
      text-align: center;
      height: 50px;
      line-height: 50px;
      cursor: pointer;
      line-height: 50px;
      margin: 0 28px;
      min-width: 38px; }
      .fhNav_ .nav_ li a {
        color: #333; }
      .fhNav_ .nav_ li:hover a {
        color: #8c7b50; }
    .fhNav_ .nav_ .selectedNav_ a {
      color: #8c7b50; }
  .fhNav_ .bottomLine_ {
    position: absolute;
    left: 0;
    top: 0px;
    height: 1px;
    background-color: #8c7b50;
    transition: all 0.3s ease; }

@media screen and (max-width: 800px) {
  .fhNav_ .nav_ li {
    margin: 0; } }

/*# sourceMappingURL=fenye.css.map */
