
/* CSS Document */
* {margin:0; padding:0;}
a{color:#000; text-decoration: none;}
a:hover, a:focus {color:#000; text-decoration:underline; }
body,html{font-size:12px; color:#000; font-family:宋体;background:#e7e7e7 url(../image/bg.gif) center top repeat-x; }
table, div{color:#555;}
select, textarea{border:1px solid #B7B6B6;background:#FFF; font-family:宋体; font-size:12px;vertical-align:middle;}
form, ul, ol, dl, table, div, h1, h2, h3 ,h4,h5 {margin:0;padding:0;}
address{padding:0; margin:0;}
img, fieldset {border:0;}
select, input, li img {vertical-align:middle;}
ul, li, ol {list-style-type : none;}
legend, hr, caption {display:none;}
.accessibilityHide{display: none;}
.positon_relative{position:relative;z-index:2;}
.pr{position:relative}
.bg_none{background-image:none!important}
.dis_no{display:none; }
.fl{float:left;}


/*=================内页_工厂图片=========*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	




/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}
#sidebar p a:hover{ border-bottom: 1px dotted #fff; }	

#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{ color: inherit; }

#nav{ list-style: none; margin: 2.0em 0; width: 15em;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	border-bottom: 1px solid #1a1a1a;
	color: #eee;
	background-color: #333;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	}	


