@charset "utf-8";
/* CSS 初始化 */
*{ word-wrap:break-word; outline:none;}
*html,body { height:100%}
body { font:normal 12px/1.8 Tahoma, Geneva, sans-serif; color:#333; background:#fff url(../images/bodybg.jpg) 50% 0 no-repeat;}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, form, a, p { margin:0; padding:0; list-style:none;}
input, img, select, button { vertical-align:middle;}
h1, h2, h3, h4 { font-size:12px;}
h1, h2, h3, h4, em, i, cite { font-weight:normal; font-style:normal;}
img { border:0;}
/***********************************************************************/
a { color:#333; text-decoration:none;}
a:hover { color:#f30; text-decoration:underline;}
.clear { clear:both; line-height:0; height:0; font-size:0;} /** 清除浮动 **/
.fl { float:left;}  /** 左对齐 **/
.fr { float:right}  /** 右对齐 **/

/***********************************************************************/
.suit { overflow:hidden; _overflow:visible}  /** 自适应显示内容 **/

/** 外框，头部，导航 **/
#warpper { width:1000px; margin:0 auto;}
#nav { position:relative; height:185px; background:url(../images/navbg.jpg) no-repeat;}
	#nav strong {position:absolute;	top:5px;}
	#nav strong a {display:block;width:82px;height:30px;text-indent:-9999px;}
	#nav strong.n1 {left:205px;}
	#nav strong.n2 {left:318px;}
	#nav strong.n3 {left:631px;}
	#nav strong.n4 {left:744px;}
#headder { height:207px; background:url(../images/headderbg.jpg) no-repeat;}
	.text { width:385px; margin:0 auto; padding:130px 0 0 50px; color:#fcdc6f;}
	.text span { color:#82ec05}
	
/** 主体内容 **/
#main { position:relative; height:633px; background:url(../images/subnavbg.jpg) no-repeat}
	.eyes {	position:absolute; width:200px; height:211px; top:250px; left:703px; background:url(../images/eyes.gif) 100px 0 no-repeat;}
		.eyes a { display:block; height:211px;}
	.say { position:absolute; width:195px; height:60px; line-height:50px; text-align:center; color:#f00; left:-89px; top:-28px; background:url(../images/say.png) no-repeat;}
		*html .say { background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/say.png');}
	.subnav { padding-left:302px;}
		.subnav li { width:436px; height:47px; margin-bottom:11px;}
		.subnav li a { height:47px; display:block; text-indent:-9999px;}
		.subnav li a:hover { background:url(../images/subnavhover.jpg) no-repeat;}
		.subnav li a:hover.s1 { background-position:0 0}
		.subnav li a:hover.s2 { background-position:0 -58px}
		.subnav li a:hover.s3 { background-position:0 -116px}
		.subnav li a:hover.s4 { background-position:0 -174px}
		.subnav li a:hover.s5 { background-position:0 -232px}
		.subnav li a:hover.s6 { background-position:0 -290px}
		
/** 版权 **/
.footer{ height:100px; width:850px; margin:auto;}
	.footer ul{ padding-left:0; margin:auto; height:50px; }
	.footer ul li{ float:left; color:#666;line-height:25px;padding-top:6px;_padding-top:20px; display:inline;}
	.footer ul li span{color:#333;}
	.footer ul li a{color:#666;}
	
/** 内页 **/
#ny #nav { background:url(../images/nynavbg.jpg) no-repeat;}
	#ny #headder { height:127px;}
	#ny .title1 { background:url(../images/nytitle1.jpg) no-repeat;}
	#ny .title2 { background:url(../images/nytitle2.jpg) no-repeat;}
	#ny .title3 { background:url(../images/nytitle3.jpg) no-repeat;}
	#ny .title4 { background:url(../images/nytitle4.jpg) no-repeat;}
	#ny .title5 { background:url(../images/nytitle5.jpg) no-repeat;}
	#ny .title6 { background:url(../images/nytitle6.jpg) no-repeat;}
#ny #main { height:713px; background:url(../images/nymainbg.jpg) no-repeat;}
#ny .eyes { top:373px; left:781px;}
.diviframe { position:relative; width:455px; margin:0 auto; padding-left:50px; color:#fcdc6f; line-height:1.5; overflow:hidden; height:500px;}
.diviframe p { padding-bottom:10px;}
	.diviframe p span {color:#82ec05}
.actlink {}
	.actlink strong { color:#CCC; position:absolute; display:block; width:98px; height:26px;}
	.actlink strong a { display:block; height:26px; text-indent:-9999px;}
	.actlink strong a:hover,.actlink strong a.current1,.actlink strong a.current2,.actlink strong a.current3,.actlink strong a.current4,.actlink strong a.current5 { background: url(../images/nymenu.jpg) no-repeat;}
	.actlink strong.a1,.actlink strong.a2,.actlink strong.a3 { top:392px;}
	.actlink strong.a1 {left:108px;}
	.actlink strong.a2 {left:226px;}
	.actlink strong.a3 {left:345px;}
	.actlink strong.a4,.actlink strong.a5 { top:433px;}
	.actlink strong.a4 { left:165px}
	.actlink strong.a5 { left:285px}	
	.actlink strong.a1 a:hover,.actlink strong a.current1 { background-position:1px -5px;}
	.actlink strong.a2 a:hover,.actlink strong a.current2 { background-position:-117px -5px;}
	.actlink strong.a3 a:hover,.actlink strong a.current3 { background-position:-236px -5px;}
	.actlink strong.a4 a:hover,.actlink strong a.current4 { background-position:-56px -46px;}
	.actlink strong.a5 a:hover,.actlink strong a.current5 { background-position:-176px -46px;}
.linkindex {position:absolute;top:0;left:831px;width:133px;height:33px;}
	.linkindex a { display:block; background:#0C0; height:33px; text-indent:-9999px; background:url(../images/linkindex.gif) no-repeat}
