*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background: #fff url(../images/topmenu.png) repeat-x 0 0;*/
	color: #333;
	background:#fff;
}
table{
	table-layout: fixed;
}
a{
	font-size: 12px;
	font-weight: normal;
	color: #5552cb;
	text-decoration: none;
}
a:hover{
	background: #5552cb;
	color: #fff;
}
a.logo{
	border:0;
	float: left;
}
a.logo:hover{
	background: #fff;
}
img{
	border:0;
}
ul{
	list-style: none;
}
td{
	text-align: left;
}
input{
	padding: 5px;
}

/* 对齐方式 */
.floatCenter{
	margin: 0 auto;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.underLine{
	text-decoration: underline;
}

/* 主要模块 */






.top_header{
	border-bottom: 4px solid #FEA137;
	float: left;
	width: 960px;
	position: relative;
	margin-bottom: 10px;
}
a.logo{
	background: url(simpleLogo.gif) no-repeat 0 0;
	width: 125px;
	height: 45px;
	display: block;
	position: absolute;
	left: 5px;
	top: 10px;
}
a.logo:hover{
	background: url(simpleLogo.gif) no-repeat 0 0;
	width: 125px;
	height: 45px;
	display: block;
	position: absolute;
	left: 5px;
	top: 10px;
}
.nav{
	margin:40px 0 0 150px;
}
.nav li{
	float: left;
	margin-right: 2px;
}
.nav a{
	border: 1px solid #FFB500;
	border-bottom: 0;
	background: #FFF4D2;
	font-size: 12px;
	display: block;
	padding: 10px 10px 3px 10px;
	color: #000;
}
.nav a:hover{
	background: #FFA238;
}
.nav a.active{
	background: #FFA238;
	color: #fff;
	text-decoration: underline;
}
.nav a.highLight{
	background: #FCE49A;
}









.container{
	width: 960px;
	margin: 10px auto;
}
.header{
	float: left;
	width:100%;
	height: 65px;
	background: url(../images/header.gif) no-repeat;
}
.header h1{
	font-size: 36px;
	color: #b60306;
	padding: 10px 0 0 30px;
	font-weight: normal;
	font-family: "微软雅黑", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 40px;
}
.content{
	width: 695px;
	float: left;
}
.sideBar{
	width: 240px;
	float: right;
}
.per{
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 0 10px 0;
}
.per img{
	width: 230px;
}
.per h4{
	text-align: center;
	padding: 8px 0 0 0;
}
.per p{
	margin: 5px 0;
	line-height: 18px;
}
.banner{
	width: 685px;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
.info{
	background: #eee;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
.text{
	border:1px solid #ccc;
	padding: 5px 20px;
	margin: 0 0 10px 0;
	line-height: 20px;
}
.text h3{
	text-align: center;
	padding: 0 0 20px 0;
}
.text p{
	text-indent:2em;
	margin: 0 0 10px 0;
}
.relation{
	padding: 5px 20px;
	border: 1px solid #ccc;
}
.relation ul{
	padding: 8px 0 0 15px;
}
.relation li{
	list-style: square;
	color: #5552cb;
	padding: 0 0 3px 0;
}
.footer{
	padding: 10px;
	height: 20px;
	float: left;
	width: 960px;
	clear: both;
	display: block;
}

.Footer{clear:both;margin: auto;padding-top:20px;}
.PartnerFooter{clear:both;width:778px;margin:auto;text-align:center;}
.Footer .FB{ text-align:right;padding:0 0 3px 0;color:#AAA}
.Footer .FL{clear:both;border-top:#000 1px solid;}
.Footer .SI{padding:4px 0 4px 5px;float:left;}
.Footer .SL{padding:4px 5px 4px 0;float:right;}
.Footer .SA{clear:both;margin:0;padding:0 0 20px 5px;color:#AAA;text-align:left;}