/* banner */
.components-banner .detail-banner {
  position: relative;
  height: 4.0729rem;
  overflow: hidden;
  clear: both;
}
.components-banner .banner-title {
  font-size: 0.3438rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.5208rem;
  letter-spacing: 0.026rem;
  text-shadow: 0.0104rem 0.0729rem 0.0938rem rgba(35,24,21,0.53);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.1927rem;
}
.components-banner .banner-title1 {
  font-size: 0.3438rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.5208rem;
  letter-spacing: 0.026rem;
  text-shadow: 0.0104rem 0.0729rem 0.0938rem rgba(35,24,21,0.53);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.6rem;
  white-space: nowrap;
}
.components-banner .banner-detail .title {
  font-size: 0.2135rem;
  font-weight: 600;
  color: #222222;
  line-height: 0.2083rem;
  letter-spacing: 0.0104rem;
  padding: 0.2083rem 0 0.125rem 0.2604rem;
  height: auto;
}
/* banner end */

/* 业群定位 */
.industry-position{
  width: 100%;
  min-height: 4.4531rem;
  background: #FCEEEB;
  padding: 0.5156rem 1.6771rem 0.6667rem;
  box-sizing: border-box;
  margin-top: 0.376rem;
}
.industry-position .industry-position-title{
  text-align: center;
  font-size: 0.2083rem;
  color:#000;
  font-weight: 600;
  margin-bottom: 0.4167rem;
}
.industry-position-list{
  display: flex;
  justify-content: center;
  gap: 0.4167rem;
}
.industry-position-item{
  position: relative;
  width: 1.9271rem;
  height: 2.8125rem;
  background: rgba(202, 26, 29, 0.79);
  border: 0;
  border-radius: 0.0833rem;
  box-sizing: border-box;
  overflow: hidden;
  flex: 0 0 auto;
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}
.industry-position-item.active{
  width: 3.1146rem;
  height: 2.8125rem;
  background: #FFFFFF;
  border: 0.0052rem solid #d7d7d7;
  border-radius: 0.0781rem;
}
.industry-position-item::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(202, 26, 29, 0.24);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.industry-position-item.active::after{
  opacity: 0;
}
.industry-position-item-content{
  position: relative;
  z-index: 2;
  height: 1.5781rem;
  padding: 0.2344rem 0.1979rem 0 0.2083rem;
  box-sizing: border-box;
}
.industry-position-item-index{
  margin: 0;
  color: #ffffff;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 0.0833rem;
}
.industry-position-item-index .index-num{
  font-size: 0.3125rem;
  font-weight: 400;
  line-height: 0.3125rem;
}
.industry-position-item-index .index-text{
  font-size: 0.1563rem;
  font-weight: 600;
  line-height: 0.1563rem;
  padding-bottom: 0.026rem;
}
.industry-position-item-title{
  margin: 0.1406rem 0 0;
  font-size: 0.125rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.1667rem;
}
.industry-position-item-desc{
  margin: 0.0781rem 0 0;
  font-size: 0.0938rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  line-height: 0.1354rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industry-position-item.active .industry-position-item-index{
  color: #111111;
}
.industry-position-item.active .industry-position-item-title{
  color: #111111;
}
.industry-position-item.active .industry-position-item-desc{
  color: #434242;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.industry-position-item-img{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 2.8958rem;
  height: 1.4635rem;
  object-fit: cover;
  border-radius: 0.0781rem 0 0.0781rem 0;
  transition: opacity 0.3s ease;
}
.industry-position-item:not(.active) .industry-position-item-img{
  opacity: 0.16;
}
/* 业群定位 end */

@media (max-width: 767px) {
  .industry-position{
    margin-top: 0.64rem;
    padding: 0.64rem 0.4267rem 0.4267rem;
    min-height: auto;
  }
  .industry-position .industry-position-title{
    margin-bottom: 0.5333rem;
    font-size: 0.5333rem;
    line-height: 0.7467rem;
  }
  .industry-position-list{
    display: flex;
    flex-direction: column;
    gap: 0.4267rem;
  }
  .industry-position-item{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 0.0052rem solid #d7d7d7;
    border-radius: 0.1067rem;
    cursor: default;
    overflow: hidden;
  }
  .industry-position-item.active{
    width: 100%;
    height: auto;
    border: 0.0052rem solid #d7d7d7;
    border-radius: 0.1067rem;
  }
  .industry-position-item::after{
    display: none;
  }
  .industry-position-item-content{
    height: auto;
    padding: 0.64rem 0.64rem 0;
  }
  .industry-position-item-index{
    color: #111111;
    gap: 0.16rem;
  }
  .industry-position-item-index .index-num{
    font-size: 0.7467rem;
    line-height: 0.9067rem;
  }
  .industry-position-item-index .index-text{
    font-size: 0.4267rem;
    line-height: 0.5867rem;
    padding-bottom: 0.0533rem;
  }
  .industry-position-item-title{
    margin-top: 0.24rem;
    font-size: 0.4267rem;
    line-height: 0.5867rem;
    color: #111111;
  }
  .industry-position-item-desc{
    margin-top: 0.16rem;
    font-size: 0.32rem;
    line-height: 0.5333rem;
    color: #6f6f6f;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .industry-position-item-img{
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 2.4rem;
    border-radius: 0;
    opacity: 1;
  }
  .industry-position-item:not(.active) .industry-position-item-img{
    opacity: 1;
  }
  .industry-position-item:not(.active) .industry-position-item-index,
  .industry-position-item:not(.active) .industry-position-item-title{
    color: #111111;
  }
  .industry-position-item:not(.active) .industry-position-item-desc{
    color: #6f6f6f;
  }
}

/* saas platform */
.saas-platform {
  width: 100%;
  height: 4.375rem;
  background: url(../images/wisdom_saas_platform_type_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.6302rem 2.0417rem 0.5365rem 1.9896rem;
  box-sizing: border-box;
  margin: 0.276rem 0;
}
.saas-platform .saas-platform-title {
  color: #fff;
  font-size: 0.1042rem;
  width: 100%;
  letter-spacing: 0.0052rem;
  text-align: center;
}
.saas-platform .saas-platform-text {
  width: 100%;
  font-size: 0.1042rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.1667rem;
  letter-spacing: 0.0052rem;
  text-align: center;
}
.saas-platform .saas-platform-type {
  width: 100%;
  height: 0.6198rem;
  background: url(../images/saas_platform_type_bg.png) no-repeat;
  background-size: 100% 100%;
  padding:0.151rem 0.2083rem 0.1875rem 0.3021rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.3646rem;
  box-sizing: border-box;
}
.saas-platform .saas-platform-type .item {
 flex: 1;
 display: flex;
 align-items: center;
 justify-content: center;
 /* margin-right: 0.05rem; */
}
.saas-platform .saas-platform-type .item:nth-child(1) {
  flex: 1.2;
}
.saas-platform .saas-platform-type .item .item-num {
  font-size: 0.2552rem;
  font-weight: 500;
  color: #fff;
  line-height: 0.1667rem;
  letter-spacing: 0.0052rem;
}
.saas-platform .saas-platform-type .item .item-content {
  margin-left: 0.5em;
}
.saas-platform .saas-platform-type .item .item-content .item-title {
  font-size: 0.1302rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.1667rem;
  letter-spacing: 0.0052rem;
}
.saas-platform .saas-platform-type .item .item-content .item-detail {
  font-size: 0.1302rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.1667rem;
  letter-spacing: 0.0052rem;
}
.saas-platform .saas-platform-name {
  width: 2.526rem;
  height: 1.1354rem;
  background: url(../images/saas_platform_name_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.1198rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.2083rem;
  font-weight: 400;
  color: #fff;
}
.saas-platform .saas-platform-regular {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2813rem;
}
.saas-platform .saas-platform-regular .item {
  width: 1.3333rem;
  height: 0.3438rem;
  background: url(../images/saas_platform_regular_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.1302rem;
  font-weight: 400;
  color: #fff;
}

/* saas platform end */
