/* pc网站页面标题 */
.ymbt1{
	width: 100%;
	display: flex;
	justify-content: center;
	height: 10vw;
	align-items: center;
}
.ymbt1 p{
	font-weight: bold;
	position: relative;
	font-size: 2.5vw;
}
.ymbt1 p::before{
	content: "";
	background-image: url(../img/wztp045.png);
	background-size: 100% 100%;
	position: absolute;
	width: 4vw;
	height: 2.75vw;
	top: 0;
	left: -3vw;
}
.ymbt1 p::after{
	content: "";
	background-image: url(../img/wztp046.png);
	background-size: 100% 100%;
	position: absolute;
	width: 4vw;
	height: 2.75vw;
	right: -3vw;
	top: 1vw;
}
.ymbt2{
	width: 100%;
	display: flex;
	justify-content: center;
	height: 10vw;
	align-items: center;
}
.ymbt2 p{
	font-weight: bold;
	position: relative;
	font-size: 2.5vw;
	display: flex;
	justify-content: center;
	color: var(--menu-text);
}
.ymbt2 p::before{
	content: "";
	background-image: url(../img/djwz1.png);
	background-size: 100% 100%;
	position: absolute;
	width: 11vw;
	height: 1.1vw;
	bottom: -1.5vw;
}