.zdly_header {
  background: url('../img/zdly_bg.png') no-repeat center center;
  height: 600px;

}

.zdly_header .w1200 {
  height: 600px;
  position: relative;
}

.zdly_logo {
  position: absolute;
  left: 0;
  top: 40px;
}

.zdly_box {
  background: url('../img/zdly_box_top_bg.png')center top no-repeat, url('../img/zdly_box_bottom_bg.png')center bottom no-repeat;
  min-height: 165px;
  /* background-color: #F7F9FE; */
  background-size: 100% auto, 100% calc(100% - 62px);
  margin-top: 20px;
}

.zdly_box:nth-child(1) {
  margin-top: -100px;
}

.zdly_box_t {
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-family: SourceHanSerifCN-Bold;
  font-weight: 700;
  font-size: 28px;
  color: #014892;
}

.zdly_icon {
  vertical-align: middle;
}

.zdly_box_c {
  padding: 30px 50px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  /* align-content: space-between */
}

.zdly_box_c li {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  margin-top: 18px;
  width: 24%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.zdly_box_c li::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #ACBCD4;
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, -2px);
  margin-right: 3px;
}