.menu {
    width: 100%;
    background: #f5f5f5;
    position: relative;
    z-index: 3;
}

.menu-index {
    width: 100%;
    height: 490px;
    background: #f5f5f5;
    position: relative;
    z-index: 3;
}

.menuFarther {
    height: 40px;
    width: 100%;
    position: relative;
    z-index: 999;
    background-color: #ffffff;
    border-bottom: 1px solid #dbdbdb;
}

.menu-name {
    width: 178px;
    height: 38px;
    line-height: 40px;
    color: #ffffff;
    background: #1a75bc url(../../images/new/icon-categories.png) no-repeat 27px 14px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #1a75bc;
    border-radius: 4px 4px 0 0;
    padding-left: 20px;
}

.menu-main {
    position: absolute;
    z-index: 10;
    background: #000000;
    opacity: 0.9;
    display: block;
    height: 441px;
    padding-top: 9px;
}

.menu-main2 {
    position: absolute;
    z-index: 10;
    background: #000000;
    opacity: 0.9;
    display: block;
    height: 441px;
    padding-top: 9px;
}

.menu-part {
    width: 200px;
    height: 48px;
}

.menu-part dt {
    height: 48px;
    line-height: 48px;
    width: 200px;
}

.menu-lever1 {
    font-size: 14px;
    background: url(../../images/new/nav-arrow.png) center right no-repeat;
    height: 48px;
    line-height: 48px;
    width: 200px;
}

.menu-lever1 a {
    color: #ffffff;
}

.menu-lever2 a {
    color: #666666;
    font-size: 12px;
    margin-right: 10px;
}

.menu-part dd {
    background: #ffffff;
    width: 400px;
    height: 440px;
    position: absolute;
    top: 0px;
    left: 200px;
    display: none;
    padding-top: 10px;
}

.menu-part dd ul {
    width: 360px;
    margin-left: 20px;
    clear: both;
    padding-bottom: 10px;
    margin-top: 10px;
    line-height: 24px;
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
}

.menu-part dd ul a {
    font-size: 12px;
    color: #666666;
    display: block;
    float: left;
    width: 120px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-part dd ul a b {
    color: #333333;
}

.menu-part dd ul .menu-lever2-2 {
    display: inline-block;
    margin-right: 10px;
    width: 80px;
}

.menu-part dd ul .menu-lever3 {
    display: inline-block;
    width: 260px;
}

.menu-part dd ul .menu-lever3 a {
    margin-right: 10px;
}

.menu-part a b:hover {
    color: #1a75bc;
}