@charset "utf-8";

/****************
 * @description : Cascading Style Sheets
 * @author   : WangYaming 
 * @date     : 2017-7-2
 ****************/
.wrap {
	margin: 0 auto;
	width: 1060px;
}
.jmzn-list {
	width: 1071px;
	margin: 50px 0 80px -11px;
}
.jmzn-list .jmzn-list-item {
	position: relative;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
	width: 346px;
	height: 517px;
	cursor: pointer;
}
.jmzn-img-normal {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.jmzn-list-item .jmzn-img-active {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: none;
	padding: 94px 60px;
	width: 100%;
	height: 100%;
	background-color: #fbb448;
	font-size: 16px;
	color: #3f2212;
	line-height: 30px;
	overflow: hidden;
}
.jmzn-list .jmzn-list-item:hover .jmzn-img-active {
	display: block;
}
.jmzn-list .jmzn-list-item:hover .jmzn-img-normal {
	display: none;
}
.jmzn-img-normal-bg {
	display: block;
	width: 100%;
	height: 100%;
}
.jmzn-img-normal-t {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 180px;
	background-color: rgba(0,0,0,0.6);
}
.jmzn-img-normal-t img {
	display: block;
	margin: 36px auto 15px;
	height: 40px;
}
.jmzn-img-normal-name {
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: normal;
}
.jmzn-img-normal-line {
	width: 100px;
	height: 2px;
	background: #fff;
	margin: 10px auto 0;
}
.jmzn-img-normal-b {
	display: block;
	position: absolute;
	margin-left: -15px;
	left: 50%;
	bottom: 30px;
	width: 30px;
	height: 30px;	
}
