.slide-fade-enter-active {
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
}

.slide-fade-leave-active {
  transition: all 1.5s cubic-bezier(1, 0.5, 0.8, 1);
  -webkit-transition: all 1.5s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .vision-system {
    margin-top: 50px;
  }
  .vision-system .wrapper {
    height: 236px;
    background-image: url(/static/productWeb/vision/1.jpg);
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .vision-system .wrapper p:nth-child(1) {
    font-size: 24px;
    line-height: 31px;
  }
  .vision-system .wrapper p:nth-child(2) {
    margin-top: -11px;
    font-size: 21px;
    line-height: 27px;
  }
  .vision-system .wrapper .wrapper-info1 {
    display: none;
  }
  .vision-system .wrapper .wrapper-info1-phone {
    margin-top: 8px;
    display: block;
    text-align: center;
    line-height: 18px;
  }
  .vision-system .wrapper .wrapper-info2 {
    letter-spacing: 2px;
  }
  .vision-system .wrapper .wrapper-item-line {
    margin: 12px 0 20px;
  }
  .vision-system .wrapper .wrapper-item-line span:nth-child(1), .vision-system .wrapper .wrapper-item-line span:nth-child(3) {
    width: 6px;
    height: 6px;
  }
  .vision-system .wrapper .wrapper-item-line span:nth-child(2) {
    width: 55px;
  }
  .vision-system .wrapper .wrapper-item {
    margin-top: 15px;
  }
  .vision-system .wrapper .wrapper-item p {
    display: inline-block;
    margin: 0 5px;
    width: 94px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
  .vision-system .content-title {
    line-height: 14px;
    font-size: 10px;
  }
  .vision-system .content-title .line {
    margin: 7px 0 5px;
    width: 51px;
  }
  .vision-system .content-title p:nth-child(1) {
    line-height: 21px;
    font-size: 16px;
  }
  .vision-system .scene-c {
    height: auto;
    box-sizing: border-box;
    padding-top: 53px;
  }
  .vision-system .technology-c {
    height: auto;
    background: #fff;
    padding-top: 53px;
  }
  .vision-system .technology-c .technology-main {
    display: none;
  }
  .vision-system .technology-c .technology-main-phone {
    display: block;
  }
  .vision-system .adv-c {
    height: auto;
    padding-top: 16px;
  }
  .vision-system .solution-c {
    height: auto;
    overflow: auto;
    box-sizing: border-box;
    padding-top: 53px;
    background-color: #fff;
    background-image: none !important;
    cursor: pointer;
  }
  .vision-system .solution-c .content-title {
    color: #666666;
  }
  .vision-system .solution-c .content-title .line {
    background-color: #166efd;
  }
  .vision-system .solution-c .content-title p:nth-child(1) {
    color: #333;
  }
  .vision-system .solution-c-opacity {
    opacity: 0;
    transition: all 0.5s;
  }
  .vision-system .partners-c {
    margin: 42px auto 53px;
  }
  .vision-system .partners-c .content-title {
    margin-bottom: 16px;
  }
}
.vision-system .product-banner {
  width: 100%;
  height: 440px;
}
.vision-system .product-banner .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.vision-system .product-banner .swiper-item .swiper-content {
  margin-left: 389px;
}
.vision-system .product-banner .swiper-item .swiper-content .swiper-content-title {
  color: #003478;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.vision-system .product-banner .swiper-item .swiper-content .swiper-content-subtitle {
  color: rgba(0, 52, 120, 0.14);
  font-size: 47px;
  font-weight: bold;
  text-align: left;
}
.vision-system .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li {
  text-align: left;
  display: flex;
  align-items: center;
  color: #003478;
}
.vision-system .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li img {
  width: 17px;
  height: 17px;
}
.vision-system .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li .swiper-content-li-text {
  margin-left: 5px;
}
.vision-system .product-banner .swiper-item .swiper-content .swiper-content-icon-group {
  display: flex;
  margin-top: 10px;
}
.vision-system .product-banner .swiper-item .swiper-content-ghost-img {
  width: 289px;
  margin-top: 66px;
  margin-right: 363px;
  animation: ghost 2s linear infinite;
}
.vision-system .product-banner .swiper-item .swiper-content-ghost-img .swiper-content-li-icon {
  width: 100%;
}
.vision-system .product-introduction .product-introduction-content {
  display: flex;
  align-items: center;
}
.vision-system .product-introduction .product-introduction-content .product-introduction-content-left-img {
  width: 47%;
}
.vision-system .product-introduction .product-introduction-content .product-introduction-content-left-img img {
  width: 100%;
}
.vision-system .product-introduction .product-introduction-content .product-introduction-content-right-text {
  color: #333;
  font-size: 16px;
  flex: 1;
  text-align: left;
  line-height: 28px;
  letter-spacing: 1px;
  margin-left: 34px;
  position: relative;
}
.vision-system .product-introduction .product-introduction-content .product-introduction-content-right-text::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #166efd;
  position: absolute;
  left: -9px;
  top: 6px;
}
.vision-system .product-introduction .product-introduction-content .product-introduction-content-right-text .product-introduction-content-right-link-text {
  color: #166efd;
  cursor: pointer;
  text-align: right;
}
.vision-system .applicable-scenario .applicable-scenario-content {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vision-system .applicable-scenario .applicable-scenario-content .applicable-scenario-item {
  width: 250px;
  height: 307px;
  padding: 0 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.1s linear;
  box-sizing: border-box;
}
.vision-system .applicable-scenario .applicable-scenario-content .applicable-scenario-item:hover {
  border: 1px solid;
  padding: 0 26px;
  border-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(228, 238, 255)) 1 1;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
}
.vision-system .applicable-scenario .applicable-scenario-content .applicable-scenario-item:hover .applicable-scenario-item-title {
  color: #166efd;
}
.vision-system .applicable-scenario .applicable-scenario-content .applicable-scenario-item .applicable-scenario-item-img img {
  width: 80px;
}
.vision-system .applicable-scenario .applicable-scenario-content .applicable-scenario-item .applicable-scenario-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.vision-system .applicable-scenario .applicable-scenario-content .applicable-scenario-item .applicable-scenario-item-text {
  width: 195px;
  text-align: left;
  margin-top: 18px;
  font-size: 14px;
  color: #999999;
}
.vision-system .technical .technical-content {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
}
.vision-system .technical .technical-content .technical-item {
  width: 380px;
  height: 317px;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.vision-system .technical .technical-content .technical-item .technical-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 33px;
  margin-left: 19px;
  text-align: left;
}
.vision-system .technical .technical-content .technical-item .technical-list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 354px;
  height: 238px;
  padding: 0 12px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px 6px 0px 0px;
}
.vision-system .technical .technical-content .technical-item .technical-list .technical-list-item {
  text-align: left;
  height: 80px;
  display: flex;
  align-items: center;
}
.vision-system .technical .technical-content .technical-item .technical-list .technical-list-item:not(:first-child) {
  border-top: 1px solid #eaeaea;
}
.vision-system .technical .technical-content .technical-item .technical-list .technical-list-item img {
  width: 40px;
}
.vision-system .technical .technical-content .technical-item .technical-list .technical-list-item .technical-list-item-text {
  font-size: 14px;
  color: #999999;
}
.vision-system .service-advantage {
  width: 100%;
}
.vision-system .service-advantage .service-advantage-content {
  height: 480px;
  margin-top: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  display: flex;
  align-items: center;
}
.vision-system .service-advantage .service-advantage-content .service-advantage-list-container {
  width: 1200px;
  margin: 0 auto;
}
.vision-system .service-advantage .service-advantage-content .service-advantage-list-container .service-advantage-item {
  width: 648px;
  height: 111px;
  background: linear-gradient(90deg, #6bafff 0%, rgba(75, 158, 255, 0) 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 17px 24px 17px 19px;
  box-sizing: border-box;
}
.vision-system .service-advantage .service-advantage-content .service-advantage-list-container .service-advantage-item:not(:first-child) {
  margin-top: 12px;
}
.vision-system .service-advantage .service-advantage-content .service-advantage-list-container .service-advantage-item .service-advantage-item-img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(227, 239, 255, 0.81);
  box-shadow: inset 0px 0px 15px 1px #eff5ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vision-system .service-advantage .service-advantage-content .service-advantage-list-container .service-advantage-item .service-advantage-item-img img {
  width: 46px;
}
.vision-system .service-advantage .service-advantage-content .service-advantage-list-container .service-advantage-item .service-advantage-item-text {
  flex: 1;
  margin-left: 22px;
  text-align: left;
}
.vision-system .service-advantage .service-advantage-content .service-advantage-list-container .service-advantage-item .service-advantage-item-text .service-advantage-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}
.vision-system .service-advantage .service-advantage-content .service-advantage-list-container .service-advantage-item .service-advantage-item-text .service-advantage-item-des {
  margin-top: 8px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
}
.vision-system .example .example-swiper-container {
  width: 100%;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision-system .example .example-swiper-container .swiper-container {
  height: 100%;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item {
  width: 100%;
  height: 362px;
  display: flex;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 12px;
  margin-top: 42px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(228, 238, 255)) 1 1;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box {
  margin-right: 28px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-first {
  text-align: left;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-first .title-text {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-first .text-des {
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second {
  display: flex;
  text-align: left;
  margin-top: 10px;
  height: 120px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second .text-list:last-child {
  margin-left: 40px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second .text-list .list-title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second .text-list .text-item {
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third {
  display: flex;
  text-align: left;
  margin-top: 10px;
  height: 123px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .text-list {
  flex: 1;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .text-list .list-title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .text-list .text-item {
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box {
  width: 240px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .first-row {
  display: flex;
  height: 50%;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .first-row .num-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .second-row {
  display: flex;
  height: 50%;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .second-row .num-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .num {
  font-weight: bold;
  color: #166efd;
  font-size: 22px;
  letter-spacing: 2px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .num-item .text {
  font-size: 12px;
  letter-spacing: 1px;
  color: #166efd;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-item .swiper-img-box img {
  width: 506px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-pagination {
  bottom: 0px;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 7px;
  background: #d7d7d7;
  border-radius: 4px;
  outline-style: none;
}
.vision-system .example .example-swiper-container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #166efd;
}
.vision-system .more-example {
  margin-bottom: 86px;
}
.vision-system .more-example .more-example-link .link-text {
  text-decoration: none;
  color: #166efd;
  letter-spacing: 1px;
  font-size: 18px;
}
.vision-system .more-example .waterfall-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.vision-system .more-example .waterfall-container .waterfall-item {
  position: relative;
  display: block;
  border-radius: 2px;
}
.vision-system .more-example .waterfall-container .waterfall-item .waterfall-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #4b9eff 0%, #1c83fc 100%);
  border-radius: 2px;
  opacity: 0.5;
}
.vision-system .more-example .waterfall-container .waterfall-item img {
  width: 100%;
}
.vision-system .more-example .waterfall-container .waterfall-item .waterfall-item-text {
  position: absolute;
  font-size: 22px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
  left: 20px;
  bottom: 15px;
  z-index: 9;
}
.vision-system .more-example .waterfall-container .waterfall-item .waterfall-item-text .text-mask {
  width: 37px;
  height: 10px;
  position: absolute;
  left: -7px;
  bottom: 1px;
  z-index: -1;
  background: linear-gradient(138deg, #ffae73 0%, #ff914c 100%);
}
.vision-system .more-example .waterfall-container .waterfall-col {
  width: 293px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.vision-system .more-example .waterfall-container .waterfall-small {
  width: 293px;
  height: 155px;
}
.vision-system .more-example .waterfall-container .waterfall-normal {
  width: 293px;
  height: 236px;
}
.vision-system .more-example .waterfall-container .waterfall-big {
  width: 293px;
  height: 400px;
}

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