@charset "gb2312";

/* 基本信息 */


html,body {
	overflow-x: hidden; /* 同时设置html是为了兼容FF */
}
body {
	height: auto;
	background: #FFF url(/Images/bg_html.gif);
	color: #000;
	font-size: 12px;
	font-family: 宋体;
	/* font-family: verdana, sans-serif, 宋体; */
}
img {
	border: 0;
}
th,td,
form,input,select,button {
	font-size: 12px;
}
th,td,
p,div {
	word-break: break-all; /* 强制换行 */
	word-warp: warp;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}

/* 页面容器 */

#container {
	margin: 0px auto;
	background-color: #FFF;
}

/* 头部 */

#header {
	color: #666;
}
#header-top {
	height: 19px;
	padding: 3px 14px 0px 14px;
	background-image: url(/Images/header_bg01.gif);
	color: #DA251D;
	line-height: 19px; /* 文字垂直居中 */
}
#header-top a {
	color: #DA251D;
	text-decoration: none;
}
#header-top a:hover {
	color: #DA251D;
	text-decoration: underline;
}
#header-flash {
	text-align: center;
}
#header-bar {
	height: 35px;
	padding: 0px 14px;
	background-image: url(/Images/header_bg02.gif);
}
#header-nav { /* 头部导航 */
	float: left;
	width: 590;
}
#header-nav a {
	float: left;
	display: block;
	width: 71px;
	height: 20px;
	padding: 14px 0px 0px 0px;
	color: #333;
	background-image: url(/Images/header_homebg.gif);
	text-align: center;
	text-decoration: none;
}
#header-nav a:hover {
	color: #FFF;
	background-image: url(/Images/header_homebg2.gif);
	text-decoration: none;
}

/* 底部 */

#footer {
	clear: left;
	background-color: #F7F7F7;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
#footer-bar {
	overflow: hidden; /* 1px高度定义 */
	height: 10px;
	line-height: 10px;
}
#footer-nav {
	height: 35px;
}
#footer-copyright {
	padding: 10px 0px;
	font-family: verdana, sans-serif, 宋体;
	line-height: 150%;
}

/* 搜索表单 */

#search {
	float: right;
	width: 362px;
	white-space: nowrap; /* for Opera */
}
#search form input {
	padding: 1px 2px;
	color: #666;
}
#search form select {
	padding: 0px 0px 0px 2px;
	width: 55px;
	color: #666;
}

/* 分页 */

.pagination {
	padding: 20px 20px 0px 20px;
	color: #ED1B23;
	font-size: 14px;
	text-align: right;
}
.pagination a {
	padding: 0px 1px;
	color: #039;
	text-decoration: underline;
}
.pagination a:visited {
	color: #666;
	text-decoration: underline;
}
.pagination a:hover {
	color: #F00;
	text-decoration: underline;
}

/* 小点 */

.btx {
	font-family: "宋体";
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

