.contact_wrap {
  position: relative;
}

.contact_wrap .sub_Box input.submit:hover {
  background-color: #0252bb;
}

.contact_wrap .sub_Box input.reset:hover {
  background-color: #0252bb;
}

.contact_wrap .product_qx_p_99708 .p_top_title {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.contact_wrap .product_qx_p_99708 .p_top_title .top_title {
  text-transform: capitalize;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 24px;
}

.contact_wrap .Calculator .title {
  color: #2a60c3;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0;
  text-align: center;
  justify-content: center;
}

.contact_wrap .crumbs_99516 .tit_1 {
  margin: 0;
}

.contact_wrap .crumbs_99516 a,
.contact_wrap .crumbs_99516 h2,
.contact_wrap .crumbs_99516 h1 {
  color: #323232;
}

.contact_wrap .crumbs_99516 a {
  border-radius: 35px;
  background: #f0f0f0;
  padding: 0 8px;
}

.contact_wrap .crumbs_99516 {
  padding-top: 16px;
  margin-bottom: 36px;
  line-height: 24px;
  font-size: 14px;
  width: 1344px;
}

.contact_wrap .crumbs_99516 span .feitian {
  font-size: 12px;
  color: #000;
}

.contact_wrap .crumbs_99516 a:hover {
  color: #0252bb;
}

.contact_wrap .crumbs_99516 .icon {
  margin: 0 8px;
  width: 8px;
  height: 24px;
  color: #f0f0f0;
}

.contact_wrap .crumbs_99516 .cate_name {
  border-radius: 35px;
  background: #f0f0f0;
  padding: 0 8px;
  font-weight: 400;
}

.contact_wrap .text {
  padding-left: 56px;
  text-align: left;
}

.contact_wrap .faq_tit {
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 36px;
}

.contact_wrap .socialenter .contact {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.contact_wrap .socialenter .contact .feitian {
  width: 31.5px;
  height: 31.5px;
  font-size: 48px;
  margin-right: 14px;
}

.contact_wrap .socialenter .contact .relative_a {
  transition: transform 0.3s ease;
}

.contact_wrap .socialenter .contact .relative_a:hover {
  transform: translateY(-10px);
}

.contact_wrap .socialenter .contact .feitian::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}

.contact_wrap .socialenter .feitian.ft-wechat1:hover ~ .contact_box.wx {
  display: block;
}

.contact_wrap .contact_box.wx {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -72px;
  transform: translate(-50%, 0);
  width: fit-content;
  height: auto;
  background: #f6f6f6;
  border-radius: 10px;
  z-index: 111;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.contact_wrap .contact_box.wx .image_box {
  text-align: center;
  color: #323232;
}

.contact_wrap .contact_box.wx .image_box img {
  margin-top: 8px;
  width: 100px;
  height: 100px;
}

.contact_wrap .triangle {
  position: absolute;
  top: -5px;
  left: 43%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.contact_wrap .left-content {
  max-width: 1366px;
  width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.contact_wrap .left-content .left-item {
  display: flex;
  flex-direction: column;
  margin-right: 36px;
  width: calc((100% - 72px) / 3);
  height: 240px;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  flex-shrink: 0;
}

.contact_wrap .icon_logo {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.contact_wrap .icon_logo .feitian {
  font-size: 48px;
  color: #323232;
  margin-right: 8px;
}

.contact_wrap .icon_logo span.icon_title {
  color: #323232;
  font-family: Arial;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left;
}

.contact_wrap .text {
  color: #323232;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.contact_wrap .activet,
.contact_wrap .activet span,
.contact_wrap .activet a {
  color: #0252bb !important;
}

.contact_wrap .left-content .left-item:nth-child(3) {
  margin-right: 0;
}

.contact_wrap .left-content .left-item.emailitem:hover .text.email a,
.contact_wrap .left-content .left-item.emailitem:hover .icon_logo .feitian {
  color: #0252bb;
}

.contact_wrap .socialenter .socialenter_list {
  color: #323232;
  font-family: Arial;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 48px;
  margin-bottom: 20px;
}

.contact_wrap .contact_us_info {
  background: #f6f6f6;
  padding-bottom: 135px;
}

.contact_wrap .contact_container {
  width: 1344px;
  margin: 0 auto;
  display: flex;
  padding-top: 36px;
}

.contact_wrap .contact_container .middle {
  max-width: 656px;
  width: 100%;
  position: relative;
}

.contact_wrap .contact_container .middle::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 560px;
  top: -24px;
  background-color: #c8c8c8;
  right: -64px;
}

.contact_wrap .contact_container .middle .title {
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 8px;
  color: #323232;
}

.contact_wrap .contact_container .middle .desc {
  color: #323232;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.contact_wrap .contact_container .middle .xunpan .item {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.contact_wrap .contact_container .middle .xunpan .item::after {
  content: "*";
  position: absolute;
  width: 4px;
  height: 4px;
  color: red;
  left: 0;
  top: 66px;
}

.contact_wrap .contact_container .middle .xunpan .item::before {
  content: "*";
  position: absolute;
  width: 4px;
  height: 4px;
  color: red;
  left: 52% !important;
  top: 66px !important;
}

.contact_wrap .contact_container .middle .wrap-req {
  position: relative;
}

.contact_wrap .contact_container .middle .wrap-req::after {
  content: "*";
  position: absolute;
  width: 4px;
  height: 4px;
  color: red;
  left: 0;
  top: -14px;
}

.contact_wrap .contact_container .middle input {
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  width: calc((100% - 16px) / 2);
  height: 48px;
  margin-right: 16px;
  color: #323232;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  outline: 0;
  border: 0;
  flex-shrink: 0;
  padding: 12px;
  margin-bottom: 32px;
  border: 1px solid #dcdcdc;
}

.contact_wrap .contact_container .middle input:nth-child(2n) {
  margin-right: 0;
}

.contact_wrap .contact_container .middle textarea {
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  height: 120px;
  font-size: 16px;
  outline: 0;
  resize: none;
  border: 0;
  padding: 12px;
  padding-bottom: 0;
  border: 1px solid #dcdcdc;
}

.contact_wrap input::-webkit-input-placeholder,
.contact_wrap textarea::-webkit-input-placeholder {
  color: #969696 !important;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
}

.contact_wrap .contact_container .middle .button {
  margin: 36px 0 0;
  border-radius: 30px;
  width: 280px;
  height: 56px;
  background: #0252bb;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  border: 0;
}

.contact_wrap .contact_container .middle .button:hover {
  background: #0092e4;
}

.contact_wrap .contact_card_right {
  padding-left: 128px;
}

.contact_wrap .contact_card_right .text {
  margin-bottom: 36px;
}

.contact_wrap .contact_card {
  background-color: #fff;
  padding-top: 72px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background-repeat: no-repeat;
}

.contact_wrap .contact_card.cate {
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-top: 0;
  background: #fff;
}

.contact_wrap .card_info {
  width: calc((100% - 24px) / 2);
  margin-right: 24px;
  margin-bottom: 24px;
}

.contact_wrap .card_info:nth-child(2n) {
  margin-right: 0;
}

.contact_wrap .contact_card .contact_card_title {
  color: #323232;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0;
  text-align: left;
  max-width: calc(100% - 537px);
  width: 100%;
  margin: 0 auto 24px;
}

.contact_wrap .contact_card .contact_card_lists {
  width: 100%;
  height: 420px;
  padding: 36px 16px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fafafa;
}

.contact_wrap .contact_card_desc {
  max-width: 1366px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom: 48px;
}

.contact_wrap .contact_card .contact_card_lists .contact_card_list {
  margin-bottom: 16px;
}

.contact_wrap .contact_card .contact_card_lists .contact_card_list:last-child {
  margin-bottom: 0;
}

.contact_wrap .contact_card .contact_card_lists .contact_card_list .key {
  color: #323232;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-align: right;
  margin-right: 8px;
  max-width: 148px;
  flex-shrink: 0;
  width: 100%;
}

.contact_wrap .contact_card .contact_card_lists .contact_card_list .value {
  color: #646464;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  max-width: 472px;
}

.contact_wrap
  .contact_card
  .contact_card_lists
  .contact_card_list
  .value
  p:nth-child(2) {
  margin-top: 16px;
}

.contact_wrap .contact_card .contact_card_lists .contact_card_list .value a {
  color: #646464;
}

@media only screen and (max-width: 1440px) {
  .contact_wrap .crumbs_99516 {
    max-width: 100%;
  }

  .contact_wrap .contact_container .middle {
    max-width: 656px;
  }

  .contact_wrap .left-content {
    max-width: 1366px;
  }

  .contact_wrap .contact_card .contact_card_title {
    max-width: 1366px;
  }

  .contact_wrap .card_info {
    max-width: 1366px;
  }
}

@media only screen and (max-width: 1366px) {
  .contact_wrap .contact_container {
    width: calc(1344px - 96px);
    margin: 0 auto;
  }

  .contact_wrap .crumbs_99516 {
    width: calc(1344px - 96px);
  }

  .contact_wrap .contact_card .contact_card_title {
    width: calc(1344px - 96px);
  }

  .contact_wrap .contact_card_desc {
    width: calc(1344px - 96px);
  }
}

@media only screen and (max-width: 1024px) {
  .contact_wrap .crumbs_99516 {
    max-width: calc(100% - 48px);
  }

  .contact_wrap .contact_container .middle {
    max-width: 100%;
    width: 100%;
  }

  .contact_wrap .left-content {
    max-width: calc(100% - 48px);
  }

  .contact_wrap .contact_card .contact_card_title {
    max-width: calc(100% - 48px);
  }

  .contact_wrap .card_info {
    max-width: calc(100% - 48px);
  }

  .contact_wrap .crumbs_99516 {
    max-width: calc(100% - 48px);
  }

  .contact_wrap .left-content .left-item {
    width: calc((100% - 16px) / 3);
    height: 226px;
    margin-right: 8px;
  }

  .contact_wrap .contact_container {
    height: auto;
    width: calc(100% - 48px);
    flex-direction: column;
    padding: 0;
  }

  .contact_wrap .contact_card_right {
    padding-left: 0;
    padding-top: 20px;
  }

  .contact_wrap .contact_card .contact_card_lists {
    width: 100%;
    height: 386px;
    max-height: fit-content;
  }

  .contact_wrap .contact_card.cate .contact_card_lists {
    width: 100%;
    height: auto;
    max-height: fit-content;
  }

  .contact_wrap .contact_container .middle .wrap-req::after {
    top: -10%;
  }

  .contact_wrap .contact_container .middle textarea {
    width: 100%;
  }

  .contact_wrap .product_qx_p_99708 .p_top_title .top_title h2 {
    font-weight: 700;
  }

  .contact_wrap .contact_box.wx {
    left: 36%;
  }

  .contact_wrap .icon_logo {
    margin-top: 0;
  }

  .contact_wrap .contact_card {
    padding-top: 72px;
    padding-bottom: 0;
    margin-top: 0;
  }

  .contact_wrap .contact_card_desc {
    max-width: 100%;
    width: calc(100% - 48px);
    margin: 0 auto;
  }

  .contact_wrap .contact_card .contact_card_lists {
    min-height: 386px;
  }

  .contact_wrap .card_info {
    max-width: calc(100% - 12px);
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }

  .contact_wrap .contact_card .contact_card_lists .contact_card_list .value,
  .contact_wrap .contact_card .contact_card_lists .contact_card_list .key {
    font-size: 14px;
  }

  .contact_wrap .contact_card.cate {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 750px) {
  .contact_wrap .crumbs_99516 {
    display: none;
  }

  .contact_wrap {
    padding-top: 56px;
  }

  .contact_wrap .contact_us_info {
    padding-bottom: 42px;
  }

  .contact_wrap .faq {
    max-width: calc(100% - 32px);
    box-shadow: none;
    margin-top: 16px;
  }

  .contact_wrap .faq_tit {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }

  .contact_wrap .left-content {
    max-width: calc(100% - 32px);
    flex-direction: column;
    top: 445px;
  }

  .contact_wrap .icon_logo {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
  }

  .contact_wrap .icon_logo .feitian {
    font-size: 48px;
  }

  .contact_wrap .contact_card_right .text {
    min-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .contact_wrap .product_qx_p_99708 .p_top_title .top_title h2 {
    line-height: 36px;
    margin-bottom: 0;
  }

  .contact_wrap
    .socialenter
    .contact
    .feitian.ft-wechat1:active
    ~ .contact_box.wx {
    display: block;
  }

  .contact_wrap .product_qx_p_99708 .p_header_top_bg {
    height: 136px;
  }

  .contact_wrap .faq .item .title {
    border: 0;
  }

  .contact_wrap .faq .item .title .name {
    width: 500px;
  }

  .contact_wrap .contact_container .middle textarea {
    width: 100%;
    margin-top: 0;
  }

  .contact_wrap .contact_container .middle .xunpan .item {
    flex-direction: column;
  }

  .contact_wrap .socialenter .socialenter_list {
    margin-top: 36px;
    margin-bottom: 20px;
  }

  .contact_wrap .contact_container .middle input {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }

  .contact_wrap .contact_container .middle {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .contact_wrap .contact_container .middle .xunpan .item::after {
    top: 114px;
    left: 0;
  }

  .contact_wrap .left-content .left-item {
    width: 100%;
    height: 180px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .contact_wrap .contact_container {
    height: auto;
    width: calc(100% - 32px);
    flex-direction: column;
    padding-top: 36px;
  }

  .contact_wrap .contact_card_right {
    padding-left: 0;
    padding-top: 20px;
  }

  .contact_wrap .contact_card .contact_card_lists {
    width: 100%;
    height: auto;
    max-height: fit-content;
  }

  .contact_wrap .contact_card.cate .contact_card_lists {
    width: 100%;
    height: auto;
    max-height: fit-content;
  }

  .contact_wrap .contact_container .middle .wrap-req::after {
    top: -10%;
  }

  .contact_wrap .contact_card {
    padding-top: 36px;
    padding-bottom: 12px;
    margin-top: 0;
    background-size: contain;
    margin-top: 0;
    background-position: initial;
    background-color: #fff;
  }

  .contact_wrap .product_qx_p_99708 .p_top_title .top_title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .contact_wrap .socialenter .contact .feitian {
    font-size: 48px;
    margin-right: 20px;
  }

  .contact_wrap .socialenter .contact .feitian::after {
    width: 35px;
    height: 35px;
  }

  .contact_wrap .icon_logo {
    margin-bottom: 12px;
  }

  .contact_wrap .contact_container .middle .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
  }

  .contact_wrap .contact_container .middle .desc {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .contact_wrap .contact_card_desc {
    max-width: 100%;
    width: calc(100% - 32px);
    flex-direction: column;
    padding-bottom: 24px;
  }

  .contact_wrap .card_info {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .contact_wrap .contact_card .contact_card_title {
    margin-bottom: 24px;
  }

  .contact_wrap .contact_card .contact_card_lists {
    padding: 16px;
  }

  .contact_wrap .triangle {
    top: 67%;
    left: -7%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
  }

  .contact_wrap .contact_box.wx {
    left: 53%;
    bottom: -40px;
    z-index: 5;
  }

  .contact_wrap .contact_container .middle .button {
    margin-top: 24px;
  }

  .contact_wrap .contact_card .contact_card_lists .contact_card_list {
    flex-direction: column;
    margin-bottom: 8px;
  }

  .contact_wrap .contact_card .contact_card_lists .contact_card_list .value,
  .contact_wrap .contact_card .contact_card_lists .contact_card_list .key {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }

  .contact_wrap .contact_card .contact_card_title {
    max-width: calc(100% - 32px);
  }

  .contact_wrap .contact_card.cate {
    padding-bottom: 0;
  }

  .contact_wrap .socialenter .contact .relative_a:hover {
    transform: translateY(0);
  }

  .contact_wrap .contact_container .middle .xunpan .item::before {
    left: 0 !important;
    top: 70% !important;
  }
}
.banner img {
  width: 100%;
}
