.toplb {
  background: url(../images/index/toplb_bg.png) no-repeat top center;
  padding-top: 50px;
  margin-bottom: 50px;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.toplb .swiper-slide img {
  height: 457px;
}

.swiper-slide a {
  width: 100%;
}

.lb_box {
  display: flex;
  justify-content: space-between;
}

.lb_left {
  width: 54%;
  position: relative;
}

.lb_right {
  width: 44%;
}

.lb_left p {
  position: absolute;
  bottom: 0;
  height: 59px;
  opacity: 0.8;
  background: rgba(0, 0, 0, 1);
  width: 100%;
  color: #fff;
  line-height: 59px;
  text-align: left;
  padding-left: 20px;
}

.lb_left p span {
  width: 80%;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 19px;
  left: 600px;
  width: 200px;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 1);
  color: #fff;
  width: 12px;
  height: 12px;
  opacity: 0.9;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 114, 201, 1);
}

.lb_right ul.clearfix li {
  float: left;
  width: 25%;
}

.lb_right_item li {
  line-height: 40px;
  color: rgba(56, 56, 56, 1);
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 15px;
}
.zdxxly_left a:hover {
    color: #fff;
}
.lb_right_item li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(172, 198, 230, 1);
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.lb_right_item li:nth-child(1) {
  padding-left: 0;
}

.lb_right_item li:nth-child(1)::before {
  width: 0;
}

.lb_right_item li:nth-child(2) {
  margin-top: 12px;
}

.lb_right_item li:first-child a {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(27, 95, 176, 1);
}

.time {
  color: rgba(166, 166, 166, 1);
}

/* end */
.qh_item {
  display: flex;
  justify-content: space-between;
}

.item_left {
  width: 44.7%;
  background: rgba(255, 255, 255, 1);
  padding: 20px 16px;
}

.zcwj .toptitle li {
  float: left;
}

.zcwj {
  position: relative;
}

.com-more {
  position: absolute;
  right: 0px;
  top: 11px;
}

.list li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 15px;
  line-height: 40px;
}

.list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(172, 198, 230, 1);
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.more.com-more a {
  color: rgba(9, 125, 212, 1);
  border-radius: 67px;
  padding: 7px 20px;
  background: rgba(230, 239, 255, 1);
  box-sizing: border-box;
}

.list li a {
  width: 80%;
  color: rgba(56, 56, 56, 1);
}

.tzgk {
  position: relative;
}

.item_right {
  width: 51%;
}

.bmwj {
  padding: 28px 24px;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  background: url(../images/index/bmwj_top.png) no-repeat center;
  box-sizing: border-box;
}

.bmwj_title {
  text-align: center;
  margin-bottom: 10px;
}

