.solution-industry-warp {
  background-image: url('../imgs/solution-industry-practice/power-banner@1920.jpg');

}

.solution-industry-warp,
.solution-customer-demand,
.solution-industry,
.customer-value
{
  /*min-width: 1366px;*/
}
.solution-common-bread {
  width: 100%;
}

.solution-common-bread .bread-crumbs-content {
  height: 0.22rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  font-weight: 400;
}

.solution-common-bread .item.current-bread a {
  opacity: 1;
}

.solution-common-bread .item a {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #060809;
  opacity: 0.45;
}

.solution-common-bread .item:last-child:after {
  content: none;
}

.solution-common-bread .item:after {
  content: ">";
  margin: 0 0.08rem;
  font-size: 0.16rem;
  color: #060809;
  opacity: 0.45;
}


.solution-industry-title {
  font-size: 0.32rem;
  color: #060809;
  margin-bottom: 0.20rem;
  line-height: 0.42rem;
  font-weight: 500;
  height: 0.42rem;
}

.solution-customer-demand {
  padding: 0.60rem 0;
}

.solution-module-title {
  text-align: center;
  font-weight: 500;
  font-size: 0.30rem;
  line-height: 0.48rem;
  color: #060809;
}

.customer-demand-row {
  margin-top: 0.58rem;
  flex-wrap: wrap;
}

.customer-demand-row .customer-demand-item {
  background: linear-gradient(180deg, #F7FAFD 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 6px 6px 16px rgba(55, 99, 170, 0.1);
  border-radius: 0.10rem;
  width: calc((100% - 0.40rem) / 2);
  /*height: 1.08rem;*/
  display: flex;
  align-items: center;
  margin-bottom: 0.36rem;
  /*margin-right: 0.36rem;*/
  padding: 0.32rem 0.28rem 0.32rem 0.24rem;
}
.customer-demand-row .customer-demand-item.col3 {
  /*0.36rem 代表为每列的右margin*/
  width: calc((100% - 0.36rem * 2) / 3);
  height: auto;
}

.customer-demand-desc {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #4F636E;

}

.customer-demand-icon {
  display: flex;
}

.customer-demand-icon>img {
  height: 0.46rem;
  margin-right: 0.20rem;
}


.customer-demand-item:not(.col3):nth-child(odd):last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.solution-industry {
  padding: 0.60rem 0;
  /*background: #F8FCFF;*/
  overflow: hidden;
  background-image: url('../imgs/solution-industry-practice/solution-program.png');
  background-size: 100% 100%;
}

.solution-industry-tabs {
  margin: 0 auto;
  width: 3.82rem;
  position: relative
}

.solution-industry-tab {
  font-weight: 400;
  font-size: 0.20rem;
  line-height: 0.28rem;
  color: #283437;
  margin-bottom: 0.16rem;
  text-align: center;
  cursor: pointer;
}

.security-current {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.60rem;
  height: 0.04rem;
  background-color: #0A9FF3;
}
.security-current.only-one {
  left: 50%;
  transform: translate(-50%);
}

.solution-plane-wrap {
  padding-top: 0.10rem;
}

.solution-tab-plane:nth-child(2) {
  display: none;
  padding-top: 0.10rem;
}

.solution-plane-content {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #4F636E;
  width: 4.80rem;
}



.customer-value {
  padding: 0.64rem 0 0.60rem;
}

.customer-value-item {
  width: calc((100% - (0.36rem * 2)) / 3);
  /* height: 302px; */
  padding: 0.32rem 0.32rem 0.50rem 0.32rem;
  text-align: left;
  background: linear-gradient(180deg, #F7FAFD 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 6px 6px 16px rgba(55, 99, 170, 0.1);
  border-radius: 0.10rem;
}

.customer-value-img>img {
  height: 0.60rem;
}

.customer-value-title {
  font-weight: 500;
  font-size: 0.20rem;
  line-height: 0.28rem;
  color: #283437;
  padding: 0.16rem 0;
  text-align: center;
}

.customer-value-desc {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #4F636E;
  min-height: 1.00rem;
  text-align: justify;
}
.customer-value-box{
  height: 1.00rem;
  line-height: 0.20rem;
  overflow: hidden;
}
.customer-value-box:hover{

}
.customer-value-box:hover .customer-value-desc{
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  overflow: visible;
  position: relative;
}
.customer-value .customer-demand-item{
  padding: 0.32rem 0.24rem;
}
