
body {
	background:  #E0E0E0;
	font-family:'Microsoft YaHei','trebuchet MS', 'Lucida sans', 'Oxygen', 'Verdana', 'Tahoma',  'Arial',  'sans-serif';
	font-size: 62.5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
}

P {	COLOR: #000000; FONT-SIZE: 0.9em; LETTER-SPACING:0.01em; LINE-HEIGHT: 1em;  }

A {	FONT-SIZE: 0.9em; }

A:hover {COLOR: #ff0000;TEXT-DECORATION: underline}
A.top:link {	COLOR: #000000;}
A.top:hover {	COLOR: #ffffff;}
A.top:visited { COLOR: #ffffff;}

A:link, A:active {
	color: #000079;
	text-decoration: none;
}
A:visited{  
	color: #333333;
	text-decoration: none;
}
A:hover{
	color: #FF0000;
	text-decoration: underline;
}


.img, fieldset {
border: 0;
}
.img {
height: auto;
width: auto\9;
width:100%;
} 


td {font-size: 0.8 em; }
th {font-size: 1em; }


/*顶部固定菜单*/

#top {
    z-index: 20;
	position: fixed;
	width: 100%;
	height: 89px;
	padding: 0px;
	margin: auto;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#6C6C6C');  /*兼容ie*/
-webkit-box-shadow: #333 0px 0px 10px;
-moz-box-shadow: #333 0px 0px 10px;
box-shadow: #333 0px 0px 10px;

}

#top A:link, A:active {
	color: #fff; 
	text-decoration: none;
}
#top A:visited{  
	color: #fff;
	text-decoration: none;
}
#top A:hover{
	color: #FF0000;
	text-decoration: underline;
}

#top2 {
	z-index: 10;
	position: relative;
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: auto;
	top: 80px;
	left: 0px;
	text-align: center;
	background-color: #304979;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#6C6C6C');  /*兼容ie*/
	-webkit-box-shadow: #333 0px 2px 10px;
	-moz-box-shadow: #333 0px 3px 10px;
	box-shadow: #333 0px 2px 10px;
}
#top3 {
	z-index: 15;
	width: 70%;
	height: 160px;
	padding: 0px;
	text-align: center;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	position: absolute;
}


#header,#footer{
 width:100%;
 position: fixed;
 background:#000;
 left:0px;
 
}

#header{top:0;}
#footer{bottom:0;}

/*顶部固定菜end单*/

/*#search */
#search{
	border: 10px solid #CCCCCC;
	height: 35px;
	width: 600px;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 0 1px 1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.2);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	background-color: #FFF;
	
}
#search select{display:none;}
#search .select_box{
	font-size: 12px;
	color: #999999;
	width: 120px;
	line-height: 35px;
	float: left;
	position: relative;
	background-color: #FFC;
	border: 0px solid #CCC;
	border-radius: 5px 0px 0px 5px;
	text-align: left;
	
}
#search .select_showbox{
	height: 35px;
	text-indent: 0.5em;
	background-image: url(../images/search_ico.png);
	background-repeat: no-repeat;
	background-position: 100px center;
}
#search .select_showbox.active{
	background-image: url(../images/search_ico_hover.png);
	background-repeat: no-repeat;
	background-position: 100px center;
}
#search .select_option{
	display: none;
	left: -2px;
	top: 35px;
	position: absolute;
	z-index: 9;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding:0;
}
#search .select_option li{
	list-style-type:none;
	text-indent: 0.5em;
	width: 120px;
	cursor: pointer;

}
#search .select_option li.selected{background-color:#F3F3F3;color:#999;}
#search .select_option li.hover{background:#BEBEBE;color:#fff;}

#search input.inp_srh,

#search input.btn_srh{
	border:none;
	background:none;
	height:35px;
	line-height:35px;
	float:left
	
}

#search input.inp_srh{
	outline: none;
	width: 150px;
	text-indent: 0.5em;
	border: 0px solid #999;
	padding: 0;
}



#search input.btn_srh{
	color: #fff;
	font-family: "Verdana";
	font-size: 15px;
	width: 90px;
	background-image: url(images/bg-botton.png);
	float: right;
	border-radius: 0px 3px 3px 0px;
	border: 0px solid #CCC;
	background-color: #900;
}
#search input.btn_srh:hover{
	background-image: url(images/bg-botton2.png);
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #900;
}