@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.full-house-kv {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.full-house-kv img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .full-house-kv {
    width: 100%;
    height: 560px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .full-house-kv img {
    width: auto;
    height: 560px;
  }
}
/***** 解决方案 *****/
.solution-intro {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 80px;
}
.solution-intro .container-wrapper {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.solution-intro .mod-title {
  width: 700px;
  margin: 0 auto 130px;
  text-align: center;
}
.solution-intro .mod-title h3 {
  margin-bottom: 36px;
}
.solution-intro .solution-flow {
  width: 1200px;
  margin: 0 auto;
}
.solution-intro .solution-flow img {
  width: 1200px;
  height: auto;
}
.solution-intro .logo-water {
  width: 540px;
  padding: 166px 0;
  margin: 0 auto;
}
.solution-intro .logo-water img {
  width: 540px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .solution-intro .container-wrapper {
    width: calc(100% - 48px);
    padding: 0 24px;
  }
  .solution-intro .mod-title {
    width: 100%;
    margin: 0 auto 80px;
    text-align: center;
  }
  .solution-intro .solution-flow {
    width: 100%;
    height: 96px;
    margin: 0 auto;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .solution-intro .solution-flow img {
    width: auto;
    height: 96px;
  }
  .solution-intro .logo-water {
    width: 100%;
    padding: 80px 0;
    margin: 0 auto;
  }
  .solution-intro .logo-water img {
    width: 100%;
    height: auto;
  }
}

/***** 产品特点 *****/
.feature {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.feature-title {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.feature-title h2 {
  font-weight: 300;
  margin-left: 64px;
}
.feature-title .arrow-group {
  margin-right: 64px;
}
.feature-title .arrow-group span {
  display: block;
  width: 42px;
  height: 42px;
}
.feature-title .arrow-group span.arrow-left {
  background: url(../img/arrow-left.svg) no-repeat;
  float: left;
  margin-right: 24px;
}
.feature-title .arrow-group span.arrow-right {
  background: url(../img/arrow-right.svg) no-repeat;
  float: right;
}

@media screen and (min-width: 1280px) {
  .feature-title {
    width: 1280px;
  }
  .feature-title h2 {
    margin-left: 120px;
  }
  .feature-title .arrow-group {
    margin-right: 18px;
  }
}
@media screen and (max-width: 640px) {
  .feature-title {
    width: 100%;
  }
  .feature-title h2 {
    margin-left: 24px;
  }
  .feature-title .arrow-group {
    margin-right: 24px;
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .feature-title .arrow-group {
    display: none;
  }
}
.feature-list-wrapper {
  width: 100%;
  overflow: hidden;
}
.feature-list-wrapper .feature-list {
  display: flex;
  flex-direction: row;
  transition: transform 0.5s ease;
  gap: 16px;
  flex-wrap: nowrap;
}
.feature-list-wrapper .feature-list .feature-item {
  width: calc((100% - 64px) / 3);
  flex-shrink: 0;
}
.feature-list-wrapper .feature-list .feature-item:first-child {
  margin-left: 16px;
}
.feature-list-wrapper .feature-list .feature-item img {
  width: 100%;
}
.feature-list-wrapper .feature-list .feature-item .feature-info {
  margin-bottom: 64px;
}
.feature-list-wrapper .feature-list .feature-item .feature-info h5 {
  font-size: 15px;
  margin: 20px 0 6px;
}
.feature-list-wrapper .feature-list .feature-item .feature-info p {
  font-size: 14px;
  font-weight: 300;
}
.feature-list-wrapper .feature-list .feature-item .feature-info p.en {
  width: 90%;
  line-height: 1.5em;
}

@media screen and (max-width: 640px) {
  .feature-list-wrapper {
    width: calc(100% - 48px);
    padding: 0 24px;
    overflow: hidden;
  }
  .feature-list-wrapper .feature-list {
    flex-wrap: wrap;
  }
  .feature-list-wrapper .feature-list .feature-item {
    width: calc((100% - 16px) / 2);
    flex-shrink: 0;
  }
  .feature-list-wrapper .feature-list .feature-item:first-child {
    margin-left: 0;
  }
}/*# sourceMappingURL=page-solution.css.map */