body {
  background: #e0efff;
}

.container {
  width: 1200px;
}

.logo {
  position: absolute;
  top: 20px;
  left: 5%;
}

.main {
  margin-top: 80px;
}

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

/* 单行省略号 */
.elli-s {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

/* 多行省略号 */
.elli-m {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.ul_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ul_list li .elli-m {
  -webkit-line-clamp: 3;
}

.ul_list li {
  height: 180px;
  width: 32%;
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 1);
  background: url(../images/li_bg.png) no-repeat center;
  box-shadow: 0px 0px 30px rgba(42, 130, 228, 0.25);
  padding: 20px 27px 30px;
  box-sizing: border-box;
}

.zc {
  width: 56px;
  height: 25px;
  margin-bottom: 15px;
}

.xwdt {
  margin-top: 80px;
}

.xwdt_title a {
  display: block;
  height: 53px;
  background: url(../images/xwdt_title.png) no-repeat center;
  position: relative;
  z-index: 999;
}

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

.gzjz-box .gzjz-swiper {
  width: 130%;
  height: 560px;
  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: 560px;
}

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

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

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

.gzjz-box .gzjz-swiper .swiper-container .swiper-pagination {
  bottom: 0;
}

.gzjz-box .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 290px);
  width: 45px;
  height: 45px;
  background-image: url(../images/arrow.png);
  background-size: 100% 100%;
}

.gzjz-box .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 290px);
  width: 45px;
  height: 45px;
  transform: rotate(180deg);
  background-size: 100% 100%;
  background-image: url(../images/arrow.png);
}

/* 工作进展 swiper */

.xwdt_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xwdt_li li {
  display: flex;
  width: 48.5%;
  height: 120px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  padding: 25px 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 30px rgba(42, 130, 228, 0.25);
  margin-top: 40px;
}

.li_left {
  width: 68px;
  height: 68px;
  opacity: 1;
  box-sizing: border-box;
  background: linear-gradient(
    90deg,
    rgba(224, 238, 255, 1) 0%,
    rgba(255, 255, 255, 1) 99.95%
  );
  border-radius: 50%;
  text-align: center;
  flex-shrink: 0;
  margin-right: 27px;
}

.xwdt_li li .li_r {
  flex: 1;
  display: flex;
  align-items: center;
}

.xwdt_li li .li_r a {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 1);
}

.ri {
  font-size: 26px;
  font-weight: 700;
  margin-top: 8px;
  line-height: 30px;
  color: rgba(24, 94, 199, 1);
}

.yue {
  font-size: 12px;
  font-weight: 700;
  color: rgba(125, 175, 232, 1);
}

.zqsl {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

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

.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;
}

.mySwiper {
  margin-top: 30px;
}

.mySwiper .elli-m {
  height: 80px;
  line-height: 80px;
  -webkit-line-clamp: 1;
  padding: 0 15px;
}
.zqsl .swiper-slide img {
    height: 284px;
}

@media (max-width: 1480px) {
  .gzjz-box .gzjz-swiper {
    width: 120%;
    margin-left: -10%;
  }
}

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

@media (max-width: 431px) {
  .gzjz-box .gzjz-swiper {
    height: 190px;
  }

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

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

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

  .xwdt_li li {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 997px;
  }

  .logo {
    top: 8px;
  }
}

@media (max-width: 768px) {
  .container {
    width: auto;
    padding: 0 15px;
  }

  .ul_list li {
    width: 48%;
    background-size: 100% 100%;
  }

  .logo {
    width: 260px;
  }
}

@media (max-width: 480px) {
  .ul_list li {
    width: 100%;
  }

  .logo {
    width: 140px;
    top: 5px;
  }

  .gzjz-box .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
  }

  .gzjz-box .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
  }
.zqsl .swiper-slide img {
    height: auto;
}
}
