h2{
	font-family: 微软雅黑;
	font-weight: normal;
	color: #00394f;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 35px;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}

.section-notch::before {
	content: "";
	position: absolute;
	background-image: url(../images/section-notch-top.png);
	background-repeat: repeat-x;
	display: block;
	top: 0;
	width: 100%;
	height: 20px;
	z-index: 24;
}
.section-notch::after {
	content: "";
	position: absolute;
	background-image: url(../images/section-notch-bottom.png);
	background-repeat: repeat-x;
	bottom: 0;
	width: 100%;
	height: 20px;
	z-index: 2;
}
.page-title-area {
	position: relative;
	background-position: center;
	padding: 200px 0;
}
.page-title h2 {
	font-size: 48px;
	color: #fff;
}
.breadcrumb-list ul li {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
.breadcrumb-list ul li::before {
	content: "-";
	position: absolute;
	left: -13px;
	top: 0;
	color: #fff;
}
.breadcrumb-list ul li:first-child::before {
	display: none;
}
.breadcrumb-list ul li a {
	color: #fff;
}