 <script type="text/javascript">
			//parent.document.all("rightifram").style.height=document.body.scrollHeight;//ifram自动适应高度
			function getHegit(){
				var realHeight=0;  
			    if (navigator.userAgent.indexOf("Firefox")>0||navigator.userAgent.indexOf("Mozilla")>0||navigator.userAgent.indexOf("Safari")>0) { // Mozilla, Safari, ...   
				   realHeight=window.document.documentElement.offsetHeight + 2;//firefox中HTML和IE中计算不一样，它四舍五入了，所以要加上1才能   
				}else if (navigator.userAgent.indexOf("MSIE")>0) { // IE   
					realHeight = window.document.body.scrollHeight + 21;//取得body的scrollHeight   
				}else{//其他浏览器   
				   realHeight=window.document.body.scrollHeight + window.document.body.clientHeight + 1;  
				}  
				if(realHeight<400){  
				   realHeight = 400;  
				} 
				realHeight=realHeight+"px";
		   		parent.document.getElementById("rightifram").style.height=realHeight;
		   	}
	  </script> <script type="text/javascript">
			//parent.document.all("rightifram").style.height=document.body.scrollHeight;//ifram自动适应高度
			function getHegit(){
				var realHeight=0;  
			    if (navigator.userAgent.indexOf("Firefox")>0||navigator.userAgent.indexOf("Mozilla")>0||navigator.userAgent.indexOf("Safari")>0) { // Mozilla, Safari, ...   
				   realHeight=window.document.documentElement.offsetHeight + 2;//firefox中HTML和IE中计算不一样，它四舍五入了，所以要加上1才能   
				}else if (navigator.userAgent.indexOf("MSIE")>0) { // IE   
					realHeight = window.document.body.scrollHeight + 21;//取得body的scrollHeight   
				}else{//其他浏览器   
				   realHeight=window.document.body.scrollHeight + window.document.body.clientHeight + 1;  
				}  
				if(realHeight<400){  
				   realHeight = 400;  
				} 
				realHeight=realHeight+"px";
		   		parent.document.getElementById("rightifram").style.height=realHeight;
		   	}
	  </script>@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;}
.main{
	padding:10px;
	float:left;
	width:760px;}
h3{
	font-size:14px;
	background:url(../../images/fnsm/lyys/top.gif) no-repeat;
	width:405px;
	height:78px;
	font-weight:bold;
	text-align:center;
	padding-top:25px;}
p{
	line-height:21px;
	font-size:14px;
	width:450px;}
.t_2 td{
	padding:10px;}
.p_2{
	background:url(../../images/fnsm/lyys/tit.gif) no-repeat;
	height:37px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:37px;
	padding-left:30px;
	margin-bottom:20px;}
.fon_2{
	font-size:12px;
	padding:5px 30px 20px;}
.fon_2 a{
	color:#000;}
.fon_2 a:hover{
	color:#C30;
	}
	
	
.con4:link {color: #000000;	text-decoration: none;cursor: hand}
.con4:visited {color: #000000;text-decoration: none;cursor: hand}
.con4:hover {color:#f96843;text-decoration: underline;cursor: hand}/*灰色字体链接样式*/
	
