@charset "UTF-8";
/*header*/
.icon {
  height: 30%;
  padding-left: 60px; }

.header-inner {
  max-width: 1100px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }
.header-nav ul {
  display: flex;
  list-style: none;
  padding-left: 0; }
.header-nav li {
  margin-left: 20px;
  margin-right: 20px; }
.header-nav a {
  text-decoration: none;
  color: #937118; }

.header-button {
  display: none; }

@media (max-width: 800px) {
  .icon {
    padding-left: 0;
    height: 34px; }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    height: 80px;
    z-index: 10; }
    .header-site-menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      color: #ffffff;
      background-color: rgba(115, 110, 98, 0.8);
      padding-top: 30px;
      padding-bottom: 50px;
      display: none;
      width: 40%; }
    .header-site-menu.is-show {
      display: block; }
    .header-inner {
      padding-left: 30px;
      padding-right: 30px;
      height: 100%;
      position: relative;
      justify-content: space-between; }
    .header-nav ul {
      display: block;
      text-align: center; }
    .header-nav li {
      margin-top: 20px; }
    .header-nav a {
      color: #ffffff; }

  .header-button {
    display: block;
    width: 44px;
    height: 34px;
    background-image: url("../assetss/images/logo/icon-menu2.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    /*透明*/
    border: none;
    border-radius: 0;
    outline: none; } }
