.innerContainer {
  background-color: #f7f7f7;
}
.fzlctop img {
  width: 100vw;
}
.fzlc {
  width: 100vw;
  position: relative;

  display: flex;
  justify-content: center;
}
.contenttext img {
  width: 100%;
}
.fzlctop {
  position: relative;
  width: 100vw;
}
.fzlctop .gkbanner {
  width: 100%;
  height: 540px;
  object-fit: cover;
  vertical-align: middle;
}
.fzlctop .header-t {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: calc(-1370px / 2);
  width: 1370px;
  color: #fff;
  /* height: 240px; */
  margin-bottom: 135px;
}
.fzlctop span {
  position: absolute;
  z-index: 4;
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
}
.fzlctop .header-t .title {
  font-size: 44px;
  font-weight: 600;
}
.fzlctop .header-t .line-t {
  width: 30px;
  height: 1px;
  background-color: #ffffff66;
  margin: 22px 0 30px 0;
}
.fzlctop .header-t .describe {
  font-size: 18px;
}
.fzlc .content {
  background-color: #ffffff;
  position: relative;
  z-index: 4;
  width: 1400px;
}
.content .contenttitle {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  padding: 4% 0;
  text-overflow: ellipsis;
}
.content .contentimg {
  text-align: center;
  margin: 4% 0;
}
.content .contenttext {
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  user-select: text;
  padding: 0 12%;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6%;
}
@media screen and (max-width: 1400px) {
  .fzlc .content {
    width: 1128px;
  }
  .fzlctop span {
    width: 1128px;
  }
}
