    /* box1 */
    body {
      background: linear-gradient(0deg, rgba(3, 87, 238, 0.05), rgba(3, 87, 238, 0.05)), #FFFFFF;
    }

    footer {
      background: #fff0;
    }

    .box1 {
      display: flex;
      grid-gap: 40px;
    }

    .item1 {
      width: 100%;
      padding: 90px 80px 60px;
      background: #FFFFFF;
      border: 1px solid rgba(153, 124, 101, 0.1);
      border-radius: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      z-index: 1;
      overflow: hidden;
    }

    .item1::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      background: var(--jb);
      transform: rotate(180deg);
      opacity: 0;
      transition: 0.5s;
    }

    .item1:hover::after {
      opacity: 1;
    }

    .item1 img {
      transition: 0.5s;
      position: relative;
      z-index: 3;
      width: 100px;
      height: 100px;
      object-fit: contain;
    }

    .item1:hover img {
      filter: brightness(0) invert(1);
    }

    .item1 h1 {
      transition: 0.5s;
      position: relative;
      z-index: 3;
      text-align: center;
      width: 100%;
      font-weight: 700;
      font-size: 30px;
      line-height: 1;
      letter-spacing: 0.44em;
      color: #000;
      padding: 30px 0;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(145, 111, 84, 0.2);
    }

    .item1:hover h1 {
      color: #fff;
      border-bottom: 1px solid #ffffff;
    }

    .item1 h2 {
      transition: 0.5s;
      position: relative;
      z-index: 3;
      font-weight: 400;
      font-size: 20px;
      line-height: 2;
      text-align: center;
      color: #000000;
    }

    .item1:hover h2 {
      color: #fff;
    }

    @media (max-width: 1540px) {
      .item1 {
        padding: 60px 45px;
      }

      .item1 img {
        width: 75px;
        height: 75px;
      }

      .item1 h2 {
        font-size: 18px;
      }
    }

    @media (max-width: 1200px) {
      .box1 {
        grid-gap: 10px;
      }

      .item1 {
        padding: 30px;
      }

      .item1 img {
        width: 60px;
        height: 60px;
      }

      .item1 h1 {
        font-size: 20px;
        padding: 20px 0;
        margin-bottom: 10px;
      }

      .item1 h2 {
        font-size: 14px;
      }
    }

    @media (max-width: 720px) {
      .box1 {
        display: flex;
        flex-direction: column;
      }

      .item1 {
        padding: 30px 45px;
      }

      .item1 img {
        width: 45px;
        height: 45px;
      }
    }


    /* box2 */
    .message {
      margin: 80px 0;
      background: #fff;
      padding: 80px;
      border-radius: 30px;
      width: 100%;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
    }

    .message .title6 {
      font-size: 26px;
      line-height: 1;
      color: #000000;
      margin-bottom: 45px;
    }

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

    .form6 label {
      width: 100%;
      margin-bottom: 30px;
    }

    .form6 .label1 {
      width: calc(50% - 15px);

    }

    .form6 h1 {
      font-size: 16px;
      line-height: 1;
      color: rgba(153, 124, 101, 0.5);
    }

    .form6 h1 sup {
      color: var(--color3);
      top: 0;
      left: 5px;
      font-size: 16px;
      font-weight: bold;
    }

    .form6 label input {
      height: 40px;
      width: 100%;
      border-bottom: 1px solid rgba(153, 124, 101, 0.5);
      background: var(--white);
    }

    .form6 .label2 {
      width: calc(50% - 15px + 130px);

    }

    .form6 .anniu6 {
      width: 100%;
      display: flex;
      grid-gap: 20px;
    }

    .form6 .anniu6 button {
      width: 140px;
      height: 38px;
      background: #D9D9D9;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }


    .form6 .anniu6 button:nth-child(1) {
      background: var(--black);
    }

    .form6 .anniu6 button:hover {
      background: var(--color3);
    }

    @media (max-width: 1200px) {
      .message {
        margin: 60px 0;
        padding: 60px;
      }

      .message .title6 {
        font-size: 24px;
        margin-bottom: 25px;
      }



      .form6 label input {
        height: 30px;
        width: 100%;
      }

      .form6 label {
        margin-bottom: 20px;
      }

      .form6 .anniu6 button {
        height: 30px;
      }
    }

    @media (max-width: 720px) {
      .message .title6 {
        max-width: 240px;
        line-height: 1.5;
      }

      .message {
        margin: 40px 0;
        padding: 45px 20px;
      }

    }

    @media (max-width: 460px) {
      .message .title6 {
        font-size: 22px;
      }

    }




    /* 地图 */
    .box3 {
      position: relative;
      height: 600px;
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .box3 .bj3 {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      z-index: 1;
    }

    .desc3 {
      position: absolute;
      z-index: 2;
      left: var(--container);
      box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
      border-radius: 30px;
      color: #fff;
      width: 35%;
      height: 60%;
      padding: 80px;
      overflow: hidden;
    }

    .desc3::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      transform: rotate(180deg);
      background: var(--jb);
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      opacity: 0.6;
    }

    .desc3 .raw-html-embed {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .desc3 h4 {
      font-weight: 700;
      font-size: 30px;
      line-height: 40px;
      color: #FFFFFF;
    }

    .desc3 span {
      display: block;
      width: 100%;
      height: 1px;
      background: #ffffff80;
    }

    .desc3 p {
      font-weight: 400;
      font-size: 30px;
      line-height: 1;
      color: #FFFFFF;
      display: flex;
      align-items: flex-end;
    }

    @keyframes dingwei {
      0% {
        transform: scale(1);
        background-image: linear-gradient(0deg, var(--color3) 0%, var(--color3) 100%);
        opacity: 0.2;
      }

      80% {
        transform: scale(5);
        background-image: linear-gradient(0deg, var(--color3) 0%, var(--color3) 100%);
        opacity: 0.05;
      }

      100% {
        transform: scale(6);
        background-image: linear-gradient(0deg, var(--color3) 0%, var(--color3) 100%);
        opacity: 0;
      }
    }

    .dingwei {
      display: block;
      position: absolute;
      z-index: 2;
      left: 75%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 120px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .dingwei img {
      width: 90px;
      position: relative;
      z-index: 2;
    }

    .dingwei .mark {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      transform: scale(1);
      background: var(--color3);
      opacity: 0.1;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      animation: dingwei 5s ease-in-out infinite;
    }

    .dingwei .mark1 {
      animation-delay: 1s;
    }

    .dingwei .mark2 {
      animation-delay: 2s;
    }

    .dingwei .mark3 {
      animation-delay: 3s;
    }

    .dingwei .mark4 {
      animation-delay: 4s;
    }

    .dingwei .mark5 {
      animation-delay: 5s;
    }


    @media (max-width: 1540px) {
      .desc3 {
        width: 45%;
      }
    }

    @media (max-width: 1200px) {
      .desc3 {
        padding: 60px;
        height: 50%;
      }

      .desc3 h4 {
        font-size: 24px;
      }

      .desc3 p {
        font-size: 24px;
      }
    }

    @media (max-width: 1000px) {
      .box3 {
        height: 400px;
      }

      .desc3 {
        padding: 60px 30px;
        height: 70%;
      }

      .desc3 h4 {
        font-size: 20px;
      }

      .desc3 p {
        font-size: 20px;
      }
    }

    .desc3_2 {
      display: none;
    }

    @media (max-width: 720px) {
      .box3 {
        height: auto;
      }

      .desc3 {
        display: none;
      }

      .desc3_2 {
        position: unset;
        display: block;
        width: 90%;
        height: 240px;
        margin: 0 auto;
        margin-top: 30px;
        padding: 45px 30px;
      }
    }

    @media (max-width: 460px) {
      .desc3_2 {
        height: 180px;
        padding: 30px 20px;
        border-radius: 20px;
      }

      .desc3 h4 {
        font-size: 18px;
        line-height: 1.5;
      }

      .desc3 p {
        font-size: 18px;
      }

      .dingwei img {
        width: 45px;
      }

      .dingwei {
        width: 60px;
        height: 60px;
      }
    }