@charset "utf-8";
.ddsmoothmenu{ width:1500px; height:60px; margin:0 auto;}
.ddsmoothmenu ul{z-index:100;margin:0;padding:0;list-style-type:none;
    width: 100%;display: flex}
.ddsmoothmenu ul li{position:relative;flex: 1;min-width: 150px}
.ddsmoothmenu ul li a{display:block;width:100%; text-align:center;color:#fff;text-decoration:none; line-height:60px; font-size:22px; }
*html .ddsmoothmenu ul li a{display:inline-block;}
.ddsmoothmenu ul li a.selected{ background:#0d81c8; color:#ffffff;}
.ddsmoothmenu ul li a:hover{ background:#0d81c8; color:#ffffff;}
.ddsmoothmenu ul li ul{position:absolute;left:0;display:none;visibility:hidden; z-index:10000;}
.ddsmoothmenu ul li ul li{display:list-item;float:none;  margin-bottom:1px; color:#666666;}
.ddsmoothmenu ul li ul li ul{ top:0;}
.ddsmoothmenu ul li ul li a{ font-size:12px; width:156px;margin:0; text-align:center; line-height:32px; color:#666666; background:#fff;}
.ddsmoothmenu ul li ul li a:hover{ background:#5cc3ff; opacity:0.6; color:#FFF; border:none}
*html .ddsmoothmenu{height:1%;}
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:silver;}
.toplevelshadow{opacity:0.8;}
