/* 通用样式 */
/* Common CSS
----------------------------------------------------------------------*/
*, ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5;
	color: #003399;
	text-align: center;
}
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#003399;
	text-decoration:underline;
}
img {
	border:0;
}
p {
	margin:8px 0px;
}
h2, h3 {
	font-size:12px;
	font-weight:normal;
}
input{
	font-size:12px;
	color:#000000;
	height:16px;
}
input.btn_01{
	font-size:12px;
	color:#000000;
	height:30px;
	padding:0 5px;
}
input.btn_02{
	font-size:12px;
	color:#000000;
	height:22px;
	padding:0 5px;
}
select{
	font-size:12px;
	color:#000000;
	height:20px;
}
textarea{
	font-size:12px;
	color:#000000;
	/*margin:3px;*/
	padding:3px;
}
.floatleft
{
	float:left;
}

.width-25
{
	width:25%;
}
.clear
{ 
	clear:both;
}

.padding3
{ 
	padding:3px;
}

.padded-bottomborder
{
	font-size:12px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	margin-top:10px;
	margin-bottom:3px;	
}


/*Conform CSS
----------------------------------------------------------------------*/
.container {
	width:950px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
/*Header CSS
----------------------------------------------------------------------*/
.header {
	float:left;
	width:950px;
	height:92px;
	background:url(../images/mainnav_bg_shadow.gif) repeat-x bottom;
	padding-bottom:11px;
	clear:both;
	z-index:10;
}
.pullmenu_box{
	display:block;
	width:80px;
	float:left;
	position: absolute;
	background:#ffffff;
	height:auto;
	border:1px #7777ad solid;
	left: 420px;
	top: 92px;
	padding:1px;
}
.pullmenu_box ul{
	width:80px;
	height:auto;
	overflow:hidden;
	float:left;
}
.pullmenu_box ul li{
	float:left;
	width:80px;
	height:20px;
	overflow:hidden;}
.pullmenu_box ul li a{
	float:left;
	width:80px;
	height:20px;
	display:block;
	text-align:left;
	line-height:21px;
	 margin-left:3px;
	}
.pullmenu_box ul li a:hover{
	display:block;
	background:#7777ad;
	color:#ffffff;
	text-decoration:none;}
	
.header .newico
{
	width:31px; 
	height:31px; 
	background:url(../images/mainnav_new_ico.gif) no-repeat; position:absolute; top:53px; left: 912px;
}
.header_in {
	width:950px;
	height:92px;
	overflow:hidden;
	background:url(../images/mainnav_bg.gif) no-repeat bottom;
}
.sitelogo {
	float:left;
	width:277px;
	height:66px;
	overflow:hidden;
	margin-top:10px;
}
.topnav {
	float:right;
	height:25px;
	overflow:hidden;
	margin:10px 10px 0 0;
	text-align:right;
	line-height:25px;
	display:inline;
	color:#999999;
}
.topnav a {
	height:25px;
	overflow:hidden;
	line-height:25px;
	padding:0 5px;
	color:#999999;
}
.state {
	float:right;
	height:25px;
	overflow:hidden;
	margin:10px 10px 0 0;
	text-align:right;
	line-height:25px;
	color:#666666;
	display:inline;
}
.state span {
	float:right;
	width:112px;
	height:21px;
	overflow:hidden;
	margin-top:10px;
}
.state span a {
	display:block;
	float:right;
	padding:0 15px;
	height:19px;
	overflow:hidden;
	background:url(../images/btn_bg_02.gif) repeat-x 0 1px;
	border:1px #7777aa solid;
	text-align:center;
	color:#000000;
	text-decoration:none;
	line-height:19px;
}
/*Mainnav CSS-----------------------------*/
.mainnav {
	float:right;
	clear:right;
	width:540px;
	height:30px;
	overflow:hidden;
	margin-top:27px;
}
.mainnav ul {
	float:left;
	width:auto;
	height:30px;
	overflow:hidden;
}
.mainnav ul li {
	float:left;
	height:30px;
	width:105px;
	overflow:hidden;
}
.mainnav ul li a {
	display:block;
	float:left;
	height:30px;
	width:105px;
	overflow:hidden;
	line-height:33px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	background:url(../images/mainnav_vline.gif) no-repeat 0px 8px;
}
.mainnav ul li.no1 a {
	display:block;
	float:left;
	height:30px;
	width:105px;
	overflow:hidden;
	line-height:33px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	background:none;
}
.mainnav ul li a:hover {
	display:block;
	float:left;
	height:30px;
	width:105px;
	overflow:hidden;
	line-height:33px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	text-decoration:none;
}
/*Footer CSS
-----------------------------------------------------------------------------*/
.footer {
	float:left;
	width:950px;
	height:50px;
	overflow:hidden;
	border-top:1px #cccccc solid;
	background:url(../images/footer_bg_shadow.gif) repeat-x 0 1px;
	margin:15px auto;
	text-align:center;
	padding-top:10px;
	clear:both;
}
.footer_in {
	float:left;
	width:920px;
	height:40px;
	overflow:hidden;
	margin-left:10px;
	text-align:center;
	line-height:20px;
	color:#999999;
}
.footer_in b {
	font-size:10px;
	font-weight:normal;
}
