#h_hxgn {
  padding: 70px 0;
}
#h_hxgn .h_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 46px;
}
#h_hxgn .h_list .h_box {
  width: calc(20% - 16px);
  border: 1px solid #E8E8E8;
}
#h_hxgn .h_list .h_box .h_img {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 38px auto;
}
#h_hxgn .h_list .h_box .h_img img {
  width: 100%;
  filter: grayscale(100%);
}
#h_hxgn .h_list .h_box .h_img::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  border-radius: 20px 6px;
  width: 60px;
  height: 60px;
  background: #737373;
  opacity: 0.2;
}
#h_hxgn .h_list .h_box p.h_title {
  line-height: 56px;
  text-align: center;
  background: #F5F6FA;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #3D3D3D;
}
#h_hxgn .h_list .h_box:hover .h_img img {
  filter: none;
}
#h_hxgn .h_list .h_box:hover .h_img::after {
  background: #2A6FDB;
}
#h_hxgn .h_list .h_box:hover .h_title {
  color: #2A6FDB;
}
#h_xtjg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
#h_xtjg img {
  margin-top: 13px;
  width: 100%;
}
.h_ldglxt {
  padding: 70px 0;
  overflow: hidden;
}
.h_ldglxt .h_list {
  margin-top: 40px;
}
.h_ldglxt .h_list .h_box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.h_ldglxt .h_list .h_box:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_ldglxt .h_list .h_box:nth-child(2n) .h_R {
  background: linear-gradient(90deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
}
.h_ldglxt .h_list .h_box:nth-child(2n) .h_R::before {
  left: auto;
  right: -34px;
  transform: rotateY(180deg);
}
.h_ldglxt .h_list .h_box .h_L {
  width: 45%;
}
.h_ldglxt .h_list .h_box .h_L .h_title {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 24px;
  position: relative;
  line-height: 30px;
  background: linear-gradient(0deg, #fff 70%, #00000000 100%);
}
.h_ldglxt .h_list .h_box .h_L .h_title::before {
  position: absolute;
  content: attr(data-index);
  font-size: 65px;
  bottom: 0;
  line-height: 65px;
  font-family: Altinn-DIN-DIN, Altinn-DIN-DIN;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #D6D6D6;
  -webkit-text-fill-color: transparent;
  z-index: -1;
}
.h_ldglxt .h_list .h_box .h_L .h_desc {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #777777;
  line-height: 26px;
  text-align: justify;
}
.h_ldglxt .h_list .h_box .h_R {
  width: 50%;
  padding: 64px;
  background: linear-gradient(-90deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
  position: relative;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #777777;
  text-align: justify;
  line-height: 26px;
}
.h_ldglxt .h_list .h_box .h_R::before {
  position: absolute;
  content: '';
  width: 68px;
  height: 68px;
  background-image: url(../images/znzz_icon_jt@2x.png);
  background-size: cover;
  left: -34px;
  top: calc(50% - 34px);
}
#h_cpys {
  padding-bottom: 70px;
}
#h_cpys .h_list {
  margin-top: 40px;
}
#h_cpys .h_list .h_box {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  padding-left: 12%;
}
#h_cpys .h_list .h_box img {
  width: 68px;
}
#h_cpys .h_list .h_box p {
  width: calc(95% - 68px);
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  line-height: 27px;
}
@media screen and (max-width: 1024px) {
  #h_hxgn .h_list .h_box {
    width: calc(33.33333% - 13.33333px);
  }
  .h_ldglxt .h_list .h_box .h_R {
    padding: 38px;
  }
}
@media screen and (max-width: 767px) {
  #h_hxgn,
  #h_xtjg,
  .h_ldglxt {
    padding: 40px 0;
  }
  #h_hxgn .h_list,
  .h_ldglxt .h_list {
    margin-top: 30px;
  }
  #h_hxgn .h_list .h_box {
    width: calc(50% - 10px);
  }
  .h_ldglxt .h_list .h_box {
    margin-bottom: 30px;
  }
  .h_ldglxt .h_list .h_box .h_L {
    width: 100%;
  }
  .h_ldglxt .h_list .h_box .h_R {
    width: 100%;
    padding: 30px;
  }
  .h_ldglxt .h_list .h_box .h_R::before,
  .h_ldglxt .h_list .h_box:nth-child(2n) .h_R::before {
    left: calc(50% - 34px);
    top: -34px;
    transform: rotate(90deg);
  }
  #h_cpys .h_list .h_box {
    padding-left: 0;
  }
  #h_cpys .h_list {
    margin-top: 20px;
  }
  #h_cpys .h_list .h_box p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  #h_hxgn .h_list .h_box {
    width: 100%;
  }
  .h_ldglxt .h_list .h_box .h_R {
    padding: 30px 0;
  }
  #h_cpys .h_list .h_box img {
    width: 52px;
  }
  #h_cpys .h_list .h_box p {
    width: calc(95% - 52px);
  }
}
