a:link {
	/* white-space: nowrap; */
	color: #333;
	text-decoration: none
}
a:visited {
	color: #333;
	text-decoration: none
}
a:hover {
	cursor: pointer;
	text-decoration: underline
}
a:active {
	text-decoration: none
}
a:focus {
	outline:none;
}
body {
	background:#fff;
	padding: 0;
	margin: 0;
	color: #333;
	font-family: SimHei, serif;
	font-size: 16px;
	overflow-y: scroll;
}
p {
	font-style:oblique;
}
img {
	vertical-align:bottom;
	outline-width:0;
	border:0
}
/*下载页面和帮助页面顶部 table部件EFC475*/
/*下面两条是兼容IE6，为的是tb固定显示（position:fixed）*/
* html body {
	overflow-y: hidden;
}
* html,* html body{
	background-image:url(about:blank);
	/*background-attachment:fixed;*/
}
* html #tb{
	position:absolute;
	left:0;
	top:expression(eval('document.documentElement.scrollTop'))
}
#tb {
	background:#eec881;
	border-bottom:1px solid #AD9F56;
	width:100%;
	height:50px;
	position:fixed
}
#tb td {
	padding-top:2px
}
#button {
	height: 35px;
	line-height:35px;
	border: 1px solid #777;
	color: #333;
	padding: 0;
	border-radius: 7px;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center; /* 垂直居中 */
	background: #F9F0DA
}
/* d.html和h.html页面底部 */
#mz {
	height:90px;
	line-height:90px;
	background:#aaa;
	text-align:center;
}
/*d.html页面用到的css*/
#sk {
	width:280px;
	height: 35px;
	margin: 0;
	padding:0;
	border: 1px solid #777;
	border-radius: 7px;
	overflow: hidden;
	background: #F9F0DA
}
#sk input::-webkit-search-cancel-button{/*清除谷歌浏览器下的 search 叉号*/
	display: none;
}
#sk input[type=search]::-ms-clear{ /*清除IE下的 search 叉号*/
	display: none;
}
#sk input[type=text]::-ms-clear{display: none;}  /*清除IE下的 text 叉号*/
#sk input {
	width: 220px;
	height: 23px;
	line-height:23px;
	margin-top: 6px;
	border-color: #bbb;
	border-width: 0 1px 0 0;
	padding:0 3px 0 12px;
	outline:0;
	color: #333;
	background: #F9F0DA;
	float: left;
	/*text-transform:uppercase;*/
}
#sk img {
	height: 23px;
	padding: 6px 11px 6px 9px;
	cursor: pointer;
	float: right;/*兼容IE6*/
}
#jd {
	display:none
}
#jg {
	padding-top:51px;
}
#jg p {
	border: 1px solid #bbb;
	border-radius: 7px;
	background: #E9F0E9;
	margin: 6px;
	padding: 12px;
	display:table;
}
#jg img {
	height: 19px;
}
/*h.html 页面需要用到*/
.bt {
	border: 1px solid #bbb;
	background: #E9F0E9;
	border-left-style: none;
	border-right-style: none;
	text-align: left;
	padding: 17px;
	line-height: 20px;
}
.bc {
	text-align: justify;
	font-style:italic;
	text-justify:inter-ideograph;
	padding: 10px 10px 40px 10px
}
/*index.html 页面用到的*/
/*首页按钮*/
.bb:hover {
	border: 1px solid #999;
	background-color: #E4E4D2;
}
.bb {
	background-color: #fff;
	padding: 8px;
	margin: 0;
	border: 1px solid #bbb;
	line-height: 16px;
	color: #444;
	font-weight: normal;
	border-radius: 7px;
}
