.three-nav-wrap001 {
  border-bottom: 1px solid #ccc;
  padding: 0.1rem 0;
}

.three-nav-wrap001 .layout ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.three-nav-wrap001 .layout ul li {
  height: 0.7rem;
    font-size: 0.16rem;
    line-height: 0.7rem;
    padding: 0 0.15rem;
    position: relative;
    width: 15%;
    text-align: center;
    border-radius: 0.1rem;
  margin: 0 0.15rem;
      background-color: #6fb1a7;
}
.three-nav-wrap001 .layout ul li.cur {
      background-color: #478b76!important;
}
.three-nav-wrap001 .layout ul li:hover {
    background-color: #50a189!important;
}
.three-nav-wrap001 .layout ul li:nth-child(2) {
  background-color: #d4cdc3;
}
.three-nav-wrap001 .layout ul li:nth-child(3) {
  background-color: #d8b37c;
}
.three-nav-wrap001 .layout ul li:nth-child(4) {
  background-color: #a09885;
}
.three-nav-wrap001 .layout ul li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #fff;
}


@media (max-width: 960px) {
  .three-nav-wrap001 .layout ul li {
    height: 40px !important;
    line-height: 40px !important;
  }
}

/*# sourceMappingURL=three-nav001.css.map */