		/* 图片轮播 */
		.slideBox{ width:450px; height:330px; overflow:hidden; position:relative;}
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:8px; bottom:8px; z-index:1; }
		.slideBox .prev,.slideBox .next {display:block;  width:40px; height:40px;overflow:hidden;cursor:pointer; z-index: 2;opacity: 0.5;}
		.slideBox .prev {;background:url(btn_l.png) 0 0 no-repeat;position: absolute;top: 45%;left: 5px;}
		.slideBox .next { background:url(btn_r.png) 0 0 no-repeat;position: absolute;top: 45%;right: 8px;}
		.slideBox .prev:hover {opacity: 1;}
		.slideBox .next:hover {opacity: 1;}
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:10px; height:10px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius: 50%; }
		.slideBox .hd ul li.on{ background:#ea922b; color:#fff;position: relative;}
		.slideBox .bd ul li p {
			color: #fff;
			position: absolute;
			bottom: 0;
			width: 450px;
			background: rgba(0,0,0,.5);
			height: 35px;
			line-height: 35px;
			padding-left: 10px;
		}
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:330px; display:block;  }
		
		/* 通知公告 */
		.txtScroll-left{ 
			position:relative;
			background: #fff;
		}
		.txtScroll-left .hd{ 
			width: 100%;
			position: absolute;
			top: 65px;
			overflow:hidden;  
			height:30px; 
			z-index: 10;
		}
		.txtScroll-left .hd .prev { 
			display:block;  
			width:27px; 
			height:29px; 
			float:left; 
			margin-left:10px; 
			overflow:hidden; 
			cursor:pointer; 
			background:url(tab_03.jpg) no-repeat;
		}
		.txtScroll-left .hd .next {
			display:block;  
			width:27px; 
			height:29px; 
			float:right; 
			margin-right:10px; 
			overflow:hidden; 
			cursor:pointer; 
			background:url(tab_07.jpg) no-repeat;
		}
		.txtScroll-left .hd .prev:hover {
			background:url(tab_09.jpg) no-repeat;
		}
		.txtScroll-left .hd .next:hover {
			background:url(tab_05.jpg) no-repeat;
		}
		.txtScroll-left .hd .prevStop{ background-position:-60px 0; }
		.txtScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.txtScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
		.txtScroll-left .hd ul li{ 
			float:left;  
			width:9px; 
			height:9px; 
			overflow:hidden; 
			margin-right:5px; 
			text-indent:-999px; 
			cursor:pointer; 
			background:url("../images/icoCircle.gif") 0 -9px no-repeat; 
		}
		.txtScroll-left .hd ul li.on{ 
			background-position:0 0; 
		}
		.txtScroll-left .bd{ 
			position: relative;
			top: 0;
			padding: 10px 60px;  
			overflow:hidden; 
		}
		.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.txtScroll-left .bd ul li{ 
			margin-right:20px;  
			float:left; width: 100%; 
			line-height:24px;  
			text-align:left; _display:inline;text-align: center;
		}
		.txtScroll-left .bd ul li h3 {
			height: 50px;
			line-height: 50px;
			font-weight: normal;
			font-size: 32px;
		}
		.txtScroll-left .bd ul li h3 a {
			color: #225cb7;
		}
		.txtScroll-left .bd ul li p {
			width: 1080px;
			font-size: 15px;
			color: #666;
			padding: 10px 0;
			line-height: 26px;
			text-align: left;
			text-indent: 2em;
		}
		.txtScroll-left .bd .more {
			color: #eb2727;
		}
		.txtScroll-left .bd ul li span{ color:#999;  }
		

		