/*
 * body标记样式定义

 */
body{
	 font-family:"宋体"; font-size:12px; font-weight:normal; background:#87ab23;
}

/*
 * 将具有默认margin和padding的标记置零
 */
 
*{
	margin:0;
	padding:0;
}

/*
 * 修正IE5.x和IE6的斜体溢出bug
 */
* html body{
	overflow: visible;
}
* html iframe, * html frame{
	overflow: auto;
}
* html frameset{
	overflow: hidden;
}

/*
 * 定义图片边框
 * @overlay img
 * @desc 当图片作为链接内容被填充时，会有默认边框出现，重定义掉
 */
img{
	border:0 none;
}

/*
 * 清除ul列表标记的样式
 * @overlay ul, li
 * @desc ul列表更多的用在不需要列表前置符号的样式里
 */
ul, li{
	list-style-type: none;
}

input.flat{
    border: 1px solid #999999;
    padding: 2px 4px;
}

/*
 * 定义默认的链接样式
 * @overlay a
 * @desc	仅仅是作为默认样式提供，可以在各自的实例中覆盖掉
 */
a:link, a:visited{
	text-decoration:none;
	
}
a{
	color:#355294;
	}
a:hover{
	text-decoration:none;
	color:#FF0000;
}
/*
a:hover, a:active{
	background-color:#FFFFAA;
	color:#CC0000;
}
*/
/*
 * 清除浮动
 * @overlay div
 */
.clear{
	clear: both;
}

/* @end */



/*
 * h定义
 */
h1,h2,h3,h4,h5,h6{ font-family:"宋体"; font-size:12px; font-weight:normal;}
/*
 * h定义
 */
 
 
 
 
.heka{
	width:950px; margin:0 auto;}
.heka img{
	float:left;clear:both}
.heka_1 h1{
	height:30px;
	line-height:30px;
	border-bottom:1px solid #fff;
	padding-left:10px;}
.heka_1 {
	width:750px;
	margin:0 auto;
	padding-bottom:7px;}
.heka_1 h1 img{
	float:left;clear:both}
.heka_2{
	width:750px;
	background:#e7eed3;
	height:301px;
	margin:0 auto;}
.heka_2 p{
	width:17px;
	height:301px;
	float:left;}
.heka_2 p img{
	float:left;}
.heka_2 ul{
	width:716px;
	float:left;}

#wenchuan{ overflow:hidden; height:280px; padding-top:10px;}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active{color:#000;text-decoration:underline;}

#wenchuan li{background:url() no-repeat 5px 8px;padding-left:16px;overflow:hidden; line-height:28px; color:#65960a; font-size:16px;}