.shutterBox {
	background: #f2f5fb;
	padding-bottom: 163px;
}

.shutter {
	/*	overflow: hidden;*/
	width: 1134px;
	height: 689px;
	position: relative;
	margin: 0px auto;
	top: -150px;
}

.shutter .page {
	position: absolute;
	color: #fff;
	font-size: 30px;
	bottom: 30%;
	right: 0;
	transform: rotate(90deg);
	z-index: 9999;
	font-family: Whitney-cu;
}

.shutter .page span {
	color: #fff;
	font-size: 30px;
	z-index: 9999;
	font-family: Whitney-cu;
}

.shutter-img {
	z-index: 1;
	overflow: hidden;
	width: 1134px;
	height: 689px;
}

.shutter-img,
.shutter-img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.shutter-img a {
	cursor: default;
}

.shutter-img a>img {
	width: 100%;
	height: 100%;
}

.shutter-img .created {
	overflow: hidden;
	position: absolute;
	z-index: 20;
}

.shutter-btn {}

.shutter-btn li {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 49px;
	height: 49px;
	margin-top: -25px;
	cursor: pointer;
}

.shutter-btn li.prev {
	left: 20px;
	display: none;
	background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;
}

.shutter-btn li.next {
	right: 20px;
	display: block;
	top: 83%;
	z-index: 9999999999;
	opacity: 0;
	background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}

.shutter-desc {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -184px;
	width: 100%;
	height: 182px;
	background: #fff;
}

.shutter-desc p {
	padding-left: 20px;
	line-height: 36px;
	color: #000;
	font-family: Whitney-xi;
	padding-right: 103px;
	font-size: 27px;
	margin-top: 54px;
	margin-left: 209px;
}

.shutter-desc p:after {
	position: absolute;
	width: 83px;
	left: 85px;
	top: 68px;
	height: 3px;
	content: "";
	background: #f31b1b;
}