    
        body{ height:auto }
        #menu li
        {
            float: left;
            padding: 0 0 10px 0;
            position: relative;
            line-height: 0;
        }
        
        #menu a
        {
            float: left;
            height: 25px;
            color: #555;
            text-transform: uppercase;
            font: bold 16px/16px Arial, Helvetica;
            text-decoration: none;
           
        }
        
        #menu li:hover > a
        {
            color: #007AFF;
            
        }
        
        *html #menu li a:hover 
        {
            color: #007AFF;
        }
        
        #menu li:hover > ul
        {
            display: block;
        }
        
     
        
        #menu ul
        {
            list-style: none;
            margin: 0;
            padding: 0;
            display: none;
            position: absolute;
            top: 25px;
            left: 38px;
            z-index: 99999;
            background: #444;
            background: -moz-linear-gradient(#444, #111);
            background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cee3fc),color-stop(1, #f7f8fc));
            background: -webkit-linear-gradient(#04acecc4, #04acec)
            background: -o-linear-gradient(#444, #111);
            background: -ms-linear-gradient(#444, #111);
            background: linear-gradient(#04acec, #04acec)
            -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
            -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
            box-shadow: 0 0 2px rgba(255,255,255,.5);
            -moz-border-radius: 5px;
            border-radius: 5px;
        }
        
        #menu ul ul
        {
            top: 0;
            left: 150px;
        }
        
        #menu ul li
        {
            float: none;
            margin: 0;
            padding: 0;
            display: block;
            -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
            -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
            box-shadow:0 1px 0 #1111110f, 0 2px 0 #f7f8fc38;
        }
        
        #menu ul li:last-child
        {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        #menu ul a
        {
            padding: 10px;
            height: 10px;
            width: 75px;
            text-align: center;
            height: auto;
            line-height: 1;
            display: block;
            white-space: nowrap;
            float: none;
            text-transform: none;
        }
        


    
    div.searchDiv{
        margin: -8px auto;
        border-radius: 6px;
        background-color: #f1f5fa;
         margin-right: 10px;
        display: block;

    }
    div.searchDiv input{
         width: 160px;
      text-align: center;
       font-size: 14px;
        color: #999;
        	border: 0px;
        outline:none;
    }
    div.searchDiv button{
        width: 60px;
        border-radius: 6px;
         color: white;
          font-size: 14px;
        background-color: #029ae5;
        height: 32px;
         
        
    }
 
  

.go-top {
    position: fixed;	        /* 设置fixed固定定位 */
    bottom: 90px;		/* 距离浏览器窗口下边框20px */
    right: 15px;		/* 距离浏览器窗口右边框20px */
  }
  .top{
     height:48px;
  }
 
 