@charset "utf-8";
.about_box .ab_con04 {
  background: #e6edf4;
  padding: 90px 0 70px 0;
}
.about_box .ab_con04 .temp_head {
  padding-top: 0;
}
.about_box .ab_con04 .fb_data {
  padding: 50px 0 44px 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 80%;
  margin: auto;
}
.about_box .ab_con04 .fb_data .data_item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  flex-direction: column;
  letter-spacing: 2px;
  color: #000;
}
.about_box .ab_con04 .fb_data .data_item span {
  font-size: 48px;
  line-height: 48px;
  color: #EA9315;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 18px;
}
.about_box .ab_con04 .fb_data .data_item span em {
  font-style: normal;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: normal;
  margin-left: 2px;
}
.about_box .ab_con04 .map-content-info {
  margin-top: 0;
}
/*联系我们*/
.lx_con .safe_width {
  width: 75%;
  margin: auto;
}
.lx_con .lx_list {
  width: 100%;
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lx_con .lx_list .lx_item {
  width: 49.3%;
  margin-right: 0;
  margin-bottom: 80px;
  position: relative;
  overflow: visible;
  padding: 34px 5% 30px 0;
  min-height: 208px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
}
.lx_con .lx_list .lx_item::after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../images/newadd/add_img.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: -30px;
  right: -60px;
  z-index: 4;
}
.lx_con .lx_list .lx_item:nth-child(3n) {
  margin-right: 0;
}
.lx_con .lx_list .lx_item:nth-child(3n)::after {
  content: none;
}
.lx_con .lx_list .lx_item:nth-child(7)::after,
.lx_con .lx_list .lx_item:nth-child(8)::after {
  content: none;
}
.lx_con .lx_list .lx_item:hover h5 {
  color: #195D9C;
}
.lx_con .lx_list .lx_item h5 {
  width: 100%;
  text-align: left;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 24px;
  color: #EA9315;
  padding-left: 5%;
  line-height: 30px;
  position: relative;
}
.lx_con .lx_list .lx_item h5::after {
  content: '';
  width: 4px;
  height: 30px;
  display: inline-block;
  background: #EA9315;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lx_con .lx_list .lx_item p {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #555555;
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  /*联系我们*/
  .lx_con {
    width: 100%;
    padding: 10px 0 40px;
  }
  .lx_con .safe_width {
    width: 92%;
  }
  .lx_con .lx_head {
    padding-top: 28px;
    font-size: 24px;
    line-height: 30px;
  }
  .lx_con .lx_head::after {
    height: 4px;
    bottom: 3px;
  }
  .lx_con .lx_list {
    margin-top: 50px;
  }
  .lx_con .lx_list .lx_item {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 60px;
    position: relative;
    overflow: visible;
    padding-bottom: 60px;
  }
  .lx_con .lx_list .lx_item::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/newadd/add_img.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    bottom: -30px;
    right: -50px;
    z-index: 4;
  }
  .lx_con .lx_list .lx_item h5 {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 24px;
  }
  .lx_con .lx_list .lx_item h5::after {
    width: 4px;
    height: 24px;
  }
  .lx_con .lx_list .lx_item p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about_box .ab_con04 {
    background: #fff;
    padding: 30px 0 50px;
  }
  .about_box .ab_con04 .temp_head {
    padding-top: 0;
  }
  .about_box .ab_con04 .fb_data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 1.4rem;
    padding: 0 0.6rem;
  }
  .about_box .ab_con04 .fb_data .data_item {
    width: calc(50% - 0.29rem);
    background: #EA9315;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.65rem;
    line-height: 0.8rem;
    flex-direction: column;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 0.58rem;
    padding-bottom: 0.2rem;
  }
  .about_box .ab_con04 .fb_data .data_item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .about_box .ab_con04 .fb_data .data_item span {
    font-size: 40px;
    margin-bottom: 0.1rem;
    color: #fff;
  }
  .about_box .ab_con04 .fb_data .data_item span em {
    font-style: normal;
    font-size: 15px;
    color: #fff;
    line-height: 0.6rem;
    margin-left: 0.05rem;
    position: relative;
    bottom: 8px;
  }
  .about_box .ab_con04 .map-content-info {
    margin-top: 0;
  }
  /*联系我们*/
  .lx_con .lx_list {
    margin-top: 17px;
    flex-direction: column;
  }
  .lx_con .lx_list .lx_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 19px;
    position: relative;
    overflow: visible;
    border-bottom: 0.025rem solid #ececec;
    min-height: unset;
    padding: 20px 5% 20px 0;
  }
  .lx_con .lx_list .lx_item::after {
    content: none;
  }
  .lx_con .lx_list .lx_item:last-child {
    margin-bottom: 0;
  }
  .lx_con .lx_list .lx_item:nth-child(3n) {
    margin-right: 0;
  }
  .lx_con .lx_list .lx_item:nth-child(3n)::after {
    content: none;
  }
  .lx_con .lx_list .lx_item:nth-child(7)::after,
  .lx_con .lx_list .lx_item:nth-child(8)::after {
    content: none;
  }
  .lx_con .lx_list .lx_item h5 {
    letter-spacing: 0.025rem;
    font-size: 0.75rem;
    line-height: 0.9rem;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .lx_con .lx_list .lx_item h5::after {
    width: 0.1rem;
    height: 0.9rem;
  }
  .lx_con .lx_list .lx_item p {
    letter-spacing: 0.025rem;
    font-size: 0.6rem;
    line-height: 1rem;
    padding-left: 20px;
  }
}
