/* 网站导航栏 */
.wzdh001 {
	height: 4.5vw;
	background-color: #FFFFFF;
	box-shadow: -0.1vw 0.05vw 0.2vw rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 5;
	left: 0vw;
	right: 0vw;
	top: 0vw;
	display: flex;
	padding: 0vw 4vw;
	justify-content: space-between;
	align-items: center;
}

.logo {
	height: 5vw;
}

.logo img {
	height: 5vw;
}

.logo:hover {
	cursor: pointer;
}

.logo:active {
	transform: scale(0.98);
}

.wzgp001 {
	display: flex;
	align-items: center;
	position: absolute;
	left: 20vw;
}

.wzgp002 {
	font-size: 1vw;
	margin-right: 0.5vw;
	color: var(--main-bg-color-hover2);
}

.wzgp003 {
	font-size: 1vw;
	color: var(--main-bg-color-hover2);
}

.dhl001 {
	width: 7vw;
	height: 3vw;
	line-height: 3vw;
	margin-left: 2vw;
}

.wzdh002 ul {
	height: 4.5vw;
	line-height: 5vw;
	text-align: center;
	display: flex;
	position: relative;
	align-items: center;
	margin: 0;
}

.wzdh002 ul li {
	line-height: 1;
	font-size: 1vw;
	text-align: center;
	height: 4.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2.5vw;
	position: relative;
}

.wzdh003 a {
	text-decoration: none;
	position: relative;
	color: #000000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none!important;
}
.wzdh003 a:focus, a:hover {
    color: var(--ztys--wz);
    text-decoration: none !important;
}
.wzdh003 a:focus {
    outline: none;
    outline-offset: 0;
}
.wzdh003:hover {
	color: var(--ztys--wz);
	text-decoration: none;
	cursor: pointer;
}

.wzdh003:active {
	color: var(--ztys--wz);
	font-weight: bold;
}
.wzdh003:hover a{
	color: var(--ztys--wz);
}

.wzdh4 {
	color: var(--ztys--wz) !important;
	font-weight: bold;
}

.wzdh4 a {
	color: var(--ztys--wz) !important;
	font-weight: bold;
}

/*鼠标滑过效果*/
.wzdh003::after {
	width: 0;
	height: 0.2vw;
	position: absolute;
	content: '';
	bottom: 0;
	background-color: var(--ztys--wz);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.wzdh003:hover:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	content: ' ';
	width: 5vw;
}

.wzdh5 {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
}

.wzdh6 {
	display: flex;
	background-color: #fff;
	box-shadow: -0.1vw 0.05vw 0.2vw rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 4.5vw;
	z-index: 2;
	width: 100%;
	justify-content: center;
	height: 4.5vw;
	align-items: center;
}

.wzdh7 {}

.wzdh7 p {
	font-size: 1vw;
	font-weight: bold;
	border-right: 2px solid rgba(0, 0, 0, 00.2);
	padding-right: 3vw;
	margin: 0;
}

.wzdh8 {
	display: flex;
}

.wzdh8 ul {
	display: flex;
	margin: 0;
}

.wzdh8 li a {
	display: flex;
	align-items: center;
	font-size: 1vw;
	color: #000;
	text-decoration: none;
	margin-left: 4vw;
}
.wzdh8 li{
	display: flex;
}
.wzdh9 p {
    margin: 0;
}

.wzdh9 img {
	width: 0.7vw;
	height: 0.5vw;
	margin-left: 1vw;
}

.wzdh8 li a:hover {
	color: var(--ztys--wz);
}

.wzdh8 li a:hover img {
	content: url(../img/wztp123.png);
}

.wzdh8 li a:active img {
	content: url(../img/wztp123.png);
}

.wzdh10 a {
	color: var(--ztys--wz) !important;
}

.wzdh10 .wzdh9 img {
	content: url(../img/wztp123.png) !important;
}

.wzdh11 {
	background-color: #fff;
	box-shadow: -0.1vw 0.05vw 0.2vw rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 9vw;
	z-index: 2;
	width: 100%;
	justify-content: center;
	display: flex;
	padding: 1.5vw 0;
}

.wzdh12 {
	display: flex;
	flex-wrap: wrap;
	padding: 0 1vw 0 2vw;
}

.wzdh13 {
	background-color: #f0f0f0;
	width: 15vw;
	height: 12vw;
	margin-right: 1vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 1vw;
}
.wzdh13:nth-child(6n){
	/* margin-right: 0; */
}
.wzdh13 img {
	height: 8vw;
	object-fit: contain;/*图片按比例展示*/
	width: 13vw;
}
.wzdh13 p {
	font-size: 1vw;
}
.wzdh13:hover{
	cursor: pointer;
}
.wzdh13:hover img{
	transform: scale(1.1);
}
.wzdh13:active{
	background-color: var(--ztys--wz);
}
.wzdh13:active p{
	color: #fff;
}
.wzdh14{
	background-color: var(--ztys--wz);
}
.wzdh14 p{
	color: #fff;
}
.wzdh15{
	height: 100%;
	display: flex;
	align-items: center;
	color: var(--menu-text);
}
.wzdh15 p{
	font-size: 2vw;
	margin: 0;
}