.section{padding:0 0 4rem}

    .cta-section{padding:4rem 0}

    @media (max-width: 767px){

      .section{padding:4rem 0}

    }


.hero-section > .container .owl-item > .row {
  height: 100vh;
  min-height: 880px;
}
/*动画*/
.active .slider_content h1, .active .slider_content h2, .active .slider_content h3, .active .slider_content a, .active .slider_content p, .active .slider_content span {

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  -webkit-animation-delay: 0.3s;

  animation-delay: 0.3s;

}
.active .slider_content h2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.active .slider_content h3, .active .slider_content span {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.active .slider_content p {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.active .slider_content a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
/*轮播点*/
.slider_area .owl-dots {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translatex(-50%);
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-dots {
    bottom: 4px;
  }
}
.slider_area .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  transition: .3s;
  background: #fff;
}
.slider_area .owl-dots .owl-dot.active {
  background: #232323;
}
.slider_area .owl-dots .owl-dot:hover {
  background: #232323;
}