h1 {
	position: absolute;
	width: 177px;
	height: 350px;
	top: 27px;
	left: 50%;
	margin: 0 0 0 -88px;
	z-index: 1;
}
.nav {
	position: relative;
	width: 250px;
	margin: 352px 0 35px;
	padding: 20px 0 20px 19px;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 10px;
	box-sizing: border-box;
}
	.nav li {
		width: 200px;
		padding: 9px 0 7px;
		line-height: 0;
		border-bottom: 1px dashed #ddd;
	}
	.nav li:last-child {
		border: none;
	}
	.navDeco {
		position: absolute;
		width: 131px;
		height: 147px;
		bottom: -25px;
		right: -38px;
	}
.pv {
	position: relative;
	width: 246px;
	height: 136px;
	border: 2px solid #ee7aa0;
}
.pv a:hover .pv_thum img {
	opacity: .7;
}
.pv_thum {
	width: 100%;
	height: 100%;
	background: #fff;
}
.pv_thum:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/nav/pvBtn.png) no-repeat 0 0;
}
	.pv_thum img {
		width: 100%;
		height: 100%;
	}