*{
	margin:0;
	padding:0;
}
body{
	width:1264px;
	font-size:12px;
	font-family:"微软雅黑";
	background-color:#000000;
}	
img{
	border:0;
}
a{
	text-decoration:none;
	outline:none;
	hide-focus: expression(this.hideFocus=true);
}
ul,li{
	list-style:none outside;
	overflow:hidden;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
	font-size:0;
}
/* === css for .nav === */
.nav{
	padding-top:10px;
	color:#FFFFFF;
}
.nav ol{
	font-size:18px;
	float:left;
}
.nav li{
	float:left;
	padding:0 20px;
}
.nav li a{
	color:#FFFFFF;
}
.nav ul{
	font-size:16px;
	float:right;
}
.nav ul li{
	padding:0 5px;
	font-weight:bold;
}
/* === css for .left === */
.left{
	float:left;
	width:632px;
	height:638px;
	background:url(../images/bg_01.jpg) no-repeat left top;
}
/* === css for .left_1 === */
.left_1{
	background-image:url(../images/bg_09.jpg);
}
/* === css for .right === */
.right{
	float:left;
	width:632px;
	height:638px;
	background:url(../images/bg_02.jpg) no-repeat left top;
}
.right img{
	margin:223px 0 0 128px;
}
/* === css for .right_1 === */
.right_1{
	overflow:hidden;
	background-image:url(../images/bg_08.jpg);
}
.right_1 ul{
	margin:280px 0 0 180px;
}
.right_1 ul li{
	height:30px;
	width:500px;
	font-size:18px;
	color:#ffffff;
}
.right_1 ul li.title{
	height:40px;
}
.right_1 ul li.remark{
	height:120px;
}
.right_1 ul li input{
	width:135px;
	padding:0 3px;
	height:21px;
	line-height:21px;
	border:0;
	color:#ffffff;
	background:url(../images/bg_10.jpg) no-repeat left top;
}
.right_1 ul li a{
	float:left;
	width:53px;
	height:18px;
	font-size:14px;
	padding-bottom:7px;
	text-align:center;
	color:#000000;
	margin-left:73px;
	margin-top:5px;
	display:inline;
	background:url(../images/bg_11.jpg) no-repeat left 2px;
}
.right_1 ul li span{
	float:left;
}
.right_1 ul li.remark textarea{
	height:115px;
	width:220px;
	resize:none;
}
.showAdmin{
	display:none;
}