/* banner */
.banner1-house,
.banner2-house {
  position: absolute;
  width: 750px;
  right: -100px;
  top: -40px;
}

.banner-1,
.banner-2 {
  top: -110px;
  position: absolute;
  -webkit-animation: gogogo 1.5s infinite linear;
}

.banner-1 {
  width: 100px;
  right: 235px;
}

.banner-2 {
  width: 80px;
  right: 237px;
}

/* 上下弹跳 */
@keyframes gogogo {
  0% {
    opacity: 0.8;
    transform: translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: translate(0px, 30px);
  }

  100% {
    opacity: 0.8;
    transform: translate(0, 0);
  }
}

/* 产品功能 */

.product-menu {
  border-bottom: 1px solid #e3eefd;
  margin-bottom: 40px;
}

.product-box {
  cursor: pointer;
}

.product-box:hover,
.product-box.active {
  color: #0060dc;
}

.product-box:hover .product-img-box,
.product-box.active .product-img-box {
  border: 1px solid #ddf0ff;
  box-shadow: 0px 0px 20px 5px #ddf0ff inset,
    0px 2px 5px 2px #D3E5F1;
}

.product-img-box {
  width: 34px;
  height: 34px;
  padding: 10px;
  border-radius: 100%;
  background: #fefefe;
  border: 1px solid #e9f1f9;
}

.product-img {
  width: 34px;
  height: 34px;
}

.product-text {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 20px;
}

.dec-body,
.product-img-conntent {
  position: relative;
}

.product-action {
  background-color: #fff;
}

.product-action .product-content {
  height: 500px;
}

.product-action .product-content .dec-content {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.product-action .product-content .dec-content.active {
  opacity: 1;
}

.product-action .product-content .screen-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 2s;
  opacity: 0;
}

.product-action .product-content .screen-img.active {
  opacity: 1;
}

.product-img-conntent,
.screen-img {
  width: 750px;
  height: 500px;
}

.dec-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 23px;
}

.dec-body,
.dec-content {
  width: 324px;
}

.dec-text {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 14px;
  line-height: 28px;
}

.dec-text::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #4598fe;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.dec-btn {
  position: relative;
  height: 40px;
  top: 350px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

}

/* 优势 */
.advantage .dec-text {
  font-weight: bold;
}

.advantage .dec-text span {
  color: #0060dc;
  padding-left: 13px;
}

.advantage .dec-text::before {
  border-radius: 0;
}

.advantage-content .dec-content {
  padding-top: 40px;
}

/* 我们能给您带来什么-- 文字*/
/* 产品功能-- 图片*/
.advantage-content .dec-content,
.product-img-conntent {
  /* 由右至左 */
  opacity: 0;
  z-index: -1;
  transform: translateX(100px);
}

/* 动画效果 */
.advantage-content .advantageDecHover,
.productImgHover {
  /* 由左至右 */
  z-index: 0 !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition: all 1s;
}

/* 我们能给您带来什么-- 图片 */
/* 产品功能-- 文字*/
.advantage-content .screen-img,
.product-content .dec-body,
.product-content .dec-btn {
  /* 由小变大 */
  /* transform: scale(0); */

  /* 由上至下 */
  /* opacity: 0;
  z-index: -1;
  transform: translateY(-200px); */

  /* 由下至上 */
  /* opacity: 0;
  z-index: -1;
  transform: translateY(100px); */

  /* 由左至右 */
  opacity: 0;
  z-index: -1;
  transform: translateX(-100px);

  /* 旋转回正 */
  /* transform: rotate(-30deg);
  opacity: 0; */


}

/* 动画效果 */
.advantage-content .advantageImgHover,
.productDecHover {
  /* 由小变大 */
  /* transform: scale(1) !important;
  transition: all 0.8s; */

  /* 由上至下 */
  /* z-index: 0 !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: all 2s; */

  /* 由下至上 */
  /* z-index: 0 !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: all 1s; */

  /* 由左至右 */
  z-index: 0 !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition: all 1s;

  /* 旋转回正 */
  /* opacity: 1 !important;
  transform: rotate(0) !important;
  transition: all 1s; */


}

.text-content {
  font-size: 14px;
  margin-bottom: 34px;
}

.text-content:last-child {
  margin-bottom: 0;
}

/* SaaS系统 */
.sass-system {
  position: relative;
}


.sass-text {
  position: relative;
}

.sass-title {
  position: absolute;
  width: 250px;
}

.sass-title:nth-child(1) {
  left: -270px;
  top: -245px;
}

.sass-title:nth-child(2) {
  left: 175px;
  top: -245px;
}

.sass-title:nth-child(3) {
  left: -110px;
  top: -115px;
  font-size: 22px;
  font-weight: bold;
}

.sass-title:nth-child(4) {
  left: -285px;
  top: -10px;
}

.sass-title:nth-child(5) {
  left: 160px;
  top: -10px;
}

.sass-system .screen-img {
  padding-top: 100px;
  width: 600px;
  height: 400px;
  margin-top: -580px;
}

/* 图标 */
.sass-type {
  width: 500px;
  height: 300px;
  z-index: 100;
  margin-top: -120px;
  padding-left: 10px;
  position: relative;
}

.sassType1,
.sassType2,
.sassType3,
.sassType4 {
  position: absolute;
  -webkit-animation: float 1.5s infinite linear;
}

.sassType1 {
  width: 34px;
  left: 0;
  top: -10px;
}

.sassType2 {
  width: 50px;
  right: -5px;
  top: -5px;
}

.sassType3 {
  width: 35px;
  left: 13px;
  bottom: 17px;
}

