.headerfixed_space{
    display:none;
    height:150px;
}

.headerfixed.fixed .headerfixed_space{
    display:block;
}

.headerfixed.fixed .headerfixed_content{
   position:fixed;
    top:0;
    left:0;
    z-index:100;

    width:100%;
    height:150px;

    background-image:url(/file/i_pic/header-bg1.jpg);
    background-repeat:no-repeat;
    background-position:center top;

    -webkit-transition:box-shadow 0.1s ease-out 0s;
    -moz-transition:box-shadow 0.1s ease-out 0s;
    -o-transition:box-shadow 0.1s ease-out 0s;
    transition:box-shadow 0.1s ease-out 0s;
}


.headerfixed.fixed2 .headerfixed_content{
    border-bottom:1px rgba(110,94,85,0.2) solid;

    -webkit-box-shadow:0px 2px 9px -4px rgba(0,0,0,0.43);
    -moz-box-shadow:0px 2px 9px -4px rgba(0,0,0,0.43);
    box-shadow:0px 2px 9px -4px rgba(0,0,0,0.43);
}