/* 网站价值观 */
.jzg021 {
	width: 100%;
	/* justify-content: center; */
	padding-bottom: 6vw;
}

.jzg022 {
	width: 100%;
}

.jzg023 {
	color: #FFFFFF;
	font-size: 2.5vw;
	padding-left: 7vw;
	/* padding-top: 9vw; */
}

.jzg024 {
	width: 100%;
}

.jzg025 {
	width: 23vw;
	height: 17vw;
	margin-top: 1vw;
	border-radius: 0;
	margin-right: 0.8vw;
	background-color: #f0f0f0;
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 3vw 3vw;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.jzg025:last-child {
	margin-right: 0;
}
.jzg025::after {
	content: "";
	background-color: var(--ztys--wz);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
	z-index: -1;
}
.jzg025:hover::after {
	content: "";
	background-color: var(--ztys--wz);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
	z-index: -1;
}

.jzg067:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp144.jpg);
	/* 设置背景图像 */
	background-size: cover;
	/* 使背景图像覆盖整个容器 */
	background-position: center;
	/* 将背景图像居中 */
	transform: scale(1);
	/* 初始缩放比例 */
	transition: all 0.5s ease;
	/* 设置动画效果 */
	z-index: -2;
	transition: all 0.5s ease;
}

.jzg067:hover:before {
	opacity: 1;
	transform: scale(1.1);
}

.jzg068:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp143.jpg);
	/* 设置背景图像 */
	background-size: cover;
	/* 使背景图像覆盖整个容器 */
	background-position: center;
	/* 将背景图像居中 */
	transform: scale(1);
	/* 初始缩放比例 */
	transition: all 0.5s ease;
	/* 设置动画效果 */
	z-index: -2;
}

.jzg068:hover:before {
	opacity: 1;
	transform: scale(1.1);
}

.jzg069:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp145.jpg);
	/* 设置背景图像 */
	background-size: cover;
	/* 使背景图像覆盖整个容器 */
	background-position: center;
	/* 将背景图像居中 */
	transform: scale(1);
	/* 初始缩放比例 */
	transition: all 0.5s ease;
	/* 设置动画效果 */
	z-index: -2;
}

.jzg069:hover:before {
	opacity: 1;
	transform: scale(1.1);
}

.jzg070:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp145.jpg);
	/* 设置背景图像 */
	background-size: cover;
	/* 使背景图像覆盖整个容器 */
	background-position: center;
	/* 将背景图像居中 */
	transform: scale(1);
	/* 初始缩放比例 */
	transition: all 0.5s ease;
	/* 设置动画效果 */
	z-index: -2;
}

.jzg070:hover:before {
	opacity: 1;
	transform: scale(1.1);
}

.jzg071:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp146.jpg);
	/* 设置背景图像 */
	background-size: cover;
	/* 使背景图像覆盖整个容器 */
	background-position: center;
	/* 将背景图像居中 */
	transform: scale(1);
	/* 初始缩放比例 */
	transition: all 0.5s ease;
	/* 设置动画效果 */
	z-index: -2;
}

.jzg072:hover:before {
	opacity: 1;
	transform: scale(1.1);
}

.jzg072:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp147.jpg);
	/* 设置背景图像 */
	background-size: cover;
	/* 使背景图像覆盖整个容器 */
	background-position: center;
	/* 将背景图像居中 */
	transform: scale(1);
	/* 初始缩放比例 */
	transition: all 0.5s ease;
	/* 设置动画效果 */
	z-index: -2;
}

.jzg071:hover:before {
	opacity: 1;
	transform: scale(1.1);
}

.jzg025:hover {
	background-color: var(--ztys--wz);
	/* transform: translateY(-15px); */
	transition: ease all 0.3s;
	/* box-shadow: 0px 4px 4px rgb(0 0 0 / 10%); */
	color: #fff;
}

/* .jzg025:active {
	background-color: var(--main-text-color);
	transform: translateY(-15px);
	transition: ease all 0.3s;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
	border: 0.5px solid var(--main-text-color);
} */

.jzg026 {
	font-size: 1.5vw;
	font-weight: bold;
}

.jzg027 {
	width: 100%;
	padding-top: 2vw;
	font-size: 1vw;
	line-height: 2vw;
	text-align: center;
}

.jzg028 img {
	width: 99vw;
	height: 55vw;
}

.jzg066 {
	display: flex;
	justify-content: center;
	margin-bottom: 4vw;
}

.jzg066 img {
	height: 3vw;
}

.jzg1 {
	display: flex;

}
.jzg3 span{
	font-size: 1vw;
	margin-top: 0.5vw;
	display: block;
}
.jzg2{
	width: 100%;
	display: flex;
}
.jzg2 img{
	height: 2.25vw;
}
.jzg3{
	width: 85%;
}
.jzg067{
	width: 50%;
	background-position: center;
	transform: scale(1);
}
.jzg068{
	width: 50%;
	background-position: center;
	transform: scale(1);
}
.jzg069{
	width: 100%;
	background-position: center;
	transform: scale(1);
}
.jzg070{
	width: 33.3%;
	background-position: center;
	transform: scale(1);
}
.jzg071{
	width: 33.3%;
	background-position: center;
	transform: scale(1);
}
.jzg072{
	width: 33.3%;
	background-position: center;
	transform: scale(1);
}