/*½Ή΅γΝΌ*/
.focus{position:relative;width:100%;height:450px;background-color:#000; }  
.focus img{width:100%; height:450px;} 

.focus .fcon{ width:100%; display:none;}  
.focus .fcon img{width:100%; display:block;}  

.focus .fbg{bottom:25px; right:40px; position:absolute; height:21px; text-align:center; z-index:200;}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}   

.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:#ff6a4a;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#ff6a4a;}    
.focus .D1fBt i{display:none; font-style:normal; }   

.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  

@media (max-width:768px){
.focus{height:150px;}
.focus img{height:150px}
}
