*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.gray{
    color: #963;
}
ul,ol{
    list-style: none;
}
body{
    font-size: 14px;
}
.clearfix:after{
    content:".";
    visibility: hidden;
    height: 0;
    display: block;
    clear:both;
  }
  #top{
	
	width:500px;
	height: 50px;
	line-height: 50px;
	
	margin: 0 auto;
	text-align: center;
	font-size: 38px;
    color: #963;
}
li{
	
	width: 1000px;
	margin: 0 auto;
}
a{
	
	width: 500px;
	padding: 20px;
}
.b1{
	color: #963;
	float: left;
}

#topbar{
	width:1350px;
	height: 30px;
	margin: 0 auto;
	background-color:#ccc; 
}
a:hover{
	color: #963;
}
.nav{
	width:1350px;
	height: 30px;
	background-color: #FBFBFF;
	margin: 0 auto;
}
.nav .active{
    color: #963;
}