* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../images/body_bg.png) no-repeat #e8f4ff;
}

.zf_container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.logo {
  margin-top: 20px;
}

.text {
  margin: 30px auto;
  text-align: center;
  width: 80%;
}

.text img {
  width: 100%;
}

.hdjs {
  background: url(../images/ddjj_bg.png) no-repeat;
  padding: 66px 30px 66px 80px;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hdjs_left {
  font-size: 26px;
  font-weight: 700;
  width: 3%;
  line-height: 36px;
  color: rgba(26, 84, 218, 1);
  position: relative;
}

.hdjs_left::after {
  height: 196px;
  content: "";
  display: block;
  width: 1px;
  background-color: rgba(224, 224, 224, 1);
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.hdjs_right {
  width: 90%;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 38px;
  color: rgba(51, 51, 51, 1);
  text-indent: 2em;
}

.xjspP {
  margin-top: 60px;
}

.xjsp_title a {
  height: 124px;
  background: url(../images/xjsp_title.png) no-repeat center;
  display: block;
}

.xjsb_box {
  display: flex;
  flex-wrap: wrap;
}

.xjsb_box li {
  width: 32%;
  list-style: none;
  box-sizing: border-box;
  margin-right: 20px;
  margin-top: 20px;
}

.xjsb_box li:nth-child(3n) {
  margin-right: 0px;
}

.xjsb_box li img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.xjsb_box li p {
  height: 73px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  line-height: 73px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.elli-s {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.ckgd {
  margin-top: 53px;
  margin-bottom: 50px;
  text-align: center;
}

.ckgd a {
  width: 173px;
  display: inline-block;
  height: 52px;
  opacity: 1;
  border-radius: 185px;
  background: linear-gradient(
    180deg,
    rgba(24, 75, 196, 1) 0%,
    rgba(99, 146, 255, 1) 100%
  );
  line-height: 52px;
  color: #fff;
}

@media (max-width: 1280px) {
  .zf_container {
    width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }

  .hdjs {
    background-size: 100% 100%;
  }

  .xjsb_box li {
    width: 48%;
  }

  .xjsb_box li:nth-child(2n) {
    margin-right: 0px;
  }

  .xjsb_box li:nth-child(3n) {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .zf_container {
    width: auto !important;
  }

  .logo {
    width: 180px;
  }

  .logo img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .text {
    width: 90%;
  }

  .hdjs {
    flex-direction: column;
    background: #fff;
    padding: 38px 18px 37px 18px;
  }

  .hdjs_left {
    width: 100%;
    text-align: center;
  }

  .hdjs_left::after {
    width: 0;
  }

  .hdjs_right {
    width: 100%;
  }

  .xjsp {
    margin-top: 30px;
  }

  .xjsb_box li {
    width: 100%;
    margin-right: 0;
  }
}
