html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #333333;
	background-color: #ffffff;
	font-size: 13px;
	font-family: "宋体", "宋体-方正超大字符集";
	margin: auto;
	line-height: 120%;
	text-align: center;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
div {
	margin: auto;
	text-align: left;
}
p {
/*	text-indent: 2em; */
	text-align: left;
	line-height: 150%;
	word-spacing: 0.3em;
	letter-spacing: 0.1em;
}
img {
	border: 0px;
}
.divLeft {
	text-align: left;
}
.divCenter {
	text-align: center;
}
.divRight {
	text-align: right;
}

/* 设置首页为该网站 */
#setHomePage {
	width: 750px;
	text-align: right;
	margin-top: 5px;
}

/* Logo区 */
#topImages {
	width: 750px;
	margin-top: 2px;
	clear: both;
	height: 68px;
}
#logo {
	float: left;
	width: 245px;
}
#bannerTop {
	float: right;
	width: 440px;
}
/* 页头导航区 */
#topMenu {
	width: 750px;
	background-color: #FF6600;
	line-height: 24px;
	clear: both;
}
#topMenu ul {
	list-style-type: none;
	display: inline;
}
#topMenu li {
	float: left;
}
#topMenu li a {
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: none;
	font-family: "黑体", "宋体", "宋体-方正超大字符集";
	font-size: 14px;
	display: block;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	vertical-align: middle;
}
#topMenu li a:link {
}
#topMenu li a:visited {
}
#topMenu li a:hover {
	background-color: #CCCCCC;
	color: #FFFF33;
	font-weight: bold; 
}
#topMenu li a:active {
	background-color: #FFFF33;
	color: #FF6600;
	font-weight: bold;
}
#topMenu li#topMenuOne a {
	width: 60px;
}
#topMenu li#topMenuTwo a {
	width: 68px;
}
#topMenu li#topMenuThree a {
	width: 68px;
}
#topMenu li#topMenuFour a {
	width: 68px;
}
#topMenu li#topMenuFive a {
	width: 68px;
}
#topMenu li#topMenuSix a {
	width: 68px;
}
#topMenu li#topMenuSeven a {
	width: 68px;
}
#topMenu li#topMenuEight a {
	width: 68px;
}
#topMenu li#topMenuNine a {
	width: 68px;
}
#topMenu li#topMenuTen a {
	width: 68px;
}
#topMenu li#topMenuEleven a {
	border: 0px;
	width: 68px;
}
#spaceWhite {
	width: 750px;
	background-color: #FF6600;
	height: 5px;
	margin-top: 1px;
	margin-bottom: 5px;
	font-size: 5px;
	line-height: 5px;
}

/* 内容区域 */
/* 路径符号 */
#signPath {
	height: 9px;
	width: 9px;
}

/* 页脚 */
#bottomLineSpace{
	width: 750px;
	height: 10px;
	clear: both;
	font-size: 10px;
	line-height: 10px;
}
#bottomMenu {
	clear: left;
	width: 750px;
	border-top: 1px solid #CCCCCC;
}
#bottomMenu ul {
	list-style-type: none;
	display: inline;
}
#bottomMenu li {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-top: 10px;
}
#copyright{
	width: 750px;
	margin-top: 5px;
}

