/***********************************************/
/* screen.css  全站基础样式                    */
/***********************************************/

/********************HTML tag styles***************************/

*{margin:0px;padding:0px;}
body{
	font-family: 宋体;
	color:#555;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	text-align:left;
	background-color:#fff;
}

img{border:0px;}
a{cursor:hand;text-decoration:none; color:#555;}
a:hover{color:#009900; }
.clearfix{clear:both; height:0px;}
.fontgray{color:#333333}
.fontwhite{color:#fff}
.fontred{color:#FF0000}
.fontgreen{color:#009933;}
.ln150{line-height:150%}
.ln180{line-height:180%}
.space1{clear:both; height:20px; font-size:0px;}
.title1{line-height:29px; padding-left:20px; font-size:14px; color:#FFFFFF; font-weight:bold}
/*******************top Divs****************************/
#top{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:88px;
}
.logo {width:200px; height:37px; float:left; padding:40px 25px 5px 15px;}
.top_nav{
	float:right; 
	padding-top:10px;
	background-image:url(/images/top_menu_bg.gif);
	background-repeat:no-repeat;
	height:34px;
	width:500px;
	text-align:right;
}
/******************menu Divs*****************************/
#menu{
position: relative;
width:960px;
margin-left:auto;
margin-right:auto;
height: 34px;
padding: 0px;
background-image: url(/images/menu_bg.gif);
clear:both;
}

#menu_l {
	position: absolute;
	top: 0px;
	left:0px;
}

#menu_r {
	position: absolute;
	top: 0px;
	right:0px;
}

#menu_link{
	position: absolute;
	min-width: 950px;
	padding: 0px;
	margin: 0px;
	line-height:34px;
	height:34px;
	left:10px;
	text-align:center;
}
/************** bottom styles ****************/

#footer{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	border-top:3px solid #17be07;
	text-align:left;
	height:40px;	
	line-height:35px;
	padding:5px 0 0 0;

}

#footer span{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer p{line-height:35px;}

.inputbox{line-height:20px; padding:3px; border:1px #CCCCCC solid;}
.inputbox2{line-height:14px; padding:2px; border:1px #CCCCCC solid;}
.inputbox3{line-height:14px; padding:2px; border:1px #CCCCCC solid; width:150px;}
.select
{
	padding:2px;
    width: 246px; 
	color: #000;
    border-style: none;
    border:1px solid #CCCCCC; 


}
.select2
{
	padding:2px;
    width: 120px; 
	color: #000;
    border-style: none;
    border:1px solid #CCCCCC; 


}