.body_bg {
  background: url(../images/body_bg.png) no-repeat top center;
  margin-bottom: 100px;
}

.lh_logo {
  width: 290px;
  position: absolute;
  top: 20px;
}

.text {
  width: 75%;
  margin: 0px auto 27px;
  padding-top: 47px;
}

.text img {
  width: 100%;
}

.topitm {
  border-radius: 6px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 49.74%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 26px 70px 36px;
  border: 1px solid;
  box-sizing: border-box;
  border-image: linear-gradient(
      180deg,
      rgba(203, 171, 124, 1) 0%,
      rgba(203, 171, 124, 0) 100%
    )
    1;
}

.ttxw .tit {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: rgba(176, 11, 11, 1);
}

.topitm .memo {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  text-indent: 2em;
  line-height: 30px;
  color: rgba(56, 56, 56, 1);
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.memo a {
  color: rgba(212, 48, 48, 1);
}

.mySwiper {
  margin-top: 39px;
}

.mySwiper .swiper-slide a {
  width: 86%;
  height: 608px;
  display: block;
 position: relative;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-button-prev {
  width: 40px;
  height: 120px;
  background: url(../images/arrow.png) no-repeat;
  background-size: 100%;
  left: 0px;
}

.mySwiper .swiper-button-next {
  width: 40px;
  height: 120px;
  transform: rotate(180deg);
  background: url(../images/arrow.png) no-repeat;
  background-size: 100%;
  right: 0;
}

.lhxw_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.lh_main {
  margin-top: 55px;
  background: url(../images/lhxw_bg.png) no-repeat center;
  background-position-y: 103px;
}

.lhxw {
  width: 65.6%;
}

.lhyc {
  width: 31.5%;
}

.lhxw_title a {
  display: block;
  height: 83px;
  background: url(../images/lhxw_title.png) no-repeat left;
}

.lhyc_title a {
  display: block;
  height: 83px;
  background: url(../images/lhyc_title.png) no-repeat left;
}

.lhxw_list li {
  display: flex;
  margin-top: 20px;
  height: 100px;
  padding: 19px 50px 19px 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 87, 51, 0.36);
  box-shadow: 11px -2px 28px rgba(235, 206, 206, 0.5);
}

.lhxw_list li:first-child {
  margin-top: 30px;
}

.lhxw_list li:hover {
  background: linear-gradient(
    270deg,
    rgba(252, 104, 104, 1) 0%,
    rgba(212, 48, 48, 1) 100%
  );
}

.li_left {
  width: 105px;
  border-right: 1px solid rgba(252, 204, 204, 1);
  text-align: center;
  margin-right: 17px;
  flex-shrink: 0;
  padding-left: 15px;
  box-sizing: border-box;
}

.li_left .yue {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(203, 171, 124, 1);
}

.li_left .nf {
  font-size: 20px;
  margin-top: 5px;
  line-height: 20px;
  color: rgba(203, 171, 124, 1);
}

.li_right a {
  font-size: 20px;
  font-weight: 700;
  color: rgba(196, 68, 39, 1);
}

.li_right .memo {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(122, 86, 34, 1);
}

.li_right .elli-m {
  -webkit-line-clamp: 1;
}

.lhxw_list li:hover .yue,
.lhxw_list li:hover .nf,
.lhxw_list li:hover .li_right a,
.lhxw_list li:hover .li_right .memo {
  color: rgba(255, 255, 255, 1);
}

.lhyc_item {
  background: rgba(255, 255, 255, 1);
  margin-top: 30px;
  border: 1px solid rgba(255, 87, 51, 0.36);
  box-shadow: 11px -2px 28px rgba(235, 206, 206, 0.5);
  padding: 29px 19px 36px 22px;
}

.item_ul {
  display: flex;
  height: 40px;
  justify-content: center;
}

.item_ul li {
  line-height: 40px;
  cursor: pointer;
  background: rgba(203, 171, 124, 1);
}

.item_ul li a {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  display: block;
  width: 100%;
}

.gzbg {
  margin-top: 30px;
  height: 324px;
  overflow-y: scroll;
}

.gzbg p {
  font-size: 18px;

  margin-top: 20px;
  line-height: 26.06px;
  color: rgba(56, 56, 56, 1);
  position: relative;
  padding-left: 20px;
}

.gzbg p::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(212, 48, 48, 1);
  left: 0;
  top: 10px;
}