.bmwj_icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bmwj_icon li {
  width: 32%;
  height: 84px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 22px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bmwj_icon li a {
  width: 100%;
  display: flex;
  padding-left: 25px;
  padding-right: 60px;
  box-sizing: border-box;
}

.bmwj_icon li img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.bmwj_icon li:nth-child(2) img,
.bmwj_icon li:nth-child(5) img {
  right: 10px;
}

.bmwj_icon li:first-child {
  background: linear-gradient(
    180deg,
    rgba(225, 227, 244, 1) 0%,
    rgba(234, 236, 255, 1) 100%
  );
}

.bmwj_icon li:first-child a {
  color: rgba(66, 63, 155, 1);
}

.bmwj_icon li:nth-child(2) {
  background: linear-gradient(
    180deg,
    rgba(214, 239, 242, 1) 0%,
    rgba(171, 228, 237, 1) 100%
  );
}

.bmwj_icon li:nth-child(2) a {
  color: rgba(9, 174, 166, 1);
  padding-right: 56px;
}

.bmwj_icon li:nth-child(3) {
  background: linear-gradient(
    180deg,
    rgba(250, 227, 227, 1) 0%,
    rgba(242, 211, 211, 1) 100%
  );
}

.bmwj_icon li:nth-child(3) a {
  color: rgba(212, 48, 48, 1);
}

.bmwj_icon li:nth-child(4) {
  background: linear-gradient(
    180deg,
    rgba(255, 240, 236, 1) 0%,
    rgba(255, 231, 224, 1) 100%
  );
}

.bmwj_icon li:nth-child(4) a {
  color: rgba(241, 109, 86, 1);
}

.bmwj_icon li:nth-child(5) {
  background: linear-gradient(
    180deg,
    rgba(229, 240, 255, 1) 0%,
    rgba(214, 231, 255, 1) 100%
  );
}

.bmwj_icon li:nth-child(5) a {
  color: rgba(43, 147, 232, 1);
  padding-right: 56px;
}

.bmwj_icon li:nth-child(6) {
  background: linear-gradient(
    180deg,
    rgba(225, 245, 233, 1) 0%,
    rgba(181, 230, 201, 1) 100%
  );
}

.bmwj_icon li:nth-child(6) a {
  color: rgba(22, 168, 80, 1);
}

.zdxxly {
  background: #fff;
  width: 100%;
  margin-top: 34px;
  padding: 24px 28px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.zdxxly_left {
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(25, 61, 172, 1) 0%,
    rgba(40, 130, 209, 1) 100%
  );
  padding: 50px 25px 45px;
  box-sizing: border-box;
  width: 25%;
  flex-shrink: 0;
}

.zdxxly_left a {
  font-size: 27.63px;
  font-weight: 700;
  line-height: 46px;
  color: rgba(255, 255, 255, 1);
}

.zdxxly_rigth {
  width: 72%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zdxxly_rigth li {
  width: 48%;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(237, 245, 255, 1) 0%,
    rgba(230, 240, 255, 1) 100%
  );
  margin-top: 15px;
}

.zdxxly_rigth li:nth-child(1),
.zdxxly_rigth li:nth-child(2) {
  margin-top: 0px;
}

.zdxxly_rigth li a {
  font-size: 18px;
  color: rgba(27, 95, 176, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
}

.zdxxly_rigth li a img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.qh_item {
  margin-top: 30px;
}

.ztzl {
  position: relative;
}

.ztzl_box {
  background: url(../images/index/ztzl_bdbg.png) no-repeat bottom;
  padding-bottom: 100px;
}

/* start */
.cx_box {
  background: rgba(235, 244, 255, 1);
  padding: 26px 0 34px;
}

.cx_main ul.qhbg {
  background: url(../images/index/nav1.png) no-repeat top center;
}

.cx_main ul.qhbg li {
  float: left;
  width: 33.3%;
  height: 144px;
}

.wybl_left {
  width: 31.5%;
}

.bstj {
  background-color: #fff;
  padding: 40px 33px 33px;
  box-sizing: border-box;
  margin-top: 37px;
  color: rgba(56, 56, 56, 1);
  font-size: 18px;
}

.bstjdi1 ul {
  display: flex;
  margin-top: 28px;
}

.bstjdi1 ul li {
  display: flex;
  width: 33.3%;
  flex-direction: column;
  align-items: center;
}

.bstjdi {
  margin-top: 25px;
}

.bstjdi1 ul li img {
  width: 96px;
}

.bstjdi ul {
  display: flex;
  text-align: center;
}

.bstjdi ul li {
  width: 33.3%;
}

.bstjdi ul li a {
  font-size: 30px;
}

#zrrcount {
  color: rgba(223, 83, 52, 1);
}

#frcount {
  color: rgba(64, 173, 106, 1);
}

#totalcount {
  color: rgba(67, 122, 217, 1);
}

#selectYear {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 44px;
  border: 1px solid rgba(204, 204, 204, 1);
  width: 60%;
  margin-left: 17px;
  color: rgba(166, 166, 166, 1);
  font-size: 18px;
  padding-left: 20px;
  background: url(../images/index/date.png) no-repeat right 8px center;
}

.bstjdi1 ul li span {
  margin-top: 5px;
}

.wybl_right {
  width: 63%;
  background: rgba(255, 255, 255, 1);
  padding: 19px 24px 25px;
}

.wybl_top ul {
  display: flex;
  justify-content: space-between;
}

