/* 网站企业文化 */
.wzsy021 {
	width: 100%;
	/* height: 55vw; */
	display: flex;
	justify-content: center;
	margin-bottom: 10vw;
}

.wzsy022 {
}

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

.wzsy024 {
	display: flex;
}

.wzsy025 {
	width: 16vw;
	height: 27vw;
	margin-top: 1.5vw;
	padding: 4vw 3vw;
	border-radius: 0;
	margin-right: 0.8vw;
	background-color: #f0f0f0;
	color: #000;
	position: relative;
	overflow: hidden;
}

.wzsy025:last-child {
	margin-right: 0;
}
.wzsy067:hover .wzsy066 img{
	content: url(../img/wztp54-2.png);
}
.wzsy068:hover .wzsy066 img{
	content: url(../img/wztp55-2.png);
}
.wzsy069:hover .wzsy066 img{
	content: url(../img/wztp56-2.png);
}
.wzsy070:hover .wzsy066 img{
	content: url(../img/wztp57-2.png);
}
.wzsy071:hover .wzsy066 img{
	content: url(../img/wztp58-2.png);
}
.wzsy025:hover::after{
	content: "";
	background-color: var(--ztys--wz);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.7;
	z-index: -1;
}
.wzsy067:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp88.jpg); /* 设置背景图像 */
	background-size: cover; /* 使背景图像覆盖整个容器 */
	background-position: center; /* 将背景图像居中 */
	transform: scale(1); /* 初始缩放比例 */
	transition: transform 2.5s ease; /* 设置动画效果 */
	opacity: 0;
	z-index: -2;
}
.wzsy067:hover:before{
	opacity: 1;
	transform: scale(1.2);
}
.wzsy068:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp89.jpg); /* 设置背景图像 */
	background-size: cover; /* 使背景图像覆盖整个容器 */
	background-position: center; /* 将背景图像居中 */
	transform: scale(1); /* 初始缩放比例 */
	transition: transform 2.5s ease; /* 设置动画效果 */
	opacity: 0;
	z-index: -2;
}
.wzsy068:hover:before{
	opacity: 1;
	transform: scale(1.2);
}
.wzsy069:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp90.jpg); /* 设置背景图像 */
	background-size: cover; /* 使背景图像覆盖整个容器 */
	background-position: center; /* 将背景图像居中 */
	transform: scale(1); /* 初始缩放比例 */
	transition: transform 2.5s ease; /* 设置动画效果 */
	opacity: 0;
	z-index: -2;
}
.wzsy069:hover:before{
	opacity: 1;
	transform: scale(1.2);
}
.wzsy070:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp59.jpg); /* 设置背景图像 */
	background-size: cover; /* 使背景图像覆盖整个容器 */
	background-position: center; /* 将背景图像居中 */
	transform: scale(1); /* 初始缩放比例 */
	transition: transform 2.5s ease; /* 设置动画效果 */
	opacity: 0;
	z-index: -2;
}
.wzsy070:hover:before{
	opacity: 1;
	transform: scale(1.2);
}
.wzsy071:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/wztp91.jpg); /* 设置背景图像 */
	background-size: cover; /* 使背景图像覆盖整个容器 */
	background-position: center; /* 将背景图像居中 */
	transform: scale(1); /* 初始缩放比例 */
	transition: transform 2.5s ease; /* 设置动画效果 */
	opacity: 0;
	z-index: -2;
}
.wzsy071:hover:before{
	opacity: 1;
	transform: scale(1.2);
}

.wzsy025:hover {
	background-color: var(--ztys--wz);
	transform: translateY(0);
	/* transition: ease all 0.3s; */
	/* box-shadow: 0px 4px 4px rgb(0 0 0 / 10%); */
	color: #fff;
}
/* .wzsy025: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);
} */

.wzsy026 {
	font-size: 1.5vw;
	text-align: center;
	font-weight: bold;
}

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

.wzsy028 img {
	width: 99vw;
	height: 55vw;
}
.wzsy066{
	display: flex;
	justify-content: center;
	margin-bottom: 4vw;
}
.wzsy066 img{
	height: 3vw;
}