li{
    list-style: none;
}
a{
    text-decoration:none
}
a:hover{
    text-decoration:none
}
.menu>ul{
    list-style: none;

    text-align: center;
}


.menu ul .top_menu_li{
    position: relative;
    float: left;
    height: 68px;
    width: 100px;
    margin-left: 10px;
}
.menu ul .menu_in_click ul li a{
    background:none !important;
    border:none !important;
    font-weight: normal !important;
    color: #fff !important;
    width: 100% !important;
    padding-left:10px;
    padding-right:10px;
    text-align: left !important;
}

.menu ul li ul li >a{
    background:none !important;
    border:none !important;
    font-weight: normal !important;
    color: #ffffff;
    width: 100% !important;
    padding-left:10px;
    padding-right:10px;
    text-align: left !important;
    font-size: 16px;
}
.menu ul .top_menu_li>a{
    font-size: 18px;
    position: relative;
    float: left;
    border:1px solid  rgba(200,200,200,0.01);
    width: 119px;
    height: 68px;
    color: #ffffff;
}
.menu ul .top_menu_li:hover>a{
    color: #FFFFFF;
    /*font-weight:bold;*/
    background: #AF002C;
    opacity:0.9;
}



.top_menu_li>ul{
    top:70px;
    position: absolute;
    color: #fff;
    z-index: 100;
}
.top_menu_li>ul li{
    height: 38px;
    background-color: rgba(0,48,103,0.5);
    line-height: 38px;
    position: relative;
    word-break:keep-all;       /* 不换行 */
    white-space:nowrap;        /* 不换行 */
    width: 121px;
}
.top_menu_li>ul li:hover{
    color: red;
}

ul > li.on > ul a:hover{
    color: #AF002C!important;
}
.top_menu_li>ul ul{
    width: 110px;
    left: 110px;
    position: absolute;
    background-image: url("images/menu_bg.png");
    top: 0;
    color: #fff;
}
ul > li > ul{ display: none;}
ul > li.on{

}
ul > li.on a{
    /*border: 1px solid #a4adbc;*/
    /*border-radius:30px;*/
    /*color: #FFF;*/
    /*background: #FFFFFF;*/
}
ul > li.on > ul{ display: block;}
.top_menu_li_activty{
    border: 1px solid #a4adbc;
    border-radius:30px;
    color: red;
    background: #FFFFFF;
}
.menu_in_click a{
    border: 1px solid #a4adbc;
    background: none;
}


.top_menu_li_activty a{
    color: red;
}