.wybl_top ul li {
  width: 49%;
}

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

.wybl_top ul li p {
  height: 62px;
  background: rgba(242, 242, 242, 1);
  color: rgba(97, 97, 97, 1);
  text-align: center;
  line-height: 62px;
  font-size: 20px;
}

.wybl_bd {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}

.bmfw_left {
  width: 107px;
  height: 250px;
  opacity: 1;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(25, 61, 172, 1) 0%,
    rgba(40, 130, 209, 1) 100%
  );
  line-height: 46px;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  padding: 79px 25px;
  box-sizing: border-box;
}

.bmfw_right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}

.bmfw_right li {
  width: 25%;
  margin-top: 10px;
}

.bmfw_right li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.bmfw_right li a img {
  width: 72px;
}

.bmfw_right li a span {
  margin-top: 20px;
}

.wycy_left {
  width: 60%;
}

.mtzc {
  position: relative;
  padding: 20px 20px 20px;
  background: rgba(255, 255, 255, 1);
}

.kpzl {
  position: relative;
  padding: 20px 20px 35px;
  background: rgba(255, 255, 255, 1);
  margin-top: 27px;
}

.kpzlList {
  display: flex;
}

.kpzlList li {
  width: 33.3%;
  display: flex;
}

.kpzlList li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.mtzc .com-more,
.kpzl .com-more {
  right: 20px;
  top: 37px;
}

.wycy_right {
  background: rgba(255, 255, 255, 1);
  padding: 17px 20px;
}

.wycy_right ul.gzjd_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wycy_right ul.gzjd_box li {
  width: 48%;
  height: 66px;
  background: rgba(230, 239, 255, 1);
  margin-top: 18px;
  padding-left: 108px;
  box-sizing: border-box;
  line-height: 66px;
  font-size: 18px;
  position: relative;
}

.wycy_right ul.gzjd_box li::before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 16px;
  left: 42px;
  background: url(../images/index/gzjd_icon1.png) no-repeat center;
}

.wycy_right ul.gzjd_box li:nth-child(2)::before {
  background: url(../images/index/gzjd_icon2.png) no-repeat center;
}

.wycy_right ul.gzjd_box li:nth-child(3)::before {
  background: url(../images/index/gzjd_icon3.png) no-repeat center;
}

.wycy_right ul.gzjd_box li:nth-child(4)::before {
  background: url(../images/index/gzjd_icon4.png) no-repeat center;
}

.wycy_right ul.gzjd_box li a {
  color: rgba(27, 95, 176, 1);
}

.wycy_right {
  width: 35%;
}

.fwzd {
  margin-top: 42px;
}

.fwzd_box {
  display: flex;
  justify-content: space-between;
}

.fwzd_box .fwzd_li {
  width: 48%;
  display: flex;
}

.fwzd_box .fwzd_li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.fwzd_box .fwzd_li a img {
  width: 160px;
}

.lb_right_item li a.elli-s {
  width: 80%;
}
.ztzlSwiper  .swiper-slide img {
  height: 183px;
}
@media (max-width: 1500px) {
  .toplb .swiper-slide img {
    height: 420px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 496px;
  }

  .bmwj_icon li:nth-child(5) br {
    display: none;
  }

  .bmwj_icon li img {
    right: 10px;
  }

  .lb_right_item li:last-child {
    display: none;
  }

  .bstj {
    padding: 40px 26px 33px;
  }

  .wycy_right ul.gzjd_box li::before {
    left: 30px;
  }

  .wycy_right ul.gzjd_box li {
    padding-left: 85px;
  }
}

@media (max-width: 1280px) {
  .lb_box {
    flex-wrap: wrap;
  }

  .lb_left {
    width: 100%;
  }

  .lb_right {
    width: 100%;
    margin-top: 20px;
  }

  .toplb {
    background: url(../images/index/toplb_bg.png) no-repeat center top;
  }

  .toplb .swiper-slide img {
    height: auto;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 81%;
  }

  .qh_item {
    flex-wrap: wrap;
  }

  .item_left {
    width: 100%;
  }

  .item_right {
    width: 100%;
  }

  .bmwj {
    background-size: 100%;
  }

  .bmwj_icon li br {
    display: none;
  }

  .cx_main ul.qhbg {
    background-size: 100% !important;
  }

  .cx_main ul.qhbg li {
    height: 94px;
  }

  .wybl_left,
  .wycy_left {
    width: 100%;
  }

  .wybl_right,
  .wycy_right {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 75%;
  }
}

