@charset "utf-8";
/*********************************************** 横向主导航条 ***********************************************/
.ddsmoothmenu{ float:right; height:140px;}
.ddsmoothmenu ul{}
/*主菜单设置*/
.ddsmoothmenu ul li{position:relative;display:inline;float:left; line-height:140px; }
.ddsmoothmenu ul li:last-child{border-right:none;}
.ddsmoothmenu ul li a{display:block; width:120px; text-align:center;}

.ddsmoothmenu ul li a span{display:block; font-size:16px;}
/*主菜单连接效果设置*/
.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited{color:#000}
.ddsmoothmenu ul li a:hover{}
.ddsmoothmenu ul li a:hover span{color:#fff; background:#0072dd;}
.ddsmoothmenu ul li a:active{}
.ddsmoothmenu ul li a:active span{color:#fff; background:#0072dd;}
.ddsmoothmenu ul li a.selected{}
.ddsmoothmenu ul li a.selected span{color:#fff; background:#0072dd;}
/*主菜单当前所在页面*/
.ddsmoothmenu ul li a#menu_selected{}
.ddsmoothmenu ul li a#menu_selected span{}
/*子集菜单设置*/
.ddsmoothmenu ul.menulevel{position:absolute;left:0;display:none;visibility:hidden}
.ddsmoothmenu ul.menulevel li{background:none;margin:0px;padding:0px;display:list-item;float:none}
.ddsmoothmenu ul.menulevel li a{background:url(../images/mainmenu.gif) repeat-x left -60px;height:26px;line-height:26px;width:180px;padding:0px 5px;margin:0px;border-right:1px solid #999;border-bottom:1px solid #DFDFDF;border-left:1px solid #CCC}
/*子集菜单连接效果设置*/
.ddsmoothmenu ul.menulevel li ul{top:0}
.ddsmoothmenu ul.menulevel li a:link,.ddsmoothmenu ul.menulevel li a:visited{color:#000}
.ddsmoothmenu ul.menulevel li a:hover{background:url(../images/mainmenu.gif) repeat-x left -90px;color:#034fab;font-weight:bold}
.ddsmoothmenu ul.menulevel li a.selected{background:url(../images/mainmenu.gif) repeat-x left -90px;color:#034fab;font-weight:bold}
/*下拉箭头*/
.ddsmoothmenu .downarrowclass{position:absolute;top:12px;right:8px}
.ddsmoothmenu .rightarrowclass{position:absolute;top:8px;right:10px}
/*阴影*/
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:url(../images/40.png);z-index:1}
.toplevelshadow{/*opacity:0.8*/}
* html .ddsmoothmenu{height:1%}/* Holly Hack for IE \*//*Holly Hack for IE7 and below*/
* html .ddsmoothmenu ul li a{display:inline-block}/*IE6 hack to get sub menu links to behave correctly*/

/*********************************************** 纵向主导航条 ***********************************************/
.ddsmoothmenu-v{ width:1200px; margin:0 auto;}
.ddsmoothmenu-v ul{ display: flex;justify-content: center;}
/*主菜单设置*/
.ddsmoothmenu-v ul li{ float:left; line-height:70px;margin:0 30px;}
.ddsmoothmenu-v ul li a{display:block; font-size:16px; }
.ddsmoothmenu-v ul li a span{display:block; text-align:center;}

#LeftMenu .lihover #three li a{
background:none;
color:#333333;
}
/*主菜单连接效果设置*/
.ddsmoothmenu-v ul li a:link,.ddsmoothmenu-v ul li a:visited{}
.ddsmoothmenu-v ul li a:hover{color:#ce0000; border-bottom:3px #ce0000 solid;}
.ddsmoothmenu-v ul li a:hover span{ }
.ddsmoothmenu-v ul li a:active{color:#ce0000; border-bottom:3px #ce0000 solid;}
.ddsmoothmenu-v ul li a:active span{}
.ddsmoothmenu-v ul li .selected:link,.ddsmoothmenu-v ul li a.selected:visited,.ddsmoothmenu-v ul li a.selected:active{color:#ce0000; border-bottom:3px #ce0000 solid;}
.ddsmoothmenu-v ul li a.selected span{color:#ce0000; border-bottom:3px #ce0000 solid;}
/*主菜单当前所在页面*/
.ddsmoothmenu-v ul li a#menu_selected{color:#ce0000; border-bottom:3px #ce0000 solid;}
.ddsmoothmenu-v ul li a#menu_selected span{}
/*子集菜单设置*/
.ddsmoothmenu-v ul.menulevel{}
.ddsmoothmenu-v ul.menulevel li{}
.ddsmoothmenu-v ul.menulevel li a{}
/*子集菜单连接效果设置*/
.ddsmoothmenu-v ul.menulevel li a:link,.ddsmoothmenu-v ul.menulevel li a:visited{color:#000}
.ddsmoothmenu-v ul.menulevel li a:hover{}
.ddsmoothmenu-v ul.menulevel li a.selected{}
/*子集菜单连接效果设置*/
.ddsmoothmenu-v ul.menulevel li a:link,.ddsmoothmenu-v ul.menulevel li a:visited{color:#000}
.ddsmoothmenu-v ul.menulevel li a:hover{}
.ddsmoothmenu-v ul.menulevel li a.selected{}
/*左侧箭头*/
.ddsmoothmenu-v .rightarrowclass{position:absolute;top:10px;right:10px}
.ddsmoothmenu-v ul.menulevel .rightarrowclass{position:absolute;top:8px;right:10px}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li {float:left;height:1%}
* html .ddsmoothmenu-v ul li a {height:1%}

.lihover ul{position:absolute; width:1200px; margin:0 auto; left:0}
.ddsmoothmenu-v ul li:first-child>ul{left:-128px;}

#LeftMenu .lihover ul li a {
    color: #333;
	font-size:14px;
}
#LeftMenu .lihover span{color:#ce0000; border-bottom:3px #ce0000 solid;}
.ddsmoothmenu-v ul li>ul>li>a:hover{
	color:#ce0000 !important;
	border-bottom:none !important;
 
}
.ddsmoothmenu-v ul li>ul>li>a>span{
color:#333 !important; border-bottom:none !important;
}
