.zhdz {
  margin-top: 20px;
  padding-bottom: 40px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 40px;
  padding-top: 0;
  background-color: #fff;
}
.zhdz .ywjs-title {
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
.zhdz .ywjs-header {
  width: 100%;
  height: 200px;
  background-color: #f7f7f7;
  background:  top center no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  overflow: hidden;
  transition: all 1s ease;
}
.zhdz .ywjs-header-title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 600;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  color: #fff;
}
.zhdz .ywjs-header-content {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.zhdz .ywjs-header:hover {
  background-size: 110% 220px;
}
.zhdz .ywjs-modules {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.zhdz .ywjs-modules .module {
  width: 32%;
  height: 400px;
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.4s ease;
  overflow: hidden;
}
.zhdz .ywjs-modules .module-pic {
  text-align: center;
}
.zhdz .ywjs-modules .module-content {
  margin-top: 40px;
}
.zhdz .ywjs-modules .module-content .title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.zhdz .ywjs-modules .module-content .content {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.zhdz .ywjs-modules .module-content .content .c-t {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.zhdz .ywjs-modules .module-content .content .c-c {
  padding-left: 18px;
}
.zhdz .ywjs-modules .module-content .content .c-t-left {
  text-align: left;
  padding-left: 18px;
}
.zhdz .ywjs-modules .module:hover {
  transform: scale(1.05);
}
.zhdz .dzlc-title {
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
.zhdz .dzlc-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 13px;
}
.zhdz .dzlc-contact-number,
.zhdz .dzlc-contact-wx {
  position: relative;
  width: 450px;
  height: 160px;
  padding: 13px;
  padding-left: 40px;
  box-sizing: border-box;
  background-color: #dce1ee;
  border-radius: 14px;
}
.zhdz .dzlc-contact-wx {
  padding-right: 170px;
}
.zhdz h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
}
.zhdz .dzlc-contact-number h2 {
  font-size: 36px;
  line-height: 50px;
  margin-top: 15px;
  color: #533687;
}
.zhdz .dzlc-contact-number p,
.zhdz .dzlc-contact-wx p {
  font-size: 14px;
  line-height: 20px;
  color: #626262;
}

.zhdz .dzlc-contact-wx p {
  color: #f5a623;
}
.zhdz .dzlc-contact-wx span {
  display: inline-block;
  margin-top: 35px;
}
.zhdz .dzlc-contact-wx-code {
  position: absolute;
  right: 33px;
  top: 13px;
  width: 134px;
  height: 134px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 4px;
}
.zhdz .dzlc-contact-wx-code img {
  width: 100%;
  height: 100%;
}
.zhdz .dzlc-contact-or {
  display: inline-block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  line-height: 36px;
  border-radius: 50%;
  background-color: #533687;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: center;
}
.zhdz .dzlc-pic {
  margin-top: 25px;
  text-align: center;
}
.zhdz .dzlc-pic img {
  width: 1000px;
  height: 120px;
}
.zhdz .dzlc-steps {
  margin: 20px 100px;
  display: flex;
  justify-content: space-between;
  width: 1000px;
}
.zhdz .dzlc-steps .step {
  width: 120px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.zhdz .title-left-bar {
  margin: 30px 0;
}
/*# sourcemappingurl=zxdz.css.map */

@media (max-width: 1200px) {
  .zhdz {
    padding: 20px;
    box-sizing: border-box;
    margin-right: 0;
  }
  .zhdz .dzlc-pic img {
    width: 100%;
    height: auto;
  }
  .zhdz .dzlc-steps {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .zhdz {
  }
  .zhdz .ywjs-modules .module {
    padding: 30px 5px;
    height: auto;
  }
  .zhdz .dzlc-contact {
    padding: 0;
  }
  .zhdz .dzlc-contact-number h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .zhdz {
  }

  .zhdz .dzlc-phone-number {
    font-size: 20px;
  }
  .zhdz .dzlc-steps {
    font-size: 14px;
  }
  .zhdz .ywjs-header {
    padding-bottom: 20px;
    height: auto;
    width: calc(100%   40px);
    margin-left: -20px;
  }
  .zhdz .ywjs-header-title {
    font-size: 26px;
  }
  .zhdz .ywjs-header-content {
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .zhdz .dzlc-contact {
    flex-direction: column;
  }
  .zhdz .dzlc-contact-number,
  .zhdz .dzlc-contact-wx {
    max-width: 450px;
    min-height: 160px;
    width: 90%;
    overflow: hidden;
    height: auto;
    padding-left: 30px;
  }
  .zhdz .dzlc-contact-wx {
    padding-right: 140px;
  }
  .zhdz .dzlc-contact-wx-code {
    top: 26px;
    width: 104px;
    height: 104px;
    right: 20px;
  }

  .zhdz .ywjs-modules {
    flex-direction: column;
  }
  .zhdz .ywjs-modules .module {
    margin: 20px auto;
    max-width: 400px;
    width: 95%;
  }
}
