/* 布局 */
.sensors{
    display: flex;
    justify-content:space-around;
    flex-direction: row ;
    flex-wrap:wrap;
}

/* 背景色 */
.W2{
    background-color: #fff !important;
}
/* 宽度 */

.sensors-d{
    width: 165px;
    height: 200px;
    border: 1px solid  rgb(199, 188, 188);;
    margin-top: 5%;
    padding-top: 2%;
   
}

/* 图片大小 */
.sensors-d img{
    width: 150px;
    height: 105px;  
}
/* 居中 */
.sensors-d-img{
    width: 150px;
    margin: 0 auto;  
}
/* 字体 */
.s-top{
    margin-top: 10%;
    margin-left: 6%;
}
.s-text{

    font-size:15px ;
    color: rgb(63, 166, 240);
}

/* 软件介绍部分 */


.sensors-rj{
    width: 300px;
    margin-top: 10%;
}

/* 图片大小 */
.rj-system{
    width: 300px;
    height: 280px;
}
/* 间距 */
.xt-txte{
   letter-spacing: 3px; 
   line-height: 25px;
}