.container {
  width: 1200px;
  height: 630px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.next {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -50px;
  top: 170px;
}

.pre {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -50px;
  top: 170px;
}

.next img,
.pre img {
  width: 60px;
  height: 60px;
}

.slide {
  width: 1200px;
  height: 650px;
  overflow: hidden;
  position: relative;
}

.slide .img {
  width: 937px;
  height: 526px;
  background: #FFFFFF00;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px;
}

.slide .img img {
  width: 1010px !important;
  height: 600px !important;
  padding: 0px;
  margin: 0px;
}

.slide .img p:nth-child(2) {
  font-size: 28px;
  color: #222222;
  font-weight: 500;
  margin: -5px 0px 20px;
  width: 100%;
  line-height: 65px;
  text-align: center;
  border-bottom: 1px solid #F2F2F2;
}

.slide .img p:nth-child(3) {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  font-weight: 500;
}

.slide .img1 {
  width: 40%;
  height: 40%;
  top: 30%;
  left: -50%;
  z-index: 1;
}

.slide .img2 {
  width: 84%;
  height: 75%;
  top: 4%;
  left: -8%;
  z-index: 2;
  scale: 0.8;
}

.slide .img3 {
  width: 99%;
  height: 94%;
  top: -6%;
  left: 1%;
  z-index: 3;
}

.slide .img4 {
  width: 84%;
  height: 75%;
  top: 4%;
  left: 24%;
  z-index: 2;
  scale: 0.8;
}

.slide .img5 {
  width: 40%;
  height: 40%;
  top: 30%;
  left: 110%;
  z-index: 1;
}

.zhe {
  width: 100%;
  height: 116px;
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 29%;
  z-index: 1;
}

.slide-bt {
  position: absolute;
  left: 50%;
  bottom: 39%;
  z-index: 10;
}

.slide-bt span {
  width: 24px;
  height: 8px;
  background: #c9caca;
  float: left;
  margin: 5px;
  border-radius: 4px;
}

.slide .slide-bt .on {
  background: #d14031;
}

button {
  width: 50px;
  margin: 20px;
}