.page-head .head-banner {
  width: 100%;
  height: 100vh;
  background: url(http://www.tj-garden.com/wp-content/themes/yuexiu2023/images/common/head-banner.jpg) no-repeat center/cover;
  animation: opacity 1.5s forwards;
}
.page-head .head-nav-wrap {
  padding: 0.3rem 0;
  border-bottom: 2px solid #EBE8E4;
}
.page-head .head-nav {
  display: flex;
  justify-content: space-between;
}
.page-head .breadcrumb {
  color: rgba(178, 171, 163, 0.59);
  font-size: max(12px, 0.16rem);
}
.page-head .breadcrumb a {
  font-weight: 400;
  font-size: max(12px, 0.16rem);
  color: rgba(93, 93, 93, 0.72);
  letter-spacing: 0;
  margin: 0 0.08rem;
}
.page-head .breadcrumb a:first-child {
  margin-right: 0.08rem;
}
.page-head .breadcrumb span {
  font-size: max(12px, 0.16rem);
  font-weight: 500;
  color: rgba(76, 80, 83, 0.72);
  margin: 0 0.08rem;
}
.page-head .second-menu ul {
  display: flex;
}
.page-head .second-menu ul li {
  margin-left: 0.4rem;
  font-weight: 500;
  font-size: max(12px, 0.16rem);
  color: rgba(117, 117, 117, 0.88);
  letter-spacing: 0;
  position: relative;
}
.page-head .second-menu ul li::after {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 0;
  height: 2px;
  background: #FF9D00;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
}
.page-head .second-menu ul li:hover::after {
  width: 100%;
}
.page-head .second-menu ul li.current_page_item::after {
  width: 100%;
}

@media screen and (max-width: 910px) {
  .page-head .head-banner {
    height: 145px;
    background: url(http://www.tj-garden.com/wp-content/themes/yuexiu2023/images/common/head-banner.jpg) no-repeat center/cover;
  }
  .page-head .head-nav {
    display: flex;
    justify-content: space-between;
  }
  .page-head .breadcrumb {
    display: none;
  }
  .page-head .second-menu ul li {
    font-size: max(12px, 0.16rem);
    margin-left: 0.3rem;
  }
  .page-head .second-menu ul li:first-child {
    margin-left: 0;
  }
  .page-head .second-menu ul li:hover::after {
    display: none;
  }
  .page-head .second-menu ul li.current_page_item::after {
    top: unset;
    bottom: calc(-0.3rem - 2px);
  }
}
@media screen and (max-width: 500px) {
  .head-nav-wrap {
    display: none;
  }
}

/*# sourceMappingURL=page-head.css.map */
