.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next {
  width: 35px;
  height: 71px;
  margin-top: calc(0px - (71px/2));
}
.swiper-button-prev {
  background: url(../images/kxy3-left.png) no-repeat center center;
}
.swiper-button-next {
  background: url(../images/kxy3-right.png) no-repeat center center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 0 !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0px !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
}
.mySwiper1 {
  position: absolute;
  width: 100%;
  height: 254px;
}
.mySwiper1 .pic {
  width: 100%;
  height: 254px;
}
.mySwiper1 .pic.a1 {
  background: url(../images/kxy3-header.png) center center no-repeat;
}
.mySwiper1 .pic.a2 {
  background: url(../images/kxy2-header.png) center center no-repeat;
}
.mySwiper1 .pic.a3 {
  background: url(../images/kxy1-header.png) center center no-repeat;
}
.mySwiper1 .swiper-horizontal > .swiper-pagination-bullets,
.mySwiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper1 .swiper-pagination-custom,
.mySwiper1 .swiper-pagination-fraction {
  bottom: 20px;
}
.mySwiper1 .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.3);
}
.mySwiper1 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #FFFFFF;
}
.mySwiper2 {
  margin-top: 30px;
}
.mySwiper2 .swiper-horizontal > .swiper-pagination-bullets,
.mySwiper2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper2 .swiper-pagination-custom,
.mySwiper2 .swiper-pagination-fraction {
  bottom: 20px;
  width: 130px;
  height: 25px;
  /*background: url(../images/kxy3-jdtbg.png);*/
  margin: 0 auto;
  left: 565px;
  /*padding-top: 5px;*/
}
.mySwiper2 .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.mySwiper2 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #FFFFFF;
}
.index-jdt {
  text-align: left;
}
.index-jdt img {
  display: inline-block;
  float: left;
  width: 830px;
  height: 366px;
}
.index-jdt .nr {
  display: inline-block;
  float: left;
  width: 360px;
  height: 296px;
  padding: 20px 35px 50px 35px;
  background: #3789c6;
}
.index-jdt .nr a {
  display: block;
  font: bold 20px/30px "微软雅黑";
  color: #FFFFFF;
}
.index-jdt .nr a:hover {
  color: #c00101;
}
.index-jdt .nr p {
  margin-top: 10px;
  text-indent: 2em;
  font: 16px/30px "微软雅黑";
  color: #FFFFFF;
}
@media only screen and (max-width: 821px), only screen and (max-device-width: 821px) {
  .mySwiper1 {
    height: 30rem;
  }
  .mySwiper1 .swiper-horizontal > .swiper-pagination-bullets,
  .mySwiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mySwiper1 .swiper-pagination-custom,
  .mySwiper1 .swiper-pagination-fraction {
    bottom: 2rem;
  }
  .mySwiper1 .pic {
    height: 30rem;
  }
  .jdt1 {
    width: 100%;
    height: 100%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .index-jdt img {
    width: 100%;
    /*height: auto;*/
  }
  .index-jdt .nr {
    width: 91%;
    height: auto;
    padding: 3.5rem;
  }
  .index-jdt .nr a {
    font: bold 2rem/3rem "微软雅黑";
  }
  .index-jdt .nr p {
    margin-top: 1rem;
    text-indent: 2em;
    font: 1.6rem/3rem "微软雅黑";
    display: none;
  }
}
