@charset "UTF-8";
.home_banner {
  overflow: hidden;
  position: relative;
  color: white;
  margin-top: 133px;
}
/*.home_banner a{
    cursor: inherit;
}*/
.home_banner .banner_bg {
  width: 100%;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.home_banner .banner_phone {
  display: none;
}
.home_banner .banner_txt {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home_banner .banner_txt > * {
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home_banner .banner_txt > *:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.home_banner .banner_txt > *:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.home_banner .banner_txt > *:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.home_banner .banner_tit {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.home_banner video {
  width: 100%;
  position: absolute;
  z-index: 2;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home_banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.home_banner .swiper-slide-active > img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.home_banner .swiper-slide-active .banner_txt > * {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.home_banner .play {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid white;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.home_banner .home_banner_btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0);
}
.home_banner .home_banner_btn:not(.swiper-button-disabled) {
  cursor: pointer;
}
.home_banner .home_banner_btn:not(.swiper-button-disabled):hover {
  background: rgb(255, 255, 255);
}
.home_banner .sw_prev {
  left: 9%;
}
.home_banner .sw_next {
  right: 9%;
}
.home_banner .swiper-button-disabled {
  opacity: 0.4;
}
.home_banner .entry {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.home_banner .entry_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home_banner .entry_flx a {
  width: 280px;
  height: 112px;
  border: 0 20px 0 20px;
  background-size: cover;
  background-position: center;
  color: #333;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  border-radius: 0 20px 0 20px;
  position: relative;
  overflow: hidden;
}
.home_banner .entry_flx a:last-child {
  margin-right: 0;
}
.home_banner .entry_flx a:hover .icon_white {
  opacity: 0;
}
.home_banner .entry_flx a:hover .icon_hov {
  opacity: 1;
}
.home_banner .entry_flx a:hover::after {
  width: 100%;
}
.home_banner .entry_flx a:hover .icon_tit {
  color: #fff;
}
.home_banner .entry_flx a .icon_tit {
  position: relative;
  z-index: 2;
  line-height: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-top: 10px;
}
.home_banner .entry_flx a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
}
.home_banner .entry_flx .icon {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.home_banner .entry_flx .icon img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home_banner .entry_flx .icon .icon_hov {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}

/*视频弹窗*/
.task {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.task > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.task video {
  max-height: 80%;
  max-width: 80%;
}
.task svg {
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.task svg:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1700px) {
  .home_banner {
    margin-top: 104px;
  }
  .home_banner .banner_txt > img {
    max-width: 56.25%;
  }
  .home_banner .entry_flx a{
      height: 100px;
  }
  .home_banner .entry_flx .icon{
      height: 30px;
  }
  .home_banner .entry_flx .icon img{
      height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .home_banner {
    margin-top: 104px;
  }
}
@media screen and (max-width: 768px) {
        .home_banner .sw_prev {
  left: 20px;
}
.home_banner .sw_next {
  right: 20px;
}
    .home_banner .swiper-slide{
        height: 0;
        padding-bottom: 42.6%;
    }
    .home_banner .banner_bg{
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .home_banner .point{
        bottom: 20px;
    }
  .home_banner {
    margin-top: 104px;
  }
  .home_banner .banner_phone {
    display: block;
  }
  .home_banner .banner_pc {
    display: none;
  }
  .home_banner .play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home_banner .entry{
      position: relative;
      bottom: 0;
      padding: 40px 0;
  }
  .home_banner .entry_flx{
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .home_banner .entry_flx a{
      width: calc((100% - 20px)/2);
      box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
          border-radius: 0 15px 0 15px;
          margin-right: 0;
  }
  .home_banner .entry_flx a:nth-child(n+3){
      margin-top: 20px;
  }
}
