.innerContainer {
  overflow: hidden;
  position: relative;
  background-color: #eeeeee;
}
.innerContainer .jxjdDetailbanner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.innerContainer .jxjdDetailbanner img {
  width: 100%;
  height: 100%;
}
.innerContainer .jxjdDetailcontent {
  width: 100%;
  /*  height: 106.72875vw; */
  position: relative;
  padding-bottom: 17.4vw;
}
.innerContainer .jxjdDetailcontent .zy1 {
  position: absolute;
  left: 0;
  top: 6.12vw;
}
.innerContainer .jxjdDetailcontent .zy2 {
  position: absolute;
  right: 0;
  top: 73.125vw;
}
.innerContainer .jxjdDetailcontent .titlebox {
  width: 1280px;
  background-color: #198fb1;
  margin: 0 auto;
}
.innerContainer .jxjdDetailcontent .wave {
  position: absolute;
  right: 0;
  bottom: 100px;
}
.innerContainer .jxjdDetailcontent .title {
  width: 339px;
  height: 107px;
  position: absolute;
  top: -80px;
}
.innerContainer .jxjdDetailcontent .title .titlebg {
  width: 100%;
  height: 100%;
}
.innerContainer .jxjdDetailcontent .title p {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  color: white;
  font-size: 42px;
  width: 254px;
  height: 49px;
  overflow: hidden;
}
.innerContainer .jxjdDetailcontent .qlgzNavigation {
  margin: 26px auto 19px auto;
  width: 1280px;
}
.innerContainer .jxjdDetailcontent .titletext {
  width: 1280px;
  color: #3e3a39;
  font-size: 40px;
  margin: 44.288px auto;
}
.innerContainer .jxjdDetailcontent .swiper1 {
  width: 1280px;
  height: 501px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin-bottom: 60px;
}
.innerContainer .jxjdDetailcontent .swiper1 .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.innerContainer .jxjdDetailcontent .swiper1 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.innerContainer .jxjdDetailcontent .swiper1 .swiper-pagination-bullet-active {
  background-color: #ff2c0a;
}
.innerContainer .jxjdDetailcontent .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 .jxjdDetailcontent .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 .jxjdDetailcontent .swiper1 .swiperbutton > div img {
  width: 9px;
  height: 15px;
}
.innerContainer .jxjdDetailcontent .swiper1 .swiperbutton > div:hover {
  background-color: #198fb1;
  border-color: #198fb1;
  transition: all 0.4s ease;
}
.innerContainer .jxjdDetailcontent .content {
  width: 1280px;
  padding: 45px 0 65px 0;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.innerContainer .jxjdDetailcontent .content .contenttitle {
  text-align: center;
  height: 50px;
  border-left: 6px solid #d69d0c;
  line-height: 50px;
  padding-left: 87px;
  font-size: 30px;
  color: #d69d0c;
  white-space: nowrap;
  /* 超出隐藏 */
  overflow: hidden;
  /* 文本超出显示成... */
  text-overflow: ellipsis;
}
.innerContainer .jxjdDetailcontent .content .contentdate {
  text-align: center;
  width: 100%;
  padding-left: 93px;
  font-size: 14px;
  color: #888888;
  margin-top: 10px;
}
.innerContainer .jxjdDetailcontent .content .hr {
  width: 1094px;
  height: 1px;
  margin: 0 auto;
  background-color: #dddddd;
  margin-top: 34px;
  margin-bottom: 51px;
}
.innerContainer .jxjdDetailcontent .content .contenttext {
  width: 1094px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  user-select: text;
}
.innerContainer .jxjdDetailcontent .content .contenttext img {
  width: 100%;
  max-width: 100%;
}
