.banner {
  background-image: url(../img/zl1.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.adhere {
  margin-bottom: 40px;
}
.adhere .adhereMain .cjzx {
  background-color: #eee;
  padding: 30px 20px;
}
.adhere .adhereMain .cjzx img {
  width: 90%;
}
.adhere .adhereMain .cjzx .cjRight {
  width: 68%;
}
.adhere .adhereMain .cjzx .cjRight .crtitle {
  font-size: 36px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #040000;
  margin-bottom: 10px;
}
.adhere .adhereMain .cjzx .cjRight .crcontent {
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #040000;
  line-height: 30px;
}
.adhere .adhereMain .logoList {
  margin: 40px 0;
}
.adhere .adhereMain .logoList img {
  width: 10%;
}
.adhere .adhereMain .imgzl {
  width: 100%;
  margin-bottom: 50px;
}
.adhere .adhereMain .imgList img {
  width: 24%;
}
@media screen and (max-width: 750px) {
  .banner {
    height: 40vh;
  }
  .adhere .adhereMain .cjzx {
    padding: 20px;
    flex-direction: column;
  }
  .adhere .adhereMain .cjzx img {
    width: 100%;
  }
  .adhere .adhereMain .cjzx .cjRight {
    width: 100%;
  }
  .adhere .adhereMain .cjzx .cjRight .crtitle {
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
  }
  .adhere .adhereMain .logoList img {
    width: 18%;
  }
  .adhere .adhereMain .imgList {
    flex-wrap: wrap;
  }
  .adhere .adhereMain .imgList img {
    width: 48%;
    margin-bottom: 2%;
  }
}
