.h_about {
  padding: 40px 0;
}
.h_about .h_box1 {
  justify-content: space-between;
}
.h_about .h_box1 .h_L {
  width: 516px;
}
.h_about .h_box1 .h_L img {
  width: 100%;
}
.h_about .h_box1 .h_R {
  width: calc(97% - 516px);
}
.h_about .h_box1 .h_R .h_p1 {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
}
.h_about .h_box1 .h_R .h_p2 {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.h_about .h_box1 .h_R .h_p3 {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.h_about .h_data {
  margin-top: 40px;
}
.h_about .h_data .h_list {
  justify-content: space-between;
}
.h_about .h_data .h_list .h_item {
  padding: 25px;
  width: 23.5%;
  border: 2px solid #EEEEEE;
}
.h_about .h_data .h_list .h_item .h_p1 {
  margin-bottom: 10px;
}
.h_about .h_data .h_list .h_item .h_p1 p {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_about .h_data .h_list .h_item .h_p2 {
  display: flex;
  align-items: flex-end;
}
.h_about .h_data .h_list .h_item .h_p2 p {
  font-size: 38px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
}
.h_about .h_data .h_list .h_item .h_p2 span {
  font-size: 38px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
}
.h_about .h_data .h_list .h_item:hover {
  border-color: #174DE3;
}
.h_about .h_data .h_list .h_item:hover p,
.h_about .h_data .h_list .h_item:hover span {
  color: #174DE3;
}
.h_fzlc {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.h_fzlc .h_bg {
  position: absolute;
  min-width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.h_fzlc .h_swiper {
  margin-top: 60px;
  position: relative;
}
.h_fzlc .h_swiper .h_next,
.h_fzlc .h_swiper .h_prev {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_fzlc .h_swiper .h_next img,
.h_fzlc .h_swiper .h_prev img {
  width: 44px;
}
.h_fzlc .h_swiper .h_next:hover,
.h_fzlc .h_swiper .h_prev:hover {
  box-shadow: 0px 1px 3px rgba(23, 77, 227, 0.4);
}
.h_fzlc .h_swiper .h_next:active,
.h_fzlc .h_swiper .h_prev:active {
  box-shadow: 0px 0px 1px rgba(23, 77, 227, 0.3);
}
.h_fzlc .h_swiper .h_next {
  right: -80px;
}
.h_fzlc .h_swiper .h_prev {
  left: -80px;
}
.h_fzlc .h_swiper .h_prev img {
  transform: rotate(180deg);
}
.h_fzlc .mySwiper1 .swiper-slide .h_box {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.h_fzlc .mySwiper1 .swiper-slide .h_box .h_T {
  text-align: center;
  height: 64px;
}
.h_fzlc .mySwiper1 .swiper-slide .h_box .h_T .h_p1 {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 4px;
}
.h_fzlc .mySwiper1 .swiper-slide .h_box .h_T .h_p2 {
  font-size: 13px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_fzlc .mySwiper1 .swiper-slide .h_box .h_C {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
  margin: 30px 0;
  transition: background 0.3s;
}
.h_fzlc .mySwiper1 .swiper-slide .h_box .h_C::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 500px;
  height: 1px;
  background-color: #D8D8D8;
  z-index: -1;
}
.h_fzlc .mySwiper1 .swiper-slide .h_box .h_C::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 10px;
  height: 10px;
  background-color: #174DE3;
  border-radius: 100%;
  z-index: 2;
}
.h_fzlc .mySwiper1 .swiper-slide .h_box .h_B {
  height: 64px;
}
.h_fzlc .mySwiper1 .swiper-slide .h_box .h_B p {
  font-size: 30px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
}
.h_fzlc .mySwiper1 .swiper-slide:hover .h_box .h_C {
  background: rgba(23, 77, 227, 0.3);
}
.h_fzlc .mySwiper1 .swiper-slide:hover .h_box .h_B p {
  color: #174DE3;
}
.h_fzlc .mySwiper1 .swiper-slide.swiper-slide-active .h_box .h_C {
  background: rgba(23, 77, 227, 0.3);
}
.h_fzlc .mySwiper1 .swiper-slide.swiper-slide-active .h_box .h_B p {
  color: #174DE3;
}
.h_fzlc .mySwiper1 .swiper-slide:nth-child(2n) .h_box {
  flex-direction: column-reverse;
}
.h_hyrd {
  padding: 60px 0;
}
.h_hyrd .h_list {
  margin-top: 40px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.h_hyrd .h_list .h_box {
  background-color: #fff;
  display: flex;
  width: calc(50% - 20px);
  margin-bottom: 30px;
  transition: all 0.3s;
}
.h_hyrd .h_list .h_box .h_L {
  width: 245px;
}
.h_hyrd .h_list .h_box .h_L img {
  width: 100%;
}
.h_hyrd .h_list .h_box .h_R {
  padding: 24px;
  width: calc(100% - 245px);
}
.h_hyrd .h_list .h_box .h_R .h_p1 {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_hyrd .h_list .h_box .h_R .h_p2 {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-bottom: 18px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_hyrd .h_list .h_box .h_R .h_p3 {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.h_hyrd .h_list .h_box:hover {
  transform: scale(1.01);
  box-shadow: -1px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.h_hyrd .h_list .h_box:hover .h_R .h_p1 {
  color: #174DE3;
}
@media screen and (max-width: 767px) {
  .h_about .h_box1,
  .h_about .h_data .h_list {
    flex-wrap: wrap;
  }
  .h_about .h_box1 .h_R .h_p1 {
    font-size: 24px;
  }
  .h_about .h_box1 .h_L,
  .h_about .h_box1 .h_R {
    width: 100%;
  }
  .h_about .h_box1 .h_L {
    margin-bottom: 20px;
  }
  .h_about .h_data .h_list .h_item {
    width: 49%;
    margin-bottom: 2%;
  }
  .h_fzlc,
  .h_hyrd {
    padding: 40px 0;
  }
  .h_fzlc .h_swiper .h_next,
  .h_fzlc .h_swiper .h_prev {
    display: none;
  }
  .h_hyrd .h_list .h_box {
    width: 100%;
  }
  .h_hyrd .h_list .h_box .h_L {
    width: calc(50% - 48px);
  }
  .h_hyrd .h_list .h_box .h_R {
    width: calc(50% + 48px);
  }
}
@media screen and (max-width: 480px) {
  .h_about .h_data .h_list .h_item {
    padding: 16px;
  }
  .h_about .h_data .h_list .h_item .h_p2 p {
    font-size: 30px;
  }
  .h_about .h_data .h_list .h_item .h_p2 span {
    font-size: 20px;
    margin-left: 8px;
  }
  .h_hyrd .h_list .h_box {
    flex-wrap: wrap;
  }
  .h_hyrd .h_list .h_box .h_L,
  .h_hyrd .h_list .h_box .h_R {
    width: 100%;
  }
}
