@charset "UTF-8";
.pageBanner {
  background: linear-gradient(180deg, #E9F5FF 0%, #C9E2FF 100%);
}
.pageBanner .right {
  background: url("../images/product_yhgt/right.png") no-repeat center center;
}

.Current-problem .scenes {
  display: flex;
}
.Current-problem .scenes .module {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.Current-problem .scenes .module .part {
  flex: 1;
  background: #ECF5FF;
  position: relative;
  border-radius: 6px;
  max-height: 140px;
}
.Current-problem .scenes .module .part:last-child {
  margin-top: 40px;
}
.Current-problem .scenes .module .part img {
  width: auto;
  height: 100%;
}
.Current-problem .scenes .module .part .module-title {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 5px;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}
.Current-problem .scenes .module .part .module-title p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  min-height: 40px;
}
.Current-problem .scenes .module .part::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.Current-problem .scenes .module .part:first-child::after {
  border-left: 20px solid #ECF5FF;
  /* 三角形颜色 */
}
.Current-problem .scenes .module .part:last-child {
  background: #F0F4FE;
}
.Current-problem .scenes .module .part:last-child::after {
  border-left: 20px solid #F0F4FE;
  /* 三角形颜色 */
}
.Current-problem .scenes .module .partBorder:first-child {
  background: #E6FDF3;
}
.Current-problem .scenes .module .partBorder:first-child::after {
  left: -22px;
  border-left: 0;
  border-right: 20px solid #E6FDF3;
  /* 三角形颜色 */
}
.Current-problem .scenes .module .partBorder:last-child {
  background: #EAFCFB;
}
.Current-problem .scenes .module .partBorder:last-child::after {
  left: -22px;
  border-left: 0;
  border-right: 20px solid #EAFCFB;
  /* 三角形颜色 */
}
.Current-problem .scenes .picture {
  margin: 0 40px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Current-problem .scenes .picture .card {
  display: inline-block;
  text-align: center;
  margin: 20px auto 0;
  border-radius: 6px;
  background: #C9E3FF;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.Core-function .process ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.Core-function .process ul li {
  flex: 1;
  margin-right: 30px;
}
.Core-function .process ul li:last-child {
  margin-right: 0;
}
.Core-function .process ul .module {
  padding: 20px 20px 30px;
  background: #F4F9FF;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
.Core-function .process ul .module img {
  width: 100%;
}
.Core-function .process ul .module span {
  font-size: 20px;
  font-weight: 600;
  color: #3D3D3D;
  line-height: 28px;
  text-align: center;
}
.Core-function .process ul .module p {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.Core-function .process ul .module:nth-child(1) p {
  text-align: center;
}

.module-box.manage {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 50px;
}
.module-box.manage .module {
  flex: 1;
  box-sizing: border-box;
  margin-right: 30px;
  background: #ECF5FF;
  border-radius: 16px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-box.manage .module:last-child {
  margin-right: 0;
}
.module-box.manage .module .icon-img {
  width: 110px;
  height: 110px;
}
.module-box.manage .module .icon-img img {
  width: 100%;
}
.module-box.manage .module > span {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 33px;
}
.module-box.manage .module > p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

@media (max-width: 768px) {
  .pageBanner {
    background-image: url("../images/product_yhgt/right_m.png");
  }
  .Current-problem .scenes .module .part::after {
    border: 0;
  }
  .Current-problem .scenes {
    flex-direction: column;
  }
  .Current-problem .scenes .module {
    order: 0;
    width: 100%;
  }
  .Current-problem .scenes .m1 {
    margin-bottom: 40px;
  }
  .Current-problem .scenes .picture {
    order: -1;
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  .Current-problem .scenes .picture .card {
    margin: 10px 20px;
  }
  .Core-function .process ul {
    flex-direction: column;
  }
  .Core-function .process ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .Core-function .process ul .module {
    border-radius: 0;
  }
  .Product-value .manage {
    margin-top: 0;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .Product-value .manage .module {
    margin-right: 0;
    border-radius: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body,
  .content-module {
    background: #fff;
  }
  .pageBanner {
    background-image: url("../images/product_yhgt/pad_bannerBg.png");
  }
  .Current-problem .scenes .module .part::after {
    border: 0;
  }
  .Current-problem .scenes {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Current-problem .scenes .module {
    order: 0;
    width: calc(50% - 15px);
  }
  .Current-problem .scenes .module:last-child {
    margin-right: 0;
  }
  .Current-problem .scenes .m1 {
    margin-bottom: 0;
  }
  .Current-problem .scenes .picture {
    order: -1;
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  .Current-problem .scenes .picture .card {
    margin: 10px 20px;
  }
  .Core-function .process ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
  .Core-function .process ul li {
    flex: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .Core-function .process ul li:last-child {
    margin-right: 0;
  }
  .Core-function .process ul .module {
    padding: 20px 20px 30px;
    width: calc(50% - 15px);
    background: #F4F9FF;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
  }
  .Core-function .process ul .module img {
    width: 100%;
  }
  .Core-function .process ul .module span {
    font-size: 20px;
    font-weight: 600;
    color: #3D3D3D;
    line-height: 28px;
    text-align: center;
  }
  .Core-function .process ul .module p {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  .Core-function .process ul .module:nth-child(1) p {
    text-align: center;
  }
  .Product-value .manage {
    margin-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .Product-value .manage .module {
    flex: none;
    width: calc(50% - 15px);
    margin-right: 0;
    border-radius: 0;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=product_yhgt.css.map */