.hero-bg {
  /* background-image: url('/labsys/img/SDMS_background.png'); */
  background-size: cover !important;
  background-position: center !important;
  min-height: 638px; 
}
/*  */
.main-title-box .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 48px;
  color: #333333;
  line-height: 56px;
  padding-top: 48px;
}
.main-title-box .title2{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 36px;
  color: #3D3D3D;
  line-height: 52px;
  margin-top: 28px;
}
.main-title-box .title3{
  max-width: 795px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 48px;
  margin-top: 29px;
}
.sdms-top-main-boxs{
  display: flex;
  align-items: center;
  margin-bottom: -200px;
  margin-top: 67px;
}
.sdms-top-main-boxs .sdms-top-box{
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 21px;
  padding: 31px 26px 29px 21px;
  min-height: 168px;
  box-shadow: 0px 4px 20px 0px rgba(199,199,199,0.35);
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #FFFFFF;
  cursor: pointer;

  
  /* transition: transform 0.3s ease;   */
}
/* .sdms-top-main-boxs .sdms-top-box:hover {
  transform: scale(1.3); 
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
} */
.sdms-top-main-boxs .sdms-top-box:last-child{
  margin-right: 0;
}
.sdms-top-main-boxs .sdms-top-box .left-main{
  /* flex: 1; */
}
.sdms-top-main-boxs .sdms-top-box .left-main .label{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #001CA8;
  line-height: 26px;
  margin-bottom: 10px;
}
.sdms-top-main-boxs .sdms-top-box .left-main .desc{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #5E689E;
  line-height: 24px;
  margin: 0;
}
.sdms-top-main-boxs .sdms-top-box img{
  width: 100px;
  height: 100px;
  margin-left: 19px;
}
/*  */


/*  */
.sdms-main{
  background: #F4F6F8 !important;
}
.sdms-main .title1{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 40px;
    color: #070806;
    line-height: 28px;
}

.team-row-main{
  display: flex;
  align-items: center;
}
.team-row-main .team-box{
  flex: 1;
}
.team-row-main .team-box .label{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 28px;
  color: #333333;
  line-height: 41px;
}
.team-row-main .team-box .split-line{
  width: 17px;
  height: 3px;
  background: #4598FF;
  border-radius: 0px 0px 0px 0px;
  margin: 23px 0 18px 0 ;
}
.team-row-main .team-box .label2{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 30px;
}

/*  */


/*  */
.team-need-main{
  /* background-image: url(/labsys/img/team-need-background.png); */
  background-size: cover !important;
  background-position: center !important;
  /* background: #fff; */
  padding-bottom: 65px !important;
  padding-top: 73px !important;
}
.team-need-main .title1{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 40px;
  color: #070806;
  line-height: 28px;
  /* margin-top: 73px; */
  margin-bottom: 52px;
  text-align: center;
}

.team-need-boxs{
  display: flex;
  align-items: center;
}
.team-need-boxs .team-need-box{
  flex: 1;
  margin-right: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.team-need-boxs .team-need-box:last-child{
  margin-right: 0;
}
.team-need-boxs .team-need-box img{
  width: 160px;
  height: 160px;
}
.team-need-boxs .team-need-box .label1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 28px;
  margin-bottom: 12px;
}
.team-need-boxs .team-need-box .label2{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  color: #6E7B91;
  line-height: 28px;
  text-align: center;
}
/*  */


/*  */
.new-way-main{
  /* background-image: url(/labsys/img/new-way-background.png); */
  background-size: cover !important;
  background-position: center !important;
  padding-top: 138px !important;
  padding-bottom: 82px !important;
}
.new-way-main .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 40px;
  color: #3D3D3D;
  line-height: 47px;
  text-align: center;
  margin: 0 0 29px 0;
}
.new-way-main .work-btn{
  width: 202px;
  height: 42px;
  background: #0064FF;
  border-radius: 4px 4px 4px 4px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.new-way-main .work-btn:hover{
  opacity: 0.8;
}



/*  */