body{
    background-color: #f5f5f5;
    margin: 0px;
    padding: 0px;
}
header{
    width: 100%;
    height: 62px;
    background-color: #ffffff;
}
.head-box{
    width: 1200px;
    height: 62px;
    margin: 0 auto;
    position: relative;
    background-color: blanchedalmond;
}
.hb .hb-1, .hb .hb-2, .hb .hb-3, .hb .hb-4{
    position: absolute;
}
.hb .hb-1{
    left: 0px;
    top: 15px;
}
.hb .hb-1 .logo, .hb .hb-1 .logo a, .hb .hb-1 .logo a img{
    width: 57px;
    height: 34px;
}
.hb .hb-2{
    left: 90px;
    top: 0px;
}
.hb .hb-2 .nav-item{
    display: inline-block;
}
.hb .hb-2 .nav-item .nav-name{
    font-weight: bold;
    font-size: 16px;

}
.hb .hb-2 .nav-item .nav-sign{
    width: 100%;
    height: 4px;
    background-color: #0062FF;
    visibility: hidden;
}
.hb .hb-2 .nav-item.active .nav-name{
    font-weight: bold;
    font-size: 16px;

}
.hb .hb-2 .nav-item.active .nav-sign{
    visibility: visible;
}
.hb .hb-3{
    left: 700px;
    top: 0px;
}
.hb .hb-4{
    right: 0px;
    top: 0px;
}