* {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
}

body {
    background: #fff;
}

.main {
    width: 14rem;
    margin: 0 auto;
}

.class_name {
    margin-bottom: 0.52rem !important;
}


/* 头部样式 */
.header {
    background: #FFFFFF;
}

.header .logo .logo1 {
    display: none;
}

.header .logo .logo2 {
    display: block;
}

.header .head_fr .nav_li .nav_url {
    color: #000000;
}

.header .head_fr .nav_li.act .nav_url {
    color: #0071FF;
    font-weight: bold;
}

.header .head_fr .nav_li .nav_url:hover {
    color: #0071FF;
    font-weight: bold;
}

.header .head_fr .head_hr {
    background: rgba(114, 114, 114, 0.51);
}

.header .head_fr .head_switch .switch_icon .icon2 {
    display: block;
}

.header .head_fr .head_switch .switch_icon .icon1 {
    display: none;
}

.header .head_fr .head_switch .switch_txt span {
    color: #0F0F0F;
}

.header .head_fr .head_switch .switch_txt span i {
    background: url(../img/jiantou3.png) center no-repeat;
}









.banner {
    width: 100%;
    max-width: 19.2rem;
    min-height: 3.7rem;
    position: relative;
    margin: 0 auto;
    padding-bottom: 1rem;
}


.banner .banner_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}

.banner .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner .banner_body {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.banner .banner_fl {
    width: 100%;
}

.banner .banner_fl .content {
    font-weight: 400;
    font-size: 0.18rem;
    color: #101010;
    line-height: 0.35rem;
    position: relative;
}

.banner .banner_fl .content p {
    margin-bottom: 0.2rem;
}







.body1 {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.body1_item {
    width: 14rem;
    height: 4.5rem;
    overflow: hidden;
    margin-top: 0.66rem;
    position: relative;
    display: flex;
    background: #F4F4F4;
}

.body1_item:first-child {
    margin-top: 0;
}

.body1_item .body1_img {
    width: 7rem;
    height: 100%;
    overflow: hidden;
}

.body1_item .body1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.body1_item:hover .body1_img img{
    transform:scale(1.1);
}
.body1_item .body1_txt {
    width: 7rem;
    padding: 0 0.84rem 0.4rem 0.66rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.body1_item .body1_txt .body1_title {
    width: 100%;
    font-weight: bold;
    font-size: 0.25rem;
    color: #101010;
    padding-bottom: 0.33rem;
}

.body1_item .body1_txt .body1_cont {
    font-weight: 400;
    font-size: 0.16rem;
    color: #101010;
    line-height: 0.25rem;
}




/* 数据成果 */
.body2{
    width: 100%;
    height: 5.44rem;
    background: url(../img/fuwu_bg2.png) center no-repeat;
    margin-bottom: 1rem;
}
.body2_list{
    width: 100%;
    height: 5.44rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.body2_list .body2_txt .body2_title{
    font-weight: bold;
    font-size: 0.3rem;
    color: #0A0A0A;
}
.body2_list .body2_txt .body2_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #5C5C5C;
    line-height: 0.45rem;
    margin-top: 0.39rem;
}
.body2_list .body2_txt .body2_cont b{
    font-size: 0.25rem;
    font-weight: bold;
}
.body2_list .body2_litpic{
    display: flex;
}
.body2_list .body2_litpic .body2_img{
    width: 3.16rem;
    height: 3.85rem;
    border-radius: 0.05rem;
    margin-left: 0.24rem;
    overflow: hidden;
}
.body2_list .body2_litpic .body2_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
/*.body2_list .body2_litpic .body2_img:hover img {*/
/*	transform:scale(1.2);*/
/*}*/








/* LiDAR Works软件平台 */

.body3_list {
    width: 100%;
    height: auto;
    background: url(../img/shuzi_bg2.png) center no-repeat;
    background-size: cover;
    padding: 0.62rem 0.46rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.body3_list .body3_txt {
    width: 7.55rem;
}

.body3_list .body3_txt .body3_title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
}

.body3_list .body3_txt .body3_hr {
    width: 7.55rem;
    height: 0rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.36);
    margin: 0.2rem 0;
}

.body3_list .body3_txt .body3_cont {
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.35rem;
}

.body3_list .body3_img {
    width: 4.97rem;
    height: 4.97rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body3_list .body3_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}








/* 应用领域 */


.body5 .class_cont {
    max-width: 12.92rem;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.18rem;
    color: #101010;
    line-height: 0.35rem;
}

.body5_list {
    margin-top: 0.73rem;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: space-between;
}

.body5_list .bd,
.body5_list .bd .body5_img {
    width: 8.5rem;
    height: 6rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.body5_list .bd .body5_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body5_list .hd {
    width: 4.68rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.body5_list .hd .body5_txt {
    padding-left: 0.18rem;
    box-sizing: border-box;
    margin-bottom: 0.32rem;
    position: relative;
}

.body5_list .hd .body5_txt:last-child {
    margin-bottom: 0;
}

.body5_list .hd .body5_txt.on::before {
    content: "";
    position: absolute;
    width: 0.03rem;
    height: 0.21rem;
    background: linear-gradient(180deg, #4FCCE8 0%, #0071FF 100%);
    left: 0;
    top: 0.07rem;
    transform: skew(-8deg, 15deg);
}

.body5_list .hd .body5_txt .body5_title {
    font-weight: 600;
    font-size: 0.25rem;
    color: #0A0A0A;
    margin-bottom: 0.14rem;
}

.body5_list .hd .body5_txt .body5_cont {
    font-weight: 400;
    font-size: 0.16rem;
    color: #838383;
}




@media only screen and (max-width: 1024px) {
    .body3_list{
        display: block;
    }
    .body3_list .body3_txt,.body3_list .body3_txt .body3_hr{
        width: auto;
    }
    .body3_list .body3_img{
        margin: auto;
    }
    .body1_item{
        width: 100%;
        height: auto;
        display: block;
    }
    .body1_item .body1_txt{
        width: auto;
        padding: 0.4rem;
    }
    .body1_item .body1_txt .body1_cont{
        font-size: 12px;
    }
    .act{
        display: grid;
    }
    .act .body1_txt{
        order: 2;
    }
    .body2{
        height: auto;
        padding: 1rem 0;
        background-size: cover;
    }
    .body2_list{
        height: auto;
        display: block;
    }
    .body2_list .body2_litpic{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .body2_list .body2_litpic .body2_img{
        flex: 0 0 48%;
        margin-left: 0;
        margin-top: 0.3rem;
    }
}