@charset "utf-8";
.ddsmoothmenu{font-size:18px;}
.ddsmoothmenu a{text-align:center;}
.ddsmoothmenu ul{
z-index:1;
padding:0;
list-style-type: none;
}

.logo img{margin-top: 10px;max-height: 52px;} 
.ddsmoothmenu ul li{position: relative;display: inline;float:left; display:inline; color:#000; text-align:center; height:60px;}
.nava{display:block; line-height:60px; color:#333333; font-family:microsoft yahei; font-size:18px; padding: 0 20px;}
* html .nava{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}
/*.nava:hover,.navactive:hover{ line-height:75px; font-family:microsoft yahei; color:#333; font-size:18px; padding: 0 20px;
    background-color: #FFF;
    width: 140px;
    height:70px;
    margin-top: -10px;}*/

.i_nav ul li ul{
position: absolute; width:124px;
 /*collapse all sub menus to begin with*/
visibility: hidden;
}
* html .i_nav ul li ul{}
.i_nav ul li ul li{
display: list-item; margin:0 auto; 
height:35px;line-height:35px; height:100%;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.i_nav ul li ul li ul{ 
top:0;
}
.i_nav ul li ul li a
{
display:block; float:left;
font: normal 16px Verdana;
width:140px;
height:35px; color:#333;
line-height:35px; background-color:#fff; text-align:center; z-index:2001;

margin: 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; cursor:pointer;
}
.navliv{ height:35px; }
.selected::after,.navactive::after,
.nava:hover::after,.navactive:hover::after{
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    background-color: #333333;
    position: absolute;
    top: 0;
    left: calc(50% - 45px);
}   

.i_nav ul li ul li a:hover{ color:#333; background-color:#fff; text-decoration:none;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


.downarrowclass{
position: absolute;
top: 12px;
right: 15px;
}
.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
 filter:alpha(opacity=0);opacity: 0;}


/*------------------------------------------------------*/

/* End */