section {
  padding-top: 4.55rem;
}
section .banner {
  height: 27.27rem;
}
section .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container {
  margin-bottom: 1.36rem;
  height: 3.18rem;
  background-color: #fff;
}
section .container .main_center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .container .main_center .position {
  font-size: 16px;
  line-height: 1.6;
}
section .container .main_center .position a:hover {
  color: #fd811f;
}
section .container .main_center .list_wrapper ul {
  display: flex;
}
section .container .main_center .list_wrapper ul li {
  margin-left: 1.82rem;
}
section .container .main_center .list_wrapper ul li a {
  font-size: 0.82rem;
  padding: 0.45rem 0.91rem;
  color: #333;
  display: inline-block;
  border-radius: 1.36rem;
}
section .container .main_center .list_wrapper ul li a:hover {
  color: #fff;
  background-color: #fd811f;
}
section .container .main_center .list_wrapper ul .active a {
  color: #fff;
  background-color: #fd811f;
}
section .contact_container {
  margin-bottom: 1.82rem;
  background-color: #fff;
}
section .contact_container .contact .wrapper {
  margin-bottom: 2.73rem;
}
section .contact_container .contact .wrapper h1 {
  font-size: 1rem;
  color: #333;
  text-align: center;
  margin-top: 1.82rem;
  margin-bottom: 0.91rem;
}
section .contact_container .contact .wrapper form .form_container {
  padding: 1.36rem 0.91rem;
  background-color: #f9f9f9;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper {
  display: flex;
  flex-wrap: wrap;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper .form_item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.91rem;
  display: flex;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper .form_item:nth-child(2n) {
  margin-right: 0;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper .form_item label {
  width: 15%;
  font-size: 0.73rem;
  line-height: 2.27rem;
  height: 2.27rem;
  display: inline-block;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper .form_item textarea {
  width: 92.5%;
  height: 6.82rem;
  background-color: #fff;
  margin-bottom: 0.91rem;
  padding: 0.45rem;
  resize: none;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper .form_item textarea::-webkit-input-placeholder {
  color: #999;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper .form_item input {
  width: 85%;
  background-color: #fff;
  height: 2.27rem;
  padding: 0 0.45rem;
  box-sizing: border-box;
  color: #333;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper .form_item input::-webkit-input-placeholder {
  color: #999;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper .form_item .required::after {
  content: '* ';
  color: #fd811f;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper .form_text {
  width: 100%;
  margin-right: 0;
}
section .contact_container .contact .wrapper form .form_container .form_wrapper .form_text label {
  width: 7.5%;
}
section .contact_container .contact .wrapper form .form_container button {
  border: none;
  outline: none;
  width: 25%;
  height: 1.82rem;
  color: #fff;
  background-color: #fd811f;
  margin: 0 auto;
  display: block;
}
section .contact_container .contact .con_place {
  margin-top: 1.14rem;
  display: flex;
}
section .contact_container .contact .con_place .dz {
  width: 45%;
  border-top: 0.23rem solid #fd811f;
  padding: 0.45rem 0.91rem 0;
}
section .contact_container .contact .con_place .dz:first-child {
  margin-right: 10%;
}
section .contact_container .contact .con_place .dz h2 {
  font-size: 0.82rem;
  color: #000000;
  margin-bottom: 0.91rem;
}
section .contact_container .contact .con_place .dz .container_xq p {
  color: #000000;
  font-size: 0.73rem;
  line-height: 1.4;
  margin-top: 0.45rem;
}
section .contact_container .contact .con_place .dz .container_xq p a {
  text-decoration: underline;
}
section .contact_container .contact .con_place .dz .container_xq p a:hover {
  color: #fd811f;
}
section .contact_container .contact .con_place .dz .container_xq .fb_dz {
  margin-right: 1.36rem;
}
section .contact_container .contact .con_place .dz .zb {
  justify-content: space-between;
}
section .contact_container .contact .sale {
  margin: 1.36rem 0;
}
section .contact_container .contact .sale .sale_item h3 {
  font-size: 0.82rem;
  text-align: center;
  margin-bottom: 0.91rem;
  color: #fff;
  height: 1.36rem;
  line-height: 1.36rem;
  background-color: #fd811f;
}
section .contact_container .contact .sale .sale_item table {
  width: 100%;
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}
section .contact_container .contact .sale .sale_item table tr {
  height: 1.36rem;
  line-height: 1.36rem;
}
section .contact_container .contact .sale .sale_item table tr th {
  position: relative;
  line-height: 2.27rem;
  background-color: #fd811f;
  color: #fff;
  font-weight: bold;
  font-size: 0.73rem;
}
section .contact_container .contact .sale .sale_item table tr th::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #fff;
}
section .contact_container .contact .sale .sale_item table tr th:last-child::after {
  width: 0;
}
section .contact_container .contact .sale .sale_item table tr td {
  white-space: nowrap;
  width: 25%;
  line-height: 2.05rem;
  padding: 0;
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 0.73rem;
  color: #333;
}
section .contact_container .contact .sale .sale_item table tr td > a {
  font-size: 0.73rem;
  color: #333;
}
section .contact_container .contact .sale .sale_item table tr td > a:hover {
  color: #fd811f;
  text-decoration: underline;
}
section .contact_container .contact .sale .sale_item table tr .sale_name {
  vertical-align: middle;
  font-weight: 600;
}
section .contact_container .contact .sale .sale_item table tr .zc_email {
  vertical-align: middle;
}
section .contact_container .contact .sale_mb {
  display: none;
  margin-bottom: 20px;
}
section .contact_container .contact .sale_mb table {
  margin-top: 20px;
  width: 100%;
}
section .contact_container .contact .sale_mb table tr {
  height: 30px;
  line-height: 30px;
}
section .contact_container .contact .sale_mb table tr th {
  position: relative;
  line-height: 30px;
  background-color: #fd811f;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
section .contact_container .contact .sale_mb table tr th::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #fff;
}
section .contact_container .contact .sale_mb table tr th:last-child::after {
  width: 0;
}
section .contact_container .contact .sale_mb table tr td {
  width: 40%;
  line-height: 30px;
  padding: 0;
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 14px;
  vertical-align: middle;
}
section .contact_container .contact .sale_mb table tr td:first-child {
  width: 20%;
}
section .contact_container .contact #map {
  width: 100%;
  height: 13.64rem;
}
section .contact_container .contact #map b {
  line-height: 1.8;
}
section .contact_container .contact #map img {
  max-width: none;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 0;
  }
  section .banner {
    height: 200px;
  }
  section .con_place {
    flex-wrap: wrap !important;
  }
  section .con_place .dz {
    width: 100% !important;
    border-top: 0 !important;
    padding: 0 !important;
  }
  section .con_place .dz:first-child {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  section .con_place .dz h2 {
    font-size: 16px !important;
  }
  section .con_place .dz p {
    font-size: 14px !important;
  }
  section .con_place .dz .fb_dz {
    margin-right: 0 !important;
  }
  section .sale {
    display: none;
  }
  section .sale_mb {
    display: block !important;
  }
  section .form_item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  section .form_item label {
    width: 25% !important;
  }
  section .form_item input,
  section .form_item textarea {
    width: 75% !important;
  }
  section button {
    width: 50% !important;
  }
}