.gdt::-webkit-scrollbar {
  width: 6px;
}

.gdt::-webkit-scrollbar-track {
  background: rgba(203, 171, 124, 1);
  border-radius: 6px;
}

.gdt::-webkit-scrollbar-thumb {
  background: rgba(212, 48, 48, 1);
  border-radius: 6px;
}

.gdt::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

li.hover {
  background: rgba(212, 48, 48, 1);
}

li.hover a {
  color: rgba(255, 255, 255, 1);
}

.zfzzbg_title a {
  height: 83px;
  display: block;
  background: url(../images/zfgzbg_title.png?v=1) no-repeat center;
}

.zfzzbg_main {
  margin-top: 30px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 87, 51, 0.36);
  box-shadow: 11px -2px 28px rgba(235, 206, 206, 0.5);
  padding: 30px 25px 29px 0;
  display: flex;
}

.zfzzbg_nav {
  padding-top: 14px;
  width: 25%;
  position: relative;
  z-index: 99;
}

.zfzzbg_list {
  width: 75%;
  margin-left: -30px;
  height: 600px;
  background: url(../images/item_bg.png) no-repeat top center;
  padding: 16px 30px 26px 57px;
  box-sizing: border-box;
  overflow-y: auto;
    background-size: 100% 100%;
}

.zfzzbg_nav li {
  height: 92px;
  text-align: center;
  background: url(../images/li_bg1.png) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
margin-top: 5px;
}

.zfzzbg_nav li a {
  font-size: 24px;
  font-weight: 700;

  color: rgba(212, 48, 48, 1);
}

.zfzzbg_nav li.active {
  background: url(../images/li_bg.png) no-repeat center;
}

.zfzzbg_nav li.active a {
  color: rgba(255, 255, 255, 1);
}

.qwft {
  margin-top: 60px;
}

.qwft_title a {
  height: 83px;
  display: block;
  background: url(../images/qwft_title.png) no-repeat center;
}

.qwftSwiper {
  margin-top: 30px;
}

.qwftSwiper .swiper-slide {
  height: 360px;
  opacity: 1;
  padding: 30px 30px 40px;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(255, 87, 51, 0.22) 0%,
    rgba(255, 87, 51, 0.05) 100%
  );
}

.nr_inst {
  background: url(../images/qwft_li.png) no-repeat top center;
  padding: 22px 22px 0;
  width: 100%;
  text-align: left;
}

.nr_inst img {
  width: 110px;
  height: 162px;
  margin-right: 24px;
  margin-bottom: 7px;
}

.ldmz {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}

.gjtit {
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
  color: rgba(212, 48, 48, 1);
}

.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(122, 86, 34, 1);
}

.wsmsdy {
  margin-top: 60px;
}

.wsmsdy_list {
  display: flex;
}

.wsmsdy_list li {
  width: 50%;
  height: 119.46px;
  display: flex;
  padding-left: 73px;
  line-height: 96px;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0px;
}

.wsmsdy_list li img {
  margin-right: 24px;
}

.wsmsdy_list li a {
  color: rgba(255, 240, 189, 1);
}

.wsmsdy_list li.hover a {
  color: rgba(255, 255, 255, 1);
}

.wsmsdy_list li.li0.hover {
  background: url(../images/msbg1.png) no-repeat top center;
}

.wsmsdy_list li.li0 {
  background: url(../images/msbg2.png) no-repeat top center;
}

