/* 代码整理：时代Java NowJava.com */
*{ margin:0; padding:0; list-style:none;}
img{ border:0;}
body{ padding-top:100px;}

#NowJava{ width:100%; height:200px; overflow:hidden; position:relative;}
#NowJava ul{ width:800px;overflow:hidden;height:auto; position:absolute; left:50%; top:0; margin-left:-400px; z-index:30;}
#NowJava ul li{ width:100px; height:auto; overflow:hidden;float:left; text-align:center;  position:relative;}
#NowJava ul li a{ width:100%; height:40px; line-height:40px; margin-bottom:10px;display:block; float:left;font-size:14px; font-family:'微软雅黑'; color:#666; font-weight:bold; text-decoration:none;background:url(http://demo.NowJava.com/2014/nav1216/images/nav_line.jpg) left center no-repeat;}
#NowJava ul li a.first{ background:none;}
#NowJava ul li a:hover{text-decoration:none;}
#NowJava ul li.on a{ color:#e46b12;}
#NowJava ul li .second{ width:80px; height:130px; padding:10px; float:left; background:#ccc; display:none;}
#NowJava .dot{ width:800px;height:8px; line-height:8px; position:absolute; left:50%; top:40px; margin-left:-400px; z-index:20;}
#NowJava .dot ul{width:800px;height:8px; line-height:8px; position:relative;}
#NowJava .dot ul span{ width:100px; height:8px; background:url(../images/dot.gif) no-repeat center center; display:block; position:absolute; left:0; top:0;}
#NowJava #slide{ width:100%; height:0; background:#e46b12; overflow:hidden; position:absolute; left:0; top:50px; z-index:10;}