body{
  background: #F4F6F9;
}

.z_index999{
  z-index: 999;
}
.z_index998{
  z-index: 998;
}
.z_index997{
  z-index: 997;
}

@media((min-width: 992px)){
  h1{
    font-size: 30px;
    font-weight: bold;
  }
  h2{
    font-size: 24px;
    font-weight: bold;
  }
  /* banner */
  .banner_container{
    width: 100%;
    height: 750px;
    background: #000;
  }
  .banner_slide{
    width: 100%;
    height: 100%;
    padding-top: 80px;
  }
  .slider_title_img{
    width: 600px;
    margin: 0 auto;
  }
  .slider_title_flex .flex_li{
    margin-top: 10px;
  }
  .slider_title_title{
    font-size: 32px;
    font-family: STXingkai-Regular, Regular;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 30px 0 30px;
  }
  .slider_title_con{
    font-size: 16px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E0DDE0;
    line-height: 19px;
    text-align: center;
  }
  .banner_slide_01{
    height: 750px;
    background: url('/image/image01/Slice716@2x.png') no-repeat;
    background-size: cover;
  }
  .banner_slide_01 img{
    width: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }


  /* 数智健康管理介绍 */
  .health_info_box{
    background: #fff;
    margin: 50px auto 0;
    padding: 50px;
    box-sizing: border-box;
  }
  .health_info_sanjiao{
    width: 36px;
    margin: -4px auto 50px;
  }
  .health_info_title_en{
    font-size: 20px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 36px;
  }
  .health_info_title_zh{
    font-size: 30px;
    font-family: Inter-Bold, Inter;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 36px;
    margin-top: -20px;
  }
  .health_info_con p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 26px;
    margin-top: 5px;
  }
  .health_info_span{
    display: flex;
  }
  .health_info_span span{
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .health_info_con .info-button{
    margin-top: 20px;
  }

  /* 核心价值 */
  .Core_value_box{
    text-align: center;
  }
  .Core_value_box .title_en{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 50px;
  }
  .Core_value_box .core_info_con{
    font-size: 18px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 30px;
  }
  .Core_value_num{
    padding: 50px 0;
  }
  .Core_value_num_top{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #B29DCB;
    line-height: 16px;
  }
  .Core_value_num_top .num{
    font-size: 34px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #08C9E8;
    line-height: 34px;
    margin-right: 5px;
  }
  .Core_value_num_footer{
    font-size: 20px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 30px;
  }


  /* 服务体系 */
  .service_system_box{
    width: 100%;
    height: 400px;
    background: url('/image/image01/img_dazaotixi@2x.png') no-repeat;
    background-size: auto 100%;
    background-position: center;
    padding-top: 60px;
  }
  .service_system_title{
    display: flex;
    justify-content: center;
    color: #FFFFFF;
  }
  .service_system_title h1{
    color: #fff;
    line-height: 50px;
  }
  .service_system_title span{
    padding-top: 18px;
    margin: 0 10px;
  }
  .service_system_box .con{
    text-align: center;
    margin-top: 20px;
  }
  .service_system_box .con span{
    font-size: 18px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E4E5ED;
    line-height: 32px;
    text-align: center;
  }
  .service_system_value_item{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(90,105,160,0.2);
    border-radius: 4px 4px 4px 4px;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    margin-top: -150px;
  }
  .service_system_value_item .info-button{
    margin-top: 40px;
  }
  .info-button img{
    width: 200px;
  }


  /* 功能应用场景 */
  .function_top{
    width: 100%;
    height: 470px;
    background: url('/image/image01/img_gongnegyingyong@2x.png') no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin-top: 50px;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .function_top h1{
    color: #fff;
  }
  .function_top p{
    margin-top: 30px;
    font-size: 18px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #E4EBED;
    line-height: 32px;
  }
  .function_bottom{
    width: 100%;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    margin-top: -260px;
    box-shadow: 0px 13px 21px 0px rgba(98,172,204,0.1);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F2F8FA;
  }
  .function_bottom h2{
    text-align: center;
    margin-bottom: 50px;
  }
  .function_bottom h3{
    font-size: 20px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .row-box{
    padding: 20px 0;
    height: 100px;
  }
  .row-box p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 22px;
  }

  .cujin_container{
    text-align: center;
    margin-top: 50px;
  }
  .cujin_container p{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cujin_container .img1{
    margin-bottom: 20px;
  }

  .cujin-box{
    margin-top: 50px;
    text-align: left;
    background: #fff;
  }
  .cujin-box-right{
    padding: 50px 20px;
    box-sizing: border-box;
  }

  /* 健康管理 */
  .service_product_box{
    margin-top: 50px;
  }
  .service_product_title{
    text-align: center;
  }
  .service_product_box .title_en{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 16px;
    line-height: 70px;
  }
  .service_product_li{
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .service_product_li h2{
    font-weight: normal;
  }
  .service_product_li .title{
    display: flex;
    margin-top: 20px;
  }
  .service_product_li img{
    width: 100%;
  }
  .service_product_li .title span{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 40px;
    margin-left: 10px;
  }
  .service_product_li .con{
    width: 90%;
    border-top: 2px dotted #EAEAEA;
    padding-top: 10px;
  }
  .service_product_li .con p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 24px;
  }
  .service_product_li .con p span{
    color: #08C9E8;
  }

  /* 服务能力 */
  .serve_capacity_container{
    background: #fff;
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .serve_capacity_container_top{
    width: 100%;
    height: 496px;
    background: url('/image/img_fuwu@2x.png') no-repeat;
    background-size: cover 100%;
    background-position: center;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .serve_capacity_container_top_con{
    text-align: center;
    padding: 20px 0;
  }
  .serve_capacity_container_top_con p{
    font-size: 18px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #E4E5ED;
    line-height: 30px;
  }
  .serve_capacity_li{
    text-align: center;
    color: #fff;
    padding: 20px 0;
  }
  .serve_capacity_title{
    font-size: 34px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
  }
  .serve_capacity_con{
    font-size: 20px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #EBEBEB;
    line-height: 30px;
    margin-top: 10px;
  }

  .serve_capacity_box{
    background: #FFFFFF;
    box-shadow: 0px 13px 21px 0px rgba(98,172,204,0.1);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    text-align: center;
    padding: 10px 30px 40px;
    box-sizing: border-box;
    margin-top: 50px;
  }
  .serve_capacity_box img{
    width: 50%;
  }
  .serve_capacity_box p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 26px;
    margin-top: 10px;
  }


  .capacity_box .title{
    font-size: 24px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 34px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .capacity_box p{
    font-size: 16px;
    font-family: Inter-Thin, Inter;
    font-weight: 100;
    color: #6B6B6B;
    line-height: 20px;
  }
  .capacity_box p span{
    color: #08C9E8;
    font-size: 20px;
    font-weight: bold;
  }

  /* 技术支持 */
  .technical_support_title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
  }
  .technical_support_title span{
    margin: 0 20px;
  }
  .technical_support_img{
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 20px 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
    text-align: center;
  }

  .Projects_item_box{
    margin-top: 50px;
  }
  .Projects_item_title{
    margin-bottom: 20px;
  }
  .Projects_item_title span{
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
  }
  .Projects_left_box{
    width: 100%;
    height: 303px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    text-align: center;
  }
  .Projects_left_box img{
    width: 80%;
  }
  .Projects_left_box .con{
    margin: 10px auto 0;
    width: 80%;
    font-size: 16px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #4E5969;
    line-height: 19px;
  }
  .Projects_right_box{
    width: 100%;
    height: 90px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .Projects_right_box h2{
    font-size: 18px;
  }
  .Projects_right_box .icon{
    width: 40px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #F36C6C;
    border-radius: 0 10px 0 10px;
  }
  .Projects_right_box .bj1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #878787;
  }
  .Projects_right_box .bj2{
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #E4E4E4;
  }
  .Projects_right_box .bj3{
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Projects_item_bj{
    width: 100%;
    height: 945px;
    background: url('/image/Slice803@2x.png') no-repeat;
    background-size: auto  100%;
    background-position: center;
    margin: 50px 0;
    text-align: center;
    padding: 50px 0 0;
    box-sizing: border-box;
  }
  .Projects_item_bj span{
    display: inline-block;
    width: 700px;
    font-size: 16px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #A8A8A8;
    line-height: 19px;
    margin-top: 20px;
    box-sizing: border-box;
  }

}
/* ipad */
@media((min-width: 768px) and (max-width:992px)){
  h1{
    font-size: 28px;
    font-weight: bold;
  }
  h2{
    font-size: 22px;
    font-weight: bold;
  }
     /* banner */
     .banner_container{
      width: 100%;
      height: 500px;
      background: #000;
    }
    .banner_slide{
      width: 100%;
      height: 100%;
      padding-top: 80px;
    }
    .slider_title_img{
      width: 600px;
      margin: 0 auto;
    }
    .slider_title_flex .flex_li{
      margin-top: 10px;
    }
    .slider_title_title{
      font-size: 32px;
      font-family: STXingkai-Regular, Regular;
      font-weight: bold;
      color: #fff;
      text-align: center;
      margin: 30px 0 30px;
    }
    .slider_title_con{
      font-size: 16px;
      font-family: Inter-Medium, Inter;
      font-weight: 500;
      color: #E0DDE0;
      line-height: 19px;
      text-align: center;
    }
    .banner_slide_01{
      height: 500px;
      background: url('/image/image01/Slice716@2x.png') no-repeat;
      background-size: cover;
    }
    .banner_slide_01 img{
      width: 80%;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
  

  /* 数智健康管理介绍 */
  .health_info_box{
    background: #fff;
    margin: 50px auto 0;
    padding: 50px;
    box-sizing: border-box;
  }
  .health_info_sanjiao{
    width: 36px;
    margin: -4px auto 50px;
  }
  .health_info_img img{
    width: 100%;
  }
  .health_info_title_en{
    font-size: 20px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 36px;
    text-align: center;
  }
  .health_info_title_zh{
    font-family: Inter-Bold, Inter;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 36px;
    margin-top: -20px;
  }
  .health_info_con p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 26px;
    margin-top: 5px;
    text-align: left;
  }
  .health_info_span{
    display: flex;
  }
  .health_info_span span{
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .health_info_con .info-button{
    text-align: center;
    margin: 20px auto 0;
  }

  /* 核心价值 */
  .Core_value_box{
    text-align: center;
  }
  .Core_value_box .title_en{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 50px;
  }
  .Core_value_box .core_info_con{
    font-size: 18px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 30px;
  }
  .Core_value_num{
    padding: 50px 0;
  }
  .Core_value_num_top{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #B29DCB;
    line-height: 16px;
  }
  .Core_value_num_top .num{
    font-size: 34px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #08C9E8;
    line-height: 34px;
    margin-right: 5px;
  }
  .Core_value_num_footer{
    font-size: 20px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 30px;
  }


  /* 服务体系 */
  .service_system_box{
    width: 100%;
    height: 400px;
    background: url('/image/image01/img_dazaotixi@2x.png') no-repeat;
    background-size: cover 100%;
    background-position: center;
    padding-top: 60px;
  }
  .service_system_title{
    display: flex;
    justify-content: center;
    color: #FFFFFF;
  }
  .service_system_title h1{
    color: #fff;
    line-height: 50px;
  }
  .service_system_title span{
    padding-top: 18px;
    margin: 0 10px;
  }
  .service_system_box .con{
    text-align: center;
    margin-top: 20px;
  }
  .service_system_box .con span{
    font-size: 18px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E4E5ED;
    line-height: 32px;
    text-align: center;
  }
  .service_system_value_item{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(90,105,160,0.2);
    border-radius: 4px 4px 4px 4px;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    margin-top: -150px;
  }
  .service_system_value_item .info-button{
    margin-top: 40px;
  }


    /* 功能应用场景 */
    .function_top{
      width: 100%;
      height: 470px;
      background: url('/image/image01/img_gongnegyingyong@2x.png') no-repeat;
      background-size: auto 100%;
      background-position: center;
      margin-top: 50px;
      text-align: center;
      padding-top: 50px;
      box-sizing: border-box;
    }
    .function_top h1{
      color: #fff;
    }
    .function_top p{
      margin-top: 30px;
      font-size: 18px;
      font-family: Inter-Regular, Inter;
      font-weight: 400;
      color: #E4EBED;
      line-height: 32px;
    }
    .function_bottom{
      width: 100%;
      background: #fff;
      padding: 50px;
      box-sizing: border-box;
      position: relative;
      margin-top: -260px;
      box-shadow: 0px 13px 21px 0px rgba(98,172,204,0.1);
      border-radius: 4px 4px 4px 4px;
      border: 1px solid #F2F8FA;
    }
    .function_bottom h2{
      text-align: center;
      margin-bottom: 50px;
    }
    .function_bottom h3{
      font-size: 20px;
      font-family: Inter-Medium, Inter;
      font-weight: 500;
      color: #3D3D3D;
      line-height: 28px;
      letter-spacing: 1px;
    }
    .row-box{
      padding: 20px 0;
      height: 150px;
      text-align: center;
    }
    .row-box img{
      width: 40%;
    }
    .row-box p{
      font-size: 12px;
      font-family: Inter-Regular, Inter;
      font-weight: 400;
      color: #6B6B6B;
      line-height: 22px;
    }
  
    .cujin_container{
      text-align: center;
      margin-top: 50px;
    }
    .cujin_container p{
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .cujin_container .img1{
      margin-bottom: 20px;
    }
  
    .cujin-box{
      margin-top: 50px;
      text-align: left;
      background: #fff;
    }
    .cujin-box-right{
      padding: 50px;
      box-sizing: border-box;
    }

  /* 健康管理 */
  .service_product_box{
    margin-top: 50px;
  }
  .service_product_title{
    text-align: center;
  }
  .service_product_box .title_en{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 16px;
    line-height: 70px;
  }
  .service_product_li{
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .service_product_li h2{
    font-weight: normal;
  }
  .service_product_li .title{
    display: flex;
    margin-top: 20px;
  }
  .service_product_li img{
    width: 100%;
  }
  .service_product_li .title span{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 40px;
    margin-left: 10px;
  }
  .service_product_li .con{
    width: 90%;
    border-top: 2px dotted #EAEAEA;
    padding-top: 10px;
  }
  .service_product_li .con p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 24px;
  }
  .service_product_li .con p span{
    color: #08C9E8;
  }

  /* 服务能力 */
  .serve_capacity_container{
    background: #fff;
    padding-bottom: 80px;
  }
  .serve_capacity_container_top{
    width: 100%;
    height: 496px;
    background: url('/image/img_fuwu@2x.png') no-repeat;
    background-size: cover 100%;
    background-position: center;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .serve_capacity_container_top_con{
    text-align: center;
    padding: 20px 0;
  }
  .serve_capacity_container_top_con p{
    font-size: 18px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #E4E5ED;
    line-height: 30px;
  }
  .serve_capacity_li{
    text-align: center;
    color: #fff;
    padding: 20px 0;
  }
  .serve_capacity_title{
    font-size: 34px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
  }
  .serve_capacity_con{
    font-size: 20px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #EBEBEB;
    line-height: 30px;
    margin-top: 10px;
  }

  .serve_capacity_box{
    background: #FFFFFF;
    box-shadow: 0px 13px 21px 0px rgba(98,172,204,0.1);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    text-align: center;
    padding: 10px 30px 40px;
    box-sizing: border-box;
    margin-top: 50px;
  }
  .serve_capacity_box img{
    width: 50%;
  }
  .serve_capacity_box p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 26px;
    margin-top: 10px;
  }

  .serve_capacity_container_foot{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(90,105,160,0.2);
    border-radius: 4px 4px 4px 4px;
    padding: 30px 0;
    box-sizing: border-box;
    margin-top: -50px;
  }
  .serve_capacity_container_foot{
    text-align: center;
  }
  .serve_capacity_container_foot .title_en{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 16px;
    text-align: center;
    line-height: 50px;
  }
  .capacity_box .title{
    font-size: 20px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 34px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .capacity_box p{
    font-size: 14px;
    font-family: Inter-Thin, Inter;
    font-weight: 100;
    color: #6B6B6B;
    line-height: 20px;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .capacity_box p span{
    color: #08C9E8;
    font-size: 20px;
    font-weight: bold;
  }

  /* 技术支持 */
  .technical_support_title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
  }
  .technical_support_title span{
    margin: 0 20px;
  }
  .technical_support_img{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
  }


  .Projects_item_box{
    margin-top: 50px;
  }
  .Projects_item_title{
    margin-bottom: 20px;
  }
  .Projects_item_title span{
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
  }
  .Projects_left_box{
    width: 100%;
    height: 303px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    text-align: center;
  }
  .Projects_left_box img{
    width: 90%;
  }
  .Projects_left_box .con{
    margin: 10px auto 0;
    width: 80%;
    font-size: 14px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #4E5969;
    line-height: 19px;
  }
  .Projects_right_box{
    width: 100%;
    height: 90px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .Projects_right_box h2{
    font-size: 16px;
  }
  .Projects_right_box .icon{
    width: 40px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #F36C6C;
    border-radius: 0 10px 0 10px;
  }
  .Projects_right_box .bj1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #878787;
  }
  .Projects_right_box .bj2{
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #E4E4E4;
  }
  .Projects_right_box .bj3{
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Projects_item_bj{
    width: 100%;
    height: 945px;
    background: url('/image/Slice803@2x.png') no-repeat;
    background-size: auto  100%;
    background-position: center;
    margin: 50px 0;
    text-align: center;
    padding: 50px 0 0;
    box-sizing: border-box;
  }
  .Projects_item_bj span{
    display: inline-block;
    width: 700px;
    font-size: 16px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #A8A8A8;
    line-height: 19px;
    margin-top: 20px;
    box-sizing: border-box;
  }
}
/* phone */
@media(max-width: 768px){
  h1{
    font-size: 20px;
    font-weight: bold;
  }
  h2{
    font-size: 18px;
    font-weight: bold;
  }
  /* banner */
   /* banner */
   .banner_container{
    width: 100%;
    height: 400px;
    background: #000;
  }
  .banner_slide{
    width: 100%;
    height: 100%;
    padding-top: 80px;
  }
  .slider_title_img{
    width: 600px;
    margin: 0 auto;
  }
  .slider_title_flex .flex_li{
    margin-top: 10px;
  }
  .slider_title_title{
    font-size: 32px;
    font-family: STXingkai-Regular, Regular;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 30px 0 30px;
  }
  .slider_title_con{
    font-size: 16px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E0DDE0;
    line-height: 19px;
    text-align: center;
  }
  .banner_slide_01{
    height: 400px;
    background: url('/image/image01/Slice716@2x.png') no-repeat;
    background-size: cover;
  }
  .banner_slide_01 img{
    width: 80%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  /* 数智健康管理介绍 */
  .health_info_box{
    background: #fff;
    margin: 30px auto 0;
    padding: 20px;
    box-sizing: border-box;
  }
  .health_info_sanjiao{
    width: 36px;
    margin: -4px auto 30px;
  }
  .health_info_img img{
    width: 100%;
  }
  .health_info_title_en{
    font-size: 16px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 36px;
    text-align: center;
  }
  .health_info_title_zh{
    font-family: Inter-Bold, Inter;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 30px;
    margin-top: -20px;
  }
  .health_info_con p{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 26px;
    margin-top: 5px;
    text-align: left;
  }
  .health_info_span{
    display: flex;
  }
  .health_info_span span{
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .health_info_con .info-button{
    text-align: center;
    margin: 20px auto 0;
  }
  .info-button img{
    width: 60%;
  }

  /* 核心价值 */
  .Core_value_box{
    text-align: center;
  }
  .Core_value_box .title_en{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 40px;
  }
  .Core_value_box .core_info_con{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 20px;
  }
  .Core_value_num{
    padding: 30px 0;
  }
  .Core_value_num_top{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #B29DCB;
    line-height: 16px;
  }
  .Core_value_num_top .num{
    font-size: 25px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #08C9E8;
    line-height: 34px;
    margin-right: 5px;
  }
  .Core_value_num_footer{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 30px;
  }


  /* 服务体系 */
  .service_system_box{
    width: 100%;
    height: 300px;
    background: url('/image/image01/img_dazaotixi@2x.png') no-repeat;
    background-size: cover 100%;
    background-position: center;
    padding-top: 30px;
  }
  .service_system_title{
    display: flex;
    justify-content: center;
    color: #FFFFFF;
  }
  .service_system_title h1{
    color: #fff;
    line-height: 30px;
  }
  .service_system_title span{
    padding-top: 8px;
    margin: 0 10px;
  }
  .service_system_box .con{
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .service_system_box .con span{
    font-size: 16px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E4E5ED;
    line-height: 25px;
    text-align: center;
  }
  .service_system_value_item{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(90,105,160,0.2);
    border-radius: 4px 4px 4px 4px;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    margin-top: -100px;
  }
  .service_system_value_item .info-button{
    margin-top: 40px;
  }



    /* 功能应用场景 */
    .function_top{
      width: 100%;
      height: 470px;
      background: url('/image/image01/img_gongnegyingyong@2x.png') no-repeat;
      background-size: auto 100%;
      background-position: center;
      margin-top: 50px;
      text-align: center;
      padding-top: 50px;
      box-sizing: border-box;
    }
    .function_top h1{
      color: #fff;
    }
    .function_top p{
      margin-top: 30px;
      font-size: 12px;
      font-family: Inter-Regular, Inter;
      font-weight: 400;
      color: #E4EBED;
      padding: 0 20px;
      box-sizing: border-box;
    }
    .function_bottom{
      width: 100%;
      background: #fff;
      padding: 50px;
      box-sizing: border-box;
      position: relative;
      margin-top: -260px;
      box-shadow: 0px 13px 21px 0px rgba(98,172,204,0.1);
      border-radius: 4px 4px 4px 4px;
      border: 1px solid #F2F8FA;
    }
    .function_bottom h2{
      text-align: center;
      margin-bottom: 10px;
    }
    .function_bottom h3{
      font-size: 16px;
      font-family: Inter-Medium, Inter;
      font-weight: 500;
      color: #3D3D3D;
      line-height: 28px;
      letter-spacing: 1px;
    }
    .function_bottom img{
      width: 50%;
    }
    .row-box{
      padding: 20px 0;
      height: 150px;
      text-align: center;
    }
    .row-box p{
      font-size: 14px;
      font-family: Inter-Regular, Inter;
      font-weight: 400;
      color: #6B6B6B;
      line-height: 22px;
    }
  
    .cujin_container{
      text-align: center;
      margin-top: 50px;
    }
    .cujin_container p{
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .cujin_container .img1{
      margin-bottom: 20px;
    }
  
    .cujin-box{
      margin-top: 50px;
      text-align: left;
      background: #fff;
    }
    .cujin-box-right{
       padding: 50px;
      box-sizing: border-box;
    }

  /* 健康管理 */
  .service_product_box{
    margin-top: 30px;
  }
  .service_product_title{
    text-align: center;
  }
  .service_product_box .title_en{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 16px;
    line-height: 50px;
  }
  .service_product_li{
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .service_product_li h2{
    font-weight: normal;
  }
  .service_product_li .title{
    display: flex;
    margin-top: 20px;
  }
  .service_product_li img{
    width: 100%;
  }
  .service_product_li .title span{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 25px;
    margin-left: 10px;
  }
  .service_product_li .con{
    width: 90%;
    border-top: 2px dotted #EAEAEA;
    padding-top: 10px;
  }
  .service_product_li .con p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 24px;
  }
  .service_product_li .con p span{
    color: #08C9E8;
  }

  /* 服务能力 */
  .serve_capacity_container{
    background: #fff;
    padding-bottom: 50px;
  }
  .serve_capacity_container_top{
    width: 100%;
    height: 496px;
    background: url('/image/img_fuwu@2x.png') no-repeat;
    background-size: cover 100%;
    background-position: center;
    padding-top: 30px;
    box-sizing: border-box;
  }
  .serve_capacity_container_top_con{
    text-align: center;
    padding: 20px 0;
  }
  .serve_capacity_container_top_con p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #E4E5ED;
    line-height: 28px;
  }
  .serve_capacity_li{
    text-align: center;
    color: #fff;
    padding: 10px 0;
  }
  .serve_capacity_title{
    font-size: 28px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
  }
  .serve_capacity_con{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #EBEBEB;
    line-height: 30px;
  }

  .serve_capacity_container_foot{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(90,105,160,0.2);
    border-radius: 4px 4px 4px 4px;
    padding: 30px 0;
    box-sizing: border-box;
    margin-top: -120px;
  }
  .serve_capacity_container_foot{
    text-align: center;
  }
  .serve_capacity_container_foot .title_en{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #CDC9D1;
    line-height: 16px;
    text-align: center;
    line-height: 50px;
  }
  .capacity_box .title{
    font-size: 20px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 34px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .capacity_box p{
    font-size: 14px;
    font-family: Inter-Thin, Inter;
    font-weight: 100;
    color: #6B6B6B;
    line-height: 20px;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .capacity_box p span{
    color: #08C9E8;
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
  }

  /* 技术支持 */
  .technical_support_title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
  }
  .technical_support_title span{
    margin: 0 20px;
  }
  .technical_support_img{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
  }



  .Projects_item_box{
    margin-top: 50px;
  }
  .Projects_item_title{
    margin-bottom: 20px;
  }
  .Projects_item_title span{
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
  }
  .Projects_left_box{ 
    width: 100%;
    height: 303px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    position: relative;
    text-align: center;
  }
  .Projects_left_box img{
    width: 60%;
  }
  .Projects_left_box .con{
    margin: 10px auto 0;
    width: 80%;
    font-size: 16px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #4E5969;
    line-height: 19px;
  }
  .Projects_right_box{
    width: 100%;
    height: 90px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    margin-top: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 16px;
    box-sizing: border-box;
  }
  .Projects_right_box h2{
    font-size: 16px;
  }
  .Projects_right_box .icon{
    width: 40px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #F36C6C;
    border-radius: 10px 0 10px 0;
  }
  .Projects_right_box .bj1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #878787;
  }
  .Projects_right_box .bj2{
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #E4E4E4;
  }
  .Projects_right_box .bj3{
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    box-sizing: border-box;
  }
  .Projects_item_bj_xs{
    width: 100%;
    height: 678px;
    background: url('/image/Slice808@2x.png') no-repeat;
    background-size: 100%  100%;
    background-position: center;
    margin: 50px 0;
    text-align: center;
    padding: 50px 0 0;
    box-sizing: border-box;
  }
  .Projects_item_bj_xs span{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #A8A8A8;
    line-height: 19px;
    margin-top: 20px;
    box-sizing: border-box;
  }


  .serve_capacity_box{
    background: #FFFFFF;
    box-shadow: 0px 13px 21px 0px rgba(98,172,204,0.1);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    text-align: center;
    padding: 10px 30px 40px;
    box-sizing: border-box;
    margin-top: 50px;
  }
  .serve_capacity_box img{
    width: 80%;
  }
  .serve_capacity_box p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 26px;
    margin-top: 10px;
  }
}

