﻿/**global begin**/
*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
body{
	background-color: #393332;
}
a{
	text-decoration: none;
}
img{
	border: 0;
	outline: medium none;
}
ul{
	list-style: none;
}
p{
	line-height: 23px;
	color: #808080;
	padding: 7px;
}
.center{
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.w1000{
	width: 1000px;
}
.wrap{
	width: 1000px;
}
.page-width{
	width: 1024px;
}
.page-width-padding{
	width: 996px;
	padding: 0 14px;
}
.page-color{
	background-color: #f7f8f8;
}
/**global end**/

/**header start**/
.header{
	height: 150px;
	background: url("../images/top-bg.jpg") 50% 0 no-repeat #3E227D;
}
.space{
	color: #C7B299;
}
.top-link{
	text-align: right;
	position: relative;
	top: 120px;
}
.top-link a{
	font-size: 11px;
	color: #C7B299;
	padding: 0 3px;
}
.top-link a:HOVER{
	text-decoration: underline;
}
/**header end**/

/**nav begin**/
.nav-box{
	position: relative;
}
.nav-box-fix{
	position: fixed;
	top: 0;
	z-index: 99991;
	left: 0;
  	right: 0;
}
.nav-row{
	height: 37px;
	text-align: center;
	background: url("../images/nav-bg.jpg") repeat-x;
}
.nav{
}
.nav ul li a{
	outline: none;
}
.nav { width:1024px; height:37px;_overflow: hidden;position: relative;}
.nav li{position: relative;}
.nav li,.nav li a { float:left; display:block;height:37px; }
.nav li a { width:100%; text-indent:-9999px;background:url(../images/nav.jpg) no-repeat 0 0;}

.nav .n01 { width:106px; }
.nav .n01 a:hover,.nav .n01 .current{ background-position:0 -37px; }

.nav .n02{width: 109px;}
.nav .n02 a{ background-position:-106px 0; }
.nav .n02 a:hover,.nav .n02 .current { background-position:-106px -37px; }

.nav .n03{width: 102px;}
.nav .n03 a{ background-position:-215px 0; }
.nav .n03 a:hover,.nav .n03 .current { background-position:-215px -37px; }

.nav .n04{width: 94px;}
.nav .n04 a{ background-position:-316px 0; }
.nav .n04 a:hover,.nav .n04 .current { background-position:-316px -37px; }

.nav .n05{width: 95px;}
.nav .n05 a{ background-position:-410px 0; }
.nav .n05 a:hover,.nav .n05 .current { background-position:-410px -37px; }

.nav .n06{width: 99px;}
.nav .n06 a{background-position:-505px 0;}
.nav .n06 a:hover,.nav .n06 .current{background-position:-505px -37px; }

.nav .n07{width: 83px;}
.nav .n07 a{background-position:-606px 0;}
.nav .n07 a:hover,.nav .n07 .current{background-position:-606px -37px; }

.nav .n08{width: 97px;}
.nav .n08 a{background-position:-689px 0;}
.nav .n08 a:hover,.nav .n08 .current{background-position:-690px -37px; }

.nav .n09{width: 238px;}
.nav .n09 {background-image:url(../images/nav.jpg);background-position:-786px 0;}


.nav li ul{
	z-index: 99999;
	position:absolute;
	background: url(../images/sub-bg.gif) repeat-x #fff;
	width: 200px;
	top:37px;
	left:0;
	display:none;
	border: 1px solid #fff;
}
.nav li ul li{
	width: auto;
	float: none;
	height: 32px;
}
.nav li ul li a:HOVER{
	background-color: #58595B;
	color: #E9E9EA;
}
.nav li ul li a{
	background: none;
	text-indent: 0;
	height: 32px;
	width:184px;;
	color:#4D4D4D;
	line-height:32px;
	text-align:left;
	padding-left: 16px;
}

.nav-shadow{
	height: 24px;
	background: url("../images/nav-shadow.png") repeat-x;
	_background: url("../images/nav-shadow.gif") repeat-x;
	position: absolute;
	z-index: 999;
}
/**nav end**/
/**lins nav begin**/
#links{
	background: url("../images/links-bg.jpg");
	height: 148px;
}
.links{
	text-align: center;
	padding-top: 40px;
}
.links a{
	line-height: 35px;
	margin: 0 11px;
	font-weight: bold;
	color: #fff;
}
.links a:HOVER{
	text-decoration: underline;
}
.watermark{
	height: 148px;
	background: url("../images/links-watermark.jpg") 50% 0 no-repeat;
}
/**lins nav end**/
/**footer nav begin**/
.footer{
	background-color: #9C1421;
	color: #C7B299;
	height: 35px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}
/**footer nav end**/
/**gotop begin**/
.gotop{
	width: 30px;
	height: 61px;
	top: 45%;
	_display:none;
	position: fixed;
	right: 0;
}
.gotop a{
	width: 30px;
	height: 61px;
	display:block;
	background:url("http://en.coe.pku.edu.cn:8080/upload/coe/images/focus/common/cn/gotop.png") no-repeat;
}
.gotop a:ACTIVE{
	width: 30px;
	height: 61px;
	display:block;
	background:url("http://en.coe.pku.edu.cn:8080/upload/coe/images/focus/common/cn/gotop-click.png") no-repeat;
}
/**gotop end**/