width: 120px;
    * {
      margin: 0px;
      padding: 0px;
    }

    .contact {
      width: 100%;
      height: auto;
    }
    .contact-slider {
      width: 100%;
      height: 440px;
      background-image: url("/themes/pc/public/assets/images/sales.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      text-align: center;
    }
    .contact-slider .contact-title {
      padding-top: 175px;
    }
    .contact-slider h3 {
      font-size: 39px;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: rgba(255, 255, 255, 1);
      margin-bottom: 6px;
    }
    .contact-slider p {
      font-size: 24px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: rgba(255, 255, 255, 1);
      letter-spacing: 6px;
      opacity: 0.8;
    }
    h4 {
      font-size: 28px;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: rgba(51, 51, 51, 1);
      margin-top: 32px;
    }
    hr {
      width: 35px;
      height: 5px;
      background: rgba(45, 122, 219, 1);
      border-radius: 3px;
      margin: 13px auto;
    }
    .contact-article {
      width: 1200px;
      height: auto;
      margin: 41px auto;
    }
    .contact-article .contact-items {
      width: 100%;
      text-align: center;
    }
    .contact-information {
      display: flex;
    }
    .contact-information dl {
      width: 296px;
      border-left: 1px solid #eeeeee;
      text-align: center;
    }
    .contact-information dl dd:first-child {
      font-size: 20px;
      font-family: Helvetica;
      color: rgba(51, 51, 51, 1);
    }
    .contact-information dl dd:last-child {
      font-size: 14px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(102, 102, 102, 1);
      margin-top: 8px;
    }
    .contact-information dl:first-child {
      border-left: none;
    }
    /* µØÍ¼¶¨Î» */
    #dituContent {
      width: 100%;
      height: 422px;
      margin-bottom: 36px;
    }
    .iw_poi_title {color:white;font-size:14px;white-space:nowrap;display: none;}
  .iw_poi_content {font:18px arial,sans-serif;padding-top:17px;white-space:-moz-pre-wrap;word-wrap:break-word}

    .contact-information-item {
      width: 1200px;
      margin: 0px auto;
    }
    .contact-information-item ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .contact-information-item ul li {
      width: 260px;
      height: 210px;
      border: 1px solid rgba(229, 229, 229, 1);
      list-style: none;
      padding: 25px 0px 0px 25px;
      margin-bottom: 18px;
      line-height: 30px;
      text-align: left;
    }
    .contact-information-item ul li h3 {
      font-size: 18px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(51, 51, 51, 1);
    }
    .contact-information-item ul li span {
      display: block;
      width: 20px;
      height: 4px;
      background: #2d7adb;
      border-radius: 2px;
      margin-top: 8px;
      margin-bottom: 8px;
    }
    .contact-information-item ul li p {
      font-size: 14px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(85, 85, 85, 1);
    }
    .contact-information-item ul li.package {
      width: 870px;
      height: 210px;
      border: 1px solid rgba(229, 229, 229, 1);
    }
    .contact-information-item ul li.package .package-item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-right: 90px;
    }