/*---------------------主菜单单独样式----------------------------------*/ .dvwebhead .dvmenu ul li {position: relative;} /* menu:一级下拉子菜单 */ .dvwebhead .dvmenu ul ul {display:none;position:absolute;left:0;z-index:1;top: 35px;width: 148px;background:rgba(255,255,255,1); border:solid 1px #ccc;padding:10px 0;} .dvwebhead .dvmenu ul ul a{padding-left:26px;height: 30px;line-height:30px;display: block;color:#555;} .dvwebhead .dvmenu ul ul a:hover{color:#e40280;} .dvwebhead .dvmenu ul ul a.subarr{background-position:118px 11px;background-repeat:no-repeat;background-image:url("/uc/images/subarr.gif");} .dvwebhead .dvmenu ul ul li:hover {background:#f1f8e8;} .dvwebhead .dvmenu ul ul li a:hover{color:#528c00;} .dvwebhead .dvmenu ul ul li:hover a.subarr{background-image:url("/uc/images/subarr_over.gif");color:#fff;} .dvwebhead .dvmenu ul ul li {width: 100%;float: none;} /* menu:二级下拉子菜单 */ .dvwebhead .dvmenu ul ul ul {padding:10px 0;left:148px;top:-11px;z-index:2;} /*大幅菜单样式 .dvwebhead .dvmenu .ulmenub {position:absolute;top:36px;width:988px;background:#ffecec;border:solid 1px #ffcccc;padding:20px 0;z-index:0;} .dvwebhead .dvmenu .ulmenub ul{width:150px;} .dvwebhead .dvmenu .ulmenub ul ul{display:none;} */