body {
  background: url(../images/body_bg.png) no-repeat top #d6e8ff;
}

.zt_container {
  max-width: 1400px;
  margin: 0 auto;
}

.logo {
  margin-top: 20px;
  margin-left: 100px;
  width: 260px;
}

.zt_text {
  margin: 0 auto;
  width: 70%;
  margin-top: 50px;
}

.box_main {
  padding: 120px 68px 50px;
  box-sizing: border-box;
  background: url(../images/main_bg.png) no-repeat top;
  font-size: 22px;
  font-weight: 400;
  line-height: 60px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 40px;
}

.axtf {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.axtf img {
  width: 100%;
}

.table_title {
  background-color: #4472c4;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  margin: 3px 0;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.responsive-table thead {
  background-color: #b4c6e7;
  color: #000;
}

.responsive-table th,
.responsive-table td {
  padding: 0px 15px;
  text-align: left;
  border-bottom: 2px solid #b4c6e7;
  text-align: center;
  font-size: 18px;
  border: 2px solid #fff;
}

.responsive-table tbody tr:nth-child(n) {
  background-color: #f8f9fa;
}

.responsive-table tbody tr:nth-child(2n) {
  background-color: #d9e1f2;
}

.sqptyzx_box {
  margin-top: 40px;
}

.sqptyzx_title {
  text-align: center;
  display: block;
}

.sq_box {
  position: relative;
}

.sq1 {
  position: absolute;
  left: 100px;
  top: 100px;
}

.sq2 {
  position: absolute;
  right: 50px;
  top: 50px;
}

.sq3 {
  position: absolute;
  bottom: 40px;
  right: 29%;
}

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

.sq_tp img {
  width: 49%;
}

.sqptyzx_box p {
  text-indent: 2em;
}

.yhq {
  width: 100%;
  display: block;
  margin-top: 40px;
}

.xqdyd_box {
  margin-top: 40px;
}

.xqdyd_title {
  text-align: center;
}

/* 工作进展 */
.gzjz-box {
  width: 100%;
  background-size: 100% 100%;
  margin-top: -190px;
  overflow: hidden;
}

.gzjz-box .tw-list {
  width: 100%;
  position: relative;
}

.gzjz-box .tw-list .tw-item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 260px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgb(235, 243, 239);
  padding: 36px 20px;
}

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

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

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

.gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper .swi-img {
  width: 680px;
  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;
}

.tyfwxcyh_title {
  text-align: center;
  margin-top: 40px;
}

.fyjkyty_title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.txjs_title {
  text-align: center;
  margin-top: 40px;
}

.ckqx {
  color: rgba(42, 130, 228, 1);
}

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

.txjs_ct li {
  width: 32%;
  height: 200px;
  box-shadow: 3px 4px 13px rgba(204, 227, 255, 0.6);
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  border: 1px solid rgba(214, 232, 255, 1);
  position: relative;
  padding: 28px 43px 0 26px;
  box-sizing: border-box;
  line-height: 32px;
  font-size: 18px;
}

.txjs_ct li::after {
  content: "";
  width: 104px;
  height: 86px;
  display: block;
  background: url(../images/txjs_icon.png) no-repeat;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.ckqx {
  position: absolute;
  bottom: 33px;
  left: 26px;
}

@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: 300px;
  }

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

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

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

/* 工作进展 swiper */

@media screen and (max-width: 600px) {
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .responsive-table tr {
    display: block;
    margin-bottom: 15px;
  }

  .responsive-table td {
    display: block;
    text-align: right;
    border-bottom: none;
  }

  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    color: #007bff;
  }
}
    @media (max-width:992px) {
        .sq1 {
            position: relative;
                   left: 50%;
        transform: translateX(-50%);
            top: 26px;
        }

        .sq2 {
            position: relative;
                  left: 0%;
                   top:20px;
        }

        .sq3 {
            position: relative;          
            right:0;
            top:20px;
        }

        .txjs_ct {
            flex-wrap: wrap;
        }

        .txjs_ct li {
            width: 100%;
            margin-top: 20px;
        }
        .sq{
        position: absolute;
        }
    }
    @media (max-width:768px) {
        .sq2{
        left: 50%;
        transform: translateX(-50%);}
        .sq3 {
         
           left: 50%;
        transform: translateX(-50%);
        }
        .fyjkyty_box .mySwiper  img{
           width:100%;}
        .fyjkyty_box {
         overflow: hidden;
         }
}
@media (max-width:480px) {
.box_main {
    padding: 73px 20px 50px;
        background-size: 100% 100%;}
 .table_title {
  font-size:26px;
 }
   .sq_tp {
    flex-wrap: wrap;
}
.sq_tp img {
    width: 100%;
    margin-top: 20px;
}
.logo {
    margin-top: 20px;
    margin-left: 20px;
    width: 140px;
}
}