@media (max-width: 960px){

  .lhkj-main .dashbord .screen9{
    position: relative;
    background: none;
  }
  .screen9 .lazy{
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
    position: absolute;
  }
  .screen9 .lazy_9{
      width: 32.323838rem;
      height: auto;
      position: absolute;
      font-size: 1rem;
      z-index: 2;
      top: 11.015rem;
      left: 48.977511rem;
  }
  .screen9 {
      height: 107.2rem;
      height: 120rem;
  }
  .container1{
      font-size: 5rem;
      font-weight: 900;
      height: 7rem;
      position: absolute;
      top: 5.1rem;
      left: 5rem;

  }
  .container3{
      font-size: 9rem;
      font-weight: 900;
      position: absolute;
      left: 5rem;
      top: 14rem;
  }

  .container2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding:36rem  0 0 5rem ;
     margin: 0 auto 0 auto;
  }

  .container2 .rows_box{
     flex: 1 0 50%;
     overflow: hidden;
     margin-bottom: 6rem;
     overflow: hidden;

  }

  .container2 .rows_r{
    float: left;
    width: 8rem;
    height: 8rem;
    text-align: center;
    line-height: 8rem;
    font-size: 5rem;
    color: #DBF0FF;
    border-radius: 50%;
  }

  .container2 .rows_c{
    font-size: 2rem;
    line-height: 1.7;
    float: left;
   margin-left: 3rem;
  }
  .container2 .rows_c p:nth-child(1){
    font-size: 3rem;
    font-weight: 900;
  }




.container2 .rows_r1{
    background-color: #982C4C;
    top: 6rem;
    left: 57rem;
  }
  .container2 .rows_c1{
    top: 8.5rem;
    left: 52rem;
  }

  .container2 .rows_r2{
    background-color: #4791B7;
    top: 6.5rem;
    left: 69rem;
  }
  .container2 .rows_c2{
    top: 8.5rem;
    left: 74rem;
  }


   .container2 .rows_r3{
    background-color: #69A041;
    top: 16rem;
    left: 80.5rem;
  }
  .container2 .rows_c3{
    top: 18.5rem;
    left: 85.5rem;
  }


 .container2 .rows_r4{
    background-color: #F89E1D;
    top: 27.5rem;
    left: 82rem;
  }
  .container2 .rows_c4{
    top: 30.5rem;
    left: 86.5rem;
  }


  .container2 .rows_r5{
    background-color: #E5384E;
    top: 41rem;
    left: 73.5rem;
  }
  .container2 .rows_c5{
    top: 45.5rem;
    left: 74.5rem;
  }



  .container2 .rows_r6{
    background-color: #662D91;
    top: 42rem;
    left: 53.5rem;
  }
  .container2 .rows_c6{
    top: 45rem;
    left: 58rem;
  }

  .container2 .rows_r7{
    background-color: #754C24;
    top: 31rem;
    left: 45.5rem;
  }
  .container2 .rows_c7{
    top: 35.5rem;
    left: 40rem;
  }

  .container2 .rows_r8{
    background-color: #FCB619;
    top: 16rem;
    left: 46.5rem;
  }
  .container2 .rows_c8{
    top: 20.5rem;
    left: 38rem;
  }




  .lhkj-main .dashbord .screen10{
    position: relative;
    background: none;
  }
  .screen10 .lazy{
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
    position: absolute;
  }
  /* .screen10 .lazy_1{
    width: 100%;
    height: 100%;
    z-index: -2;
    right: 0;
    top: 0;
    position: absolute;
  } */
   .screen10 {
      height: 90.9367896rem;
  }

  .screen10_img{
    /* width: calc(100%-10rem); */
    width: 100%;
    height: 28.76rem;
    position: absolute;
    top: 32rem;
    margin: 7rem auto 0 auto;
    overflow: hidden;
    padding: 0 5rem;

    display: flex;
    flex-wrap: wrap;
  }
  .screen10_img span{
    display: block;
    float: left;
    height: 14.38rem;
    flex: 1 0 20%; /* 让每个span占据20%的宽度 */
    box-sizing: border-box; /* 确保边框和padding不会影响总宽度 */
    text-align: center; /* 居中文本 */
    padding: 10px; /* 添加一些内边距 */
    border-left: 1px solid #808080; /* 默认左边框 */
  }
/* 移除首尾元素的左右边框 */
.screen10_img span:nth-child(5) ,
.screen10_img span:nth-child(10) {
    border-right: 1px solid #808080; /* 默认右边框 */
}
.screen10_img span:nth-child(1),
.screen10_img span:nth-child(2),
.screen10_img span:nth-child(3),
.screen10_img span:nth-child(4),
.screen10_img span:nth-child(5){
  border-bottom: 1px solid #808080; /* 默认下边框 */
}

.screen10_img span:nth-child(1),
.screen10_img span:nth-child(6){
 border-left:none;
}
.screen10_img span:nth-child(5),
.screen10_img span:nth-child(10){
  border-right:none;
}


  .screen10_img .lazy_3{
    width: 94%;
    height: auto;
    margin: 3.2rem auto 0 auto;
    display: block;
    vertical-align: middle;
    position: unset;
    transition: transform 3S ease; /* 定义变换的过渡效果，持续时间为2秒 */
  }
  .screen10_img .lazy_3:hover {
    transform: rotateY(360deg); /* 鼠标悬浮时旋转360度 */
    /* transform: translateY(-0.1rem); */
      /* 鼠标悬停时向上移动5px*/
  }

  .screen10_content1,.screen10_content2,.screen10_content3{
    width: 67.0290129rem;
    left: 5rem;
    position: absolute;
  }
 .screen10_content2{
      font-size: 10rem;
      top: 5rem;
      font-weight: 900;
      letter-spacing:0.6rem;
  }
  .screen10_content1{
      font-size: 12.5rem;
      bottom: 0rem;
      font-weight: 900;
  }

  .screen10_content3{
      font-size: 2.7rem;
      line-height: 1.7;
      top: 23.113575rem;
      font-weight: 900;
  }




.lhkj-main .dashbord .screen11{
    position: relative;
    background: none;
  }
  .screen11 .lazy{
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
    position: absolute;
  }
  .screen11 .lazy_4{
    width: 100%;
    height: auto;
    position: unset;
    margin-top: 2rem;
  }
  .screen11 {
      height: 45.6101949rem; 
  }
.screen11 h2{
  display: block;
  text-align: center;
  height: 14.2rem;
  line-height: 14.2rem;
  font-size: 5.45rem;
  color: #666666;
}

 .screen11 .container_content {
    position: relative; /* 确保背景图片正确显示 */
    width: 90%; /* 或者指定一个具体的宽度 */
    height: auto; /* 或者指定一个具体的高度 */
    display: flex; /* 使用Flexbox布局 */
     flex-wrap: wrap;         /* 允许子元素换行 */
    justify-content: space-between; /* 使span等分空间 */
    align-items: center; /* 垂直居中 */
    box-shadow: 0px 0.24rem 0.6rem 0px rgba(0, 0, 0, 0.3);
    margin: 0 auto; /* 水平居中 */
    background: linear-gradient(0deg, #FEFFFF 0%, #DBF0FF 100%);
    padding: 2rem 3rem;

}

 .screen11 .container_content span {
    flex: 1 1 30%; 
    text-align: center; /* 文本居中 */
    /* height: 8.636177rem; */
    display: block;
    padding: 0 1rem;
    margin-bottom: 2rem;
    
}
}