  /* åº•éƒ¨å¯¼èˆª */
  footer {
    width: 100%;
    position: relative;
    z-index: 10;
    background: #F7F7F8;
    padding: 0 var(--container);
  }

  .footer1 {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* å¯¼èˆª */
  .footerNav {
    width: 60%;
    max-width: calc(100% - 400px);
    display: flex;
    justify-content: space-between;
    grid-gap: 30px;
  }

  .footerNav span {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 10px;
  }

  .footerNav span .a1 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
  }

  .footerNav span .a2 {
    font-size: 14px;
    color: #585858;
  }

  @media (max-width:1200px) {
    .footerNav {
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px;
    }
  }

  @media (max-width:720px) {
    .footerNav {
      display: flex;
      flex-direction: column;
      grid-gap: 20px;
    }

    .footerNav span {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      grid-gap: 5px 15px;
    }

    .footerNav span .a1 {
      font-weight: bold;
      width: 100%;
      margin: 0;
    }

    .footer1 .ewm img {
      margin-top: 45px;
    }
  }

  /* ç¤¾äº¤åª’ä½“ */
  .IconContact {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footerContact {
    width: 100%;
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
  }

  .footerContact p {
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
  }

  .footerContact p img {
    margin-right: 15px;
    width: 20px;
  }

  .footerContact p b {
    font-weight: 400;
    width: calc(100% - 35px);
    letter-spacing: 1px;
  }

  .footerContact p:nth-child(1) img {
    filter: drop-shadow(0 0 0 #000);
  }

  .footerContact p:nth-child(1) b {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
  }

  .footerIcon {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footerIcon .item {
    position: relative;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footerIcon .item .icon {
    width: 100%;
  }

  .footerIcon .item .ewm {
    display: none;
    position: absolute;
    width: 100px;
    top: -100px;
  }

  .footerIcon .item:hover .ewm {
    display: block;
  }



  .footer2 {
    background: #F7F7F8;
    width: 100%;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
  }

  .footer2 .lt {
    background: #ECECEC;
    width: 40%;
    height: 100%;
    padding-left: var(--container);
    display: flex;
    align-items: center;
  }

  .footer2 .lt a {
    width: 50%;
    font-size: 14px;
    color: #828282;
  }

  .footer2 .lt a:hover {
    color: #333;
  }

  @media (max-width:1200px) {
    .IconContact {
      width: 100%;
      align-items: flex-start;
    }

    .footerIcon {
      width: 100%;
      justify-content: space-between;
      grid-gap: 0;
    }
  }

  @media (max-width:460px) {
    .IconContact {
      width: 100%;
      align-items: flex-start;
    }

    .footerIcon .item {
      width: 30px;
    }
  }

  /* å¤‡æ¡ˆ */
  .Copyright {
    padding-right: var(--container);
    border-top: 1px solid #ECECEC;
    width: 60%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .Copyright a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #828282;
  }

  .Copyright a p {
    display: block;
    margin: 0 5px;
  }

  .Copyright a:last-child p {
    display: none;
  }

  .Copyright a:hover {
    color: #333;
  }

  @media (max-width: 1200px) {
    .footer2 {
      height: auto;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }

    .footer2 .lt {
      padding: 15px var(--container);
      width: 100%;
    }

    .footer2 .lt a {
      width: 50%;
      font-size: 14px;
      color: #828282;
      text-align: center;
      text-align: center;
    }

    .Copyright {
      padding: 15px var(--container);
      width: 100%;
      justify-content: center;
      text-align: center;
    }

    .Copyright a {
      font-size: 14px;
      display: contents;
    }

    .Copyright a p {
      display: contents;
    }
  }

  .section6 .indexTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section6 .indexTitle h2 {
    font-size: 14px;
    text-align: center;
    color: #333333;
  }

  .section6 .indexTitle h1 {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #333333;
  }

  @media (max-width: 1440px) {
    .section6 .indexTitle h1 {
      font-size: 40px;
    }
  }

  @media (max-width: 1200px) {
    .section6 .indexTitle h1 {
      font-size: 34px;
    }
  }

  @media (max-width: 720px) {
    .section6 .indexTitle h1 {
      font-size: 28px;
    }
  }

  .section6 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 75px 0;
  }

  .Box6 {
    width: 100%;
  }

  .Box6 .indexTitle * {
    color: #fff !important;
  }

  .Box6 .AMore {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 4px;
    width: 148px;
    height: 42px;
    font-size: 14px;
    font-weight: bold;
    background: var(--color);
    color: #fff;
    margin: 0 auto;
    margin-top: 25px;
    border: 1px solid #fff;
    background: #fff0;
    color: #fff;
    font-weight: 100;
  }