.sassType4 {
  width: 50px;
  right: 13px;
  bottom: 10px;
}

@keyframes float {
  0% {
    opacity: 0.8;
    transform: translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: translate(0px, 10px);
  }

  100% {
    opacity: 0.8;
    transform: translate(0, 0);
  }
}


/* 阴影 */
.shadow-content {
  width: 600px;
  height: 400px;
  position: relative;
  margin-top: -250px;
}

.sass-shadow1,
.sass-shadow2,
.sass-shadow3,
.sass-shadow4 {
  position: absolute;
}

.sass-shadow1 {
  width: 75px;
  right: 27px;
  top: -61px;
}

.sass-shadow2 {
  width: 79px;
  left: 27px;
  top: -71px;
}

.sass-shadow3 {
  width: 74px;
  right: 45px;
  bottom: 157px;
}

.sass-shadow4 {
  width: 73px;
  left: 37px;
  bottom: 167px;
}

@keyframes shadow {

  0%,
  50%,
  100% {
    opacity: 1;

  }

  25%,
  75% {
    opacity: 0;
  }
}


.sass-shadow1-box,
.sass-shadow2-box,
.sass-shadow3-box,
.sass-shadow4-box {
  -webkit-animation: shadow 2s infinite ease-in-out;
}

/* 箭头动画 */
:root {
  --fly-width: 200px;
  --fly-item-width: 40px;
  --fly-item-height: 80px;
  --fly-time: 10s;
  --fly-item-length: 10;
}

.fly {
  height: var(--fly-width);
  width: var(--fly-width);
  position: relative;
}

.fly .fly-item {
  font-size: 12px;
  line-height: var(--fly-item-height);
  animation: flyUp var(--fly-time) infinite;
  width: var(--fly-item-width);
  height: var(--fly-item-height);
  background: url("../images/arrow.png");
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  color: blue;
}

.fly .fly-item:nth-child(1) {
  animation-delay: calc(var(--fly-time) / var(--fly-item-length) * 1);
  bottom: 0;
  left: calc((var(--fly-width) - var(--fly-item-width)) / (var(--fly-item-length)) * 8);
}

.fly .fly-item:nth-child(2) {
  animation-delay: calc(var(--fly-time) / var(--fly-item-length) * 2);
  bottom: 0;
  left: calc((var(--fly-width) - var(--fly-item-width)) / (var(--fly-item-length)) * 0);
}

.fly .fly-item:nth-child(3) {
  animation-delay: calc(var(--fly-time) / var(--fly-item-length) * 3);
  bottom: 0;
  left: calc((var(--fly-width) - var(--fly-item-width)) / (var(--fly-item-length)) * 3);
}

.fly .fly-item:nth-child(4) {
  animation-delay: calc(var(--fly-time) / var(--fly-item-length) * 4);
  bottom: 0;
  left: calc((var(--fly-width) - var(--fly-item-width)) / (var(--fly-item-length)) * 5);
}

.fly .fly-item:nth-child(5) {
  animation-delay: calc(var(--fly-time) / var(--fly-item-length) * 5);
  bottom: 0;
  left: calc((var(--fly-width) - var(--fly-item-width)) / (var(--fly-item-length)) * 1);
}

.fly .fly-item:nth-child(6) {
  animation-delay: calc(var(--fly-time) / var(--fly-item-length) * 6);
  bottom: 0;
  left: calc((var(--fly-width) - var(--fly-item-width)) / (var(--fly-item-length)) * 7);
}

.fly .fly-item:nth-child(7) {
  animation-delay: calc(var(--fly-time) / var(--fly-item-length) * 7);
  bottom: 0;
  left: calc((var(--fly-width) - var(--fly-item-width)) / (var(--fly-item-length)) * 2);
}

.fly .fly-item:nth-child(8) {
  animation-delay: calc(var(--fly-time) / var(--fly-item-length) * 8);
  bottom: 0;
  left: calc((var(--fly-width) - var(--fly-item-width)) / (var(--fly-item-length)) * 9);
}

.fly .fly-item:nth-child(9) {
  animation-delay: calc(var(--fly-time) / var(--fly-item-length) * 9);
  bottom: 0;
  left: calc((var(--fly-width) - var(--fly-item-width)) / (var(--fly-item-length)) * 1);
}

.fly .fly-item:nth-child(10) {
  animation-delay: calc(var(--fly-time) / var(--fly-item-length) * 10);
  bottom: 0;
  left: calc((var(--fly-width) - var(--fly-item-width)) / (var(--fly-item-length)) * 4);
}

@keyframes flyUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  60% {
    transform: translateY(calc(var(--fly-width)*-1));
    opacity: 0;
  }

  100% {
    transform: translateY(calc(var(--fly-width)*-1));
    opacity: 0;
  }
}

/* swisper */
.swiper-slide {
  position: relative;
}

.swiper-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 119px;
  height: 28px;
  background: #0e63cd;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}

.swiper-img {
  display: block;
  width: 380px;
  height: 230px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 45px !important;
  height: 45px !important;
  background: #ecf5ff;
  border-radius: 100%;
  box-shadow: 0px 2px 7px 0px rgba(196, 212, 233, 0.76);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
  font-weight: bold;
  color: #000;
}

/* 公司 */
.company-content {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f1f7ff 100%);
  padding-bottom: 70px;
}

.company-box {
  width: 190px;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 7px 13px -6px rgba(164, 191, 234, 0.38);
  margin-bottom: 25px;
}

.company-img {
  cursor: pointer;
  width: 156px;
  height: 36px;
  transition: 0.2s;
}

.company-img:hover {
  transform: scale(1.1);
}