.jdhy-one .zctj-box {
  width: 928px;
  float: left;
}
.jdhy-one .zfhy-box {
  width: 400px;
  float: right;
}

.zfhy-box dt {
  margin-left: 36px;
  margin-bottom: 4px;
  width: 120px;
  border-radius: 2px;
  padding: 4px 15px;
  font-size: 16px;
  color: #fff;
  background: url(../img/ico_jdhy_zfhy_li.svg) no-repeat, linear-gradient(90deg, #2c6ac8 0%, #357ed8 100%);
  position: relative;
}
.zfhy-box dt::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/ico_jdhy_zfhy_li.svg) no-repeat;
}

.zfhy-box dt::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #2c6ac8;
}

.zfhy-box dd {
  margin-bottom: 8px;
  padding-left: 36px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  position: relative;
}
.zfhy-box dd::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--c2primary-color);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#certify {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#certify .swiper-container {
  padding: 0 0 60px;
}
#certify .swiper-slide {
  width: 348px;
  height: 492px;
  box-shadow: 0 8px 30px #ddd;
  background: url(../img/ico_ah_jdhy_A4bg.svg) no-repeat;
  background-size: cover;
}

.executive-items {
  display: block;
  position: relative;
  padding: 40px;
  text-align: center;
}
.executive-items h2 {
  padding: 20px 12px;
  font-size: 16px;
  color: #3d3d3d;
}

.executive-items p {
  font-size: 12.8px;
  line-height: 1.6;
}

.executive-items a {
  display: inline-block;
  margin: 30px auto;
  padding: 6px 12px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  color: var(--c2primary-color);
  border: 1px solid var(--c2primary-color);
}

.executive-items a:hover {
  color: #fff;
  background: var(--c2primary-color);
}

#certify .swiper {
  padding: 35px 0;
}
#certify .swiper-button-next,
#certify .swiper-button-prev {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
#certify .swiper-button-next:after,
#certify .swiper-button-prev:after {
  font-size: 24px;
  font-weight: bold;
  color: var(--c2primary-color);
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 0;
}
#certify .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 5px;
}

.zctj-left-b {
  width: 507px;
  float: left;
}
.zctj-right-b {
  width: 397px;
  height: 500px;
  float: right;
  padding: 24px;
  background: linear-gradient(141deg, #82b3ff 1%, #2379d6 103%);
}
.zctj-top {
  color: var(--c2primary-color);
  padding: 16px 24px;
  background: linear-gradient(270deg, rgba(175, 209, 245, 0) 0%, rgba(144, 197, 255, 0.24) 100%);
}
.zctj-top span {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.zctj-top h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.zctj-top a {
  display: inline-block;
  padding: 6px 12px;
  color: var(--c2primary-color);
  border-radius: 4px;
  border: 1px solid var(--c2primary-color);
  position: relative;
  transition: all 0.3s;
}
.zctj-top a:hover {
  transform: translateX(5px);
}

.zctj-right-b {
  color: #fff;
}

.zctj-right-b .pic {
  margin-bottom: 16px;
}
.zctj-right-b .pic img {
  width: 349px;
  height: 197px;
}
.zctj-right-b h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 16px;
}
.zctj-right-b h2 a {
  color: #fff;
}
.zctj-right-b p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
.zctj-right-b .zctj-time {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.zctj-right-b .more {
  display: block;
  font-size: 14px;
  color: #fff;
  background: url(../img/ico_zctj_more_bg.png) right center no-repeat;
}

@media screen and (max-width: 768px) {
  .jdhy-one .zctj-box,
  .zctj-left-b,
  .zctj-right-b,
  .jdhy-one .zfhy-box {
    float: none;
    width: 100%;
    /* margin-top: 15px; */
  }

  #certify .swiper {
    padding: 0 0 35px;
  }
  #certify .swiper-slide,
  #certify .swiper-slide img {
    width: 100%;
  }
  .zctj-right-b{
    margin-top: 15px;
  }
  .jdhy-one .zfhy-box{
    margin-top: 15px;
  }
  .jdhy-two{
    margin-top: 15px;
  }
  .zfhy-box dt{
    padding: 10px 15px;
  }
  .zfhy-box dd{
    line-height: 30px;
  }
  .executive-items p{
    font-size: 14px;
  }
}
