input.input1 {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  height: 50px;
  padding: 0 15px;
}

textarea.input {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px !important;
  height: 100px;
  padding: 10px 15px;
}

input.input {
  width: 200px;
  border: 1px solid #ccc;
  margin: 0;
  height: 50px;
  padding: 0 15px;
}

.input4 {
  width: 130px;
  height: 35px;
  background: #ddd;
  margin-top: 15px;
}

/* 地图 */

body {
  min-width: auto !important;
  min-height: auto !important;
}

.map {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #333333;
}

.map .raw-html-embed {
  width: 1920px;
  height: 960px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -960px;
  margin-top: -480px;
}

@media (max-width: 1200px) {
  .map {
    height: 400px;
    background: #333333;
  }
}

/* 新加 */
.box1 {
  padding-bottom: 75px;
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  justify-content: space-between;
}

.box1 h1 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.box1 .text {
  display: flex;
}

.box1 .text .desc {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.box1 .text img {
  display: block;
  max-width: 160px;
}

.box1 .text .desc img {
  display: block;
  width: 40px;
  text-align: right;
}

.box1 .text .desc h2 {
  color: #2B2B2B;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.box1 .text .desc p {
  color: #2B2B2B;
  text-align: right;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .box1 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .box1 h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .box1 .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .box1 .text .desc {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .box1 .text .desc h2,
  .box1 .text .desc p {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .box1 h1 {
    font-size: 24px;
  }

  .box1 .text .desc h2 {
    font-size: 18px;
  }

  .box1 .text .desc p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .box1 {
    padding-bottom: 30px;
  }

  .box2 {
    display: flex;
    flex-wrap: wrap;
  }

  .box2 .item {
    width: 100%;
    padding: 30px 0 !important;
  }

  .box2 .item h2 {
    text-align: center;
    font-size: 18px;
  }
}

.box2 {
  display: flex;
}


.box2 .item {
  position: relative;
  width: 33.3333%;
  padding-top: 90px;
  padding-bottom: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box2 .item::after {
  content: "";
  display: block;
  height: 90px;
  width: 1px;
  background: #D9D9D9;
  position: absolute;
  right: 0;
  top: calc(50% - 45px);
}

.box2 .item:last-child::after {
  display: none;
}

.box2 .item img {}

.box2 .item h1 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.box2 .item h2 {
  color: #2B2B2B;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .box2 .item {
    width: 100%;
    padding: 30px 0 !important;
  }

  .box2 .item h2 {
    text-align: center;
    font-size: 14px;
  }

  .box2 .item::after {
    height: 1px;
    width: 50%;
    right: 25%;
    top: auto;
    bottom: 0;
  }
}