.cpzs .cpzs_nav {
  width: 100%;
  height: 1.44rem;
  background-color: #ECF0F4;
  margin: 0.6rem 0;
}
.cpzs .cpzs_nav .nav_ul1 {
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.cpzs .cpzs_nav .nav_ul1 li {
  width: 1.3rem;
  cursor: pointer;
}
.cpzs .cpzs_nav .nav_ul1 li a {
  text-decoration: none;
}
.cpzs .cpzs_nav .nav_ul1 li a .img_box {
  width: 0.88rem;
  height: 0.88rem;
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
}
.cpzs .cpzs_nav .nav_ul1 li a .img_box img {
  width: 100%;
  margin-left: 25%;
}
.cpzs .cpzs_nav .nav_ul1 li a p {
  text-align: center;
  transform: scale(0.8);
  font-size: 0.18rem;
  color: #000;
}
.cpzs .cpzs_nav .nav_ul1 .activ {
  background: #fff;
  border-radius: 0.1rem;
  transform: scale(1.1);
}
.cpzs .cpzs_centent {
  margin-bottom: 0.8rem;
}
.cpzs .cpzs_centent .centent {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cpzs .cpzs_centent .centent li {
  width: 23%;
  margin: 0 0.1rem;
  height: 6rem;
  position: relative;
}
.cpzs .cpzs_centent .centent li .top {
  background-image: url("/assets/img/hL.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cpzs .cpzs_centent .centent li .top img {
  padding-bottom: 1.3rem;
  width: 100%;
}
.cpzs .cpzs_centent .centent li .btm {
  background-image: url("/assets/img/kuan.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.92rem;
  height: 0.58rem;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: -0.4rem;
  position: absolute;
  bottom: 0;
}
.cpzs .cpzs_centent .centent li .btm h4 {
  font-size: 0.16rem;
  color: #36282B;
  text-align: center;
  line-height: 0.3rem;
  margin: 0;
}
.cpzs .cpzs_centent .centent li .btm p {
  font-size: 0.16rem;
  color: #36282B;
  text-align: center;
  margin: 0 ;
}
@media only screen and (max-width: 1365px) and (min-width: 1200px) {
  .cpzs .cpzs_centent .centent li .btm {
    width: 2.2rem;
    height: 0.6rem;
  }
}
