<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/********************************************************
	copyright (c) 2004-2010 成都依能科技有限公司
	www.yineng.com.cn 
	filename: frame.css
	revision: 1.0
	createdate: 2010-06-01
	author: MuZi
	description: ajax通用静态框架样式
********************************************************/
/***home 页面id均以"home-&gt;h"+id命名,***/
/***frame页面id均以"frame-&gt;f"+id命名,***/
/***home***/
#container,#header,#nav,#fheader,#fpagemain{ width:960px;}
#container{ margin:0 auto; background-color:#FFF;}
#i_container{ margin:0 auto; background-color:#FFF; width: 960px;margin: -280px 0 0 -480px; position: absolute; left: 50%; top: 50%; }
#header{ height:380px; }
#flash{ padding:60px 0 0 0; }
#nav{ background:url(../images/home/bg_headers.jpg) no-repeat; height:155px; }
	#navmenu{ width:600px; float:left; display:block; padding:45px 0 0 60px; }
	#navmenuright{ float:right; padding-right: 113px; }
	#navmenu ul{  }
	#navmenu ul li{ background:url(../images/home/bg_nav.jpg) no-repeat; line-height:38px; text-align:center; float: left; margin-right: 15px; height: 56px; }
	#nav ul li a{ color:#FFF; font-size:14px; width:100px; height:38px; display: block; }
	#nav ul li a:hover{ color:#000; font-size:14px;width:100px; height:38px; display: block;background:url(../images/home/bg_navhover.jpg) no-repeat;}
#hpagemain{}
#hfooter{}

/***frame***/
#fheaderframe{}
#fheader{ height:120px; background:url(../images/frame/bg_fheader.jpg) no-repeat; }
#nr_flash{ width:550px; height:100px; margin:0 auto 5px auto; padding: 15px 0 0 0; }
#bg_navmenu{ width:960px;height:35px; background:url(../images/frame/bg_navmenu.jpg) repeat-x; }
	#fnav{ margin:0 auto; width:880px;}
	#fnav ul li{ float:left;}
	#fnav ul li a{ width:80px; display:block; height:35px; line-height:35px; text-align:center;}
	#fnav ul li.current{  background:url(../images/frame/bg_fnavhover.jpg) no-repeat center;}
#fpagemain{ margin:0; min-height: 500px; height:auto !important; height:500px; }
.img_kcjs{ padding:10px; float:right }
	.
/*******************************************************
/****内容页面宽度****/
#ffooterframe{}	
	#ffooter{ height:38px; width:100%; margin:0 auto; line-height:38px; text-align:center; background-color: #1578AE; color: #FFF; margin-top: 2px; }
</pre></body></html>