* { margin: 0; padding: 0; }
html, a, a:hover { }
body { font-family: "microsoft yahei",Verdana,"华文细黑","黑体"; background: #000; color: #999; line-height: 1.5; -webkit-text-size-adjust: none; }
li { list-style: none; }
img { border: none; }
a { color: #999; text-decoration: none; }
    a:hover { color: #0099ff; }
#container { margin: 0 auto; width: 1000px; background: #000; }
#header { height: 146px; position: relative; margin: 0 auto; width: 960px; }
    #header .logo { background: url(../images/logo.jpg) no-repeat 0 0; height: 84px; width: 194px; overflow: hidden; line-height: 90em; top: 36px; left: 54px; position: absolute; }
        #header .logo a { height: 84px; display: block; }
    #header .menu { position: absolute; top: 61px; left: 298px; width: 900px; }
        #header .menu ul { }
        #header .menu li { float: left; position: relative; padding: 0 62px 0 0; font-size: 20px; text-transform: uppercase; background: #000; }
        #header .menu .active a { color: #9C0; }
        #header .menu li span { display: block; position: absolute; top: 0; left: 0; font-size: 12px; }
        #header .menu li ul { display: none; width: 600px; position: absolute; left: 0; }
        #header .menu .about ul { right: 47px; left: auto; }
        #header .menu li li { text-transform: none; font-size: 12px; padding: 0 15px 0 0; height: 36px; line-height: 18px; }
        #header .menu .about li { float: right; }
        #header .menu li li span { display: block; position: absolute; top: 0; left: 0; white-space: nowrap; }
        #header .menu .active li a { color: #999; }
            #header .menu .active li a:hover { color: #9C0; }
