﻿.focusBox { position: relative; width:100%; height:340px; overflow: hidden; }
	.focusBox .pic img { width:100%; height:340px; display: block; }
	.focusBox .hd { overflow:hidden; zoom:1; position:absolute; bottom:0px; right:0px; z-index:3}
	.focusBox .hd li{float:left; line-height:45px;color:white; text-align:center; font-size:17px; width:45px; height:45px; cursor:pointer; overflow:hidden; background:#394857; margin-left:4px;  -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease }
	.focusBox .hd .on{ background:#292c2f;   }
/*
	.focusBox .prev,
	.focusBox .next { width:38px; height:62px; position:absolute; top:150px; z-index:3; filter:alpha(opacity=0); -moz-opacity:.8; opacity:0; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease}
	.focusBox .prev { background:url(left.jpg) no-repeat;  left:0 }
	.focusBox .next { background:url(right.jpg) no-repeat;  right:0 }
	.focusBox .prev:hover,
	.focusBox .next:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1}*/

.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 45px; width:100%;  background: #394857; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 45px;line-height: 45px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:45px; line-height:45px; position:absolute; bottom:-45px;padding-left:20px}
	.focusBox .txt li a{ display: block; color: #efefef; padding: 0 0 0 10px; font-size: 17px;  text-decoration: none; }
	

.picScroll{ margin:0 auto;  position:relative;  border:1px solid #eee; width:1100px;height: 100%;padding:10px 44px; background:#fff; overflow:hidden;     }
  .picScroll .prev,
  .picScroll .next{ display:block; position:absolute; top:5px; left:0; width:30px; height:67px;  background:url('jh_pic_ (17).jpg') no-repeat;  }
  .picScroll .next{ left:auto; right:0; background-position:-25px 0; background:url('jh_pic_ (22).jpg') no-repeat;}
  
  .picScroll ul{ overflow:hidden; zoom:1; }
  .picScroll ul li{ width:240px; float:left; overflow:hidden; margin: 0 7px;    }
    .picScroll ul li img{ width:240px; height:55px; display:block;}