/* 加入淼算 */
.jrms1 {
	width: 99vw;
	height: 29vw;
	position: relative;
}

.jrms2 {
	position: absolute;
	top: 0;
	z-index: -1;
}

.jrms2 img {

	width: 99vw;

	height: 29vw;
}

.jrms3 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.jrms3 p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.25vw;
	margin-bottom: 1vw;
}

.jrms3 h4 {
	width: 100%;
	text-align: center;
	font-size: 3vw;
	color: #fff;
	letter-spacing: 0.6vw;
}

.jrms4 {
	background-color: var(--ztys--wz);
	padding: 1vw 2.5vw;
	margin-top: 4vw;
}

.jrms4 a {
	color: #fff;
	text-decoration: none;
	font-size: 1vw;
}
.jrms4:hover{
	cursor: pointer;
	transform: scale(1.05);
}
.jrms4:active{
	filter: brightness(0.9);
}