/* CSS Document */
/*图片切换*/
.focusBox { position: relative; width:1440px; height:305px; overflow: hidden; margin:0 auto; background:url(images/heng.png) 0 bottom no-repeat;}
	.focusBox .pic img { width:1440px; height:295px; display: block;}
	.focusBox .hd { overflow:hidden; zoom:1; width:100px; height:15px; margin:-25px auto 0; border:1px solid #f00;z-index:3;}
	.focusBox .hd li{float:left; line-height:15px; text-align:center; font-size:12px; width:9px; height:9px; cursor:pointer; overflow:hidden; background:#919191; margin-left:4px; filter:alpha(opacity=80); opacity:.8; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease ;}
	.focusBox .hd .on{ background:#fff; filter:alpha(opacity=100);opacity:1;}

	.focusBox .prev,
	.focusBox .next { width:45px; height:99px; position:absolute; top:91px; z-index:3; filter:alpha(opacity=20); -moz-opacity:.2; opacity:.2; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease;}
	.focusBox .prev { background-image:url(images/index.png); background-position:-112px 0; left:0 ;}
	.focusBox .next { background-image:url(images/index.png); background-position:-158px 0; right:0 ;}
	.focusBox .prev:hover,
	.focusBox .next:hover { filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6 ;}
	
	#iFocus { height:218px; overflow:hidden; position:relative; width:230px; float:left; margin-top:7px; border:1px solid #bebcbc;}
	#iFocus ul { height:220px; position:absolute; z-index:88;}
	#iFocus ul li { float:left; width:229px; height:218px; overflow:hidden; position:relative; z-index:81;}
	#iFocus ul li a{ display:block;  float:left ;}
	#iFocus ul li a img{ width:229px; height:216px; padding:1px;                                               vertical-align:middle;}
	#iFocus .btnBg { position:absolute; width:230px; height:35px; left:0; bottom:0; z-index:89;}
	#iFocus .btn { position:absolute; width:230px; height:18px; left:0; bottom:2px; text-align:right; z-index:90 ;}
	#iFocus .btn span { display:inline-block; _display:inline; _zoom:1; width:14px; height:14px; line-height:14px; text-align:center; font-size:14px; font-family:"微软雅黑"; margin-right:5px; cursor:pointer; color:#333; background:#e0e0e0; border:solid 1px #fff ;}
	#iFocus .btn span.on { background:#0e5ea6; color:#fcc; border:solid 1px #0e5ea6 ;}
