.banner {
  width: 100%;
}

.banner-image {
  width: 100%;
  position: relative;
}

/* .banner .title {
  width: 948px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 7.5% auto 0;
  padding: 15px 30px 15px 230px;
}

.banner .title p {
  width: 710px;
  height: 73px;
  font-family: HYCuSong, HYCuSong;
  font-weight: 600;
  font-size: 54px;
  color: #9E0200;
  line-height: 73px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
} */

.synopsis {
  width: 1400px;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 100%;
  /* height: 4190px; */
  /* height: 5366px; */
  background: url(../images/背景.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content .ktt {
  position: relative;
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
}

.content .ktt .kttContainer {
  display: flex;
  width: 1200px;
  margin: 51px auto 0;
}

.content .ktt .kttContainer .left {
  width: 600px;
  height: 400px;
}

.content .ktt .kttContainer .triangle1 {
  margin-left: 95%;
}

.content .ktt .kttContainer .triangle2 {
  margin-left: 95%;
}

.content .ktt .kttContainer .left .leftImg img {
  width: 600px;
  height: 400px;
  position: relative;
}

.content .ktt .kttContainer .swiper-container .swiper-wrapper .swiper-slide p {
  width: 100%;
  position: absolute;
  top: 91%;
  text-align: left;
  z-index: 4;
  color: white;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  height: 36px;
  line-height: 36px;
}

.content .ktt .kttContainer .swiper-container .swiper-wrapper .swiper-slide p span {
  display: block;
  width: 75%;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .ktt .kttContainer .swiper-pagination-bullet {
  background: #D4D4D4;
  text-align: center;
  line-height: 20px;
  border-radius: 0%;
}

.content .ktt .kttContainer .swiper-pagination-bullet-active {
  color: #fff;
  background: red;
}

.content .ktt .kttContainer .swiper-container-horizontal>.swiper-pagination-bullets {
  width: 180%;
}

.content .ktt .kttContainer .right {
  width: 600px;
  height: 480px;
  background: #FFFFFF;
  box-shadow: 2px 2px 20px 0px rgba(43, 4, 4, 0.15);
  border-radius: 0px 2px 2px 0px;
}

.content .ktt .kttContainer .right .title {
  width: 260px;
  height: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #1D1B1B;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  padding: 40px 50px 0 50px;
}

.content .ktt .kttContainer .right .article {
  width: 500px;
  height: 160px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #353131;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  padding: 12px 50px 0 50px;
}

.content .ktt .kttContainer .right .Border {
  width: 500px;
  height: 1px;
  margin: 0 0 0 50px;
  border-bottom: 1px dashed #BABABA;
}

.content .ktt .kttContainer .right .article p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.content .ktt .kttContainer .right .article1 {
  width: 500px;
  height: 25px;
  height: 25px;
  padding: 30px 50px 30px 50px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 700;
  font-size: 18px;
  color: #353131;
  line-height: 25px;
  text-align: left;
  font-style: normal;
}

.content .ktt .kttContainer .right .article1 p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .ktt .kttContainer .right .article2 {
  width: 500px;
  height: 25px;
  padding: 30px 50px 30px 50px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 700;
  font-size: 18px;
  color: #353131;
  line-height: 25px;
  text-align: left;
  font-style: normal;
}

.content .ktt .kttContainer .right .article2 p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .ktt .kttContainer .right .viewMore {
  width: 96px;
  height: 31px;
  background: linear-gradient(135deg, #FFD899 0%, #FEB260 100%);
  box-shadow: 4px 4px 10px 0px rgba(95, 0, 0, 0.2);
  border-radius: 16px;
  float: right;
  margin: 12px 32px 0 0;
  display: flex;
}

.content .ktt .kttContainer .right .viewMore p {
  width: 96px;
  height: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #A7000E;
  font-style: normal;
  line-height: 28px;
  /* margin-left: 6px; */
  text-align: center;
}


.content .dbg {
 /*  position: absolute;
  top: 750px;
  left: 0;
  right: 0; */
  width: 100%;
  margin: 100px auto 0;
}

.content .dbg .dbgContainer {
  width: 1200px;
  margin: 40px auto 0;
  display: flex;
}

::-webkit-scrollbar {
  background: #E5E5E5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #C03030;
}

.content .dbg .dbgContainer .leftImg,
.content .dbg .dbgContainer .rightImg {
  width: 626px;
  height: 823px;
  white-space: nowrap;
  overflow-y: hidden;
  background-image: url(../images/bg_公报.png);
}

.content .dbg .dbgContainer .rightImg {
  margin-left: 20px;
}

.content .dbg .dbgContainer .leftImg .title,
.content .dbg .dbgContainer .rightImg .title {
  height: 33px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #1D1B1B;
  line-height: 33px;
  font-style: normal;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.content .dbg .dbgContainer .leftImg .left,
.content .dbg .dbgContainer .rightImg .left {
  margin-right: 10px;
}

.content .dbg .dbgContainer .leftImg .right,
.content .dbg .dbgContainer .rightImg .right {
  margin-left: 10px;
}

.content .dbg .dbgContainer .leftImg .content,
.content .dbg .dbgContainer .rightImg .content {
  width: 480px;
  height: 665px;
  position: relative;
  top: 42px;
  left: 12.5%;
  white-space: nowrap;
  overflow-y: scroll;
}

.content .dbg .dbgContainer .leftImg .content img,
.content .dbg .dbgContainer .rightImg .content img {
  width: 100%;
  height: 965px;
}

.content .dbg .dbgContainer .leftImg .bg,
.content .dbg .dbgContainer .rightImg .bg {
  width: 626px;
  height: 823px;
  position: absolute;
}

.content .dbg .dbgContainer .leftImg .pageFooter {
  width: 71px;
  height: 92px;
  position: relative;
  left: 519px;
  bottom: 50px;
}

.content .dbg .dbgContainer .rightImg .pageFooter {
  width: 71px;
  height: 92px;
  position: relative;
  left: 519px;
  bottom: 50px;
}

.content .qbs {
  /* position: absolute;
  top: 1800px;
  left: 0;
  right: 0; */
  width: 100%;
  margin: 100px auto 0;
}

.content .qbs .qbsContainer {
  width: 1200px;
  margin: 51px auto 0;
  display: flex;
}

.content .qbs .qbsContainer .left {
  width: 600px;
  height: 400px;
}

.content .qbs .qbsContainer .left img {
  width: 600px;
  height: 400px;
}

.content .qbs .qbsContainer .right {
  width: 687px;
  height: 438px;
  background-image: url(../images/bg_部署.png);
  background-size: 687px 438px;
  background-repeat: no-repeat;
  margin-top: -19px;
  margin-left: -87px;
}

.content .qbs .qbsContainer .right .title {
  width: 400px;
  height: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #1D1B1B;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 72px;
  margin-left: 190px;
}

.content .qbs .qbsContainer .right .articleContent {
  width: 488px;
  height: 260px;
  margin: 40px 20px 0 140px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}

.content .qbs .qbsContainer .right .articleContent p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.content .qbs .qbsContainer .right .viewMore {
  width: 96px;
  height: 31px;
  background: linear-gradient(135deg, #FFD899 0%, #FEB260 100%);
  box-shadow: 4px 4px 10px 0px rgba(95, 0, 0, 0.2);
  border-radius: 16px;
  float: right;
  margin: -30px 32px 0 0;
  display: flex;
}

.content .qbs .qbsContainer .right .viewMore p {
  width: 96px;
  height: 31px;
  line-height: 31px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #A7000E;
  font-style: normal;
  text-align: center;
}

.content .hls {
  /* position: absolute;
  top: 2457px;
  left: 0;
  right: 0; */
  width: 100%;
  margin: 100px auto 0;
}

.content .hls .hlsContainer {
  width: 1384px;
  height: 588px;
  margin: 8px auto 0;
  background-image: url(../images/bg_落实.png);
}

.content .hls .articleOne {
  width: 1384px;
  height: 28px;
  margin: auto;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #1D1B1B;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  position: absolute;
  top: 154px;
  z-index: 102;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .hls .hlsContainer .articleOneBg {
  margin: auto;
  padding: 130px 100px 0 80px;
  position: relative;
}

.content .hls .hlsContainer .articleTwo {
  width: 1384px;
  height: 28px;
  margin: auto;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #1D1B1B;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  position: absolute;
  top: 284px;
  z-index: 99;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .hls .hlsContainer .articleTwoBg {
  margin: auto;
  padding: 50px 100px 0 80px;
  position: relative;
}

.content .hls .hlsContainer .leftArrow {
  margin: auto;
  position: relative;
  left: -500px;
  top: -133px;
  z-index: 102;
}

.content .hls .hlsContainer .rightArrow {
  margin: auto;
  position: relative;
  left: 480px;
  top: -195px;
  z-index: 102;
}

.content .zjc {
  /* position: absolute;
  top: 3250px;
  left: 0;
  right: 0; */
  width: 100%;
  margin: 100px auto 0;
}

.content .zjc .zjcContainer {
  display: flex;
}

.content .zjc .zjcContainer .swiper-container {
  /* width: 1200px; */
  height: 557px;
  margin: 80px 300px 0 300px;
  overflow: hidden !important;
}

.content .zjc .zjcContainer .swiper-container .swiper-wrapper .swiper-slide {
  width: 800px;
  height: 532px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.content .zjc .zjcContainer .swiper-container .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  position: relative;
}

.content .zjc .zjcContainer .swiper-container .swiper-wrapper .swiper-slide p {
  width: 100%;
  position: absolute;
  top: 89%;
  text-align: center;
  z-index: 4;
  color: white;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  height: 60px;
  line-height: 60px;
}

.content .zjc .zjcContainer .zjc-leftArrow {
  width: 54px;
  height: 80px;
  position: relative;
  left: 301px;
  top: 266px;
  cursor: pointer;
}

.content .zjc .zjcContainer .zjc-rightArrow {
  width: 54px;
  height: 80px;
  position: relative;
  right: 301px;
  top: 266px;
  cursor: pointer;
}

.content .lbd {
  /* position: absolute;
  top: 4000px;
  left: 0;
  right: 0; */
  width: 100%;
  margin: 0 auto;
  z-index: 101;
}

.content .lbd .lbdContainer {
  width: 1200px;
  margin: 77px auto 0;
}

.content .lbd .lbdContainer .lbdReports {
  display: flex;
}

.content .lbd .lbdContainer .rightReport {
  margin-left: 93px;
}

.content .lbd .lbdContainer .reports {
  width: 557px;
  height: 146px;
  background-image: url(../images/icon_box2.png);
}

.content .lbd .lbdContainer .reports .title {
  width: 190px;
  height: 45px;
  margin-left: 58px;
  line-height: 45px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .lbd .lbdContainer .reports .reportsContent {
  width: 440px;
  height: 28px;
  margin-left: 58px;
  margin-top: 33px;
  line-height: 45px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #1D1B1B;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .lbd .arrow {
  width: 1200px;
  display: flex;
  margin: 0 auto;
}

.content .lbd .arrow .line1 {
  width: 506px;
  height: 2px;
  margin-top: 100px;
}

.content .lbd .arrow .line2 {
  width: 506px;
  height: 2px;
  margin-top: 100px;
  margin-left: 24px;
}

.content .lbd .arrow .leftArrow {
  width: 58px;
  height: 48px;
  margin-top: 78px;
  margin-left: 24px;
}

.content .lbd .arrow .rightArrow {
  width: 58px;
  height: 48px;
  margin-top: 78px;
  margin-left: 24px;
}

.footer {
  position: relative;
  width: 100%;
  height: 1029px;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer-logo {
  padding-top: 800px;
  /* padding-top: 102px; */
  width: 402px;
  height: 54px;
  margin: 0 auto;
  margin-bottom: 38px;
}

.footer-copyright {
  width: 100%;
  height: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 13px;
  text-align: center;
  margin-bottom: 21px;
}

.footer-address {
  width: 100%;
  height: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 13px;
}
