/* CSS Document */
/* 请按以下顺序写样式
显示,定位,浮动,清除:display position float clear  ...  
边距,补白,宽,高:margin padding width height ...   
文本修饰,对齐方式:text-decoration text-align vertical-align white-space...
文字颜色大小:color font content
边框和背景:border background
*/

/* 共用样式-常用类 */
* { margin:0; padding:0;}

body{ padding:0px; margin:0px auto; font-family:Tahoma, Verdana, Arial; height:100%; background:#38b800 url(../images/boby_bg.png) repeat-x;}

div,p,li,em{font-family:Verdana,宋体;font-size:12px; }

form,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}

input,select{font-size:12px;line-height:16px;}

img{border:0;}

ul,li{list-style-type:none;}

table{ border-collapse:collapse;}

.clear {clear:both;}

/* 通用架构 */
.left{ float:left;}
.right{ float:right;}

#header,#content,#copyright{ margin:0 auto;}

#header{ position:relative; width:1002px; height:238px; background:url(../images/menu.jpg) no-repeat;}
#header .flashbox{ position:absolute; bottom:-46px; z-index:1; left:26px; width:77px; height:46px; background:url(../images/header_flashbg.jpg) no-repeat; }
#content{ width:945px; }
#copyright{ width:100%;}

.left{ margin:49px 0 0; width:203px; height:721px; background:url(../images/tip_bg.png) no-repeat top; }
.right{ position:relative; width:741px; height:770px; background:url(../images/right_bottombg.jpg) no-repeat bottom;}
.left_l{float:left;  width:411px;}
.left_r{ float:left; width:330px;}

