/* this website */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
.whmax {
  width: 100%;
  height: 100%;
}
.page-industryshow .page_banner-plan2 .banner_mfont {
  padding-top: 8rem;
}
/* 01 方案背景 */
.industry-page01 {
  background: #fff;
}
.industry-page01 .scheme-bg-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
}
.industry-page01 .left-text {
  flex: 1;
}
.industry-page01 .left-text .mtitle {
  margin-bottom: 4rem;
}
.industry-page01 .left-text .bg-list .bg-item {
  transition: 0.2s all ease-in;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}
.industry-page01 .left-text .bg-list .bg-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.industry-page01 .left-text .bg-list .bg-item:last-child::after {
  bottom: 0;
}
.industry-page01 .left-text .bg-list .bg-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #FE7310;
  transition: width 0.4s ease;
}
.industry-page01 .left-text .bg-list .bg-item:hover {
  transform: translateY(-3px);
}
.industry-page01 .left-text .bg-list .bg-item:hover::after {
  width: 100%;
}
.industry-page01 .left-text .bg-list .bg-item .micon {
  flex-shrink: 0;
  margin-right: 1.5rem;
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-page01 .left-text .bg-list .bg-item .micon i {
  color: #FE7310;
  font-size: 1.6rem;
}
.industry-page01 .left-text .bg-list .bg-item .mtext h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.8rem;
  margin-top: 0.5rem;
}
.industry-page01 .left-text .bg-list .bg-item .mtext p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
}
.industry-page01 .right-img {
  flex: 1;
  overflow: hidden;
  border-radius: 1rem;
}
.industry-page01 .right-img img {
  width: 100%;
  border-radius: 1rem;
  display: block;
  transition: transform 0.6s ease;
}
.industry-page01 .right-img:hover img {
  transform: scale(1.05);
}
/* 02 核心痛点 */
.industry-page02 {
  background: #fff;
}
.industry-page02 .pain-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.industry-page02 .pain-list .pain-item {
  width: calc((100% - 6rem) / 4);
}
.industry-page02 .pain-list .pain-item:nth-last-child(2):first-child,
.industry-page02 .pain-list .pain-item:nth-last-child(2):first-child ~ .pain-item {
  width: calc((100% - 2rem) / 2);
}
.industry-page02 .pain-list .pain-item:nth-last-child(3):first-child,
.industry-page02 .pain-list .pain-item:nth-last-child(3):first-child ~ .pain-item {
  width: calc((100% - 4rem) / 3);
}
.industry-page02 .pain-list .pain-item:nth-last-child(4):first-child,
.industry-page02 .pain-list .pain-item:nth-last-child(4):first-child ~ .pain-item {
  width: calc((100% - 6rem) / 4);
}
.industry-page02 .pain-list .pain-item:nth-last-child(5):first-child,
.industry-page02 .pain-list .pain-item:nth-last-child(5):first-child ~ .pain-item,
.industry-page02 .pain-list .pain-item:nth-last-child(6):first-child,
.industry-page02 .pain-list .pain-item:nth-last-child(6):first-child ~ .pain-item {
  width: calc((100% - 4rem) / 3);
}
.industry-page02 .pain-list .pain-item:nth-last-child(n+7):first-child,
.industry-page02 .pain-list .pain-item:nth-last-child(n+7):first-child ~ .pain-item {
  width: calc((100% - 6rem) / 4);
}
.industry-page02 .pain-item {
  background: #F7F8FB;
  padding: 4rem 3rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s;
}
.industry-page02 .pain-item:hover {
  transform: translateY(-1rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.industry-page02 .pain-item .micon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3rem;
}
.industry-page02 .pain-item .micon i {
  font-size: 5rem;
  color: #7A8699;
}
.industry-page02 .pain-item .mtext h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.industry-page02 .pain-item .mtext p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
}
/* 03 赋能方案 */
.industry-page03 {
  background: #fff;
}
.industry-page03 .xhRich {
  padding-top: 0;
}
.industry-page03 .highlight-box {
  margin-top: 6rem;
}
.industry-page03 .highlight-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.industry-page03 .h-item {
  background: #fff;
  padding: 3rem;
  width: calc((100% - 2.4rem * 2) / 2);
  border-radius: 1.2rem;
  border: 1px solid #E9EDF5;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.industry-page03 .h-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 1.5rem 3rem rgba(254, 115, 16, 0.08);
  border-color: #FE7310;
}
.industry-page03 .h-item .micon {
  width: 7.2rem;
  height: 7.2rem;
  background: rgba(254, 115, 16, 0.1);
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.4rem;
  flex-shrink: 0;
}
.industry-page03 .h-item .micon i {
  font-size: 3.2rem;
  color: #FE7310;
}
.industry-page03 .h-item .mmain {
  flex: 1;
}
.industry-page03 .h-item .mmain h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
.industry-page03 .h-item .mmain h3 i {
  color: #2ECC71;
  font-size: 2rem;
  margin-left: 0.8rem;
}
.industry-page03 .h-item .mmain .mdesc {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
}
/* 05 业务价值 */
.industry-page05 {
  background: #F7F8FB;
}
.industry-page05 .result-list {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
.industry-page05 .result-list .r-item {
  padding: 1.5rem;
  width: 25%;
}
.industry-page05 .result-list .r-item:nth-last-child(2):first-child,
.industry-page05 .result-list .r-item:nth-last-child(2):first-child ~ .r-item {
  width: 50%;
}
.industry-page05 .result-list .r-item:nth-last-child(3):first-child,
.industry-page05 .result-list .r-item:nth-last-child(3):first-child ~ .r-item {
  width: 33.33%;
}
.industry-page05 .result-list .r-item:nth-last-child(4):first-child,
.industry-page05 .result-list .r-item:nth-last-child(4):first-child ~ .r-item {
  width: 25%;
}
.industry-page05 .result-list .r-item:nth-last-child(5):first-child,
.industry-page05 .result-list .r-item:nth-last-child(5):first-child ~ .r-item,
.industry-page05 .result-list .r-item:nth-last-child(6):first-child,
.industry-page05 .result-list .r-item:nth-last-child(6):first-child ~ .r-item {
  width: 33.33%;
}
.industry-page05 .result-list .r-item:nth-last-child(n+7):first-child,
.industry-page05 .result-list .r-item:nth-last-child(n+7):first-child ~ .r-item {
  width: 25%;
}
.industry-page05 .result-list .r-item .item-in {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 1.2rem;
  padding: 3rem;
  height: 100%;
  transition: 0.2s all ease-in;
}
.industry-page05 .result-list .r-item .item-in .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.industry-page05 .result-list .r-item .item-in .mtop .micon {
  width: 5.4rem;
  height: 5.4rem;
  background: #FE7310;
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  flex-shrink: 0;
}
.industry-page05 .result-list .r-item .item-in .mtop .micon i {
  font-size: 2.8rem;
  color: #fff;
}
.industry-page05 .result-list .r-item .item-in .mtop .mnum {
  font-size: 3rem;
  font-weight: bold;
  font-family: numfont;
  color: #FE7310;
  line-height: 1;
}
.industry-page05 .result-list .r-item .item-in .mtop .mnum span {
  font-size: 1.6rem;
  color: #FE7310;
  margin-left: 0.5rem;
  font-weight: normal;
}
.industry-page05 .result-list .r-item .item-in h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5rem;
}
.industry-page05 .result-list .r-item .item-in p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.8;
}
.industry-page05 .result-list .r-item .item-in:hover {
  border-color: #FE7310;
  transform: translateY(-0.5rem);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.08);
}
.industry-page05 .value-box {
  margin-top: 8rem;
}
.industry-page05 .value-box .v-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 4rem;
}
.industry-page05 .value-box .v-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.industry-page05 .value-box .v-list .v-item {
  width: 50%;
  padding: 0 2.5rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.industry-page05 .value-box .v-list .v-item i {
  font-size: 2rem;
  color: #FE7310;
  margin-right: 1.5rem;
  margin-top: 0.2rem;
}
.industry-page05 .value-box .v-list .v-item .v-right {
  flex: 1;
}
.industry-page05 .value-box .v-list .v-item .v-right h4 {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 1rem;
}
.industry-page05 .value-box .v-list .v-item .v-right p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
  text-align: justify;
}
/* 响应式适配 (1024px以下) */
@media screen and (max-width: 1024px) {
  .industry-page01 .scheme-bg-box {
    flex-direction: column;
  }
  .industry-page01 .scheme-bg-box .right-img {
    margin-top: 3rem;
  }
  .industry-page02 .pain-item,
  .industry-page03 .h-item,
  .industry-page05 .r-item {
    width: calc((100% - 2rem) / 2) !important;
  }
  .industry-page03 .emp-row {
    flex-direction: column;
  }
  .industry-page03 .emp-row .row-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
    padding: 1rem;
  }
}
/* 移动端 (768px以下) */
@media screen and (max-width: 768px) {
  .industry-page03 .h-item {
    width: 100% !important;
  }
  .industry-page01 .scheme-bg-box .right-img img {
    height: auto;
  }
  .page-industryshow .page_banner-plan2 .banner_mfont {
    padding-top: 4rem;
  }
  .industry-page01 .scheme-bg-box {
    gap: 1rem;
  }
  .industry-page01 .left-text {
    width: 100%;
  }
  .industry-page02 .pain-list {
    gap: 1rem;
  }
  .industry-page02 .pain-item,
  .industry-page03 .h-item,
  .industry-page05 .r-item {
    width: calc((100% - 1rem) / 2);
    padding: 2rem;
  }
  .industry-page02 .pain-item .micon i {
    font-size: 4rem;
  }
  .industry-page02 .pain-item .mtext h3 {
    font-size: 1.6rem;
  }
  .industry-page02 .pain-item .mtext p {
    font-size: 1.4rem;
  }
  .industry-page03 .highlight-list {
    gap: 1rem;
  }
  .industry-page05 .result-list {
    margin: 0;
  }
  .industry-page05 .r-item {
    padding: 0.6rem !important;
    width: calc((100% - 1rem) / 2) !important;
  }
  .industry-page05 .result-list .r-item .item-in {
    padding: 1.5rem;
  }
}
