
#productsMenu,
#projectMenu{
    position: absolute;
    width: 100%;
    box-shadow: 0px 3px 3px .2px #eee;
    background: #ffffff;
    top:135px;
    display:block;
    z-index:10;
}
.menu-box{
    width:800px;
    height:400px;
    margin:0 auto;
    /* padding-top:20px; */
    background-color:#005bac;
    box-shadow: 0 0 3px #eee;
}
.menu-parent-list{
    float:left;
    width:200px;
    color:#fff;
}
.menu-parent-item{
    height:55px;
    font-weight: bold;
    font-size: 16px;
    line-height:55px;
    text-align: center;
    border-bottom:1px solid #fff;
    cursor:pointer;
}
.menu-parent-item:nth-child(1){
    border-top: 1px solid #fff;
}
.menu-children-list{
    float:left;
    width:600px;
    height:400px;
    padding:20px 50px;
    background-color: #fff;
}
.menu-children-item{
    height:60px;
    font:16px/60px 'Microsoft YaHei';
    color:#000;
}
.menu-children-item:hover{
    font-weight: bold;
}

.menu-click{
    background-color:#fff;
    color:#000;
}
