/* CSS Document */

body {
	color: #222;
	background: #fff;
	text-align: center;
	font-family: Arial, "宋体", 'lucida grande', taho, verdana, 'trebuchet ms', sans-serif;
	font-size:12px;
}
/*
 * 将具有默认margin和padding的标记置零
 * 所有标记的margin、padding都在使用时具体定义
 */
* {
	margin:0;
	padding:0;
}
/*
 * 修正IE5.x和IE6的斜体溢出bug
 * @css-for    IE 5.x/Win, IE6
 */
* html body {
	overflow: visible;
}
* html iframe, * html frame {
	overflow: auto;
}
* html frameset {
	overflow: hidden;
}
/*
 * 定义图片边框
 * 当图片作为链接内容被填充时，会有默认边框出现，重定义掉
 */
img {
	border:0 none;
}
/*
 * 清除ul列表标记的样式
 * ul列表更多的用在不需要列表前置符号的样式里
 */
ul, li {
	list-style-type: none;
	margin:0;
	padding:0
}
/*
 * 定义默认的链接样式
 * 仅仅是作为默认样式提供，可以在各自的实例中覆盖掉
 */
a:link, a:visited {
	color:#222;
	text-decoration: none;
}
a:hover, a:active {
	color:#ec3b01;
}
.clear {
	clear:both
}
.ipt {
	border-left:1px solid #9397c3;
	border-top:1px solid #9397c3;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background:#FFFFFF;
	color:#666666;
	height:20px;
	line-height:20px;
	padding-left:3px;
	font-size:12px;
	font-family:Arial, 'lucida grande', taho, verdana, 'trebuchet ms', sans-serif;
}
/*
 * 布局开始
 */
.top_r {
	color:#7f7f7f
}
.top_r a:link, .top_r a:visited {
	padding:0 10px;
	color:#7f7f7f;
	text-decoration: none;
}
.top_r a:hover, .top_r a:active {
	padding:0 10px;
	color:#ec3b01;
}
.nav {
	font-family:"微软雅黑";
	font-size:16px;
}
.nav a:link, .nav a:visited {
	padding:0 0 0 30px;
	color:#000
}
.nav a:hover {
	padding:0 0 0 30px;
	color:#F00
}
a.current:link, a.current:visited, a.current:hover {
	color:#F00
}

.h_con img{
	border:2px solid #cccccc
}

.wzbt{
	font-size:10px;
}

.wzbt strong{
	font-size:14px; font-family:"微软雅黑"; font-weight:bold
}

.link{
	border-bottom:1px solid #ccc; border-top:1px solid #ccc; margin:0 auto
}

.bottom{
	line-height:30px;
	background-repeat: no-repeat;
	background-position: left;
}

.nbox{
	 margin-top:10px;
}

.nbox img{
	border:1px solid #CCC; padding:2px; background:#FFF
}
