@media screen and (min-width: 1024px) {
    .layout_mobile{
        display: none;
       }

.introduce_img{
    width: 5.05rem;
    height: auto;

}
.technological{
    margin: 1.05rem 10%;
    display:flex;
    justify-content: space-between;
    /* align-items: center; */

}
.technological .technological_item{
    width: 3.58rem;
    background: #F5F5FA;
    padding: .1rem .3rem .3rem .3rem;
    display: flex;
    flex-direction: column;
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #A8A8A8;
    line-height: .28rem;
}
.technological_item .technological_item_logo{
    width: 100%;
}
.technological_item_logo img{
    width: 1.06rem;
    height: 1.06rem;
}
.technological_item .technological_item_title{
    font-size: .24rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #193A77;
    margin:.2rem 0;
}
.datalization_sub{
    font-size: .24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4F5258;
    line-height: .4rem;
    text-align: center;
    margin-top: .24rem;
}
.datalization_img{
    width: 100%;


    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 1.28rem 0; */
    margin-top: 1.28rem;
}
.datalization_img img{
    width: 13.77rem;
    height: auto;
}

}

@media screen and (max-width: 1023px) {
    /* 系数*2.56 */
    .layout_pc{
      display: none;
     }
     .layout_mobile{
      padding: 0 .768rem;
     }
     .title_modular{
        font-size: .768rem;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        color: #020C17;
        text-align: center;
      }
    
    
    
      .explain{
        width:100%;
         margin: .768rem auto;
         margin-bottom: 1.638rem;
        background: #F5F6F8;
        padding: .6144rem 0;
        border-radius: .2048rem;
        font-size: .5632rem;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #4F5258;
        line-height: .9728rem;
        display: flex;
        flex-direction: column;
    
       }
       .explain .explain_part1{
        display: flex;
        justify-content: flex-start;

       }
       .explain_part1 .part1_content{
           padding-left: .768rem;
       }
       
      .explain_part1 .part1_img{
        width: 11.544rem;
        height: 6.656rem;
      }
      .explain .explain_part2{
          padding: 0 .768rem ;
          margin-top: 0.2816rem;

      }

      .range{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 1.638rem;

      }
      .range .range_item{
        width: 8.704rem;
        padding: 0.8704rem 0.768rem 0.7168rem 0.4096rem;
        background: #F5F5FA;
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        border-radius: 0.4096rem;
        margin-bottom: 0.256rem;

 

      }
      .range_item .range_content{
        font-size: 0.4096rem;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #A8A8A8;
        line-height: 0.6144rem;

      }
      .range_content .range_content_tit{
        font-size: 0.6144rem;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        color: #193A77;
        margin-bottom: 0.3584rem;
      }
      .range_item img{
         width: 1.8944rem;
         height: 1.8944rem;

      }


      .digitization_sub{
        font-size: 0.6144rem;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #4F5258;
        line-height: 1.024rem;
        text-align: center;
        width: 100%;
        padding: 0.6144rem 0;
        padding-bottom: 0.9728rem;


      }
      .digitization_img{
        width: 100%;
        height: auto;

      }
    }