

/* 压缩header背景高度 */
#header .ly_header_main{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 顶部区域高度 */
#header .ly_hm_top{
    height:130px !important;
    min-height:130px !important;
}

/* sticky占位高度同步 */
#header .header_content_height{
    height: 130px !important;
}


/* logo缩放 */
#header .logo{
    transform: scale(0.78);
    transform-origin: left center;
    overflow: visible !important;
    position: relative;
    top: -10px;
}
