/* CSS Document */
body{margin:0; font-size:12px; font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;}
a:link{ color:#000000; text-decoration:none;}
a:visited{ color:#000000; text-decoration:none;}
a:hover{color:#000000; text-decoration:none;}
a:active{color:#000000; text-decoration:none;}
a img{border:0;}
img{vertical-align:baseline;}
ul,ol{ list-style:none;}
ul,ol,dl,dd,dt,h1,h2,h3,h4,h5,h6,em,i,dfn,strong,p,form{font-weight:normal;font-style:normal; margin:0; padding:0;}
.clear{clear:both;}


.header{
	// background: #fff;
}
.header .top{
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background: url(imagestop_bg.jpg) no-repeat center;
	position: relative;
}
.header .logo{
	width: 90px;
	position: absolute;
	top: 15px;
	left: 20px;
}
.header .sch_line{
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(imagessch_line.png) no-repeat bottom right;
	border-bottom: 1px #fff dashed;
	line-height: 30px;
	height: 30px;
	width: 125px;
	
}
.header .sch_line a{
	padding-left: 25px;
	color: #fff;
}
.header .clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.header .nav{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	height: 30px; 
	line-height: 30px; 
	background: #fb811c;  
	position: relative; 
	z-index: 1;  
}
.header .nav a{
	color:#333;  
}
.header .nav .nLi{
	float:left;  
	position:relative; 
	display:inline;  
}
.header .nav .nLi h3{ 
	float:left; 
	width: 90px; 
}
.header .nav .nLi h3 a{ 
	display:block; 
	font-size:16px; 
	color: #fff;
}
.header .nav .sub{ 
	display:none; 
	width:90px; 
	left:0; 
	top:28px;  
	position:absolute; 
	line-height:30px;
	border: 1px #fff solid;
}
.header .nav .sub li{ zoom:1;background: #f99a48;border-bottom: 1px #ffb677 solid;}
.header .nav .sub li a{color: #fff;}
.header .nav .sub li a:hover{
 }
.header .nav .sub a{ 
	display:block; 
	padding:0 10px; 
}
.header .nav .sub a:hover{ 
	  
}
.header .nav .on h3 a{ 
	  
}


.footer{
	border-top: 5px #ccc solid;
	width: 1000px;
	margin: 0 auto;
}
.footer .copy{
	text-align: center;
	line-height: 24px;
	padding: 15px 0;
}