.hyzzbg {
  background: url(../images/hyzzbg.png) no-repeat center bottom;
}

.lwtgbg {
  background: url(../images/zxtgbg.png) no-repeat center bottom;
}

.lxwmbg {
  background: url(../images/lxwmbg.png) no-repeat center bottom;
}


.head {
  box-shadow: 0 0 0.08rem rgb(46 64 94 / 27%);
}


.hyzz {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.hyzz .title h3:before {
  position: absolute;
  content: "";
  background: url(../images/tit_l.png) no-repeat;
  width: 0.4rem;
  height: 0.6rem;
  left: 0;
  background-size: 100%;
}

.hyzz .title h3:after {
  position: absolute;
  content: "";
  background: url(../images/tit_r.png) no-repeat;
  width: 0.32rem;
  height: 0.32rem;
  right: 0;
  top: 0.15rem;
  background-size: 100%;
}

.hyzz .title h3 {
  padding: 0 0.5rem;
}

.hyzz .item .title {
  justify-content: left;
}

.hyzz .item .con {
  margin: 0.53rem 0;
}

.hyzz .item .con img {
  border-radius: 0.2rem;
  box-shadow: 0 0 0.08rem rgb(46 64 94 / 27%);
}



.lwtgbg .main {

  padding: 0.85rem 0;
}

.zxtg {}

.zxtg .tgxz {
  background: url(../images/tgbg.png) no-repeat bottom;
  padding: 0.53rem 0.76rem;
  margin-bottom: 1.14rem;
  box-shadow: 0 0 0.08rem rgb(74 83 101 / 15%);
  border-radius: 0.2rem;
}

.zxtg .tgxz .con {
  padding: 0.5rem 0;
}

.zxtg .tgxz .con h3 {
  color: #2e405e;
  font-size: 0.24rem;
  line-height: 0.46rem;
  margin-bottom: 0.4rem;
}

.zxtg .tgxz .con .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}


.zxtg .tgxz .list li {
  border-bottom: 1px dashed #deeafc;
}

.zxtg .tgxz .list li a {
  font-size: 0.22rem;
  line-height: 0.8rem;
  color: #2e405e;
  position: relative;
  padding-left: 0.15rem;
}

.zxtg .tgxz .list li:hover a {
  font-weight: 700;
}

.zxtg .tgxz .list li a:before {
  position: absolute;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #5373fc;
  left: 0;
  top: 46%;
}

.zxtg .zwyq {
  background: url(../images/tgbg.png) no-repeat bottom;
  padding: 0.53rem 1.15rem;
  box-shadow: 0 0 0.08rem rgb(74 83 101 / 15%);
  border-radius: 0.2rem;
  background-size: cover !important;
}

.zxtg .zwyq .con {}

.zxtg .zwyq .con p {
  font-size: 0.22rem !important;
  line-height: 0.46rem !important;
  color: #2e405e;
  margin-top: 0.4rem;
}
.zxtg .zwyq .con p img{
    max-width: 100%;
    /* display: block; */
    margin: 0 auto;
    height: auto;
}

.bmjf .tgxz {
  background: url(../images/jfbg.png) no-repeat top #ffffff;
  padding: 0.53rem 0.76rem;
  margin-bottom: 1.14rem;
  box-shadow: 0 0 0.08rem rgb(74 83 101 / 15%);
  border-radius: 0.2rem;
}

.bmjf .tgxz .con {
  margin-top: 0.5rem;

  padding-left: 0.3rem;
  position: relative;
}

.bmjf .tgxz .con:before {
  width: 0.01rem;
  height: 100%;
  background: #d4e5f5;
  position: absolute;
  content: "";
  left: 0;
  top: 0.11rem;
}

.bmjf .tgxz .con .item {
  position: relative;
  padding-bottom: 0.6rem;
}

.bmjf .tgxz .con .item div {

  max-width: 100%;

  overflow-x: auto;

  scrollbar-width: none;
}

.bmjf .tgxz .con .item table {
  width: 7.5rem;
  border-collapse: collapse;
  border-bottom: 2px solid #e8f3fe;
}

