@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#box {
	height: auto;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#top {
	height: 132px;
	width: 1010px;
}

#banner {
	background-image: url(img/banner1.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 1010px;
}
#middle {
	margin-top: 10px;
	height: auto;
}



#leftmenu1 {
	float: left;
	height: auto;
	width: 175px;
}
#menu_top {
	height: 30px;
	width: 175px;
	background-image: url(img/menu_top.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001C44;
	text-decoration: none;
	line-height: 30px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(img/menu_back.gif);
	height: auto;
	width: 145px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5DFE9;
	list-style-type: none;
	padding-left: 25px;
	background-repeat: repeat-y;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F87f17;
	text-decoration: none;
}
#menu_down {
	background-color: #EAEFF5;
	height: 30px;
	width: 169px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5DFE9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5DFE9;
}



#link {
	width: 161px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;

}
#main {
	float: right;
	height: auto;
	width: 835px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CAD4DE;
	background-color: #FAFBFC;
}


#main_txt {
	float: left;
	height: auto;
	width: 615px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-position: inside;
}
#main_right {
	float: right;
	height: auto;
	width: 210px;
	margin-top: 5px;
}
#rightlogin {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 210px;
	font-size: 12px;
}
#login_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #EAEFF5;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CAD4DE;
	border-right-color: #CAD4DE;
	border-left-color: #CAD4DE;
}

#notice {
	width: 208px;
	margin-top: 13px;
	border: 1px solid #DDE6EB;
}

#notice_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #EAEFF5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDE6EB;
	border-bottom-color: #DDE6EB;
	border-left-color: #DDE6EB;
	padding-top: 2px;
	padding-bottom: 2px;
}
#notice_txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	height: auto;
	width: 204px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
}


#fotter {
	clear: both;
	height: 80px;
	width: 1010px;
	background-color: #EAEFF5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}


	/*选项卡1*/
	#Tab1{
	width:210px;
	margin:0px;
    }
	/*菜单class*/
	.Menubox {
	width:210px;
	height:28px;
	line-height:28px;
	background-image: url(img/rightlogin_bg.gif);
	}
	.Menubox ul{
	list-style-image: none;
	list-style-type: none;
	}
	.Menubox li{
	float:left;
	display:block;
	cursor:pointer;
	width:52px;
	text-align:center;
	color:#333333;
	font-weight:bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	}
	.Menubox li.hover{
	width:52px;
	border-left:1px solid #A8C29F;
	border-top:1px solid #A8C29F;
	border-right:1px solid #A8C29F;
	color:#65813A;
	font-weight:bold;
	height:27px;
	line-height:27px;
	background-image: url(img/rightlogin_bg1.gif);
	background-color: #ffffff;
	}
	.Contentbox{
	clear:both;
	margin-top:0px;
	border:1px solid #A8C29F;
	border-top:none;
	height:140px;
	text-align:center;
	padding-top:8px;
	}
	
	
