.zp {
  position: relative;
  height: 800px;
}
.zp > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zp .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.zp .txt {
  width: 50%;
  background: #fff;
  padding: 100px 80px;
}
.zp .des {
  margin-top: 20px;
  line-height: 1.875;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.zp .more {
  margin-top: 32px;
}

.py {
  padding: 4.5% 0;
}
.py .box {
  position: relative;
  height: 680px;
}
.py .box > img {
  width: 100%;
  height: 100%;
  object-fit: color;
}
.py .txt {
  width: 45.8%;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.py .txt>div{
    background: #fff;
  padding: 60px;
}
.py .des {
  margin-top: 20px;
  line-height: 1.875;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.py .more {
  margin-top: 32px;
}

.wl {
  position: relative;
  height: 800px;
}
.wl > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wl .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.wl .txt {
  background: #fff;
  width: 50%;
  padding: 100px 60px;
}
.wl .des {
  margin-top: 20px;
  line-height: 1.875;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.wl .more {
  margin-top: 32px;
}

@media screen and (max-width: 1600px) {
    .zp{
        height: 520px;
    }
    .py .box{
        height: 460px;
    }
    .wl{
        height: 520px;
    }
  .zp .txt {
    padding: 60px 50px;
  }
  .py .txt {
    right: 50px;
  }
  .py .txt>div{
  padding: 50px;
}
  .wl .txt {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .zp{
        height: 400px;
    }
    .py .box{
        height: 360px;
    }
    .wl{
        height: 400px;
    }
    
  .zp .txt {
    padding: 30px;
  }
  .py .txt {
    right: 30px;
    padding: 30px;
  }
  .py .txt>div{

  padding: 30px;
}
  .wl .txt {
    padding: 30px;
  }
  .zp .des {
    margin-top: 15px;
  }
  .zp .more {
    margin-top: 25px;
  }
  .py .des {
    margin-top: 15px;
  }
  .py .more {
    margin-top: 25px;
  }
  .wl .des {
    margin-top: 15px;
  }
  .wl .more {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
    .zp{
        height: auto;
    }
    .py .box{
        height: auto;
    }
    .wl{
        height: auto;
    }
  .zp .text {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
  .zp .txt {
    width: 100%;
    padding: 25px 0 0;
  }
  .py {
    padding: 40px 0;
  }
  .py .txt {
    position: relative;
    right: inherit;
    top: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    padding: 25px 0 0;
    width: 100%;
  }
  .py .txt>div{
    padding: 25px 0 0;
}
  .wl .text {
    position: relative;
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
  .wl .txt {
    width: 100%;
    padding: 25px 0 40px;
  }
  .py .more {
    margin-top: 25px;
  }
  .wl .more {
    margin-top: 25px;
  }
}
