.xxgk {
  background: url(../images/zwzx/box_bg.png) no-repeat top center;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpjd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jpjd_left {
  width: 33%;
}

.hbfg {
  width: 65%;
  position: relative;
}

.mySwiper img {
  height: 360px;
}

.com-more.more {
  right: 17px;
}

.mySwiper .swiper-pagination-bullet {
  width: 22px;
  height: 3px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  border-radius: 0;
  opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 45px;
  height: 3px;
  background: rgba(212, 48, 48, 1);
}

.bottom_text {
  position: absolute;
  height: 119px;
  width: 100%;
  line-height: 119px;
  background: url(../images/xxgk/bottomtext.png) no-repeat center;
  padding: 0 30px;
  box-sizing: border-box;
  bottom: 0;
  font-size: 18px;
}

.bottom_text a {
  color: rgba(255, 255, 255, 1);
}

.xxgk_tb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xxgk_tb li {
  width: 16%;
  height: 152px;
  border-radius: 2px;

  border: 1px solid rgba(225, 232, 242, 1);
  text-align: center;
  border-radius: 2px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.09);
}

.xxgk_tb li img {
  display: block;
  margin: 25px auto;
}

.xxgk_tb li:hover {
  background: url(../images/index/navli_bg.png) no-repeat center / 100% 100%;
}

.xxgk_tb li:hover a {
  color: #fff;
  font-weight: 700;
}

.hjzl_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hjgk {
  width: 65%;
  position: relative;
}

.hjzl {
  width: 33%;
  position: relative;
}

.hjxxgk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/index/hjzl_bg.png) no-repeat center;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.09);
  height: 276px;
  background-size: 100% 100%;
  padding: 24px 30px;
  box-sizing: border-box;
  font-size: 18px;
}

.hjxxgk li {
  width: 48%;
}

.hjxxgk li img {
  vertical-align: middle;
  margin-right: 15px;
  margin-top: 4px;
}

.hjxxgk li a {
  display: flex;
  align-items: flex-start;
}

.hjxxgk_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hjxxgk_box li {
  width: 32%;
  height: 128px;
  background: url(../images/xxgk/hjxxgk_icon1.png) no-repeat center;
  line-height: 128px;
  text-align: center;
}

.hjxxgk_box li:nth-child(2) {
  background: url(../images/xxgk/hjxxgk_icon2.png) no-repeat center;
}

.hjxxgk_box li:nth-child(3) {
  background: url(../images/xxgk/hjxxgk_icon3.png) no-repeat center;
}

.hjxxgk_box li:nth-child(4) {
  background: url(../images/xxgk/hjxxgk_icon4.png) no-repeat center;
  margin-top: 20px;
}

.hjxxgk_box li:nth-child(5) {
  background: url(../images/xxgk/hjxxgk_icon5.png) no-repeat center;
  margin-top: 20px;
}

.hjxxgk_box li:nth-child(6) {
  background: url(../images/xxgk/hjxxgk_icon6.png) no-repeat center;
  margin-top: 20px;
}

.xztx_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xztx {
  width: 32%;
  position: relative;
}

.rsgg {
  width: 65%;
  position: relative;
}

.xztxul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xztxul li {
  height: 130px;
  opacity: 1;
  width: 48%;
  background: rgba(247, 249, 252, 1);
  margin-top: 22px;
  text-align: center;
}

.xztxul li a img {
  display: block;
  margin: 26px auto 2px;
}

.xxgkSwiper .swiper-slide img {
  width: 138px;
  margin: 0 auto;
}

.xxgkSwiper .swiper-button-prev {
  width: 20px;
  height: 50px;
  background: url(../images/index/arrow.png) no-repeat center;
}

.xxgkSwiper .swiper-button-next {
  width: 20px;
  height: 50px;
  background: url(../images/index/arrow.png) no-repeat center;
  transform: rotate(180deg);
}

@media (max-width: 1280px) {
  .jpjd_left {
    width: 46%;
  }

  .hbfg {
    width: 100%;
    margin-top: 20px;
  }

  .xxgk_tb li {
    width: 32%;
  }

  .xxgk_tb li:nth-child(4),
  .xxgk_tb li:nth-child(5),
  .xxgk_tb li:nth-child(6) {
    margin-top: 30px;
  }

  .hjzl {
    width: 100%;
  }

  .hjgk {
    width: 100%;
    margin-top: 20px;
  }

  .xztx {
    width: 100%;
  }

  .rsgg {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .jpjd_left {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .jpjd_left {
    width: 100%;
  }

  .list li a {
    width: 69%;
  }

  .xxgk_tb li {
    width: 100%;
    margin-top: 20px;
  }

  .hjxxgk_box li {
    width: 100%;
    margin-top: 20px;
  }
}
