/*   基本信息   */
* {padding:0px; margin:0px;font-family:仿宋;}
body{ font:12px Tahoma; text-align:center; /* background:url(../images/back.gif); */ background-position: center;background-attachment: fixed;}
a:link,a:visited {text-decoration:none} a:hover{}
.clear{ clear:both }
img { border: 0px}

/*   页面层容器  */
#top{
	margin-top: 80px;
}
#button{
    margin-right: 1px; float: right;
}
#container {width:1003px; margin:0px auto;text-align:left}
/*页面头部*/
	#header {margin:0px;}
	#header a {color:white}
		#banner {
			 /* background:url(../images/banner.jpg) no-repeat; */ /*加入背景图片*/
			 width:100%; /*设定层的宽度*/
			 margin:auto; /*层居中*/
			 /* height:220px; *//*设定高度*/
			 border-bottom:5px solid #EFEFEF; /*画一条浅灰色实线*/
		}
	#PageBody{
		margin-top: 5px;
		font-size: 14px;
		line-height: 20px;
	}
		.sep{ padding:6px;height:20px;
		      /* background:url(../images/bg16.gif); */
			  /* background: #4169E1; */
              border-bottom: 2px #00BFFA solid;
			  color:black;
			  font-weight:bold;}
		#SideBar{ width: 20%; float: left; padding: 0px; 
				  background: #FFFAFA;
				  border-right:1px dashed #00BFFA;
				  /* border-top: 4px solid red; */ 
				  height: 100%;color: white}
		    #SideBar a{color:black;}
			.nav_item{ width:80%; height:30px; padding: 10px 0 0px 20px; border-bottom:1px solid gray}
			span{ display:block;text-align:center }
			#side_link { margin-top:20px}
			
        #more{ float:right; margin-top:-8px;

		
		}

		#pageleft{ width:35%; float: left;
		    margin-top:2px;
			margin-left:1px;
			padding:10px 0 10px 0;
			border:1px #00BFFA solid;
			line-height:10px;
			font-size: 16px;
		 }
		
		#pagemiddle{ width: 35%; float: left;
			margin-top:2px;
			margin-left:2px;
			text-align:center;
			padding:10px 0 10px 0;
			border:1px #00BFFA solid;
			line-height:10px;
			font-size: 16px; 
		}
		
		#pageright{ width: 287px; float: right;
			margin-top:2px;
			margin-right:1px;
			text-align:center;
			padding:10px 0 10px 0;
			border:1px #00BFFA solid;
			line-height:10px;
			font-size: 16px; 
		}

		#MainBody{ width: 78%; height: 100%; float: right; }
			#intro_title{ display:block; border-bottom:2px solid #00BFFA;height:30px}
			#intro{ margin-top:10px; padding:10px 10px 10px 0px; text-indent: 2em;
					line-height:2em; border-right: 1px dashed #00BFFA }
			#intro_img{ width:320px; height:186px; float:left; margin:0px 10px 0px 10px; }
			.intro_img_all{width:320px; height:186px;margin:20px}
			#news{ width:100%; height:100%;}

			.product{margin-left:20px; width:90%; }
			.product table, .product td{ border: 1px solid #00BFFA; text-align:center}
			.product caption{ font-weight: bold;}
			.product_img{width:160px; height:160px; float:left; margin:0px 10px 0px 10px; }
			.product_des{ width: 60%; height: 120px; margin-left:40px; float:left; }
	#footer{
		margin-top:5px;
	    text-align:center;
	    padding:10px 0 10px 0;
        border:1px #00BFFA solid;
		line-height:20px;
		font-size: 12px;
	}





