/* 懒人图库 搜集整理 www.lanrentuku.com */

/*焦点图*/
.focus{ position:relative; width:100%; height:100%; min-height:700px; max-height:1000px; background-color:#fff; float:left;}  

.focus .shadow{margin:0px; padding:40px 5% 20px 60px; position:absolute; bottom:0; right:0px; z-index:10; width:40%; height:220px; line-height:36px; background:rgba(197,85,65,0.96); display:block;  text-align:right; }  
.focus .shadow a{overflow:hidden; text-decoration:none; color:#fff;}  

.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  

.focus .fPic{ position:absolute; width:100%; left:0px; top:0px; }  
.focus .fcon{ position:relative; width:100%; float:left;  display:none;}  
.focus .fcon img{ display:block; width:67%; height:auto; border-right:10px solid #209c94;} 
 
.focus .fbg{top:80px; right:5%; position:absolute; height:21px; text-align:right; z-index:200; }  
.focus .fbg h1{margin:30px 0px 0px 0px; font-style:normal; font-size:16px;}
.focus .fbg h2{margin:0px 0px 0px 0px; font-style:normal; font-size:16px;}

.focus .D1fBt{overflow:hidden; zoom:1;  height:16px; z-index:10;  } 
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#fff;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#fff; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fff;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }
    
.focus .prev,.focus .next{position:absolute;width:60px;height:60px;background: url(focus_btn.png) no-repeat; z-index:300; border-radius:50%;}
.focus .prev{bottom:230px; right:10%; margin-top: -60px; background-position:0 -60px; cursor:pointer; }  
.focus .next{bottom:230px; right:5%;  margin-top: -60px; background-position:-60px -60px;  cursor:pointer;}  
.focus .prev:hover{background-position:0 0; }  
.focus .next:hover{background-position:-60px 0;}  

