
.xibian{
	float:left;
	width:100%;
	height:300px;
	background:#ccc;
}

@media screen and (min-width:2048px){

.focus {
	overflow:hidden;
	float:left;
	position:relative;
	width:2048px;
	margin:0px 0px 0px 0px;
	}
.focus img{
	width:2048px;
	}
	
.focus .fPic{
	position:absolute;
	left:0px;top:0px;
	}

.focus .shadow{
	width:100%;
	position:absolute;
	bottom:0;
	left:0px;
	z-index:10;height:40px;
	line-height:40px;background:rgba(0,0,0,0.6); 
	display:block;}
	
/*图片右下方小园点*/	
.focus .D1fBt img{display:none}
	
/*幻灯片中的左右点击方向按扭*/	
.focus .prev,.focus .next{
	position:absolute;
	width:40px;height:74px;
	background:url("/skin/img/focus_btn.png") no-repeat;
	z-index:300;}
.focus .prev{
	bottom:0;
	left:10px;
	background-position:0 -74px;
	cursor:pointer;}
.focus .next{
	bottom:0;
	right:10px;
	background-position:-40px -74px;
	cursor:pointer;
	}
.focus .prev:hover{
	background-position:0 0;}
.focus .next:hover{
	background-position:-40px 0;}
	
.focus .D1fBt a{
	background:#eee;}
.focus .D1fBt .current,.focus .D1fBt a:hover{
	background:#a70c14;}
.focus .prev,.focus .next{
	top:166px;}
	
	
	
	
}
	
@media only screen and (min-width:480px) and (max-width:2047px){
/*幻灯片设置*/
.focus {
	overflow:hidden;
	float:left;
	position:relative;
	width:100%;
	height:0px;padding-bottom:38%;
	
	margin:0px 0px 0px 0px;}
.focus .fcon{position:relative;float:left;display:none;background:#000;}
.focus .fcon img{display:block;width:100%;}
.focus .fPic{position:absolute;left:0px;top:0px;}
/* .focus .D1fBt{overflow:hidden;zoom:1;height:16px;z-index:10;} */
	

/*幻灯片中的左右点击方向按扭*/	
.focus .prev,.focus .next{
	position:absolute;
	width:40px;height:74px;
	background:url("/skin/img/focus_btn.png") no-repeat;
	z-index:300;}
.focus .prev{
	bottom:0;
	left:10px;
	background-position:0 -74px;
	cursor:pointer;}
.focus .next{
	bottom:0;
	right:10px;
	background-position:-40px -74px;
	cursor:pointer;
	}
.focus .prev:hover{
	background-position:0 0;}
.focus .next:hover{
	background-position:-40px 0;}
	
.focus .D1fBt a{
	background:#eee;}
.focus .D1fBt .current,.focus .D1fBt a:hover{
	background:#a70c14;}
.focus .prev,.focus .next{
	top:40%;}
}


@media only screen and (min-width:0px) and (max-width:479px){
/*幻灯片设置*/
.focus {
	overflow:hidden;
	float:left;
	position:relative;
	width:100%;
	height:720px;
	margin:0px 0px 0px 0px;
height:0px;padding-bottom:38%;}

.focus .fcon{position:relative;float:left;display:none;background:#000;}
.focus .fcon img{display:block;width:100%;}
.focus .fPic{position:absolute;left:0px;top:0px;}
/* .focus .D1fBt{overflow:hidden;zoom:1;height:16px;z-index:10;} */
}