.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 110px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 0;
  padding-bottom: 48%;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100% !important;
  object-fit: cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  width: 80%;
  top: 34%;
  left: 10%;
  z-index: 3;
  text-align: left;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text a {
  text-align: left;
  font-size: 16px;
  color: #fff;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: all 1s ease 1.5s;
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  -ms-transition: all 1s ease 1.5s;
  display: inline-block;
  background-color: #0a73bd;
  width: 274px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .text a img {
  width: 41px;
  height: 13px;
  display: block;
  margin-left: 10px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .text p {
  text-align: left;
  font-size: 2rem;
  color: #fff;
  position: relative;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  display: inline-block;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  font-size: 54px;
  color: #fff;
  position: relative;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 1s;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active a {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active p {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active h2 {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.banner .swiper-container .swiper-button-prev {
  width: 2.8rem;
  height: 2.8rem;
  background: none;
  margin-top: 0;
  left: 2%;
  top: 46%;
  background: url(../images/jt_left.png);
  background-size: contain;
}

.banner .swiper-container .swiper-button-prev:hover {
  opacity: 0.5;
}
.banner .swiper-container .swiper-button-next {
  width: 2.8rem;
  height: 2.8rem;
  background: none;
  margin-top: 0;
  right: 2%;
  top: 46%;
  background: url(../images/jt_right.png);
  background-size: contain;
}

.banner .swiper-container .swiper-button-next:hover {
  opacity: 0.5;
}
.banner .swiper-container .pagination-all {
  position: absolute;
  top: 86%;
  width: 200px;
  left: 50%;
  z-index: 100;
  text-align: center;
  margin-left: -100px;
}
.banner .swiper-container .pagination-all .sign {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-left: 0.5rem;
  cursor: pointer;
}
.banner .swiper-container .pagination-all .sign span {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1.4rem;
  position: relative;
}
.banner .swiper-container .pagination-all .sign span.play {
  left: 1px;
}
.banner .swiper-container .pagination-all .sign span.pause {
  display: none;
}
.banner .swiper-container .pagination-all .sign.active span.play {
  display: none;
}
.banner .swiper-container .pagination-all .sign.active span.pause {
  display: block;
}
.banner .swiper-container .swiper-pagination {
  position: relative;
  display: inline-block;
  text-align: left;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  margin: 0 0.2rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #f67d00;
}
.banner .slide-next {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(246, 125, 0, 0.6);
  position: absolute;
  top: 86%;
  left: 10%;
  z-index: 2;
  cursor: pointer;
  animation-name: bounces;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-fill-mode: both;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .slide-next i {
  display: block;
  text-align: center;
  line-height: 3rem;
  color: #f67d00 !important;
  font-size: 1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: rgba(255, 255, 255, 0.5);
}
.banner .slide-next:hover {
  background: #fff;
}
.banner .slide-next:hover i {
  color: #f67d00;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .mask {
  background-image: url(../images/banner_cover.png);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (min-width: 1920px) {
  .banner {
    height: 800px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 800px;
  }
  .banner .swiper-container .swiper-button-next,
  .banner .swiper-container .swiper-button-prev {
    top: 84%;
  }
  .banner .swiper-container .swiper-button-next {
    right: 10%;
  }
  .banner .swiper-container .swiper-button-prev {
    left: auto;
    right: 13%;
  }
}
@media screen and (max-width: 1920px) {
  .banner {
    height: 768px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 768px;
  }
  .banner .swiper-container .swiper-button-next,
  .banner .swiper-container .swiper-button-prev {
    top: 84%;
  }
  .banner .swiper-container .swiper-button-next {
    right: 10%;
  }
  .banner .swiper-container .swiper-button-prev {
    left: auto;
    right: 13%;
  }
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 640px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 640px;
  }
  .banner .swiper-container .swiper-button-next,
  .banner .swiper-container .swiper-button-prev {
    top: 84%;
  }
  .banner .swiper-container .swiper-button-next {
    right: 10%;
  }
  .banner .swiper-container .swiper-button-prev {
    left: auto;
    right: 13%;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 580px;
    margin-top: 100px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 580px;
  }
  .banner .swiper-container .swiper-button-next,
  .banner .swiper-container .swiper-button-prev {
    top: 84%;
  }
  .banner .swiper-container .swiper-button-next {
    right: 10%;
  }
  .banner .swiper-container .swiper-button-prev {
    left: auto;
    right: 14%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text p img {
    width: 80%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text a {
    width: 224px;
    height: 54px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
    font-size: 30px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text p{
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .banner {
    height: 540px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 540px;
  }
  .banner .swiper-container .swiper-button-next,
  .banner .swiper-container .swiper-button-prev {
    top: 84%;
  }
  .banner .swiper-container .swiper-button-next {
    right: 10%;
  }
  .banner .swiper-container .swiper-button-prev {
    left: auto;
    right: 14%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text p img {
    width: 70%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text a {
    width: 200px;
    height: 50px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
    font-size: 30px;
  }
  .banner {
    margin-top: 100px;
  }
}
@media screen and (max-width:992px) {
  .w80{
    width: 90%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide video {
    height: auto !important;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 254px;
  }
  .banner .swiper-container .swiper-button-next {
    display: none !important;
  }
  .banner .swiper-container .swiper-button-prev {
    display: none !important;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text p {
    font-size: 13px;
  }
}

/*# sourceMappingURL=banner_video.css.map */