#kidname{
	position:absolute;
	left:17px;
	top:5px;
	width:257px;
	height:121px;
	background:url(../images/log1.png) no-repeat;
	padding-left:110px;
	padding-top:0px;
}
	#kidname a{ color:#000; text-decoration:none;}
	#kidname a:hover{ color:#fffa6a; text-decoration:none;}

	/* 导航按钮 */
	.menu{ position:absolute; z-index:5; left:33px; bottom:3px; width:962px; height:48px;}
		.menu a{ overflow:hidden; text-indent:-1000px; display:block; float:left;  width:119px; height:48px;}
			.bt_index,.bt_home,.bt_intro,.bt_scenery,.bt_teacher,.bt_feature,.bt_enroll,.bt_message,.current_index,.current_home,.current_intro,.current_scenery,.current_teacher,.current_feature,.current_enroll,.current_message{ background:url(../images/menu_1.png?v=2) no-repeat 0px 0px;}
			.bt_home{ background-position:-119px 0px;}
			.bt_intro{ background-position:-238px 0px;}
			.bt_scenery{ background-position:-357px 0px;}
			.bt_teacher{ background-position:-476px 0px;}
			.bt_feature{ background-position:-595px 0px;}
			.bt_enroll{ background-position:-714px 0px;}
			.bt_message{ background-position:-833px 0px;}
			
			.bt_index:hover,.current_index{ background-position:0px -48px;}
			.bt_home:hover,.current_home{ background-position:-119px -48px;}
			.bt_intro:hover,.current_intro{ background-position:-238px -48px;}
			.bt_scenery:hover,.current_scenery{ background-position:-357px -48px;}
			.bt_teacher:hover,.current_teacher{ background-position:-476px -48px;}
			.bt_feature:hover,.current_feature{ background-position:-595px -48px;}
			.bt_enroll:hover,.current_enroll{ background-position:-714px -48px;}
			.bt_message:hover,.current_message{ background-position:-833px -48px;}
			
	/* 首页－播放器 */
	.musicbox{ position:absolute; top:115px; z-index:15; width:200px; height:80px;}

	/* 首页－温馨提示和幼儿作品 */
	.tip{ margin:0 auto; margin-top:50px; width:138px; position:relative }
	#tip_hover a{position:absolute;left:-32px;top:-50px;width:204px;height:49px;z-index:2; display:block; background:url(../images/tip_bg_a.png) no-repeat}
	#tip_hover a:hover{position:absolute;left:-32px;top:-50px;width:204px;height:49px;z-index:2;background:url(../images/tip_bg_b.png) no-repeat}
		.tip .text{  width:138px; height:98px; word-break:break-all; color:#510101; line-height:20px;}
	
	.painting{ clear:both; position:relative; margin-top:48px; width:203px; height:525px; background:url(../images/index_paintingbg.png) no-repeat bottom; }
		.painting_title a:hover{ background:url(../images/index_paintingtitle_b.jpg) no-repeat;}
		.painting_title a{ overflow:hidden; display:block; text-indent:-1000px; width:203px; height:68px;  background:url(../images/index_paintingtitle_a.gif) }
		.painting_pic{ position:absolute; bottom:0px; right:-18px; z-index:20; width:218px; height:129px;}
		
		.painting_piclist{ margin-left:17px; width:171px; }
		.painting_piclist img{ margin-bottom:10px; width:171px; height:126px; border:1px solid #fff;}
		.painting_piclist a:hover img{ border:1px solid #ff6b00;}
		
	/*首页－通知公告 */
	.notice{ position:relative; padding-top:9px; width:411px; height:252px; }
		.notice .title a{ overflow:hidden; display:block; text-indent:-1000px; width:398px; height:98px; background:url(../images/notice_title_a.gif) no-repeat;}
		.notice .title a:hover{ overflow:hidden; text-indent:-1000px; width:398px; height:98px; background:url(../images/notice_title_b.gif) no-repeat;}
		.notice .text{ padding:10px 0 0 67px; height:144px; background:url(../images/notice_textbg.png) no-repeat;}
		.notice .text li{ line-height:26px; padding-left:24px; background:url(../images/icon_02.gif) no-repeat 0px 4px;}
		.notice .text li a{ color:#411c00; text-decoration:none;}
		.notice .text li a:hover{ color:#200e00;text-decoration:underline;}
		
		.notice .more{ position:absolute; right:32px; top:49px; overflow:hidden; text-indent:-1000px;width:44px; height:58px; background:url(../images/notice_more_a.png) no-repeat; }
		.notice .more:hover{background:url(../images/notice_more_b.png) no-repeat; }
		
		.notice .flashbox{ position:absolute; top:0px; left:0px; width:147px; height:98px;}
		
	/*首页－园所新闻 */	
	.news{ position:relative; width:411px; height:215px;}
		.news .title a{ height:59px; background:url(../images/news_titlebg_a.gif) no-repeat; display:block}
		.news .title a:hover{ height:59px; background:url(../images/news_titlebg_b.png) no-repeat;}
		.news .text{ padding:0 0 0 67px; height:156px; background:url(../images/news_textbg.png) no-repeat;}
		.news .text li{ line-height:26px; padding-left:24px; background:url(../images/icon_01.gif) no-repeat 0px 4px;}
		.news .text li a{ color:#411c00; text-decoration:none;}
		.news .text li a:hover{ color:#200e00;text-decoration:underline;}
		
		.news .more{ position:absolute; left:16px; overflow:hidden; text-indent:-1000px;width:48px; height:52px; background:url(../images/news_more_a.png) no-repeat; }
		.news .more:hover{background:url(../images/news_more_b.png) no-repeat; }
		
		.news .flashbox{ position:absolute; right:-19px; bottom:0px; z-index:10; width:152px; height:156px;}
	
	/*首页－友情链接 */	
	.link a{ width:369px; height:140px; background:url(../images/link_bg_a.gif) no-repeat; display:block}
	.link a:hover{ width:369px; height:140px; background:url(../images/link_bg_b.jpg) no-repeat;}
	.link select{ margin:59px 0 0 172px; width:130px; height:22px; color:#626262;}
	
	/*首页－欢乐时光 */	
	.happy { padding:129px 0 0 28px; height:241px; background:url(../images/happy_bg_b.png) no-repeat; position:relative; display:block;}
	#happy_title_a a{ position:absolute; display:block; left:41px; top:74px; width:171px; height:41px; z-index:101; background:url(../images/happy_title_a.png) no-repeat}
	#happy_title_a a:hover{ position:absolute; display:block; left:41px; top:74px; width:171px; height:41px; z-index:101; background:url(../images/happy_title_b.png) no-repeat}
	.happy .picbox{ position:relative;  width:260px; height:210px; border:1px solid #fff; background:#fff;}
	.happy .picbox img{ width:260px; height:210px;}
	
	.happy .flashbox{ position:absolute; top:-10px; left:0px; z-index:5; width:330px; height:119px; }
	
	
	/*首页－精彩视频 */	
	.video{ width:330px; height:110px; }
		.video a{ display:block; overflow:hidden; text-indent:-1000px; width:330px; height:110px;  background:url(../images/video_button_a.gif) no-repeat;}
		.video a:hover{ display:block; background:url(../images/video_button_b.png) no-repeat;}
		
	/*首页－每周食谱 */
	.cookbook{ position:absolute; left:68px; bottom:17px; z-index:10; overflow:hidden; text-indent:-1000px; }
		.cookbook a{ display:block; width:210px; height:137px; background:url(../images/bt_cookbook_a.jpg) no-repeat;}
		.cookbook a:hover{ background:url(../images/bt_cookbook_b.jpg) no-repeat;}
		
	/*首页－园长信箱 */
	.mail{ position:absolute; right:227px; bottom:0; z-index:100; overflow:hidden; text-indent:-1000px;}
		.mail a{ display:block; width:140px; height:213px; background:url(../images/mail_button_a.gif) no-repeat;}
		.mail a:hover{ display:block; background:url(../images/mail_button_b.png) no-repeat;}
		
	/*首页－底部动画 */
	.bottomflash{ position:absolute; right:0px; bottom:0px;  width:386px; height:303px; }
	
	/* about-结构 */
	#aboutcontent{ position:relative; margin:25px auto;  width:950px; background:url(../images/about_middlebg.png) repeat-y; }
		.about_top{ height:102px; background:url(../images/about_topbg.png) no-repeat;}
		.about_text{ margin:0 auto; width:850px; }
		
			/* about-信纸 */
			.letterpaper,.letterpaper1{ padding-top:30px; }
			.letterpaper h1,.letterpaper1 h1{ margin:0 auto; margin-bottom:20px; width:750px; height:41px; font-size:16px; font-weight:bold; text-align:center; line-height:41px;  }
			.letterpaper_bottom,.letterpaper1_bottom{ color:#383838;}
			.letterpaper p,.letterpaper1 p{ padding:0 60px; font-size:14px; line-height:30px; color:#383838;}
			.tableText{ margin:0 auto; padding:0 60px; width:750px; font-size:14px; line-height:30px; color:#383838;}
			
			.letterpaper{ background:url(../images/letter-paper_top.png) no-repeat top #d3fcff;}
			.letterpaper h1{ color:#003489; background:url(../images/about_h1bg.png) no-repeat; }
			
			.letterpaper_bottom{ padding:0 0 173px;  background:url(../images/letter-paper_bottom.png) no-repeat bottom  #d3fcff;}
			
			.letterpaper1{ background:url(../images/letter1-paper_top.jpg) no-repeat top #ffe8ef;}
			.letterpaper1 h1{ color:#a62b00; background:url(../images/about_h1bg1.png) no-repeat; }
			.letterpaper_bottom{  height:173px;  background:url(../images/letter-paper_bottom.png) no-repeat bottom  #d3fcff;}
			
			
		.about_titlepic{ position:absolute;right:115px;top:19px;z-index:100;width:251px;height:60px;}
		.about_flashbox{ position:absolute; top:-34px; right:0px; z-index:7; width:325px; height:125px;}
		
		#aboutcontent .bottom{  height:26px; background:url(../images/about_bottombg.jpg) no-repeat;}
		
	
	
/*　版权 */
.copyright{ clear:both; margin:0 auto; width:100%;  }
	.copyright .text{ margin:0 auto; padding-top:10px; width:938px; color:#fff; line-height:24px; text-align:center; background:url(../images/copyright_topbg.png) no-repeat top #188100;}
	.copyright .company{ width:100%; padding:10px 0; color:#82d24d; text-align:center; background:#188100;}

	  .tableText{ margin:0 auto; padding:0 60px; width:750px; font-size:14px; line-height:30px; color:#383838;}

/* about-列表 */
		.about_list{ margin:0 auto; margin-top:10px;width:750px; border:1px solid #84cb97; background:#f4fff2;}
			.about_list .title{ line-height:30px; color:#92c6a0; font-size:14px; font-weight:bold; text-align:center; background:#d2ffde;}
			.about_list td,.about_list th{ line-height:30px; border-bottom:1px solid #84cb97;}
			.about_list th{ padding-left:30px; width:70%; font-weight:normal; font-size:14px; text-align:left; background:url(../images/icon_03.gif) no-repeat 6px 6px;}
			.about_list th a{ color:#1e4c2a; text-decoration:none;}
			.about_list th a:hover{ color:#001e08; text-decoration:none;}
			.about_list td{ color:#8dab95; text-align:center;}
			
		.about_page{ margin:0 auto; margin-top:10px; width:748px; height:30px; color:#00a285; font-size:14px; font-weight:bold; line-height:30px; border:1px solid #ade1b0; background:#e1ffdf;}
		.about_page span{ float:left; padding-left:20px;}
		.about_page p{ float:right; padding-right:20px;}
		.about_page a{ margin:0 10px; font-size:14px; color:#00a285; text-decoration:none;}
		.about_page a:hover{ color:#005a4a; text-decoration:none;}
		


/* about-message board Restore */
.orange{ color:#ff3c00; }

.restore{ margin:0 auto; width:750px; height:auto; border:1px solid #dbdbdb; background:#fff;}
.restore .title{ float:left; width:100%; height:26px; color:#2c6b87; line-height:26px; background:#dff5ff; border-bottom:1px solid #dbdbdb; }
.restore .title h2{ margin-top:0px;#margin-top:0px;_margin-top:6px; font-size:14px; }
.restore .title img{ margin:0 10px; }
.restore table{ margin:10px auto; width:100%; border-collapse:collapse; }
.restore table td{ padding:6px; }
.restore table th{ padding-right:10px; color:#6d6d6d; line-height:26px; text-align:right; width:90px; }
.restore table textarea{ margin-left:16px; width:700px; height:150px;}
.short{ padding:0 2px; width:500px; height:21px; line-height:20px; color:#67543f;  background:#ffffef; border:1px solid #c5c5c5; }
.short1{ padding:0 2px; width:100px; height:21px; line-height:20px; color:#67543f;  background:#ffffef; border:1px solid #c5c5c5; }

/* about-文章 */
		.tableText{ margin:0 auto; border-collapse:collapse; width:88%; font-size:14px; line-height:30px; color:#383838;}
			.tableText img{ margin:0 auto;}
			
/* about-message board */	
.subjuct{ margin-top:20px;  width:750px; font-size:12px}
.subjuct{ border:1px solid #f0d8c0; background:#fff; }
.subjuct .titleBox{ border-bottom:1px solid #f0d8c0; background:#fee8a4; color:#c4af6c; float:left; width:750px; padding:2px 0px; line-height:28px;}
.subjuct .titleBox img{ margin-top:5px;}
.subjuct img{ margin:0 10px; }
.subjuct h4 { font-size:14px; color:#b43300; font-weight:bold; text-decoration:none;}
.subjuct .titleBox p{ margin:0 10px;}
.subjuct em{ color:#866e23; }
.subjuct .hfct { background:url(../images/hfct.gif) no-repeat; width:77px; height:28px; margin-left:10px;text-align:center; float:left; line-height:28px;}
.subjuct .hfct a { color:#0099ff;}
.subjuct .left1 { float:left}
		
		.subjuct .text{ clear:both; margin:0 auto; padding:5px 10px 5px; width:730px; height:auto; line-height:24px; text-align:left;  }
		.subjuct .text p{ text-indent:24px; }
		.subjuct .text p a{ color:#494949; text-decoration:none; }
		.subjuct .text p a:hover{ color:#e14c7d; text-decoration:none; }
		.subjuct .liuyan { font-size:14px; font-weight:bold; color:#F30}
		.subjuct .huifu { font-size:14px; font-weight:bold; color:#006fff}
		
		
		.subjuct .time{width:750px; height:22px; color:#aca8a2; line-height:22px; text-align:right; background:#f5f1ec;}
		.subjuct .time span{ margin:0 8px;}
		.subjuct .time em{ color:#937147; }
		.subjuct .time p{ margin:0 12px;}
		.subjuct .time p a{ color:#c6948d;}
		.subjuct .time p a:hover{ color:#ff0066; text-decoration:underline; }
		
		/* about-message board Scott */
		.scott{ margin:0 auto; padding:10px 0;  width:750px; height:30px; line-height:30px; color:#004399; text-align:center;}
		.scott a{ margin:0 10px; color:#006fff; text-decoration:none;}
		.scott a:hover{ color:#a6006d; text-decoration:none;}
		
		/* about-message board Restore */
		.orange{ color:#ff3c00; }
		
		.restore{ margin:0 auto; width:750px; height:auto; border:1px solid #dbdbdb; background:#fff;}
		.restore .titleBox{ float:left; width:750px; height:26px; color:#2c6b87; line-height:26px; background:#dff5ff; border-bottom:1px solid #dbdbdb; }
		.restore .titleBox h2{ margin-top:0px;#margin-top:0px;_margin-top:6px; font-size:14px; }
		.restore .titleBox img{ margin:0 10px; }
		.restore table{ }
		.restore table td{ padding:6px; color:#d75600; }
		.restore table th{ padding-right:4px; width:100px; color:#6d6d6d; line-height:26px; text-align:right; border:none; }
		.restore table textarea{ width:500px; height:150px; background:#ffffef; border:1px solid #c5c5c5;}
		.short{ padding:0 2px; width:500px; height:21px; line-height:20px; color:#67543f;  background:#ffffef; border:1px solid #c5c5c5; }
		.short1{ padding:0 2px; width:100px; height:21px; line-height:20px; color:#67543f;  background:#ffffef; border:1px solid #c5c5c5; }

