
/* CSS Document */

body, div, img, ul, li, a, p, table, input, span, form, h1, h2, h3{ padding:0px; margin:0px; border:0px; list-style:none;}
.clearboth{ clear:both; width:0px; height:0px; _display:none;}

h1{ font-family:"微软雅黑"; font-size:18px; color:#555555; font-weight:normal; margin-top:10px; margin-bottom:15px; }
h2{ font-family:"微软雅黑"; font-size:16px; color:#666666; font-weight:normal; margin-bottom:8px; }

/* --------------TOP----------------- */
.index_top_bg{
	width:100%;
	height:92px;
	background:url(../image/top_bg.jpg) center repeat-x;
}

.index_top{
	position:relative;
	width:1000px;
	height:92px;
	margin:0 auto;
}

.i_t_logo{
	position:absolute;
	left:0px;
	top:34px;
	width:310px;
	height:39px;
	background:url(../image/logo.jpg) center no-repeat;
}

.i_t_search{
	position:absolute;
	right:20px;
	top:22px;
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-align:right;
}

.i_t_right1{
	float:right;
}

.i_t_right2{
	float:right;
	line-height:20px;
	padding-left:15px;
}

.srh_text{
	width:120px; 
	height:16px;
	color:#CCCCCC;
	line-height:16px; 
	border:1px #CCCCFF solid;
}

.srh_btn{
	width:35px; 
	height:18px; 
	font-size:12px; 
	color:#FFFFFF;
	cursor:pointer; 
	border:1px #CCCCCC solid; 
	padding:1px 3px;
	background-color:#666666;
}

.i_t_menu{
	position:absolute;
	right:0px;
	top:55px;
	width:600px;
}

.menu_ul{
	display:block;
	float:right;
	width:522px;
	text-align:center;
}

.menu_ul li{
	display:block;
	float:left;
	width:92px;
	height:24px;
	line-height:24px;
}

.menu_ul li a{
	font-family:"微软雅黑";
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

.menu_ul li a:hover{
	color:#3f7893;
}

.list_ul{
	display:none;
	position:relative;
	width:92px;
	background:url(../image/menu_bg.gif) center top no-repeat;
	border-bottom:1px solid #b7b7b7;
	padding-top:12px;
	padding-bottom:6px;
	z-index:999;
}

.list_ul li{
	float:none;
	width:92px;
	height:24px;
	line-height:24px;
	background:url(../image/menu_bg2.gif) center top repeat-y;
}

.list_ul li a{
	display:block;
	width:76px;
	height:24px;
	margin:0 auto;
	
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

.list_ul li a:hover{
	color:#666666;
	background-color:#CCCCCC;
}

.menu_ul .MouseOver a{
	color:#3f7893;
}

.menu_ul .list_ul li a{
	color:#666666;
}


/* --------------FOOTER----------------- */
.index_footer{
	width:1000px;
	height:32px;
	text-align:center;
	margin:0 auto;
	margin-top:25px;
}

.index_footer, .index_footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

.index_footer a:hover{
	color:#666666;
}

