.innerContainer {
  overflow: hidden;
  position: relative;
  background-color: #f7f7f7;
}
.innerContainer .jdxqDetailbanner {
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.innerContainer .jdxqDetailbanner img {
  width: 100%;
  height: 100%;
}
.innerContainer .jdxqDetailcontent {
  width: 100vw;
  position: relative;
}
.innerContainer .jdxqDetailcontent .zy1 {
  position: absolute;
  left: 0;
  top: 6.12vw;
}
.innerContainer .jdxqDetailcontent .zy2 {
  position: absolute;
  right: 0;
  top: 73.125vw;
}
.innerContainer .jdxqDetailcontent .titlebox {
  width: 1280px;
  background-color: #198fb1;
  margin: 0 auto;
}
.innerContainer .jdxqDetailcontent .wave {
  position: absolute;
  right: 0;
  bottom: 100px;
}
.innerContainer .jdxqDetailcontent .title {
  width: 339px;
  height: 107px;
  position: absolute;
  top: -80px;
}
.innerContainer .jdxqDetailcontent .title .titlebg {
  width: 100%;
  height: 100%;
}
.innerContainer .jdxqDetailcontent .title p {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  color: white;
  font-size: 42px;
  width: 254px;
  height: 49px;
  overflow: hidden;
}
.innerContainer .qlgzNavigation {
  width: 80vw;
}
.innerContainer .jdxqDetailcontent .titletext {
  width: 1280px;
  color: #3e3a39;
  font-size: 40px;
  margin: 44.288px auto;
}
.innerContainer .jdxqDetailcontent .swiper1 {
  width: 1280px;
  height: 501px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin-bottom: 60px;
}
.innerContainer .jdxqDetailcontent .swiper1 .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.innerContainer .jdxqDetailcontent .swiper1 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.innerContainer .jdxqDetailcontent .swiper1 .swiper-pagination-bullet-active {
  background-color: #ff2c0a;
}
.innerContainer .jdxqDetailcontent .swiper1 .swiperbutton {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 1.05vw;
}
.innerContainer .jdxqDetailcontent .swiper1 .swiperbutton > div {
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}
.innerContainer .jdxqDetailcontent .swiper1 .swiperbutton > div img {
  width: 9px;
  height: 15px;
}
.innerContainer .jdxqDetailcontent .swiper1 .swiperbutton > div:hover {
  background-color: #198fb1;
  border-color: #198fb1;
  transition: all 0.4s ease;
}
.innerContainer .jdxqDetailcontent .jdcontent {
  padding: 45px 0 65px 0;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  width: 1400px;
}
.innerContainer .jdxqDetailcontent .jdcontent .contenttitle {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innerContainer .jdxqDetailcontent .jdcontent .contentdate {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innerContainer .jdxqDetailcontent .jdcontent .contentimg {
  text-align: center;
  margin: 2% 0;
}
.innerContainer .jdxqDetailcontent .jdcontent .contentimg img {
  width: 80%;
}

.innerContainer .jdxqDetailcontent .jdcontent .contenttext {
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  user-select: text;
  padding: 0 8%;
  word-wrap: break-word;
}
.innerContainer .jdxqDetailcontent .jdcontent .contenttext img {
  width: 100%;
  max-width: 100%;
}
.innerContainer .qlgktop img {
  width: 100%;
  height: 70vh;
}
.innerContainer .qlgktop {
  position: relative;
  width: 100%;
}
.innerContainer .qlgktop .header-t {
  position: absolute;
  z-index: 4;
  color: #ffffff;
  font-size: 44px;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
}
.innerContainer .qlgktop .header-t .title {
  font-size: 44px;
  font-weight: 600;
}
.innerContainer .qlgktop .header-t .line-t {
  width: 30px;
  height: 1px;
  background-color: #ffffff66;
  margin: 22px 0;
}
.innerContainer .qlgktop .header-t .describe {
  font-size: 18px;
}
.innerContainer .hyfw img {
  width: 100%;
  height: 100% !important;
}
.innerContainer .hyfw span {
  /* bottom: 44px; */
  font-size: 44px;
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .innerContainer .qlgzNavigation {
    width: 98vw;
  }
  .innerContainer .jdxqDetailcontent .jdcontent {
    width: 1128px;
  }
}
