@charset "utf-8";
.wbox {
	width:1210px;
	margin:0 auto;
	clear:both;
	margin-bottom:10px;
    display:inline-block;
}
.wbox:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .wbox {
	zoom:1;
}
.wbox {
	display:block;
}
.js-slide {
	width:651px;
	height:380px;
	float:left;
	display:inline;
	margin:0 10px 0 0px;
	overflow:hidden;
	position:relative;
	z-index:5;
}
.js-slide-imgBox {
	position:absolute;
	left:0;
	top:0;
}
.js-slide-imgBox li {
	float:left;
	position:relative;
	width:651px;
	height:380px;
}
.js-slide-imgBox .imgHoverBox {
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:.3;
	filter:Alpha(opacity=30);
	_filter:Alpha(opacity=0);
}
.js-slide-imgBox .imgHover {
	opacity:0;
	filter:Alpha(opacity=0);
}
.js-slide-imgBox a:hover {
	text-decoration:none;
	color:#FFF;
}
.js-slide-imgBox li div {
	position:absolute;
}
.js-slide-num {
	position:absolute;
	bottom:0;
	right:8px;
	height:30px;
	z-index:20;
}
.js-slide-num li {
	display:inline;
}
.js-slide-num a {
	display:inline-block;
	width:22px;
	height:22px;
	background:#999;
	color:#fff;
	font-weight:bold;
	border-radius:10px;
	text-align:center;
	line-height:22px;
	margin:4px 4px 0 0;
}
.js-slide-num a:hover, .js-slide-imgBox a:hover {
	text-decoration:none;
	color:#FFF;
}
.js-slide-num .cur a {
	background:#C00;
	color:#FFF;
}
.js-slide-opacity {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background:#000;
	opacity:.2;
	filter:Alpha(opacity=20);
	z-index:10;
}

.slide11, .js-slide .slide51 {
	left:0;
	top:0;
	width:651px;
	height:380px;
}
.slide41 {
	left:0;
	top:0;
	width:651px;
	height:200px;
}
.slide42 {
	left:0;
	top:200px;
	width:217px;
	height:180px;
}
.slide43 {
	left:217px;
	top:200px;
	width:217px;
	height:180px;
}
.slide44 {
	left:434px;
	top:200px;
	width:217px;
	height:180px;
}
.imgmask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.3);
	display:none;
	background-color:#000\9;
	filter:Alpha(opacity=30);
}
.pmask .imgmask {
	display:block;
}
.nomask .imgmask {
	display:none;
}
