<!--城市切换_开始,www.LQ168.com--> 
<style type="text/css"> 
#city *{ margin:0;padding:0; z-index:1000000; top:0;left:0px; float:left;} 
#warpper{ position: relative; z-index:1000000; margin-top:20px;} 
#city { font:normal 12px Verdana, Arial, Helvetica, sans-serif; text-align:center; z-index:1000000;} 
#city a{ cursor:pointer; color:#666} 
#city dl{ height:18px; line-height:18px; padding:0 0px;} 
#city dt,.normal{ float:left; padding:0 0px 0 0 ; border-right:0px solid #ccc; text-decoration:none; width:auto; cursor:pointer; color:#0066FF; font-weight:bold;} 
#city dt.over{ position:relative;padding:0 0px 0px 0px; z-index:1000001;color:#0066FF; font-weight:bold; height:20px; } 
#city li{ float:left; list-style-type:none; margin:0px 5px; width:180px;} 
#city #c1 li a{ float:left; list-style-type:none; margin:0px 3px; 0 0 } 
#city dl dd{ position:absolute; width:180px; left:0;top:20px!important; border:1px solid #bbb; background:#fff; filter:progidXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, color=#cccccc); padding:3px 0;} 
.block{ display:block;} 
.none{ display:none;} 
</style> 
<script language="javascript"> 
function $(str){ return document.getElementById(str);} 
function $$(str){ return document.getElementsByTagName(str);} 
var timer; 
function changeMenu(thisObj,num){ 
if(thisObj.className=="over") return false; 
hids(thisObj); 
thisObj.className="over"; 
$("c"+(num+1)).className="block"; 
$("c"+(num+1)).onmouseover=function(){clearTimeout(timer);} 
$("c"+(num+1)).onmouseout=function(){timer=setTimeout(function(){hids(thisObj);},500)} 
thisObj.onmouseout=function(){timer=setTimeout(function(){hids(thisObj);},3000)} 
} 
function hids(thisObj){ 
clearTimeout(timer); 
var tabObj=thisObj.parentNode.getAttribute("id"); 
var obj_dt=$(tabObj).getElementsByTagName("dt"); 
for(var i=0;i<obj_dt.length;i++){ 
obj_dt.className="normal"; 
$("c"+(i+1)).className="none"; 
} 
} 
</script> 
<div id="city"> 
<dl id="warpper"> 
<dt>【其他乡镇】</dt> 
<dd id="c1" class="none"> 
<ul> 
<li> 
<a  target="_blank">城关镇</a> 
<a  target="_blank">杨桥镇</a> 
<a  target="_blank">鲖城镇</a> 
<a  target="_blank">谭棚镇</a> 
<a  target="_blank">老集镇</a> 
<a  target="_blank">滑集镇</a> 
<a  target="_blank">吕寨镇</a> 
<a  target="_blank">单桥镇</a> 
<a  target="_blank">长官镇</a> 
<a  target="_blank">宋集镇</a> 
<a  target="_blank">张新镇</a> 
<a  target="_blank">艾亭镇</a> 
<a  target="_blank">陈集镇</a> 
<a  target="_blank">韦寨镇</a> 
<a  target="_blank">迎仙镇</a> 
<a  target="_blank">瓦店镇</a> 
<a  target="_blank">姜寨镇</a> 
<a  target="_blank">庙岔镇</a> 
<a  target="_blank">黄岭镇</a> 
<a  target="_blank">白庙镇</a> 
<a  target="_blank">关庙镇</a> 
<a  target="_blank">牛庄乡</a> 
<a  target="_blank">高塘乡</a> 
<a  target="_blank">范兴集</a> 
<a  target="_blank">土陂乡</a> 
<a  target="_blank">谢集乡</a> 
<a  target="_blank">杨小街</a> 
<a  target="_blank">陶老乡</a> 
<a  target="_blank">田桥乡</a> 
<a  target="_blank">张营乡</a> 
<a  target="_blank">庞营乡</a> 
<a  target="_blank">工业园</a> 
</li> 
</ul> 
</dd> 
</dl> 
</div> 
<!--城市切换_结束,www.LQ168.com --> |