/*-----------------------------------------------------------*/
@charset "utf-8"; {copyright© 2016}
/*==================================== ZoomPic css ====================================*/

#focus_Box {
	position:relative;
	width:850px;
	height:350px;
	margin:30px auto;
}
#focus_Box ul {
	position:relative;
	width:850px;
	height:350px;
}
#focus_Box li {
	z-index:0;
	position:absolute;
	width:525px;
	height:315px;
	top:146px;
	left:377px;
	padding:0;
	background:#fff;
	cursor:pointer;
}
#focus_Box li img {
	width:100%;
	height:100%;
	top:0;
}
#focus_Box .zhezhao_block {
	width:100%;
	height:315px;
	background:#fff;
	opacity:.8;
	filter: alpha(opacity=80);
	display:block;
	position:absolute;
	z-index:2;
}
#focus_Box li p {
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:55px;
	line-height:55px;
	text-align:center;
	font-size:1.35em;
	color:#fff;
	background:rgba(0,0,0,0.5);
	
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  /* Chrome Safari */
	-moz-text-overflow: ellipsis; 	 /* Firefox */
	-o-text-overflow: ellipsis;    /* Opera */
	word-break: break-all; /* 适合中文，换行所有文字*/
	white-space: nowrap ;
}
#focus_Box .prev,#focus_Box .next {
	display:block;
	z-index:100;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	width:55px;
	height:55px;
	top:131px;
}
#focus_Box .prev {
	background:url(../../images/slider/arrow_left.png) left bottom no-repeat;
	left:65px;
}
#focus_Box .next {
	background:url(../../images/slider/arrow_right.png) right bottom no-repeat;
	right:65px;
}
#focus_Box .prev:hover, #focus_Box .next:hover {
	opacity:1;
	filter: alpha(opacity=100);
}








/* Mobile */
@media screen and (max-width: 767px) {
	

#focus_Box {
	width:650px;
	height:430px;
	margin:20px auto 40px;
	overflow:hidden;
}
#focus_Box ul {
	position:relative;
	width:650px;
	height:430px;
}
#focus_Box li {
	width:100% !important;
	height:390px !important;
	top:146px;
	left:0 !important;
}
#focus_Box li img {
}
#focus_Box .zhezhao_block {
	display:none;
}
#focus_Box li p {
	height:65px;
	line-height:65px;
	font-size:1.85em;
}
#focus_Box .prev,#focus_Box .next {
	width:55px;
	height:55px;
	top:200px;
}





}




