#banner {
  position: absolute;

  overflow: hidden;

  width: 100%;
  height: 500px;

  background: linear-gradient(to bottom, #d0d6e5, #d0d6e5);
}
#banner .pic{
  position: relative;
}
#banner .pic .picImg {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 500px;
}

.pic .picImg img {
  position: absolute;
}

.pic .picImg .slide-show__img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}
.pic .picImg:nth-child(1) .slide-show__img {
  background: url(https://resources.laipuhuo.com/resource/open_banner_img1.png);
  background-position: center;
  background-size: cover;
}
.pic .picImg:nth-child(2) .slide-show__img {
  background: url(https://resources.laipuhuo.com/resource/open_banner_img2.png);
  background-position: center;
  background-size: cover;
}
.pic .picImg:nth-child(3) .slide-show__img {
  background: url(https://resources.laipuhuo.com/resource/open_banner_img3.png);
  background-position: center;
  background-size: cover;
}
/* .pic .picImg:nth-child(4) .slide-show__img {
  background: url(../../img/03.png);
  background-position: center;
  background-size: cover;
}
.pic .picImg:nth-child(5) .slide-show__img {
  background: url(../../img/04.png);
  background-position: center;
  background-size: cover;
} */

.tabs {
  position: absolute;
  bottom: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 16px;
}
.tabs li {
  width: 12px;
  height: 4px;
  margin-right: 5px;

  cursor: pointer;

  opacity: 0.5;
  background: rgba(255, 255, 255, 1);
}

.tabs li.active {
  width: 31px;

  opacity: 1;
  background: #fff;
}

.slide-show__content {
  position: absolute;
  right: 0;
  left: 0;

  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
 
 
.slide-show__wrap {
  position: absolute;
  top: 60px;
  left: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 610px;
  height: 380px;

  /* -webkit-animation: bannerAn 0.8s ease-in-out 0.4s backwards;
  -moz-animation: bannerAn 0.8s ease-in-out 0.4s backwards;
  animation: bannerAn 0.8s ease-in-out 0.4s backwards; */
}

.slide-show__wrap h2 {
  color: #121214;

  font-size: 48px;
  line-height: 72px;
}

.slide-show__wrap p {
  padding: 25px 0 0px 0;

  color: #121214;

  font-size: 18px;
  line-height: 27px;
  /* height: 120px; */
}

.slide-show__wrap a {
  display: block;

  width: 200px;
  height: 50px;
  margin-top: 30px;

  text-align: center;

  color: #fff;
  background: #336aff;

  font-size: 20px;
  line-height: 50px;
}

@-webkit-keyframes bannerAn {
  0% {
    top: 0px;

    opacity: 0;
  }

  100% {
    top: 60px;

    opacity: 1;
  }
}

@-moz-keyframes bannerAn {
  0% {
    left: 150px;

    opacity: 0;
  }

  100% {
    left: 200px;

    opacity: 1;
  }
}
