.ht_contact_1 .all_box,
.ht_contact_2 .all_box {
  display: flex;
  flex-direction: column;
}
.ht_contact_1 .all_box .ht_address,
.ht_contact_2 .all_box .ht_address {
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ht_contact_1 .all_box .ht_address:nth-child(1),
.ht_contact_2 .all_box .ht_address:nth-child(1) {
  padding-top: 0;
}
.ht_contact_1 .all_box .ht_address .address_left,
.ht_contact_2 .all_box .ht_address .address_left {
  width: 40%;
}
.ht_contact_1 .all_box .ht_address .address_left .title,
.ht_contact_2 .all_box .ht_address .address_left .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 20px;
  border-bottom: 2px solid #DEDEDE;
  position: relative;
}
.ht_contact_1 .all_box .ht_address .address_left .title::before,
.ht_contact_2 .all_box .ht_address .address_left .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 144px;
  height: 3px;
  background: #DE1D22;
}
.ht_contact_1 .all_box .ht_address .address_left .icon_items,
.ht_contact_2 .all_box .ht_address .address_left .icon_items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ht_contact_1 .all_box .ht_address .address_left .icon_items .icon_item,
.ht_contact_2 .all_box .ht_address .address_left .icon_items .icon_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 16px;
  padding: 15px 0;
  width: 100%;
  font-weight: 400;
  border-bottom: 2px solid #DEDEDE;
}
.ht_contact_1 .all_box .ht_address .address_left .icon_items .icon_item i,
.ht_contact_2 .all_box .ht_address .address_left .icon_items .icon_item i {
  display: flex;
  align-items: center;
  margin-right: 5px;
  margin-top: -1px;
  height: 30px;
}
.ht_contact_1 .all_box .ht_address .address_right,
.ht_contact_2 .all_box .ht_address .address_right {
  width: 45%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.ht_contact_1 .all_box .ht_map,
.ht_contact_2 .all_box .ht_map {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
.ht_contact_1 .all_box .ht_map .map_left,
.ht_contact_2 .all_box .ht_map .map_left,
.ht_contact_1 .all_box .ht_map .map_right,
.ht_contact_2 .all_box .ht_map .map_right {
  max-width: 500px;
}
.ht_contact_1 .all_box .ht_map .map_left #map_zb,
.ht_contact_2 .all_box .ht_map .map_left #map_zb,
.ht_contact_1 .all_box .ht_map .map_right #map_zb,
.ht_contact_2 .all_box .ht_map .map_right #map_zb {
  border-radius: 10px;
  overflow: hidden;
}
.ht_contact_3 {
  background: url(../picture/ht_con_bg1.png?imageView2/2/q/100/interlace/1) center no-repeat;
  background-size: 100%;
  padding: 80px 0 120px 0;
}
.ht_contact_3 .ht_liuyan {
  display: flex;
  justify-content: space-between;
}
.ht_contact_3 .ht_liuyan .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_left {
  width: 53%;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_left .ht_liuyan_lfet_content {
  text-indent: 2rem;
  line-height: 30px;
  color: #000000;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right {
  width: 40%;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box {
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 450px;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input {
  width: 48%;
  margin-bottom: 20px;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input > span {
  display: inline-block;
  margin-bottom: 10px;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input .input_box {
  background: #ffffff00;
  padding: 0px 0px 5px 0;
  border-radius: 0px;
  border-bottom: 2px solid #bebebe;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input input,
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input textarea {
  background: #ffffff00;
  width: 100%;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input-textarea {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input-textarea .input_box {
  width: 100%;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input-textarea textarea {
  resize: none;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .content_list_jt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 85px;
  height: 32px;
  border-radius: 10px;
  background: #C72E23;
  margin-top: 0px;
  cursor: pointer;
}
.ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .content_list_jt button {
  background: #C72E23;
  color: #fff;
  cursor: pointer;
}
.ht_fc {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
  padding-top: 50px;
}
.ht_fc::before {
  position: absolute;
  content: '';
  width: 590px;
  height: 442px;
  top: 0;
  left: 0;
  background: url(../picture/ht_wt_fc_bg2.png?imageView2/2/q/100/interlace/1) center no-repeat;
  background-size: 100%;
  z-index: -1;
}
.ht_fc::after {
  position: absolute;
  content: '';
  width: 649px;
  height: 928px;
  bottom: -528px;
  right: 0;
  background: url(../picture/ht_whfc_rb.png?imageView2/2/q/100/interlace/1) center no-repeat;
  background-size: 100%;
  z-index: -1;
}
.ht_fc .ht_fc_top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.ht_fc .ht_fc_top_box .box_img {
  max-width: 49%;
  border-radius: 10px;
  overflow: hidden;
}
.ht_fc .ht_fc_top_box .box_img img {
  width: 100%;
}
.ht_fc .ht_fc_content {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.ht_fc .ht_fc_content .tolast {
  background: #c72e236b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0 20px;
  min-height: 60px;
  position: absolute;
  left: 10px;
  z-index: 2;
}
.ht_fc .ht_fc_content .tolast span {
  display: contents;
}
.ht_fc .ht_fc_content .tolast span img {
  position: absolute;
  width: 50%;
}
.ht_fc .ht_fc_content .fc_cards {
  width: 100%;
}
.ht_fc .ht_fc_content .fc_cards .pic img {
  width: 100%;
  border-radius: 10px;
}
.ht_fc .ht_fc_content .tonext {
  background: #c72e236b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0 20px;
  min-height: 60px;
  position: absolute;
  right: 10px;
  z-index: 2;
}
.ht_fc .ht_fc_content .tonext span {
  display: contents;
}
.ht_fc .ht_fc_content .tonext span img {
  position: absolute;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .ht_contact_1 .all_box,
  .ht_contact_2 .all_box {
    display: flex;
    flex-direction: column;
  }
  .ht_contact_1 .all_box .ht_address,
  .ht_contact_2 .all_box .ht_address {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ht_contact_1 .all_box .ht_address .address_left,
  .ht_contact_2 .all_box .ht_address .address_left {
    width: 100%;
  }
  .ht_contact_1 .all_box .ht_address .address_left .title,
  .ht_contact_2 .all_box .ht_address .address_left .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #DEDEDE;
    position: relative;
  }
  .ht_contact_1 .all_box .ht_address .address_left .title::before,
  .ht_contact_2 .all_box .ht_address .address_left .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 144px;
    height: 3px;
    background: #DE1D22;
  }
  .ht_contact_1 .all_box .ht_address .address_left .icon_items,
  .ht_contact_2 .all_box .ht_address .address_left .icon_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ht_contact_1 .all_box .ht_address .address_left .icon_items .icon_item,
  .ht_contact_2 .all_box .ht_address .address_left .icon_items .icon_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 5px;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    font-weight: 400;
    border-bottom: 2px solid #DEDEDE;
  }
  .ht_contact_1 .all_box .ht_address .address_left .icon_items .icon_item i,
  .ht_contact_2 .all_box .ht_address .address_left .icon_items .icon_item i {
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-top: 4px;
    height: 14px;
  }
  .ht_contact_1 .all_box .ht_address .address_left .icon_items .icon_item i img,
  .ht_contact_2 .all_box .ht_address .address_left .icon_items .icon_item i img {
    max-width: 14px;
  }
  .ht_contact_1 .all_box .ht_address .address_right,
  .ht_contact_2 .all_box .ht_address .address_right {
    width: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
  }
  .ht_contact_1 .all_box .ht_address .address_right #map_tz,
  .ht_contact_2 .all_box .ht_address .address_right #map_tz,
  .ht_contact_1 .all_box .ht_address .address_right #map_zb,
  .ht_contact_2 .all_box .ht_address .address_right #map_zb {
    height: 200px !important;
  }
  .ht_contact_1 .all_box .ht_map,
  .ht_contact_2 .all_box .ht_map {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
  }
  .ht_contact_1 .all_box .ht_map .map_left,
  .ht_contact_2 .all_box .ht_map .map_left,
  .ht_contact_1 .all_box .ht_map .map_right,
  .ht_contact_2 .all_box .ht_map .map_right {
    max-width: 500px;
  }
  .ht_contact_1 .all_box .ht_map .map_left #map_zb,
  .ht_contact_2 .all_box .ht_map .map_left #map_zb,
  .ht_contact_1 .all_box .ht_map .map_right #map_zb,
  .ht_contact_2 .all_box .ht_map .map_right #map_zb {
    border-radius: 10px;
    overflow: hidden;
  }
  .ht_contact_1 {
    background: #f8f8f8;
  }
  .ht_contact_3 {
    background: none;
    background-size: 100%;
    padding: 30px 0 30px 0;
  }
  .ht_contact_3 .ht_liuyan {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .ht_contact_3 .ht_liuyan .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_left {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_left .ht_liuyan_lfet_content {
    text-indent: 2rem;
    line-height: 30px;
    color: #000000;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right {
    width: 100%;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box {
    border-radius: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 450px;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input {
    width: 48%;
    margin-bottom: 20px;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input > span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input .input_box {
    background: #ffffff00;
    padding: 0px 0px 5px 0;
    border-radius: 0px;
    border-bottom: 2px solid #bebebe;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input input,
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input textarea {
    background: #ffffff00;
    width: 100%;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input-textarea {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input-textarea .input_box {
    width: 100%;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .input_boxs .input-textarea textarea {
    resize: none;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .content_list_jt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 85px;
    height: 32px;
    border-radius: 10px;
    background: #C72E23;
    margin-top: 0px;
    cursor: pointer;
  }
  .ht_contact_3 .ht_liuyan .ht_liuyan_right .form_box form .content_list_jt button {
    cursor: pointer;
    background: #C72E23;
    color: #fff;
  }
  .ht_fc {
    position: relative;
    margin-bottom: 20px;
  }
  .ht_fc::before {
    position: absolute;
    content: '';
    width: 590px;
    height: 442px;
    top: 0;
    left: 0;
    background: url(../picture/ht_wt_fc_bg2.png?imageView2/2/q/100/interlace/1) center no-repeat;
    background-size: 100%;
    z-index: -1;
  }
  .ht_fc::after {
    position: absolute;
    content: '';
    width: 649px;
    height: 928px;
    bottom: -528px;
    right: 0;
    background: url(../picture/ht_whfc_rb.png?imageView2/2/q/100/interlace/1) center no-repeat;
    background-size: 100%;
    z-index: -1;
  }
  .ht_fc .ht_fc_top_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .ht_fc .ht_fc_top_box .box_img {
    max-width: 49%;
    border-radius: 10px;
    overflow: hidden;
  }
  .ht_fc .ht_fc_top_box .box_img img {
    width: 100%;
  }
  .ht_fc .ht_fc_content {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    width: 100%;
    cursor: pointer;
  }
  .ht_fc .ht_fc_content .tolast {
    background: #C72E23;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0 20px;
    min-height: 60px;
    position: absolute;
    left: -60px;
  }
  .ht_fc .ht_fc_content .tolast span {
    display: contents;
  }
  .ht_fc .ht_fc_content .tolast span img {
    position: absolute;
    width: 50%;
  }
  .ht_fc .ht_fc_content .fc_cards {
    width: 100%;
  }
  .ht_fc .ht_fc_content .fc_cards .pic img {
    width: 100%;
    border-radius: 10px;
  }
  .ht_fc .ht_fc_content .tonext {
    background: #C72E23;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0 20px;
    min-height: 60px;
    position: absolute;
    right: -60px;
  }
  .ht_fc .ht_fc_content .tonext span {
    display: contents;
  }
  .ht_fc .ht_fc_content .tonext span img {
    position: absolute;
    width: 50%;
  }
}
