.container section .section_content .section_banner img {
  width: 100%;
}
.container section .section_content .ditu_banner {
  padding: 100px 0;
}
.container section .section_content .ditu_banner img {
  width: 100%;
}
.container section .section_content .contact_us .contact_main {
  display: flex;
}
.container section .section_content .contact_us .contact_main .contact_us_main_details {
  width: 100%;
  padding: 0 10px;
}
.container section .section_content .contact_us .contact_main .contact_us_main_details table tr td {
  color: #1E2470;
  font-weight: bold;
  padding-top: 35px;
  word-break: break-all;
}
.container section .section_content .contact_us .contact_main .contact_us_main_details table tr .td_left {
  width: 160px;
  padding-left: 10px;
  color: #78787a;
  font-weight: 100;
}
.container section .section_content .contact_us .contact_main .contact_us_main_form {
  width: 100%;
  color: #1E2470;
  margin-top: 40px;
  padding: 0 10px;
  padding-left: 30px;
}
.container section .section_content .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls {
  display: flex;
  padding-top: 40px;
}
.container section .section_content .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls label {
  display: block;
  width: 130px;
  line-height: 35px;
}
.container section .section_content .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls input {
  height: 35px;
  border: 0;
  background-color: #E6E6E6;
  width: 370px;
  padding-left: 5px;
}
.container section .section_content .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls textarea {
  height: 150px;
  width: 370px;
  border: 0;
  background-color: #E6E6E6;
  resize: none;
  padding-left: 5px;
}
.container section .section_content .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls .fs_button {
  width: 100%;
  height: 50px;
  background-color: #1E2470;
  color: white;
  font-size: 16px;
}
.container section .section_content .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls .code {
  width: 220px;
}
.container section .section_content .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls img {
  height: 35px;
  width: 150px;
}
.container section .section_content .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls:first-child {
  padding-top: 10px;
}
@media screen and (max-width: 1080px) {
  .ditu_banner {
    padding: 30px 0 !important;
  }
  .ditu_banner img {
    width: 100%;
  }
  .contact_us .contact_main {
    display: flex;
    flex-wrap: wrap;
  }
  .contact_us .contact_main .contact_us_main_details {
    padding-right: 10px;
    width: 100%;
  }
  .contact_us .contact_main .contact_us_main_details table tr td {
    color: #1E2470;
    font-weight: bold;
    padding-top: 35px;
    width: 55%;
  }
  .contact_us .contact_main .contact_us_main_details table tr .td_left {
    width: 45%;
    color: #78787a;
    font-weight: 100;
  }
  .contact_us .contact_main .contact_us_main_details table tr .ts {
    padding-top: 16px !important;
  }
  .contact_us .contact_main .contact_us_main_form {
    padding-left: 10px !important;
    width: 100% !important;
    margin-left: 0 !important;
    color: #1E2470;
  }
  .contact_us .contact_main .contact_us_main_form .form_box {
    width: 100% !important;
  }
  .contact_us .contact_main .contact_us_main_form .form_box form {
    width: 100% !important;
  }
  .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls {
    display: flex;
    padding-top: 40px;
    width: 100% !important;
  }
  .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls label {
    display: block;
    width: 100px !important;
    line-height: 35px;
  }
  .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls input {
    height: 35px;
    border: 0;
    background-color: #E6E6E6;
    width: 75% !important;
  }
  .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls textarea {
    height: 90px;
    width: 75% !important;
    border: 0;
    background-color: #E6E6E6;
    resize: none;
  }
  .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls .code {
    width: 50% !important;
  }
  .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls .code_label {
    line-height: 15px !important;
    padding-right: 3px !important;
  }
  .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls img {
    height: 35px;
    width: 25% !important;
  }
  .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls .fs_button {
    width: 100% !important;
    height: 50px;
    background-color: #1E2470;
    color: white;
    font-size: 16px;
  }
  .contact_us .contact_main .contact_us_main_form .form_box .form_box_ls:first-child {
    padding-top: 10px;
  }
}
