@charset "utf-8";
/*********************************************** 横向主导航条 ***********************************************/
.ddsmoothmenu{}
.ddsmoothmenu ul{margin:0;padding:0;}
/*主菜单设置*/
.ddsmoothmenu ul li{position:relative;display:inline;float:left;}
.ddsmoothmenu ul li a{display:block; font-size:16px;}
.ddsmoothmenu ul li a span{display:block; width:110px; text-align:center}
/*主菜单连接效果设置*/
.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited{color:#4c4c4c; }
.ddsmoothmenu ul li a:hover{ color:#db241e; background:url(../images/nav-a.jpg) center bottom no-repeat;}
.ddsmoothmenu ul li a:hover span{}
.ddsmoothmenu ul li a:active{}
.ddsmoothmenu ul li a:active span{}
.ddsmoothmenu ul li a.selected{ }
.ddsmoothmenu ul li a.selected span{}
/*主菜单当前所在页面*/
.ddsmoothmenu ul li a#menu_selected{}
.ddsmoothmenu ul li a#menu_selected span{color:#db241e; background:url(../images/nav-a.jpg) center bottom no-repeat;}

.ddsmoothmenu ul li.firstli{}
.ddsmoothmenu ul li.firstli span{color:#db241e; background:url(../images/nav-a.jpg) center bottom no-repeat;}



/*子集菜单设置*/
.ddsmoothmenu ul li:hover ul.menulevel{ display:block; visibility: visible; z-index:999}
.ddsmoothmenu ul.menulevel{position:absolute;left:0;display:none;visibility:hidden}
.ddsmoothmenu ul.menulevel li{background:#111111;margin:0px;padding:0px;display:list-item;float:none}
.ddsmoothmenu ul.menulevel li a{background:#111111; height:38px;line-height:38px;width:200px;margin:0px; border-bottom:1px solid #333; font-size:14px; text-align:left; color:#fff;}
.ddsmoothmenu ul.menulevel li a span{ width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
/*子集菜单连接效果设置*/
.ddsmoothmenu ul.menulevel li ul{top:0}
.ddsmoothmenu ul.menulevel li a:link,.ddsmoothmenu ul.menulevel li a:visited{color:#fff;}
.ddsmoothmenu ul.menulevel li a:hover{background:#db241e; color:#fff;font-weight:bold }
.ddsmoothmenu ul.menulevel li a.selected{color:#fff;font-weight:bold}
.ddsmoothmenu ul.menulevel li a span{ text-align:left; padding-left:10px;}
/*下拉箭头*/
.ddsmoothmenu .downarrowclass{position:absolute;top:18px;right:18px}
.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{}
.ddsmoothmenu-v ul{}
/*主菜单设置*/
.ddsmoothmenu-v ul li{position:relative; margin-top:6px;  border:1px #999 solid; }
.ddsmoothmenu-v ul li a{display:block;height:37px;line-height:37px;vertical-align:middle;      }
.ddsmoothmenu-v ul li a span{display:block;padding:0px 20px; }

#LeftMenu .lihover #three li a{ }
/*主菜单连接效果设置*/
.ddsmoothmenu-v ul li a:link,.ddsmoothmenu-v ul li a:visited{}
.ddsmoothmenu-v ul li a:hover{background:url(../images/sort_div_a.jpg) right no-repeat; color:#fff; border:none; }
.ddsmoothmenu-v ul li a:hover span{color:#FFF}
.ddsmoothmenu-v ul li a:active{ border:0px; }
.ddsmoothmenu-v ul li a:active span{color:#FFF}
#LeftMenu .lihover  a{}
.ddsmoothmenu-v ul li .selected:link,.ddsmoothmenu-v ul li a.selected:visited,.ddsmoothmenu-v ul li a.selected:active{  background:url(../images/sort_div_a.jpg) right no-repeat;  border:none;}
.ddsmoothmenu-v ul li a.selected span{color:#FFF}
/*主菜单当前所在页面*/
.ddsmoothmenu-v ul li a#menu_selected{background:url(../images/sort_div_a.jpg) right no-repeat; border:none;}
.ddsmoothmenu-v ul li a#menu_selected span{color:#FFF}
/*子集菜单设置*/
.ddsmoothmenu-v ul.menulevel{position:absolute;top:0;visibility:hidden;border-top:1px solid #CCC}
.ddsmoothmenu-v ul.menulevel li{background:none;margin:0px;padding:0px;display:list-item}
.ddsmoothmenu-v ul.menulevel li a{background:url(../images/mainmenu.gif) repeat-x left -60px;height:38px;line-height:38px;width:180px;padding:0px 5px;margin:0px;border-right:1px solid #999;border-bottom:1px solid #DFDFDF;border-left:1px solid #CCC}
/*子集菜单连接效果设置*/
.ddsmoothmenu-v ul.menulevel li a:link,.ddsmoothmenu-v ul.menulevel li a:visited{}
.ddsmoothmenu-v ul.menulevel li a:hover{background:url(../images/mainmenu1.jpg) no-repeat left center;color:#034fab;font-weight:bold}
.ddsmoothmenu-v ul.menulevel li a.selected{background:url(../images/mainmenu1.jpg) no-repeat left center;color:#034fab;font-weight:bold}
/*子集菜单连接效果设置*/
.ddsmoothmenu-v ul.menulevel li a:link,.ddsmoothmenu-v ul.menulevel li a:visited{}
.ddsmoothmenu-v ul.menulevel li a:hover{background:url(../images/mainmenu1.jpg) no-repeat left center;color:#034fab;font-weight:bold}
.ddsmoothmenu-v ul.menulevel li a.selected{background:url(../images/mainmenu1.jpg) no-repeat left center;color:#034fab;font-weight:bold}
/*左侧箭头*/
.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%}

#LeftMenu .lihover ul li a {  color: #fff; font-weight:normal; border:none; }
#LeftMenu .ahover span{ font-weight:bold; color:#fff;  background:url(../images/sort_div_a.jpg) right no-repeat;  border:none;}
#LeftMenu .lihover ul li a:hover span{font-weight:bold; color:#be0201;}

#LeftMenu .lihover .lihover li span{padding-left:50px;  background:url(../images/sort_div_a.jpg) right no-repeat; color:#fff; border:none;}

#LeftMenu .lihover .lihover .lihover li span{padding-left:70px;}



/*********************************************** 头部导航分类航条 ***********************************************/
.ddsmoothmenu-h{}
.ddsmoothmenu-h ul{  padding-bottom:30px;  margin-bottom:1px; }
/*主菜单设置*/
.ddsmoothmenu-h ul > li:nth-child(1){ margin-left:0px; }
.ddsmoothmenu-h ul li{position:relative; float:left; width:160px; margin-left:1px;  background:#111111; margin-top:1px; }
.ddsmoothmenu-h ul li a{display:block; height:38px; line-height:38px; text-align:left; color:#fff;}
.ddsmoothmenu-h ul li a span{display:block;padding:0px 10px}

#topMenu .lihover #three li a{
color:#fff; background:#db241e;
}
/*主菜单连接效果设置*/
.ddsmoothmenu-h ul li a:link,.ddsmoothmenu-h ul li a:visited{  font-size:14px;}
.ddsmoothmenu-h ul li a:hover{background:#db241e; border:none; color:#fff; }
.ddsmoothmenu-h ul li a:hover span{color:#FFF; background:#db241e;}
.ddsmoothmenu-h ul li a:active{}
.ddsmoothmenu-h ul li a:active span{color:#FFF; }
#topMenu .lihover  a{}
.ddsmoothmenu-h ul li .selected:link,.ddsmoothmenu-h ul li a.selected:visited,.ddsmoothmenu-h ul li a.selected:active{  }
.ddsmoothmenu-h ul li a.selected span{color:#FFF;background:#db241e;}
/*主菜单当前所在页面*/
.ddsmoothmenu-h ul li a#menu_selected{background:#db241e; color:#FFF }
.ddsmoothmenu-h ul li a#menu_selected span{color:#FFF; background:#db241e;}
/*子集菜单设置*/
.ddsmoothmenu-h ul.menulevel{position:absolute;top:0; visibility:hidden;}
.ddsmoothmenu-h ul.menulevel li{background:none; display:list-item}
.ddsmoothmenu-h ul.menulevel li a{background:url(../images/mainmenu.gif) repeat-x left -60px;height:38px;line-height:38px;width:180px;padding:0px 5px;margin:0px;border-right:1px solid #999;border-bottom:1px solid #DFDFDF;border-left:1px solid #CCC; color:#fff;}
/*子集菜单连接效果设置*/
.ddsmoothmenu-h ul.menulevel li a:link,.ddsmoothmenu-h ul.menulevel li a:visited{color:#000}
.ddsmoothmenu-h ul.menulevel li a:hover{background:url(../images/mainmenu1.jpg) no-repeat left center;color:#034fab;font-weight:bold}
.ddsmoothmenu-h ul.menulevel li a.selected{background:url(../images/mainmenu1.jpg) no-repeat left center;color:#034fab;font-weight:bold}
/*子集菜单连接效果设置*/
.ddsmoothmenu-h ul.menulevel li a:link,.ddsmoothmenu-h ul.menulevel li a:visited{color:#000}
.ddsmoothmenu-h ul.menulevel li a:hover{background:url(../images/mainmenu1.jpg) no-repeat left center;color:#034fab;font-weight:bold}
.ddsmoothmenu-h ul.menulevel li a.selected{background:url(../images/mainmenu1.jpg) no-repeat left center;color:#034fab;font-weight:bold}
/*左侧箭头*/
.ddsmoothmenu-h .rightarrowclass{position:absolute;top:10px;right:10px}
.ddsmoothmenu-h ul.menulevel .rightarrowclass{position:absolute;top:8px;right:10px}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-h ul li {float:left;height:1%}
* html .ddsmoothmenu-h ul li a {height:1%}

#topMenu .lihover ul li a{
background:#db241e; font-weight:bold;color:#FFF;
}

#topMenu .lihover ul li a{
 color:#fff; font-weight:bold
}
#topMenu .lihover ul li a {
	font-weight:normal;
}
#topMenu .ahover span{ background-size:cover;
font-weight:bold;   background:#db241e; color:#FFF;
}
#topMenu .lihover ul li a:hover span{
font-weight:bold; background:#db241e;
color:#be0201;
}

#topMenu .lihover .lihover li span{
 background:#db241e; 
}

#topMenu .lihover .lihover .lihover li span{
padding-left:70px;
}