.banner {
  width: 100%;
  height: 600px;
  display: flex;
  background: url(../img/product/bg_video.png);
}

.banner .banner-container {
  width: 1200px;
  text-align: left;
  padding-top: 168px;
  margin: 0 auto;
  position: relative;
  padding-left: 56px;
}

.banner .banner-container .banner-left {
  z-index: 333;
}

.banner .banner-container .banner-left .banner-title {
  display: -webkit-box;
  display: flex;
  position: relative;
  font-size: 45px;
  font-weight: 500;
  color: #11254b;
  line-height: 50px;
  z-index: 999;
}

.banner .banner-container .banner-desc {
  margin-top: 20px;
  width: 38%;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #11254b;
  line-height: 25px;
  z-index: 333;
}

.banner .banner-container .more-info {
  display: none;
}

.banner .banner-container .banner-button {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  padding-left: 0px;
  font-size: 16px;
  background: linear-gradient(131deg, #2192dd 0%, #004d9e 100%);
  box-shadow: 0px 6px 18px 0px rgba(0, 66, 123, 0.18);
  border-radius: 3px;
  border: unset;
  display: flex;
  font-weight: 500;
  color: #fff;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 50px;
  z-index: 999;
}

.banner .banner-container .banner-button:hover {
  opacity: 0.85;
}

@keyframes slide-arrow {
  0% {
    left: 4px;
  }

  50% {
    left: 9px;
  }

  100% {
    left: 4px;
  }
}

.banner .banner-container .banner-button .goto-btn {
  display: inline-block;
  align-self: center;
  left: 4px;
  position: relative;
  width: 12px;
  height: 12px;
  animation: slide-arrow 0.7s infinite ease-in-out;
  background: url(../img/product/icons_arrow_2x.png) no-repeat center;
  background-size: 100%;
}

.banner .banner-right {
  position: absolute;
  width: 900px;
  height: 570px;
  right: -25px;
  top: 16px;
  z-index: 233;
}

.banner .banner-pic {
  width: 900px;
  height: 570px;
  background: url(../img/product/banner_img_3.png);
  background-size: 900px 570px;
}
.banner .banner-pic2 {
  width: 900px;
  height: 570px;
  background: url(../img/product/7d4c4ed.png);
  background-size: 900px 570px;
}
.banner .banner-pic3 {
  width: 900px;
  height: 570px;
  background: url(../img/product/e8eb40b.png);
  background-size: 900px 570px;
}
.banner .banner-pic4 {
  width: 900px;
  height: 570px;
  background: url(../img/product/3eb2b5a.png);
  background-size: 900px 570px;
}
.banner .banner-pic5 {
  width: 900px;
  height: 570px;
  background: url(../img/product/minilivepc.png);
  background-size: 900px 570px;
}
.banner .banner-pic6 {
  width: 900px;
  height: 570px;
  background: url(../img/product/ce34b13.png);
  background-size: 900px 570px;
}
.banner .banner-pic7{
  width: 900px;
  height: 570px;
  background: url(../img/product/9271496.png);
  background-size: 900px 570px;
}
.banner .banner-pic8{
  width: 900px;
  height: 570px;
  background: url(../img/product/ebad093.png);
  background-size: 900px 570px;
}
@media screen and (max-width: 750px) {
  .banner {
    width: 100%;
    height: 100% !important;
    display: flex;
    background: url(../img/product/bg_video.png);
  }

  .banner .banner-container {
    width: 100%;
    text-align: left;
    padding-top: 1.7rem;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
  }

  .banner .banner-container .banner-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .banner .banner-container .banner-left .banner-title {
    position: relative;
    font-size: 0.58rem;
    font-weight: 500;
    color: #11254b;
    line-height: 0.81rem;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    display: flex;
    text-align: center;
  }

  .banner .banner-container .banner-desc {
    position: relative;
    font-size: 0.28rem;
    font-weight: 400;
    color: #11254b;
    width: 76.3%;
    line-height: 0.44rem;
    text-align: center;
    margin-top: 0;
  }

  .banner .banner-container .more-info {
    display: block;
    font-size: 0.22rem;
    font-weight: 400;
    color: rgba(17, 37, 75, 0.4);
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }

  .banner .banner-container .banner-button {
    margin-top: 0.4rem;
    border-radius: 0.03rem;
    width: 1.92rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.24rem;
    color: #fff;
    border: unset;
    align-self: center;
    background: linear-gradient(131deg, #2192dd 0%, #004d9e 100%);
    box-shadow: 0px 0.06rem 0.18rem 0px rgba(0, 66, 123, 0.18);
  }

  @keyframes slide-arrow {
    0% {
      left: 4px;
    }

    50% {
      left: 9px;
    }

    100% {
      left: 4px;
    }
  }

  .banner .banner-container .banner-button .goto-btn {
    display: none;
  }

  .banner .banner-right {
    position: static;
    width: 100%;
    height: 4.4rem;
    margin-top: 0.6rem;
    z-index: 23;
  }

  .banner .banner-pic {
    position: relative;
    width: 100%;
    height: 4.4rem;
    z-index: 23;
    background: url(../img/product/banner_img_3-m.png);
    background-size: 100% 4.4rem;
  }

  .banner .banner-pic2 {
    position: relative;
    width: 100%;
    height: 4.4rem;
    z-index: 23;
    background: url(../img/product/1182620.png);
    background-size: 100% 4.4rem;
  }
  .banner .banner-pic3 {
    position: relative;
    width: 100%;
    height: 4.4rem;
    z-index: 23;
    background: url(../img/product/1aa45a1.png);
    background-size: 100% 4.4rem;
  }
  .banner .banner-pic4 {
    position: relative;
    width: 100%;
    height: 4.4rem;
    z-index: 23;
    background: url(../img/product/6cd40bf.png);
    background-size: 100% 4.4rem;
  }
  .banner .banner-pic5 {
    position: relative;
    width: 100%;
    height: 4.4rem;
    z-index: 23;
    background: url(../img/product/miniliveh5.png);
    background-size: 100% 4.4rem;
  }
  .banner .banner-pic6 {
    position: relative;
    width: 100%;
    height: 4.4rem;
    z-index: 23;
    background: url(../img/product/6154a0c.png);
    background-size: 100% 4.4rem;
  }
	.banner .banner-pic7{
    position: relative;
    width: 100%;
    height: 4.4rem;
    z-index: 23;
    background: url(../img/product/4ec36eb.png);
    background-size: 100% 4.4rem;
  }
}

/*# sourceMappingURL=banner.css.map */