.wsmsdy_list li.li1.hover {
  background: url(../images/msbg4.png) no-repeat top center;
}

.wsmsdy_list li.li1 {
  background: url(../images/msbg3.png) no-repeat top center;
}

.msdySwiper .swiper-slide:nth-child(2n) {
  padding-top: 52px;
}

.msdySwiper .swiper-slide a {
  display: block;
  padding: 52px 32px 27px 33px;
  background: url(../images/msdy.png) no-repeat top center;
  text-align: left;
}

.wsmsdy_item {
  margin-top: 30px;
}

.mbtit {
  font-size: 20px;
  font-weight: 700;
  -webkit-line-clamp: 3;
  line-height: 26.4px;
  color: rgba(212, 48, 48, 1);
}

.ms_memo {
  font-size: 14px;
  font-weight: 400;
  margin-top: 38px;
  line-height: 26px;
  color: rgba(56, 56, 56, 1);
  -webkit-line-clamp: 4;
}

.clgd {
  margin-top: 43px;
  width: 110px;
  height: 30px;
  background: linear-gradient(
    270deg,
    rgba(252, 104, 104, 1) 0%,
    rgba(212, 48, 48, 1) 100%
  );
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
}

.lhraSwiper .swiper-slide a {
  display: block;
  background: url(../images/ra_bg.png) no-repeat top center;
  padding: 78px 37px 77px 38px;
  text-align: left;
}

.ratit {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 34.32px;
  color: rgba(255, 240, 191, 1);
}

.ramemo {
    height: 104px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26px;
  -webkit-line-clamp: 4;
  color: rgba(255, 255, 255, 1);
}

.lhtj_title a {
  display: block;
  height: 83px;
  background: url(../images/lhtj_title.png) no-repeat center;
}

.lhtj {
  margin-top: 40px;
}

.lhtjSwiper {
  margin-top: 30px;
}

.lhtjSwiper .swiper-slide a {
  display: block;
}

.lhtjSwiper .swiper-slide a img {
  height: 526px;
}

.lhsp {
  margin-top: 60px;
  background: url(../images/libottombg.png) no-repeat top center;
  background-position-y: 70px;
}

.lhsp_title a {
  display: block;
  position: relative;
  height: 83px;
  background: url(../images/lhsp_title.png) no-repeat center;
}

  .gjtit1 {
            position: absolute;
            bottom: 0;
            height: 70px;
            line-height: 70px;
            width: 100%;
            background: rgba(0, 0, 0, 0.8);
            font-size: 24px;
            color: rgba(255, 255, 255, 1);
            padding: 0 20px 0 20px;
            display: flex;
            text-align:center;
            align-items: center;
            box-sizing: border-box;
        }

/* 工作进展 */
.gzjz-box {
  width: 100%;
  background-size: 100% 100%;
  margin-top: -175px;
  overflow: hidden;
  /* position: relative;
            z-index: -2; */
}

.gzjz-box .tw-list .tw-item:not(:last-child) {
  margin-right: 20px;
}

.gzjz-box .gzjz-swiper {
  width: 130%;
  height: 470px;
  position: relative;
  margin-top: 206px;
  margin-left: -15%;
}

.gzjz-box .gzjz-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper {
  width: 100%;
  height: 427px;
}

.gzjz-box .gzjz-swiper .swiper-container .swiper-slide {
  width: 759px;
  height: 100%;
  /* background-color: #666666; */
}

.gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper .swi-img {
  width: 759px;
  height: 100%;
}

.gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper .swi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qxlh {
  margin-top: 40px;
}

.qxlh_title a {
  display: block;
  height: 83px;
  background: url(../images/qxlh_title.png) no-repeat center;
}

.qxlhlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 30px;
}

