* { margin: 0; padding: 0; }
html, a, a:hover { }
body {
	font-family: "微软雅黑","microsoft yahei","华文黑体","Verdana","黑体";
	background: url("../images/background.png") ;
	color: #195380;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
li { list-style: none; }
img { border: 1; }
a { color: #ffde00; text-decoration: none; }
    a:hover { color: #0099ff; }
#container { margin: 0 auto; width: 1000px; background: #00f; }
#header { height: 55px; position: fixed;top: 40 width: 100%;z-index: 10; margin:0 auto; width: 100%; background: #0b1118; border-bottom: 5px solid #ffde00;}
    #header .logo { background: url(../images/logo.png) no-repeat 0 0; height: 68px; width: 386px; overflow: hidden; line-height: 90em; top: 2px; left: 5%; position: fixed; }
        #header .logo a { height: 0px; display: block; }
    #header .menu {    position: absolute;  margin: auto;  top: 18px; left: 38%; bottom: 0; right: 0;  }
        #header .menu ul { }
        #header .menu li { float: left; position: relative; padding: 0 62px 0 0; font-size: 20px; text-transform: uppercase; background: #0b1118; }
        #header .menu .active a { color: #195380; }
        #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: 18px; padding: 20px 30px 0px 20px;; line-height: 20px;background: #0d181f; }
		#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: #ffde00; }
            #header .menu .active li a:hover { color: #195380; }
.arrowLeft {
}
