
.place{
    height: 44px;
}
.solution-banner{
    width: 100%;
    height: 359px;
    position: relative;
    background-image: url(../images/solution-banner.png?t=1685356469119);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-text{
    text-align: center;
    color: #fff;
    vertical-align: middle;
   padding-top: 95px;
}
.banner-text .banner-text-chinese{
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 16px;
   
}
.banner-text .banner-text-english{
    font-size: 16px;
    font-weight: 400;
}
.scene-top{
    height: 170px;
    width: 1200px;
    border-radius: 24px 24px 0 0 ;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    box-sizing: border-box;
    padding-top: 60px;
    }
.solution-scene{
    width: 1200px;
    min-height: 473px;
    background-color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 60px 60px;
}
.solution-business{
    background-color: #f8f8f8;
    height: 977px;
    box-sizing: border-box;
    padding-top: 80px;
}
.business-main{
    width: 1200px;
    height: 700px;
    box-sizing: border-box;
    padding: 60px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 24px;
    margin-top: 50px;
    box-shadow: 0px 30px 60px 6px rgba(233,233,233,0.56); 
}
/* 带箭头的标题 */

.title-line-row .title-left-line{
    width: 162px;
    height: 2px;
    opacity: 1;
    background: linear-gradient(270deg,#e3e3e3 0%, rgba(227,227,227,0.00) 100%);
}
.title-line-row .title-left-line::before,.title-line-row .title-right-line::before{
    content:'';
    display: block;
    width: 8px;
    height: 9px;
    background-color: #e3e3e3;
    border-radius: 50%;
    margin-top: -4.5px;
}
.title-line-row .title-left-line::before{
    margin-left: 162px;
}
.title-line-row .title-right-line{
    width: 162px;
    height: 2px;
    opacity: 1;
    background: linear-gradient(-270deg,#e3e3e3 0%, rgba(227,227,227,0.00) 100%);
}
.title-line-row .title{
   font-size: 28px;
   color: #4e5059;
   font-weight: 600;
   padding: 0 40px;
}
.solution-nav-left{
    width: 216px;
    border-right: 1px dashed rgba(120,120,120,0.4);
}
.solution-content{
    padding-left: 46px;
    box-sizing: border-box;
    width: 980px;
    overflow: hidden;
}
.ul-nav-left{
  position: relative;
}
.ul-nav-left li{
    font-size: 18px;
    color: #4e5059;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
    text-indent: 16px;
    cursor: pointer;

}
.ul-nav-left .line{
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 16px;
    background: #4444ed;
}
.ul-nav-left li.active-text{
    color: #4444ed;
    font-weight: bold;
}
.animate__animated.animate__slideInDown {
    --animate-duration: 0.3s;
  }
  .animate__animated.animate__fadeIn {
    --animate-duration:1.5s;
  }
  .solution-row{

  }
  .solution-row .p1,.sceen-row .p1{
    color: #4e5059;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600px;
    padding-bottom: 16px;
  }
  .solution-row .p2{
    color: #787B88;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400px;
    text-align: justify;
    padding: 20px 0 60px;
  }
  .solution-row .p3,.sceen-row .p4,.sceen-row .p5,.sceen-row .p6{
    color: #4e5059;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-indent: 30px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .solution-row .p3::before{
    content:'';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/solution-icon1.png?t=1685688124571);
    background-size: 24px 24px;
    background-position: left center;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 0px;
    /* vertical-align:middle */
  }
  .point-ul li,.point-ul2 li{
    color: #787B88;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding-left: 25px;
    position: relative;
  }
  .point-ul li::before{
    content:'';
    display: block;
    width: 6px;
    height: 6px;
    background: #4444ed;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 12px;
  }
  .point-ul2 li::before{
    content:'';
    display: block;
    width: 6px;
    height: 6px;
    background: #25dc97;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 12px;
  }
  .sceen-row .p4,.sceen-row .p5,.sceen-row .p6{
      margin: 30px 0 20px;
  }
  .sceen-row .p4::before{
    content:'';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/solution-icon2.png?t=1685688124571);
    background-size: 24px 24px;
    background-position: left center;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .sceen-row .p5::before{
    content:'';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/solution-icon3.png?t=1685688124571);
    background-size: 24px 24px;
    background-position: left center;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .sceen-row .p6::before{
    content:'';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/solution-icon4.png?t=1685688124571);
    background-size: 24px 24px;
    background-position: left center;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .p-button-row span{
    height: 36px;
    line-height: 36px;
    opacity: 1;
    background: #4444ed;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    margin-right: 16px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 500;
  }