body {
  background-color: #fff;
}
.bannerBox {
  background-color: #F6F8F9;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.bannerBox .content {
  padding: 262px 0 120px;
  max-width: 1380px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bannerBox .content .content-left {
  flex: 1;
  margin-right: 148px;
}
.bannerBox .content .content-left .content-title {
  font-size: 36px;
  color: #0077CB;
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E3E5;
}
.bannerBox .content .content-left .content-subtitle {
  font-size: 20px;
  color: #656D6F;
  line-height: 22px;
  font-weight: 700;
  margin: 29px 0 10px;
}
.bannerBox .content .content-left .content-desc {
  font-size: 16px;
  line-height: 22px;
  color: #656D6F;
  font-weight: 400;
}
.bannerBox .content .content-left .solution-img3 {
  width: 109px;
  display: none;
  margin: 0 29px 0 21px;
}
.bannerBox .content .solution-img {
  width: 218px;
}
.bannerBox .solution-img2 {
  position: absolute;
  bottom: -200px;
  right: -150px;
}
.Features {
  margin: auto;
  padding: 0px 20px 0;
  background-color: #fff;
}
.Features .features-box {
  max-width: 1380px;
  margin: auto;
}
.Features .features-box img {
  width: 100%;
}
.Documents {
  margin: auto;
  padding: 0px 20px 0;
  background-color: #fff;
}
.Documents .documents-box {
  max-width: 1380px;
  margin: auto;
  position: relative;
}
.Documents .documents-box .documents {
  margin-bottom: 50px;
}
.Documents .documents-box .documents .documents-title {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 30px;
}
.Documents .documents-box .documents .documents-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EBEEF0;
  padding: 20px;
  cursor: pointer;
  position: relative;
}
.Documents .documents-box .documents .documents-item .content {
  display: flex;
  align-items: center;
}
.Documents .documents-box .documents .documents-item .content img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.Documents .documents-box .documents .documents-item .content .title {
  font-size: 16px;
  color: #656D6F;
  font-weight: 400;
  margin-bottom: 10px;
}
.Documents .documents-box .documents .documents-item .content .desc {
  font-size: 12px;
  color: #656D6F;
  font-weight: 400;
}
.Documents .documents-box .documents .documents-item .download {
  width: 35px;
  height: 35px;
}
.Documents .documents-box .documents .documents-item .download-text {
  width: 100%;
  border-radius: 0;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 119, 203, 0.5);
  align-items: center;
  justify-content: center;
  display: none;
}
.Documents .documents-box .documents .documents-item .download-text-video {
  background: rgba(84, 113, 219, 0.5);
}
.Rotation {
  padding: 70px 0 0;
  background-color: #F6F8F9;
}
.Rotation .mySwiper4 {
  max-width: 1650px;
}
.Rotation .mySwiper4 .swiper-wrapper {
  margin: auto;
}
.Rotation .mySwiper4 .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100%;
}
.Rotation .mySwiper4 .swiper-wrapper .swiper-slide img,
.Rotation .mySwiper4 .swiper-wrapper .swiper-slide video {
  display: block;
  width: 85%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.Rotation .mySwiper4 .swiper-wrapper .swiper-slide .play-icon {
  width: 100px !important;
  height: 100px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.Rotation .mySwiper4 .swiper-button-next,
.Rotation .mySwiper4 .swiper-button-prev {
  width: 5vw;
  height: 5vw;
  max-width: 83px;
  max-height: 83px;
  border-radius: 50%;
  background: #C1C5C6;
  color: #fff;
}
.Rotation .mySwiper4 .swiper-button-next:after,
.Rotation .mySwiper4 .swiper-button-prev:after {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .bannerBox {
    padding: 0 106px 0 30px;
  }
  .bannerBox .content {
    padding: 84px 0 86px;
  }
  .bannerBox .content .content-left {
    margin-right: 47px;
  }
  .bannerBox .content .content-left .content-subtitle {
    line-height: 26px;
  }
  .bannerBox .content .content-left .content-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .bannerBox .content .solution-img {
    width: 158px;
  }
  .bannerBox .solution-img2 {
    bottom: -250px;
    right: -250px;
  }
  .Features {
    padding: 0px 30px 0;
  }
  .Documents {
    padding: 0px 22px 0;
  }
  .Documents .documents-box .documents {
    margin-bottom: 40px;
  }
  .Documents .documents-box .documents .documents-title {
    margin-bottom: 11px;
  }
  .Documents .documents-box .documents .documents-item {
    flex-direction: column;
    border-bottom: none;
    padding: 0;
  }
  .Documents .documents-box .documents .documents-item .content {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 26px 12px 31px 20px;
  }
  .Documents .documents-box .documents .documents-item .content img {
    width: 85px;
    height: 85px;
  }
  .Documents .documents-box .documents .documents-item .content .title {
    margin-bottom: 20px;
  }
  .Documents .documents-box .documents .documents-item .download {
    display: none;
  }
  .Documents .documents-box .documents .documents-item .download-text {
    position: unset;
    height: 30px;
    line-height: 30px;
    border-radius: 0px 0px 20px 20px;
    display: block;
    background: #0077CB;
  }
  .Documents .documents-box .documents .documents-item .download-text-video {
    background: #5774dd;
  }
  .Rotation {
    background-color: #fff;
    padding: 103px 30px 0;
  }
  .Rotation .mySwiper4 {
    border-radius: 20px;
  }
  .Rotation .mySwiper4 .swiper-wrapper .swiper-slide img,
  .Rotation .mySwiper4 .swiper-wrapper .swiper-slide video {
    width: 100%;
    border-radius: 20px;
  }
  .Rotation .mySwiper4 .swiper-button-next,
  .Rotation .mySwiper4 .swiper-button-prev {
    background-color: transparent;
  }
  .Rotation .mySwiper4 .swiper-button-next:after,
  .Rotation .mySwiper4 .swiper-button-prev:after {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
  .bannerBox {
    height: auto;
    padding: 0 15px;
  }
  .bannerBox .content {
    padding: 42px 0;
  }
  .bannerBox .content .content-left {
    margin-right: 0;
  }
  .bannerBox .content .content-left .content-title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .bannerBox .content .content-left > div {
    display: flex;
    align-items: center;
  }
  .bannerBox .content .content-left .content-subtitle {
    font-size: 12px;
    line-height: 15px;
    margin: 15px 0 10px;
  }
  .bannerBox .content .content-left .content-desc {
    font-size: 9px;
    line-height: 12px;
  }
  .bannerBox .content .content-left .solution-img3 {
    display: block;
  }
  .bannerBox .content .solution-img {
    display: none;
  }
  .bannerBox .solution-img2 {
    width: 300px;
    bottom: -100px;
    right: -100px;
  }
  .Features {
    padding: 0 15px;
  }
  .Documents {
    padding: 0 10px;
  }
  .Documents .documents-box .documents {
    margin-bottom: 30px;
  }
  .Documents .documents-box .documents .documents-title {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .Documents .documents-box .documents .documents-item .content {
    padding: 13px 6px 15px 10px;
  }
  .Documents .documents-box .documents .documents-item .content img {
    width: 42px;
    height: 42px;
  }
  .Documents .documents-box .documents .documents-item .content .title {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .Documents .documents-box .documents .documents-item .content .desc {
    font-size: 9px;
    color: #656D6F;
    font-weight: 400;
  }
  .Documents .documents-box .documents .documents-item .download-text {
    height: 15px;
    line-height: 15px;
    border-radius: 0px 0px 10px 10px;
    font-size: 8px;
  }
  .Rotation {
    padding: 55px 15px 0;
  }
  .Rotation .mySwiper4 {
    border-radius: 10px;
  }
  .Rotation .mySwiper4 .swiper-wrapper .swiper-slide img,
  .Rotation .mySwiper4 .swiper-wrapper .swiper-slide video {
    border-radius: 10px;
  }
  .Rotation .mySwiper4 .swiper-wrapper .swiper-slide .play-icon {
    width: 50px !important;
    height: 50px !important;
  }
  .Rotation .mySwiper4 .swiper-button-next:after,
  .Rotation .mySwiper4 .swiper-button-prev:after {
    font-size: 16px;
  }
}
