.uav_header{
    height:60px;

    .logo {
        font-size: 24px;
        font-weight:600;
        /* padding-top:16px; */
    }
}
.bg_img_show{
    width:100;
    max-height: 548px;
    overflow:hidden;
}
.bg_img_show .carousel-item{
    height:548px;
    width:100%;
}
.bg_img_show img{
    height:548px;
}
.application{
    padding-top:20px;
}
.application_title{
    text-align:center;
    margin:20px auto 40px auto;
}
.application_li{
    margin-bottom:5%;
    text-align:center;
}
.application_li .img_box{
    height:180px;
}
.application_li img{
    width:80%;
    height:auto;
}
.img_text{
    background-color:#efefef;
    padding:10px;
    text-align:center;
    font-weight: 600;
}