@charset "utf-8";
/* CSS Document */

html{ max-height:100%; overflow:hidden; border:0; height:100%;}
* html { padding-right:0px; padding-left:0px; padding-top:40px;}
body {margin:0; overflow:hidden; max-height:100%; height:100%;}

#content {
	z-index: 3;
	right: 0;
	left: 0; /*overflow:auto;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100px;
}
#head {z-index:5; background:#fff; left:0; margin:0; width:100%; position:absolute; top:0; height:125px; text-align:center;}
#foot {z-index:5; background:#f1f1f1; left:0; margin:0; width:100%; bottom:0; position:absolute; height:90px; text-align:center; padding-top:10px; border-top:1px solid #ccc;}
.neirong{ width:100%; height:100%;}

.logo { width:240px; background:url(/static/images/logo.png) no-repeat; margin-right:50px;}

.nav{ height:35px; width:100%; margin-top:20px; text-align:center;  background:#177bc5; border-bottom:1px solid #1072bb;}
.topnav{ width:1000px; margin:0 auto;}
.topnav li {float:left; color:#fff;}
.topnav li a{ display:block; height:36px; padding:0px 15px; line-height:36px;color:#fff; font-size:14px;}
.topnav li .current { background:#004e88; }
