@charset "UTF-8";
.softWareNavBox{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}
.softWareNavBox a{
    color: #333333;
}
.softWareNavBox a:hover{
    color:#ED712D;
}
.softWareNavItem a:hover{
    color:#ED712D;
}
.softWareNavItem{
    float: left;
}
.softWareNavItem li{
    width: 120px;
    text-align: center;
    float: left;
    line-height: 40px;
}
.overfloWellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.allListbtn{
    float: left;
    /*position: relative;*/
    line-height: 40px;
    z-index: 999;
}
.allListbtn>a{
    display: inline-block;
    width: 225px;
    text-align: center;
    color: white;
    background: #ED712D;
}
.softWareNavBox .allListbtn:hover>a{
    color: white;
    background: #ff9800;
}
.softWareNavBox .allListbtn:hover .ioconStyle{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
    transition: all .3s;
}

.softWareNavBox .allListbtn:hover .nav-list-box{
    display: block;
    -moz-box-shadow:0px 0px 10px 0px rgba(221,221,221,0.5);
    -webkit-box-shadow:0px 0px 10px 0px rgba(221,221,221,0.5);
    box-shadow:0px 0px 10px 0px rgba(221,221,221,0.5);
}
.nav-list-box{
    display: none;
    width: 225px;
    background: #ffffff;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 99;
    height: 425px;
}

.nav-list-box>li{
    height: 48px;
    width: 225px;
    text-align: center;
    line-height: 48px;
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
    /*cursor: pointer;*/
}
.nav-list-box>li:hover .navlistBox{
    position: relative;
    box-shadow: -3px 0 4px 2px rgba(0,0,0,.09);
    z-index: 2;
    margin: 2px 0px;
}
.nav-list-box>li:hover>.navlistBox>a,.nav-list-box>li:hover>.navlistBox>i{
    color:rgba(237,113,45,1);
}
.nav-list-box>li:hover .navListLevel2{
    display: block;
}
.navlistBox{

    background-color: #ffffff;
}
.navListLevel2{
    position: absolute;
    left: 225px;
    width: 660px;
    height: 426px;
    background-color: #ffffff;
    top: 0;
    display: none;
    text-align: left;
    /* margin-left: 2px; */
    padding: 7px 10px 0 30px;
    box-sizing: border-box;
    z-index: 0;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.09)!important;
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.09)!important;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.09)!important;
    border-radius: 2px;
    border-top-left-radius: 0;
}
.listLevel2Title{
    font-weight: bold;
    color: #757575;
}
.listLevel2Item{
    position: relative;
    display: inline-block;
    color: #666666;
    padding: 0px 11px;
    margin-left: 10px;
}
.listLevel2Item:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #D8D8D8;
    margin-top: 15px;
    left: 0;
}
.software-list-box{
    position: relative;
    z-index: 9999;
    top: -40px;
}