.qxlhlist li {
  display: flex;
  background: rgba(255, 255, 255, 1);
  align-items: center;
  border: 1px solid rgba(255, 87, 51, 0.36);
  box-sizing: border-box;
  padding: 29px 20px 29px 0;
  box-shadow: 11px -2px 28px rgba(235, 206, 206, 0.5);
}

.qxlhlist li .li_left {
  padding-left: 0;
}

.qxlhlist li .elli-m {
  -webkit-line-clamp: 2;
}
    .qxlhlist li:hover {
            background: url(../images/mszxbg.png) no-repeat center;

            border: none;
        }

        .qxlhlist li:hover .yue,
        .qxlhlist li:hover .nf,
        .qxlhlist li:hover a {
            color: white !important;
        }
 .gdan {
            font-size: 22px;
            margin-top: 10px;
            padding: 0 20px;
            box-sizing: border-box;
        }
/* 工作进展 swiper */
@media (max-width: 1500px) {
  .gzjz-box .gzjz-swiper {
    width: 120%;
    margin-left: -10%;
  }

  .mySwiper .swiper-slide a {
    height: 512px;
  }

  .lhxw_title a,
  .lhyc_title a,
  .zfzzbg_title a,
  .qwft_title a,
  .lhtj_title a,
  .lhsp_title a,
  .qxlh_title a {
    background-size: 100%;
  }

  .zfzzbg_nav li.active,
  .lhraSwiper .swiper-slide a {
    background-size: 100%;
  }

  .zfzzbg_list {
    margin-left: -21px;
  }

  .qwftSwiper .swiper-slide {
    height: auto;
  }

  .lhtjSwiper .swiper-slide a img {
    height: 446px;
  }
}

@media (max-width: 1280px) {
  .gzjz-box .gzjz-swiper {
    width: 100%;
    margin-left: 0;
  }

  .lhraSwiper .swiper-slide a {
    background-size: 100% 100%;
  }

  .mySwiper .swiper-slide a {
    height: 386px;
  }

  .lhxw {
    width: 100%;
  }

  .lhyc {
    width: 100%;
    margin-top: 30px;
  }

  .lhyc_title a {
    background-size: contain;
  }

  .lhtjSwiper .swiper-slide a img {
    height: 342px;
  }

  .qxlhlist {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .mySwiper .swiper-slide a {
    height: 279px;
  }

  .zfzzbg_main {
    flex-wrap: wrap;
  }

  .zfzzbg_nav {
    width: 100%;
  }

  .zfzzbg_list {
    width: 100%;
  }

  .wsmsdy_list li {
    font-size: 30px;
  }
.ramemo {
    height: auto;}
}

@media (max-width: 431px) {
  .lh_logo {
    width: 170px;
  }

  .text {
    width: 79%;
    padding-top: 61px;
  }

  .ttxw .tit {
    font-size: 20px;
  }

  .topitm {
    padding: 26px 30px 36px;
  }

  .mySwiper .swiper-slide a {
    height: 137px;
  }

  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    width: 20px;
    height: 60px;
  }

  .gzjz-box .gzjz-swiper {
    height: 230px;
  }

  .gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper {
    height: 194px;
  }

  .gzjz-box .gzjz-swiper .swiper-container .swiper-slide {
    width: 100%;
  }

  .gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper .swi-img {
    width: 100%;
  }

  .wsmsdy_list {
    flex-wrap: wrap;
  }

  .wsmsdy_list li {
    width: 100%;
  }

  .zfzzbg_main {
    padding: 27px 4px 29px 4px;
  }

  .qxlhlist {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .msdySwiper .swiper-slide:nth-child(2n) {
    padding-top: 0px;
  }

  .lhxw_title a,
  .lhyc_title a,
  .zfzzbg_title a,
  .qwft_title a,
  .lhtj_title a,
  .lhsp_title a,
  .qxlh_title a {
    background-size: auto;
  }
 .gjtit1{
    height: 40px;
    line-height: 40px;
     font-size: 16px;
}
}
