/* 通用样式表 */

*,body{
	margin:0px;
	padding:0px;
	font: gb2312;
	
}

/*链接默认样式*/
a:link{
	color:#000;
	text-decoration:none;
}
/*	访问过的链接 */
a:visited{
	color:#000;
	text-decoration:none;
}
/*	鼠标停留	 */
a:hover{
	text-decoration:underline;
	color:#ff0000;
}
/*	点击时	*/
a:active{
	text-decoration:underline;
	color:#ff0000;
}

ul,li{
	margin:0px;
	padding:0px;
}

#header{
	position: fixed;
	margin:0 auto;
	width: inherit;
	background:#fff;
	background:url(webtop2.png) #fff no-repeat;
	background-position: center;
	height:150px;

}
#nav{
	margin:0 auto;
	width:100%;
	height:30px;
	background:url(nav.png) repeat-x;
}
#nav ul{
	list-style:none;
	padding-left:28px;
	color:#fff;
}

#nav li{
	float:left;
	line-height:30px;
	height:30px;
	font-size:14px;
	margin:0 4px;
	font-family:宋体, Arial, Helvetica, sans-serif;

}

#nav li a{
	display:block;
	text-align:center;
	height:30px;
	text-decoration:none;
	color:#fff;
	width:70px;
	margin:0px 3px;
	line-height:30px;
	font-size:14px;



}
#nav li a:hover{
	text-decoration:underline;
}

#banner{
	width:400px;
	margin:0 auto;
	height:50px;
	left: 544px;
	top: 25px;
	position: absolute;
}

#allbox{
	width:1000px;
	margin:0 auto;
}

#leftside{
	float:left;
	width:22%;
}

.leftbox{
	padding-right:10px;
	padding-bottom:10px;
}
h3{
	line-height:24px;
	text-align:center;
	font-size:14px;
	background:url() #F9E8D5 repeat-x ;
	background-position:left top;
	border:1px #D7C1A8 solid;
	color:#EB794C;
}

.leftbox2{
		border-left:1px #D7C1A8 solid;
	border-right:1px #D7C1A8 solid;
	border-bottom:1px #D7C1A8 solid;
	padding-top:10px;
	padding-bottom:10px;

	

}

.pxzx{
	
}
.pxzx ul{
	list-style:disc inside;
	text-align:center;
	padding:8px;
}
.pxzx li a{
	font-size:14px;
	line-height:20px;
	
}
#midibox{
	float:left;
	width:56%;
}

.midibox{
	
}

h4{
	line-height:24px;
	text-align:left;
	font-size:14px;
	background:url() #F9E8D5 repeat-x;
	background-position:left top;
	padding-left:20px;
	border:1px #D7C1A8 solid;
	color:#EB794C;

}

.leftbox3{
		border-left:1px #D7C1A8 solid;
	border-right:1px #D7C1A8 solid;
	border-bottom:1px #D7C1A8 solid;
	padding:10px;
	background:url() no-repeat;
	background-position:30px top;
	height:auto;
	

}


#rightside{
	float:right;
	width:22%;
}


.rightbox{
	padding-left:10px;
}


#footer{
	width:1000px;
	height:80px;
	margin:0 auto;
	background:teal;
}
form{
	padding-left:40px;
	padding-top:10px;
}
.logintext{
	width:100px;
	line-height:25px;
}
.passbox{
	margin-left:10px;
	border:1px #ccc solid;
	line-height:25px;
}
.namebox{
	margin-left:5px;
	border:1px #ccc solid;
	line-height:25px;
}

.neirong{
	padding-left:10px;
	padding-right:10px;
}
