/*海报*/
#focus {
	width:100%; 
	height:400px;

	 overflow:hidden; 
	 position:relative; }
#focus ul 
        {height:400px; 
        position:absolute;}
#focus ul li {
	float:left;
	 width:100%;
	  height:400px; 
	  overflow:hidden; 
	  position:relative; 
	  text-align: center;
	 /*  background:#000; */}
#focus ul li div {
	position:absolute;
	 overflow:hidden;}
#focus .btnBg {
	position:absolute;
	 width:100%; height:20px; 
	 left:0; bottom:0;
	 /* background:#000;*/}
#focus .btn {
	position:absolute; 
	width:100%; height:20px;
	 right:0px;
	  bottom:0px;
	   text-align: center;}
#focus .btn span {
	display:inline-block;
	 _display:inline;
	  _zoom:1; width:40px;
	   height:7px;
	    _font-size:0;
		 margin-left:10px;
		  cursor:pointer;
		   background:#ea9d08;
		  
		}
#focus .btn span.on {
	background:#fff;}
#focus .preNext {
	width:45px; 
	height:100px; 
	position:absolute;
	 top:129px;
	   cursor:pointer;
	   display: none;}
#focus .pre {
	left:0;}
#focus .next {
	right:0; 
	background-position:right top;}
	/*焦点图*/	
	
	
	/*banner*/
#indexbanner{ height: 400px; overflow: hidden; position: relative;}
.bx-controls{ position: absolute; left: 0; bottom: 13px; z-index: 999; width: 100%; color: rgba(0,0,0,0);}
.bx-controls .bx-pager{ text-align: center;}
.bx-controls .bx-pager div{ display: inline-block; margin-left:10px;}
.bx-controls .bx-pager div a{ display: block; width: 40px; height: 7px; overflow: hidden; line-height: 50px; background-color: rgba(234,157,8,0.4);}
.bx-controls .bx-pager div a.active{ background-color: #ea9d08;}
.bx-controls .bx-controls-direction{ display: none;}

	
	
	