@charset "utf-8";
/* 主体布局 */
body {
	font-family:"微软雅黑", Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment: fixed;
	position: absolute;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {color: #FFFFFF; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: none;}
a:active {color: #FFFFFF; text-decoration: none;}
/*css reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,strong,var {font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;} 
caption{text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
q:before,q:after {content:''} 
abbr,acronym { border:0}

/*文字排版、颜色、线条*/
.f10{font-size:10px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f16b{
	font-size:16px;
	font-weight: bold;
	color: #069;
	line-height: 40px;
}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f25{font-size:25px;}
.f30{font-size:30px;}
.f40{font-size:40px;}
.f60{font-size:60px;}
.blue{color: #069;}
.red{color: #C00;}
.Gray{color: #999;}
.line01{
	width:630px;
	height: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
.title{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
	margin-left: 20px;
	margin-top: 230px;
	width: 290px;
	background-color: #000;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
	filter:Alpha(opacity=40);
}
.menu{
	background-color: #000;
	width: 290px;
	margin-left: 20px;
	filter:Alpha(opacity=40);
}
.menu ul{
}
.menu ul li{
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.menu ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.menu ul li a:link{}
.menu ul li a:hover{
	background-color: #FFF;
	color: #333;
	filter:Alpha(opacity=100);
}
.menu ul li a:visited{}
.menu ul li a:active{}


.CopyRight{
	filter:Alpha(opacity=40);
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #000;
	color: #999;
	padding-left: 4px;
	margin-top: 10px;
	width: 286px;
}
