.nav-menu-content-box {
    z-index: 100;
    position: relative;
}

.nav-menu-content {
    overflow: hidden;
    height: 55px;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
   min-width:1200px
}

.nav-menu-content-item {
    box-shadow: 0 2px 15px #ccc;
    height: 325px;
    position: absolute;
    width: 100%;
    min-width:1200px;
    background:#000;
     filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nav-menu-content-cell {
    height: 55px;
    width: 100%;
    background:rgba(0,43,120,0.9);
}

.nav-menu-content-sell {
    margin: 0 auto;
    position: relative;
    width: 1450px;
}

.nav-menu-content-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background:#eee; */
    height: 325px;
}

.nav-menu-content-home {
    display: inline;
    float: left;
    width: 7%;
}

.nav-menu-content-home a {
    display: block;
    text-align: center;
    font-size: 16px;
    height: 55px;
    line-height: 55px; color:#fff;
}

.nav-menu-content-info {
    width: 92%;
    display: inline;
    float: left;
}

.navMenu-item {
    display: inline;
    float: left;
    width: 9%;
}

.navMenu-item a {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.navMenu-item-content {
    height: 285px;
    transition: all ease-in .2s;
    padding-top: 15px;
}

.navMenu-item-content ul li {
    display: block;
    height: 35px;
    text-align: center; background:url(../images/fgx_10.png) no-repeat bottom;
}

.navMenu-item-content ul li a {
    color: #fff;
    font-size: 13px;
    border-right: 0;
    height: 35px;
    line-height: 35px;
    display: inline;
}

.navMenu-item:hover .navMenu-title {
    background:url(../images/mn.png) no-repeat center bottom;
    cursor: pointer;
}

.navMenu-item:hover .navMenu-item-content {
    cursor: pointer;
}

.navMenu-item-content ul li a:hover {
    color: #fff; font-weight:bold;
    
}

.navMenu-item-two ul li {
    width: 100%;
}











.navMenu-item-four ul li {
    width: 100%;
}

.navMenu-item-four ul li a:hover {
    border-bottom: 0; font-weight:bold;
}

.navMenu-item-tex {
    text-align: left;
    display: inline-block;
    width: 71px;
}

.navMenu-item-four .navMenu-item-content {
    border-right: 0;
}

.dow-hover .nav-menu-content {
    overflow: visible;
}