@charset "utf-8";
  
  #banner_2{	
	  width:100%;
	  height:120px;}

  .banner_box{
	  width:100%;
	  height:120px;
	  overflow:hidden;
	  margin-bottom:10px;
	  position:relative;
	  /*border-radius:0 20px;*/
	  box-shadow:#ccc 1px 1px 5px;} 
	  
  .banner_img{
	  white-space:nowrap;
	  position:relative;}
  .banner_img a{
	  display:block;
	  width:100%;
	  cursor:pointer;
      position:absolute;
      top:0px;
      overflow:hidden;}
  .banner_img a img{
	  width:100%;
	  height:120px;}
	  
  .banner_btn{
	  display:none;
	  line-height:40px;
      position:absolute;
	  top:50%;
	  width:100%;}
  .banner_btn a{
	  display:block;
	  margin-top:-20px;
	  padding:0 8px;
	  color:#000000;
	  font-size:20px;
	  background:#f2f2f2;}
  .banner_btn a:hover{
	  background:#cccccc;}
  .prevBtn{
	  float:left;
	  border-radius:0 5px 5px 0;}
  .nextBtn{
	  float:right;
	  border-radius:5px 0 0 5px;}	  
  	
  .banner_circle{
      margin-top:90px;
	  float:left; 
	  left:80%; 
	  position:relative;
	  }
  .banner_circle li{
	  float:left;
	  position:relative;
	  left:-50%;
	  width:12px;
	  height:20px;
	  border-radius:5px;
	  margin:5px;
	  background:#d1d1d1;}
   .banner_circle li:hover,.banner_circle li.cOver{
	  background:#fab042;} 

 