.productList-box {
  height: 100%;
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-1440 {
  width: 1200px;
}

.productList-box a {
  text-decoration: none;
  color: unset;

}

/* 产品列表 */
.prolist-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;

}

.prolist-type .soTips {
  padding-bottom: 30px;
  width: 1200px;
}

.prolist-type .soTips span {
  width: 112px;
  height: 46px;
  background: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.prolist-type .soTips .active {
  background: #F76217;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.industryBox {
  display: flex;
  flex-wrap: wrap;
  /* 允许换行 */
  gap: 24px;
  /* 可选：卡片之间的间距 */
  width: 1200px;
}

.industryCard {
  min-height: 474px;
  width: 384px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.industryCard img {
  width: 384px;
  height: 287px;
}

.proListCard {padding: 15px 24px;}
.proListCard .title {font-weight: bold;font-size: 24px;color: #000000;line-height: 40px;height: 40px;overflow: hidden;text-align: left;}

.proListCard .text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  -webkit-line-clamp: 3;
}

.industryCardContext {
  padding: 20px 24px;
}

.industryCardContext .title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 15px;
  padding-bottom: 14px;
  text-align: left;
}

.industryCardContext .text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  -webkit-line-clamp: 3;
}

.industryCard .view {
  font-weight: 400;
  font-size: 14px;
  color: #F76217;
  line-height: 20px;
  text-align: left;
  padding-top: 19px;
  cursor: pointer;
  user-select: none;
}

/* 推荐行业方案 */
.industrySolution {
  text-align: center;
  min-height: 820px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.industrySolution .soTips {
  padding-bottom: 35px;
}

.industrySolution .solution {
  display: flex;
  flex-wrap: wrap;
  /* 允许换行 */
  gap: 10px;
  /* 可选：卡片之间的间距 */
}

.soTips span {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
}

.soTips .active {
  color: #F76217;
  border-bottom: 3px solid #F76217;
}

.solution .solutionItem {
  box-sizing: border-box;
  width: 590px;
  height: 450px;
  padding: 30px;
  text-align: left;
  /* background: url('./images/5g.png'); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.solution .solutionItem .title {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 34px;
}

.solution .solutionItem .text {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  -webkit-line-clamp: 2;
  margin-top: 9px;
  margin-bottom: 20px;
  overflow: hidden;
}

.solution .solutionItem .more {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 19px;
  display: inline-block;
  padding: 10px 36px;
}

.solutionFooter {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solutionFooter .arrows {
  border-radius: 100px;
  border: 1px solid #707070;
  color: #333333;
  padding: 5px 8px;
  cursor: pointer;
  user-select: none;
}

.solutionFooter .arrows:hover {
  background: #F76217;
  color: #ffffff;
}

.solutionFooter .number {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border: 1px solid #707070;
  color: #333333;
  border-radius: 100px;
  padding: 5px 10px;
  margin: 0 5px;
}

.viewMore {
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #333333;
  margin-top: 30px;
  cursor: pointer;
  user-select: none;
}

.viewMore:hover {
  background-color: #f76217;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.enTitle {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin: 0;
  padding-top: 58px;
  padding-bottom: 16px;
}

.enText {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 20px;
  margin: 0;
  padding-bottom: 30px;
}