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

body {
    background: #fff;
}

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











.banner {
    width: 100%;
    max-width: 19.2rem;
    height: 7rem;
    position: relative;
    margin: -0.7rem auto 0;
}

.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 .main {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
        padding-top: 0.7rem;
}

.banner .banner_fl {
    width: 7.9rem;
}

.banner .banner_fl .title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
    margin-bottom: 0.7rem;
}

.banner .banner_fl .content {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.35rem;
    margin-bottom: 0.39rem;
}

.banner .banner_fl .num {
    display: flex;
}

.banner .banner_fl .num .shu_list {
    color: #fff;
    margin-right: 0.8rem;
}

.banner .banner_fl .num .shu_list span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.banner .banner_fl .num .shu_list span b {
    font-weight: bold;
    font-size: 0.35rem;
    color: #FFFFFF;
    margin-right: 0.06rem;
}

.banner .banner_fl .num .shu_list p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.03rem;
}

.banner .banner_fr {
    width: 7rem;
    height: 4rem;
}

.banner .banner_fr img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}







/* 产品特点 */
.body1 {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    background: url(../img/view_bg1.png) center no-repeat;
    background-size: cover;
}

.body1 .body1_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: flex-start;
}

.body1_item {
    width: 4.35rem;
    min-height: 2.35rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-top: 0.46rem;
    margin-right: 0.47rem;
}

.body1_item:hover {
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.09);
}

.body1_item:nth-child(1),
.body1_item:nth-child(2),
.body1_item:nth-child(3) {
    margin-top: 0;
}

.body1_item:nth-child(3n) {
    margin-right: 0;
}

.body1_item .item_img {
    width: 0.62rem;
    height: 0.62rem;
    margin: 0.34rem auto 0.16rem;
}

.body1_item .item_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.body1_item .item_title {
    width: 4rem;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    margin: 0 auto;
    text-align: center;
}

.body1_item .item_cont {
    width: 4rem;
    margin: 0.11rem auto 0.33rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #7D7D7D;
    line-height: 0.25rem;
    text-align: center;
}



/* 产品参数 */
.body2 {
    background: #fff;
    padding-bottom: 1rem;
}

.body2_list {
    width: 100%;
}

.body2_list .body2_style1 {
    border-top: 0.01rem solid #D8D8D8;
    padding-top: 0.41rem;
}

.body2_list .bold {
    font-weight: 600;
    font-size: 0.2rem;
    color: #000000;
}

.body2_list .body2_style2 {
    font-weight: 500;
    font-size: 0.18rem;
    color: #4B4B4B;
}

.body2_list .body2_style1,
.body2_list .body2_style2 {
    display: flex;
    margin-bottom: 0.39rem;
}

.body2_list span {
    width: 4.43rem;
}
.body2_list .body2_style1:first-child{
    font-size: 0.2rem;
    font-weight: bold;
}
.body2_list .body2_style1 span:first-child,
.body2_list .body2_style2 span:first-child {
    width: 3.33rem;
    flex-shrink: 0;
}

.body2_list .body2_style1 span:last-child,
.body2_list .body2_style2 span:last-child {
    width: calc(100% - 7.76rem);
}





/* 低空智能 */
.body3 {
    width: 100%;
    height: 4rem;
    background: url(../img/view_bg2.jpg) center no-repeat;
}

.body3 .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.body3 .body3_fl {
    width: calc(100% - 7rem);
}

.body3 .body3_fl .body3_name {
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
}

.body3 .body3_fl .body2_cont {
    font-weight: 400;
    font-size: 0.25rem;
    color: #FFFFFF;
    margin-top: 0.19rem;
}

.body3 .body3_fr {
    width: 6.94rem;
    height: 4rem;
    padding: 0.2rem;
    box-sizing: border-box;
}

.body3 .body3_fr img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}



.body4_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.body4_item {
    width: 6.6rem;
    height: 6.6rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    margin-top: 0.62rem;
}

.body4_item .body4_img {
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body4_item .body4_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.body4_item .body4_cont {
    width: 100%;
    height: calc(100% - 3.8rem);
}


.body4_item .body4_cont .body4_title b {
    margin-top: 0.37rem;
    width: 100%;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    margin-bottom: 0.15rem;
    text-align: center;
    display: block;
}

.body4_item .body4_cont .body4_title p {
    font-weight: 400;
    font-size: 0.2rem;
    color: #5F5F5F;
    text-align: center;
    display: block;
}

.body4_item .body4_cont .body4_more {
    width: 1.64rem;
    height: 0.45rem;
    background: #E6E6E6;
    border-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #5F5F5F;
    margin: 0.47rem auto 0;
}

.body4_item .body4_cont .body4_more i {
    width: 0.22rem;
    height: 0.15rem;
    display: block;
    margin-left: 0.16rem;
    background: url(../img/jiantou1.png) center no-repeat;
}

.body4_item:hover {
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.09);
}

.body4_item:hover .body4_cont .body4_more {
    color: #fff;
    background: linear-gradient(90deg, #4FCCE8 0%, #0071FF 100%);
}

.body4_item:hover .body4_cont .body4_more i {
    background: url(../img/jiantou.png) center no-repeat;
}


.body5_list {
    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.08rem;
}
.body5_list .hd .body5_txt .body5_cont{
    font-weight: 400;
    font-size: 0.16rem;
    color: #838383;
}



@media only screen and (max-width: 1024px) {
    .body2_list .body2_style1{
        flex-wrap: wrap;
    }
    .body2_list .body2_style1 span{
        flex: 0 0 50%;
    }
    .body2_list .body2_style1 span:nth-of-type(1){
        margin-bottom: 0.41rem;
    }
    .body2_list .body2_style1 span{
        font-size: 12px;
    }
    .tempWrap{
        margin: auto;
    }
    .body3 .body3_fl{
        width: 100%;
    }
    .banner .main{
        padding-top: 2rem;
        display: block;
    }
    .banner .banner_fl,.banner .banner_fr{
        width: 100%;
    }
    .body1_item .item_title{
        width: auto;
    }
}