
.web-menu{
    margin-top: 5px;
}
.web-menu > ul {
    /*background: #f15757 none repeat scroll 0 0;*/
    background: #29166f;
    display: table;
    height: 50px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.web-menu > ul > li {
    border-right: 1px solid rgba(255, 255, 255, 0.39);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 10%;
    position: relative;
}
.web-menu > ul > li:last-child{
    border-right:none;
}
.web-menu > ul > li > a {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
}
.web-menu > ul > li.active > a:hover{
    color:#fff;
}
.web-menu > ul > li > a:hover{
    color:#fff;
    text-decoration: none;
}
.web-menu > ul > li.active,
.web-menu > ul > li:hover{
    background:#2b0aa5; 
}
.web-menu > ul > li:hover .menu-hover{
    display: block;
}
.xlienhe > .menu-hover {
    background:url("../images/10.png") no-repeat;
    display: none;
    height: 23px;
    left: 50px;
    position: absolute;
    top: 50px;
    width: 49px;
    z-index: 100;
}
.menu-hover {
    background:url("../images/10.png") no-repeat;
    display: none;
    height: 23px;
    left: 50px;
    position: absolute;
    top: 50px;
    width: 49px;
    z-index: 100;
}

.menu-hover.active{
    background:url("../images/11.png") no-repeat;
    display: block;
    height: 23px;
    left: 50px;
    position: absolute;
    top: 50px;
    width: 49px;
    z-index: 100;
}
.xlienhe.menu-hover.active{
    background:url("../images/11.png") no-repeat;
    display: block;
    height: 23px;
    left: 38px;
    position: absolute;
    top: 50px;
    width: 49px;
    z-index: 100;
}
/*** menu-mobi ******************************************/
.mobi-menu{
    background: #EAEAEA;
    overflow-x: auto;
    width: 100%;
    padding: 0;
}
.mobi-menu >ul{
    padding: 0;
    margin:0;
    white-space: nowrap;
    height: 50px;
    display: table;
}
.mobi-menu > ul > li{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 5px 20px;
}
.mobi-menu > ul > li > a{
    color:#000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
}
.mobi-menu > ul > li > a:hover{
    text-decoration: none;
}

/*2*/

.astisol > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.astisol > ul > li {
    border-bottom: 1px solid #ccc;
    line-height: 35px;
    padding-left: 25px;
}
.astisol > ul > li {
    font-weight: bold;
    font-size: 14px;
}
.astisol {
    background: snow none repeat scroll 0 0;
    display: none;
    position: absolute;
    top: 54px;
    width: 100%;
    z-index: 100;
}
.menu-action > img {
    padding-top: 7px;
    cursor: pointer;
}
