/* .row-qz1 {
  background: url(../images/qz-jijin.jpg) center center no-repeat;
  background-size: cover;
} */
.wp-qz {
  width: 84%;
  /* max-width: 1200px; */
  overflow: hidden;
  margin: 0 auto;


}

.rcfz {
  max-width: 43%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.89vw 0 0 0.89vw;
  margin: 4.9vw 0 1.45vw;
}

.m-tit2-qz,
.m-tit2-cs {

  margin-bottom: 0.39vw;
  font-size: 20px;
  font-weight: 800;
  /* color: #fff; */
  line-height: 1.29;
  position: relative;
  /* max-width: 40%; */
}

.wp-qz .m-desc-qz {
  /* max-width: 40%; */
  /* color: #fff; */
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 2px;
  margin-bottom: 10.5vw;
}

#page1 {
  width: 90%;
  margin: 0 auto;
}

#page1 img {
  width: 100%;

}

.rcpy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding-top: 2vw; */
  /* padding-bottom: 55px; */
  /* padding-left: 2vw; */
  width: 85%;
  margin: 0 auto 50px;
}

.rcpy .m-desc-qz {
  /* max-width: 40%; */
  /* color: #fff; */
  font-size: 18px;
  font-weight: 500;
  /* line-height: 1.9; */
  letter-spacing: 2px;
  /* margin-bottom: 10.5vw; */
}

.rcpy ul {
  /* width: 70%; */
  margin: 0 auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;

}

.rcpy ul li {
  width: 33%;
  height: 200px;
  /* float: left; */
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  border-bottom: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  padding: 10px 25px;
  box-sizing: border-box;
}

.rcpy ul li:nth-of-type(3) {
  border-right: none;
}

.rcpy ul li:nth-of-type(4) {
  border-bottom: none;
}

.rcpy ul li:nth-of-type(5) {
  border-bottom: none;
}

.rcpy ul li:nth-of-type(6) {
  border-right: none;
  border-bottom: none;
}

.rcpy ul li p:nth-of-type(1) {
  padding: 10px 0;
  color: red;
  font-weight: 800;
  font-size: 20px;
}

.rcpy ul li p {
  letter-spacing: 2px;
}

.gzhj {
  background-color: #EEEEEE;

}

/* .gzhj .mod-con {
  width: 1200px;
  margin: 0 auto;
} */
.mod-con {
  width: 85%;
  margin: 0 auto;
  /* padding: 20px 0; */
}

.descm {
  font-size: 40px;
  position: relative;
  display: inline-block;
}

.plus-sign {
  display: inline-block;
  position: absolute;
  /* 绝对定位 */
  top: -2px;
  /* 相对于父元素的顶部 */
  right: -19px;
  /* 稍微向右移动以使其位于数字的右上角 */
  font-size: 30px;
  /* 使加号比数字小一些 */

}

.rcpy ul img {
  width: 50px;
  height: 50px;
}

/* .mod-graph-box {
  margin-top: 15px;
  overflow: hidden;
} */
.link-box {
  /* width: 1200px; */
  overflow: hidden;
  position: relative;
  margin: 55px auto 0;
}

.link-box .bg {
  width: 100%;
}

.link-box .mess {
  position: absolute;
  left: 156px;
  top: 185px;
  color: white;
}

.link-box {
  position: relative;
}

.gzhj .mod-graph-box .l-graph {
  float: left;
}

.gzhj .mod-graph-box .graph-box {
  width: 49%;
}

.banner .txt h2 {
  color: black !important;
}

/* .tdjs .mod-graph-box .graph-box {
  width: 32%;
  float: left;
  margin-right: 9px;
  background-color: #EEEEEE;
} */
.mod-graph-box {
  display: flex;
  /* 使用Flexbox */
  justify-content: space-between;
  /* 子元素之间的空间平均分布 */
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

.graph-box {
  width: calc(33.3333% - 6px);
  background-color: #EEEEEE;
  /* padding: 10px 0; */
  box-sizing: border-box;
}

.graph-box:not(:last-child) {
  margin-right: 0.3rem;
  /* margin-right: 12px;  */
}

.pic {
  width: 100%;
  height: auto;
}


@media only screen and (max-width: 1920px) {
  .banner .txt h2 {
    font-size: 2.33333vw;
    line-height: 4.6875vw;
    margin-bottom: 7.08333vw;
  }
}

.gzhj .mod-graph-box .r-graph {
  float: right;
}

.pic {
  width: 100%;
}

.mod-graph-box .not-font h4 {
  font-family: initial;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 8px;
}

.mod-graph-box .graph-box h4 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  color: #2A2E2E;
  letter-spacing: 0;
  /* font-family: 'TencentSansw7'; */
  /* font-weight: bold; */
}

.desc {
  letter-spacing: 2px;
}

.gzhj .mod-graph-box .graph-box .desc {
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 2px;
  line-height: 25px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1250px) {
  .gzhj .mod-con {
    width: 96%;
  }

  .tdjs .mod-con {
    width: 96%;
  }
}

.rcpy ul li {

  box-sizing: border-box;
  /* 添加这个 */
}

@media screen and (max-width: 768px) {
  .gzhj .mod-graph-box .graph-box {
    width: 100%;
  }

  .tdjs .mod-graph-box .graph-box {
    width: 100%;
  }

  .tdjs .mod-graph-box {
    display: block;
  }

  .gzhj .mod-graph-box {
    display: block;
  }

  .rcpy1 {
    padding: 0 20px;
  }

  .rcfz,
  #page1 {
    max-width: 90%;
  }

}

@media screen and (max-width: 768px) {
  .rcpy ul li {
    width: 100%;
    border-right: none;
    /* padding: 10; */
    border-bottom: 1px solid #CDCDCD !important;
  }

  .rcpy {
    width: 100%;
    box-sizing: border-box;

  }
}

.gra {
  padding: 0 10px 30px;
}