body {
  padding: 0;
  margin: 0;
  font-family: Microsoft Yahei;
  font-size: 16px;
  color: #333;
  text-align: left;
  background: #fff;
  -webkit-text-size-adjust: none;
  background: url(/hbwsbs/xhtml/images/bodybg.jpg) top center no-repeat #fff;
}

.csjmain {
  padding: 20px 20px 0;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
}

.position_list {
  background: url(/hbwsbs/xhtml/images/icon_pos.png) left 5px no-repeat;
  font-size: 16px;
  position: relative;
  line-height: 30px;
  padding: 0px 0 0px 25px;
}

.zcwjk_bananr {
  margin-top: 10px;
  margin-bottom: 25px;
}

.cjs_item {
  display: flex;
  margin-bottom: 65px;
}

.cjs_item ul {
  width: 23%;
  margin: 20px 0 56px 0;
}

.cjs_item ul li {
  height: 90px;
  margin-top: 20px;
  line-height: 90px;
  text-align: center;
  background: url(/hbwsbs/xhtml/images/nav_bg1.png) no-repeat center / 100% 100%;
  font-size: 25px;
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
}

.cjs_item ul li::before {
  content: "";
  height: 45px;
  width: 45px;
  display: block;
  position: absolute;
  top: 23px;
  left: 21px;
  background: url(/hbwsbs/xhtml/images/icon1.png) no-repeat center;
}

.cjs_item ul li.navon::before {
  background: url(/hbwsbs/xhtml/images/icon1_hv.png) no-repeat center;
}

.cjs_item ul li:nth-child(2):before {
  background: url(/hbwsbs/xhtml/images/icon2.png) no-repeat center;
}

.cjs_item ul li.navon:nth-child(2):before {
  background: url(/hbwsbs/xhtml/images/icon2_hv.png) no-repeat center;
}

.cjs_item ul li:nth-child(3):before {
  background: url(/hbwsbs/xhtml/images/icon3.png) no-repeat center;
}

.cjs_item ul li.navon:nth-child(3):before {
  background: url(/hbwsbs/xhtml/images/icon3_hv.png) no-repeat center;
}

.cjs_item ul li:nth-child(4):before {
  background: url(/hbwsbs/xhtml/images/icon4.png) no-repeat center;
}

.cjs_item ul li.navon:nth-child(4):before {
  background: url(/hbwsbs/xhtml/images/icon4_hv.png) no-repeat center;
}

.cjs_item ul li:nth-child(5):before {
  background: url(/hbwsbs/xhtml/images/icon5.png) no-repeat center;
}

.cjs_item ul li.navon:nth-child(5):before {
  background: url(/hbwsbs/xhtml/images/icon5_hv.png) no-repeat center;
}

.cjs_item ul li:nth-child(6):before {
  background: url(/hbwsbs/xhtml/images/icon6.png) no-repeat center;
}

.cjs_item ul li.navon:nth-child(6):before {
  background: url(/hbwsbs/xhtml/images/icon6_hv.png) no-repeat center;
}

.cjs_item ul li:nth-child(7):before {
  background: url(/hbwsbs/xhtml/images/icon7.png) no-repeat center;
}

.cjs_item ul li.navon:nth-child(7):before {
  background: url(/hbwsbs/xhtml/images/icon7_hv.png) no-repeat center;
}
 .cjs_item ul li:nth-child(8):before {
            background: url(/hbwsbs/xhtml/images/icon8.png) no-repeat center;
        }

        .cjs_item ul li.navon:nth-child(8):before {
            background: url(/hbwsbs/xhtml/images/icon8_hv.png) no-repeat center;
        }
.ul_item {
  display: flex;
  flex-wrap: wrap;

  align-content: baseline;
}

.ul_item li {
  width: 31%;
  margin-right: 28px;
  margin-top: 40px;
  height: 160px;
}

.ul_item li a {
  width: 100%;
  display: block;
}

.ul_item li a img {
  width: 100%;
}

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

.cjs_item ul li.navon {
  background: url(/hbwsbs/xhtml/images/nav_bg.png) no-repeat center / 100% 100%;
}

.navon a {
  color: #fff;
}

.cjs_mian {
  background: url(/hbwsbs/xhtml/images/bg.png) no-repeat;
  padding: 56px 44px;
  margin-left: -48px;
  box-sizing: border-box;
  width: 81%;
  background-size: 100% 100%;
  position: relative;
}

.cjs_title {
  border-bottom: 2px solid #c0d4ef;
  padding-bottom: 10px;
}

.cjs_title a {
  font-size: 28px;
  color: #6487c2;
  padding-bottom: 12px;
  border-bottom: 3px solid #2b5cac;
}

.zcwjk_bananr img {
  width: 100%;
}

@media (min-width: 1200px) and (max-width: 1419px) {
  .cjs_mian {
    margin-left: -19px;
  }

  .cjs_item ul li {
    padding-left: 69px;
  }
}

@media (max-width: 1199px) {
  .cjs_item {
    flex-wrap: wrap;
  }

  .cjs_item ul {
    width: 100%;
    margin: 20px 0 56px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cjs_item ul li {
    width: 32%;
  }

  .cjs_mian {
    margin-left: 0px;

    width: 100%;
  }

  .cjs_item ul {
    margin: 20px 0 26px 0;
  }
}

@media (max-width: 992px) {
  .cjs_item ul li {
    width: 48%;
  }

  .ul_item li {
    width: 45%;
  }

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

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

@media (max-width: 480px) {
  .cjs_item ul li {
    width: 100%;
  }

  .ul_item li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    height: auto;
  }

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