.content-wrapper {
  width: 1230px;
  z-index: 6;
}
.banner-container {
  position: relative;
}
.banner-container img {
  width: 100%;
  height: auto;
}
.banner-container .content-wrapper {
  z-index: 2;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-container .content-wrapper > div:first-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
}
.banner-container .content-wrapper > div:last-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  opacity: 0.6;
  margin-top: 22px;
}
.title-wrapper {
  margin-top: 60px;
}
.title-wrapper div:first-child {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.title-wrapper > div:last-child {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #171717;
  line-height: 37px;
  opacity: 0.68;
  margin-bottom: 54px;
}
.content {
  margin: 60px 0;
}
.content > div:first-child {
  align-items: flex-start;
}
.content > div:first-child > div:first-child > div:first-child {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  line-height: 2;
  margin-bottom: 20px;
}
.content > div:first-child > div:first-child > div:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 2;
}
.content > div:first-child > div:not(:first-child) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 2.5;
  margin-top: 10px;
}
.content #map {
  width: 100%;
  height: 380px;
  margin: 10px 0 20px;
}
.content form input {
  width: calc(50% - 10px);
  height: 46px;
  border: 1px solid #E3E3E3;
  font-size: 15px;
  font-family: CenturyGothic;
  font-weight: 400;
  color: #333333;
  padding: 0 10px;
  margin-bottom: 20px;
}
.content form input:nth-child(2n + 1) {
  margin-right: 15px;
}
.content form textarea {
  width: calc(50% - 10px);
  height: 170px;
  border: 1px solid #E3E3E3;
  font-size: 15px;
  font-family: CenturyGothic;
  font-weight: 400;
  color: #333333;
  padding: 10px;
  margin-bottom: 20px;
}
.content form button {
  width: 163px;
  height: 46px;
  background: #3F65E2;
  font-size: 15px;
  font-family: CenturyGothic;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 990px) {
  .content-wrapper {
    width: calc(100vw - 16px);
  }
  .banner-container .content-wrapper {
    top: 20px;
    padding-left: 60px;
  }
  .banner-container .content-wrapper > div:first-child {
    font-size: 20px;
  }
  .banner-container .content-wrapper > div:last-child {
    font-size: 16px;
    margin-top: 12px;
  }
  .content {
    margin: 60px 0;
  }
  .content > div:first-child {
    display: block;
  }
  .content > div:first-child > div:first-child > div:first-child {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 2;
    margin-bottom: 20px;
  }
  .content > div:first-child > div:first-child > div:last-child {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 2;
  }
  .content > div:first-child > div:not(:first-child) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 2.5;
    margin-top: 10px;
  }
  .content #map {
    width: 100%;
    height: 380px;
    margin: 10px 0 20px;
  }
  .content form input {
    width: 100%;
    height: 46px;
    border: 1px solid #E3E3E3;
    font-size: 15px;
    font-family: CenturyGothic;
    font-weight: 400;
    color: #333333;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .content form input:nth-child(2n + 1) {
    margin-right: 0px;
  }
  .content form textarea {
    width: 100%;
    height: 170px;
    border: 1px solid #E3E3E3;
    font-size: 15px;
    font-family: CenturyGothic;
    font-weight: 400;
    color: #333333;
    padding: 10px;
    margin-bottom: 20px;
  }
  .content form button {
    width: 163px;
    height: 46px;
    background: #3F65E2;
    font-size: 15px;
    font-family: CenturyGothic;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
  }
}
/*# sourceMappingURL=contact.css.map */