@media (max-width: 540px) {
  .lb_left p span {
    width: 72%;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 71%;
    width: 155px;
  }

  .cx_main ul.qhbg li {
    height: 56px;
  }

  .bmwj_icon li {
    width: 48%;
  }

  .bmwj {
    background: url(../images/index/bmwj_top.png) no-repeat center top #fff;
  }

  .zdxxly_left {
    padding: 10px 10px 10px;
  }

  .bmfw_left {
    width: 72px;
    height: 125px;
    padding: 13px 5px;
  }

  .bmfw_right li {
    width: 49%;
  }
}

@media (max-width: 450px) {
  .lb_left p span {
    width: 64%;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 68%;
    width: 100px;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .lb_right ul.clearfix li {
    width: 47%;
    margin-top: 20px;
  }

  .lb_right_item li a.elli-s {
    width: 68%;
  }

  .cx_main ul.qhbg li {
    height: 32px;
  }

  .qh_item {
    margin-top: 16px;
  }

  .list li a {
    width: 63%;
  }

  .item_left {
    box-sizing: border-box;
  }

  .com-more {
    display: none;
  }

  .bmwj_icon li {
    width: 100%;
  }

  .zdxxly {
    flex-direction: column;
  }

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

  .zdxxly_rigth {
    width: 100%;
  }

  .zdxxly_rigth li:first-child {
    margin-top: 20px;
  }

  .zdxxly_rigth li:nth-child(2) {
    margin-top: 20px;
  }

  #selectYear {
    width: 55%;
  }

  .wybl_top ul {
    flex-wrap: wrap;
  }

  .wybl_top ul li {
    width: 100%;
  }

  .wybl_top ul li:nth-child(2) {
    margin-top: 20px;
  }

  .wybl_bd {
    flex-direction: column;
  }

  .bmfw_left {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    text-align: center;
  }

  .kpzlList {
    flex-wrap: wrap;
  }

  .kpzlList li {
    width: 48.3%;
  }

  .kpzlList li:nth-child(3) {
    margin-top: 20px;
  }

  .wycy_right ul.gzjd_box li {
    width: 99%;
  }
    .toplb .swiper-slide img {
        height: 244px;
    }
}



    body.useOldFixed .lb_box {
        flex-wrap: wrap;
    }

    body.useOldFixed .lb_right_item li a.elli-s {
        width: 80% !important;
    }

    body.useOldFixed .lb_right_item li::before {
        bottom: 30px;
    }

    body.useOldFixed .qh_item {
        flex-wrap: wrap;
    }

    body.useOldFixed .list li a {
        width: 80% !important;
    }

    body.useOldFixed .bmwj {
        background: url(../images/index/bmwj_top.png) no-repeat center top;
        background-size: 100%;
    }

    body.useOldFixed .bmwj br {
        display: none;
    }

    body.useOldFixed .list li::before {

        bottom: 30px;
    }

    body.useOldFixed .zdxxly_left {

        width: 12%;

    }


    body.useOldFixed .zdxxly_rigth li:nth-child(2) {
        margin-top: 15px;
    }

    body.useOldFixed .zdxxly_rigth li a img {
        width: auto;
    }

    body.useOldFixed .ztzlSwiper .swiper-slide img {
        height: 183px !important;
    }
 body.useOldFixed .swiper-pagination-bullet {
        min-height: 12px !important;
    }

    body.useOldFixed .lb_left .swiper-slide img {
        height: 800px !important;
    }
  body.useOldFixed .swiper-wrapper:not(.skipAutoFix) {

        overflow: visible !important;

    }
  body.useOldFixed .bmfw_left {
        height: auto;
    }
