.subtop {
	position: relative;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 899;
}
.pagepath {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 14px;
	color: #fff;
}
.pagepath .sep {
	
}
.pagepath .path-item {
	margin:0 5px;
}
.pagepath .path-item:hover {
	color:#3654ce;
	font-weight:bold;
}
.pagepath .path-item.path-now {
	cursor:default;
}

.subtop .titleoverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	filter: alpha(opacity=30);
	background-color: #000;
}
.pagetitle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.pagetitle .ptitlebox {
	display: table;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	border: 0;
}
.pagetitle .ptitlecell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.pagetitle h1 {
	margin: 0;
	padding: 0;
	font-size: 48px; /* 36 */
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,.3);
}
.pagetitle .title-desc {
	margin-top: 20px;
	font-size:18px;
	color:#444;
}

.now-title {
	height: 80px;
	background-color: #efefef;
	text-align: center;
	margin-bottom: 50px;
	box-shadow: 0 1px 5px rgba(0,0,0,.4);
}
.now-title > div {
	display: inline-block;
	padding-top: 20px;
	line-height: 100%;
	font-size: 28px;
	font-weight: bold;
}
.now-title .ub-wrap {
	margin-top: 5px;
	height: 20px; 
}
.now-title .now-title-bl {
	height: 3px;
	background-color: #000;
	margin: 0 auto 0 auto;
	border-radius: 5px;
}
.pad-title {
	
}

@media (max-width: 767px) {
	.subtop {
		height: 200px;
	}
	.pagepath {
		display: none;
	}
	.pagetitle {
		margin-bottom: 20px;
		
		padding: 5px 5px 8px 5px;
	}
	.pagetitle h1 {
		font-size: 26px;
		margin: 0;
	}
	.pagetitle .title-desc {
		font-size: 13px;
		padding: 5px 5px 0 5px;
	}
	
	.now-title {
		height: 60px;
	}
	.now-title > div {
		font-size: 18px;
	}
	
}