/**/
#bannerbox{width: 100%; height: 670px; background: #fff; overflow: hidden;}
.focus{ position:relative; width:100%; height:100%; background-color: #000; float: left;}  
/* .focus img{ width: 100%; height: 100%;} */ 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.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;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; left:0px; top:0px; width:100%;height: 100%;z-index:0;}  
.focus .D1fBt{ overflow:hidden; zoom:1; text-align: center;position: absolute;bottom: 50px;z-index:10;width: 100%;}  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px;}
.focus .fcon{ position:relative; width:100%;height: 100%; float:left;  display:none; background:#000}
.focus .fcon a{display:block; width:100%; height:100%;}
.focus .fcon div{width: 100%; height: 100%; opacity: -0.02; background: rgb(255, 255, 255);}
.focus .fcon span{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;}  
.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 a{position:relative; display:inline-block; width:150px; height:80px;border: 2px solid #fff;background-size: 100% 100%!important;}    
.focus .D1fBt .current,.focus .D1fBt a:hover{color: red;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; width:70px; }    
/* .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: 180px;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 180px;  background-position:-40px -74px;  cursor:pointer;}
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  




/* 手机端 */
@media(max-width:640px){

#bannerbox{height: 3rem!important;}
.focus .fcon a{background-size: auto 100%!important;}
.focus .fcon span img{width: 80%;}
.focus .D1fBt{bottom: 0.1rem!important;}
.focus .D1fBt a{width: 1.0rem!important;height: 0.7rem!important;}


/* end media */
}