.contactus_header {
  width: 100%; height: 500px; margin-top: 30px; position: relative; z-index: 100
}
.contactus_header div.link {
  width: 100%; max-width: 1200px; height: 100%; margin: auto; padding: 0px 15px; display: block; box-sizing: border-box
}
.contactus_header div.link dl.jumptolink {
  padding-top: 50px; margin-left: 90px
}
.contactus_header div.contactus_map {
  width: calc(50% + 300px); height: 100%; border-top-left-radius: 10px; border-bottom-left-radius: 20px; position: absolute; top: 0px; right: 0px; z-index: 100
}
.contactus_detail div.contactus_info {
  width: 100%; padding-top: 30px; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap
}
.contactus_detail div.contactus_info div.item {
  width: 40%; box-sizing: border-box; font-size: 24px; line-height: 160%; color: var(--font-color)
}
.contactus_detail div.contactus_info div.item p {
  padding-bottom: 10px
}
.contactus_detail div.contactus_info div.item p.address {
  min-height: 100px
}
.contactus_detail div.contactus_info div.item p u {
  display: inline-block; text-decoration: none; border-bottom: #00a499 1px solid
}
.contactus_detail div.contactus_info div.item a {
  color: var(--font-color)
}
.contactus_message div.message_form {
  width: 100%; padding-top: 20px
}
.contactus_message div.message_form ul {
  width: 100%; position: relative
}
.contactus_message div.message_form ul li {
  padding: 10px 0px
}
.contactus_message div.message_form ul li input,
.contactus_message div.message_form ul li textarea,
.contactus_message div.message_form ul li button {
  font-size: 16px; color: var(--font-color)
}
.contactus_message div.message_form ul li input.text {
  height: 40px; line-height: 40px; padding: 10px; background-color: #f6f6ff; border-color: #e6e7f2
}
.contactus_message div.message_form ul li textarea.text {
  height: 150px; padding: 10px; line-height: 160%; background-color: #f6f6ff; border-color: #e6e7f2
}

.contactus_message div.message_form ul li input.text::-webkit-input-placeholder,
.contactus_message div.message_form ul li textarea.text::-webkit-input-placeholder {
  color: #001E60
}
.contactus_message div.message_form ul li.captcha {
  position: absolute; left: 120px; bottom: -20px
}
.contactus_message div.message_form ul li.captcha div.box {
  display: inline-block; padding: 5px; background-color: #f6f6ff; border: #e6e7f2 1px solid; position: relative
}
.contactus_message div.message_form ul li.captcha div.box input.captcha {
  width: 250px; background: none; border: 0px; padding: 5px; height: 34px; padding-right: 160px; color: #001E60
}
.contactus_message div.message_form ul li.captcha div.box input.captcha::-webkit-input-placeholder {
  color: #001E60
}
.contactus_message div.message_form ul li.captcha div.box span.captcha {
  position: absolute; top: 2px; right: 2px; z-index: 100
}
.contactus_message div.message_form ul li.captcha div.box span.captcha img {
  vertical-align: top; cursor: pointer
}
.contactus_message div.message_form ul li.captcha span.tips {
  display: block; color: #001E60; padding-top: 5px; line-height: 14px
}
.contactus_message div.message_form ul li button.submit {
  width: auto; padding: 0px 30px; height: 44px; background-color: #00a499; color: #ffffff; border-color: #00a499
}
.contactus_message div.message_form ul li button.submit.locked {
  background-color: #979797; border-color: #979797
}
.shape_dots_1 {
  width: 438px; height: 116px; top: 820px; margin-left: 460px
}
.shape_dots_2 {
  width: 438px; height: 116px; top: 420px; margin-left: -1000px
}
.shape_circle_1 {
  width: 200px; height: 200px; top: 1100px; left: auto; right: 0%; margin-right: -100px
}
.shape_calabash_1 {
  width: 660px; height: 472px; top: 2160px; left: auto; right: 0%; margin-right: -100px
}
.shape_calabash_2 {
  width: 800px; height: 572px; top: 960px; margin-left: -880px
}
@media screen and (max-width: 1120px) {
  .contactus_header {
    display: flex
  }
  .contactus_header div.link {
    width: 280px
  }
  .contactus_header div.contactus_map {
    width: auto; flex: 1; position: relative
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 880px) {
}
@media screen and (max-width: 800px) {
  .contactus_header {
    height: auto; display: block
  }
  .contactus_header div.link {
    width: 100%; padding-bottom: 60px
  }
  .contactus_header div.link dl.jumptolink {
    margin-left: 50px
  }
  .contactus_header div.contactus_map {
    width: calc(100% - 30px); height: 300px; margin: auto; position: relative; border-radius: 20px
  }
  .contactus_detail div.contactus_info div.item {
    width: 100%; font-size: 18px
  }
  .contactus_detail div.contactus_info div.item p.address {
    min-height: auto; font-size: 16px
  }
  .contactus_detail div.contactus_info div.item p u {
    font-size: 16px
  }
  .contactus_detail div.contactus_info div.item:last-child {
    padding-top: 40px
  }
  .contactus_message div.message_form ul li.captcha {
    position: static
  }
}