
.mySwiper1 {
  --swiper-pagination-color: #fff;
  /* 两种都可以 */
}
.mySwiper1 .swiper-slide img {
  width: 100%;
}
.mySwiper1 .swiper-pagination-bullet {
  width: 30px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
  margin: 0 8px;
}
.h_ydcx {
  padding-top: 60px;
}
.h_ydcx .h_box {
  margin-top: 36px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 148px 148px 148px 148px;
  padding: 10px;
  justify-content: end;
}
.h_ydcx .h_box input {
  width: calc(100% - 230px);
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #757575;
  margin-right: 10px;
  background-color: transparent;
}
.h_ydcx .h_box button {
  width: 208px;
  height: 50px;
  background: #174DE3;
  border-radius: 121px 121px 121px 121px;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_ydcx .h_box button img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.h_cpfw {
  padding-top: 60px;
}
.h_cpfw .h_list {
  flex-wrap: wrap;
  margin-top: 18px;
  align-items: stretch;
}
.h_cpfw .h_list .h_box {
  width: 22.75%;
  margin-right: 3%;
  text-align: center;
  border-radius: 20px;
  padding: 40px 0;
  margin-bottom: 20px;
  transition: all 1s;
}
.h_cpfw .h_list .h_box:nth-child(4n) {
  margin-right: 0;
}
.h_cpfw .h_list .h_box img {
  width: 92px;
  height: 92px;
  opacity: 0.7;
  transition: opacity 1s;
}
.h_cpfw .h_list .h_box p {
  font-size: 17px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 40px;
}
.h_cpfw .h_list .h_box:hover {
  background: #174de352;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.h_cpfw .h_list .h_box:hover img {
  opacity: 1;
}
.h_cpfw .h_list .h_box:hover p {
  color: #fff;
}
.h_wmdys {
  position: relative;
  padding: 60px 0;
}
.h_wmdys .h_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.h_wmdys .h_list {
  flex-wrap: wrap;
  margin-top: 30px;
}
.h_wmdys .h_list .h_box {
  text-align: center;
  width: 30%;
  padding: 30px;
  margin-right: 5%;
}
.h_wmdys .h_list .h_box:nth-child(3n) {
  margin-right: 0;
}
.h_wmdys .h_list .h_box img {
  width: 100px;
  height: 100px;
  transition: transform 0.5s;
}
.h_wmdys .h_list .h_box .h_p1 {
  margin-top: 30px;
  font-size: 21px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_wmdys .h_list .h_box .h_p2 {
  margin-top: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_wmdys .h_list .h_box:hover img {
  transform: scale(1.05);
}
.h_wmdys .h_list .h_box:hover p {
  color: #174DE3;
}
.h_hzhb {
  padding: 60px 0;
}
.h_hzhb .h_list {
  margin-top: 40px;
  flex-wrap: wrap;
}
.h_hzhb .h_list .h_box {
  border-radius: 10px 10px 10px 10px;
  width: 18.4%;
  padding: 12px 28px;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.5s;
}
.h_hzhb .h_list .h_box:nth-child(5n) {
  margin-right: 0;
}
.h_hzhb .h_list .h_box img {
  width: 100%;
}
.h_hzhb .h_list .h_box:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.h_zxzx {
  padding: 60px 0;
  background: #F7FAFD;
}
.h_zxzx .h_list {
  margin-top: 40px;
  flex-wrap: wrap;
}
.h_zxzx .h_list .h_box {
  background-color: #fff;
  display: flex;
  width: calc(50% - 8px);
  margin: 0 16px 24px 0;
  transition: transform 0.3s, box-shadow 0.3s;
}
.h_zxzx .h_list .h_box:nth-child(2n) {
  margin-right: 0;
}
.h_zxzx .h_list .h_box .h_L {
  display: none;
  width: 248px;
}
.h_zxzx .h_list .h_box .h_L img {
  width: 100%;
}
.h_zxzx .h_list .h_box .h_R {
  width: 100%;
  padding: 25px 24px;
  position: relative;
}
.h_zxzx .h_list .h_box .h_R .h_T {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.h_zxzx .h_list .h_box .h_R .h_T .h_p1 {
  width: calc(100% - 80px);
  text-align: justify;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.h_zxzx .h_list .h_box .h_R .h_T .h_p2 {
  width: 80px;
  text-align: right;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #777777;
}
.h_zxzx .h_list .h_box .h_R .h_desc {
  font-size: 14px;
  text-align: justify;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
  color: #777777;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_zxzx .h_list .h_box .h_R .h_ckxq {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 24px;
  text-align: right;
  font-size: 13px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
  color: #777777;
}
.h_zxzx .h_list .h_box:hover {
  transform: scale(1.01);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.h_zxzx .h_list .h_box:hover .h_R .h_T .h_p1 {
  color: #174DE3;
}
.h_zxzx .h_list .h_box:nth-child(1) .h_L,
.h_zxzx .h_list .h_box:nth-child(2) .h_L {
  display: block;
}
.h_zxzx .h_list .h_box:nth-child(1) .h_R,
.h_zxzx .h_list .h_box:nth-child(2) .h_R {
  width: calc(100% - 248px);
}
.h_zxzx .h_list .h_box:nth-child(1) .h_R .h_T,
.h_zxzx .h_list .h_box:nth-child(2) .h_R .h_T {
  display: block;
  margin-bottom: 0;
}
.h_zxzx .h_list .h_box:nth-child(1) .h_R .h_T .h_p1,
.h_zxzx .h_list .h_box:nth-child(2) .h_R .h_T .h_p1 {
  width: 100%;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.h_zxzx .h_list .h_box:nth-child(1) .h_R .h_T .h_p2,
.h_zxzx .h_list .h_box:nth-child(2) .h_R .h_T .h_p2 {
  width: auto;
  text-align: left;
}
.h_zxzx .h_list .h_box:nth-child(1) .h_R .h_desc,
.h_zxzx .h_list .h_box:nth-child(2) .h_R .h_desc {
  display: none;
}
.h_zxzx .h_list .h_box:nth-child(1) .h_R .h_ckxq,
.h_zxzx .h_list .h_box:nth-child(2) .h_R .h_ckxq {
  display: block;
}
@media screen and (max-width: 767px) {
  .mySwiper1 .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
  }
  .mySwiper1 .swiper-slide {
    height: 300px;
    overflow: hidden;
  }
  .mySwiper1 .swiper-slide img {
    width: auto;
    height: 100%;
    position: absolute;
    min-width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .h_ydcx .h_box button {
    width: 100px;
    height: 40px;
    font-size: 16px;
  }
  .h_ydcx .h_box button img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .h_ydcx .h_box input {
    width: calc(100% - 120px);
    font-size: 16px;
  }
  .h_ydcx .h_box {
    padding: 5px;
  }
  .h_ydcx,
  .h_cpfw {
    padding-top: 40px;
  }
  .h_cpfw .h_list {
    align-items: flex-start;
  }
  .h_cpfw .h_list .h_box {
    width: 48.5%;
  }
  .h_cpfw .h_list .h_box:nth-child(4n) {
    margin-right: 3%;
  }
  .h_cpfw .h_list .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_cpfw .h_list .h_box img {
    width: 60px;
    height: 60px;
  }
  .h_cpfw .h_list .h_box p {
    font-size: 14px;
  }
  .h_wmdys,
  .h_hzhb,
  .h_zxzx {
    padding: 40px 0;
  }
  .h_wmdys .h_list .h_box {
    width: 48.5%;
    margin-right: 3%;
    padding: 10px;
    margin-bottom: 2%;
  }
  .h_wmdys .h_list .h_box:nth-child(3n) {
    margin-right: 3%;
  }
  .h_wmdys .h_list .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_wmdys .h_list .h_box img {
    width: 60px;
    height: 60px;
  }
  .h_wmdys .h_list .h_box .h_p1 {
    font-size: 16px;
  }
  .h_wmdys .h_list .h_box .h_p2 {
    font-size: 14px;
  }
  .h_wmdys .h_list .h_box .h_p1 {
    margin-top: 15px;
  }
  .h_hzhb .h_list .h_box {
    width: 30%;
    margin: 0 5% 5% 0;
    padding: 4px 10px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  }
  .h_hzhb .h_list .h_box:nth-child(5n) {
    margin-right: 5%;
  }
  .h_hzhb .h_list .h_box:nth-child(3n) {
    margin-right: 0;
  }
  .h_zxzx .h_list .h_box {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .h_zxzx .h_list .h_box .h_L,
  .h_zxzx .h_list .h_box:nth-child(1) .h_R,
  .h_zxzx .h_list .h_box:nth-child(2) .h_R {
    width: 100%;
  }
}