.bmjf .tgxz .con .item table tr {
  width: 100%;
  height: 0.65rem;
  line-height: 0.65rem;
}

.bmjf .tgxz .con .item table tr:last-child {
  height: 1.05rem;
  line-height: 1.05rem;
}

.bmjf .tgxz .con .item table tr:first-child {
  width: 100%;
  height: 0.65rem;
  line-height: 0.65rem;
  background: #e8f3fe;
}

.bmjf .tgxz .con .item table tr td {
  text-align: center;
  font-size: 0.22rem;
  color: #2e405e;
  border: none;
}


.bmjf .tgxz .con .item:before {
  position: absolute;
  content: "";
  background: #5373fc;
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  left: -0.35rem;
  top: 0.11rem;
}

.bmjf .tgxz .con .item:after {
  position: absolute;
  content: "";
  border: 1px dashed #5373fc;
  border-radius: 50%;
  width: 0.22rem;
  height: 0.22rem;
  left: -0.41rem;
  top: 0.045rem;
}

.bmjf .tgxz .con .item h3 {
  font-size: 0.24rem;
  color: #5373fc;
  line-height: 0.46rem;
  margin-bottom: 0.3rem;
}

.bmjf .tgxz .con .item_li {
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.bmjf .tgxz .con .item_li h3 {
  font-size: 0.22rem;
  color: #2e405e;
  margin-bottom: 0;
}

.bmjf .tgxz .con .item_li .qrbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  float: left;
  margin-right: 0.3rem;
}

.bmjf .tgxz .con .item_li .qrbox:last-child {
  margin-right: 0;
}

.bmjf .tgxz .con .item .sm {
  width: 100%;
  overflow: hidden;
  font-size: 0.2rem;
  color: #5373fc;
  line-height: 0.46rem;
}

.bmjf .tgxz .con .item p {
  color: #2e405e;
  font-size: 0.22rem;
  line-height: 0.46rem;
  margin-bottom: 0.15rem;
}

.bmjf .tgxz .con .item img {
  border: 1px solid #d4e5f5;
  width: 1.56rem;
  height: 1.56rem;
  border-radius: 0.1rem;
  padding: 0.08rem;
}


.lxwm {
  margin: 0.96rem 0 0.86rem;
  background: url(../images/lxbg.png) no-repeat;
  padding: 0.55rem 0.9rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.08rem rgb(46 64 94 / 27%);
  background-size: 100% 100%;
}

.lxwm .title {
  margin-bottom: 0.52rem;
  justify-content: left;
}

.lxwm .con {
  width: 100%;
}

.lxwm .con .item {
  margin-bottom: 0.2rem;
}

.lxwm .con .item h3 {
  line-height: 0.46rem;
  color: #5373fc;
  font-size: 0.22rem;
}

.lxwm .con .item p {
  font-size: 0.24rem;
  line-height: 0.46rem;
  color: #2e405e;
}

.lxwm .con .item p span {
  margin-right: 0.9rem;
}

.lxwm .con .item p span:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .main{
    margin-top: 70px;
  }
  .hyzz .item .con img {
    width: 100%;
  }

  .hyzz {
    margin: 0.5rem 0;
  }

  .zxtg .tgxz {
    padding: 0.53rem 0.36rem;
  }
}

@media screen and (max-width: 768px) {

  .zxtg .tgxz .con .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .bmjf .tgxz {
    padding: 0.35rem 0.25rem;
    margin: 0;
  }

  .zxtg .zwyq {
    padding: 0.53rem 0.35rem;
  }

  .bmjf .tgxz .con .item table {
    width: 100%;
    min-width: 5rem;
  }

  .bmjf .tgxz .con .item table tr td {
    font-size: 0.2rem;
  }

  .bmjf .tgxz .con .item_li .qrbox {
    margin-right: 0.2rem;
  }

  .bmjf .tgxz .con .item img {
    width: 1.52rem;
    height: 1.52rem;
  }

  .lxwm {

    padding: 0.35rem;
  }

  .lxwm .con .item p span {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .zxtg .tgxz .con .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }


}