 .hzh_nav-link {
    font-size: 18px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #2b2b2b;
   /* text-transform: uppercase; */
    letter-spacing: 2px;
    opacity: 1 !important; 
	
	}
	
.hzh_text{	
	font-size: 28px;	
}
.navv-link{
	display: block;
	padding: 0.5rem 1rem;
	
}
footer{
	position : absolute; 
	bottom : 0;    
	width : 100%;    
	height : 60px;
}

.image-container {
    position: relative; /* 定位容器 */
    width: 100%;        /* 容器宽度 */
    height: 0;          /* 初始高度为0，通过padding-bottom实现比例 */
    padding-bottom: 56.25%; /* 16:9 比例，可以根据需要调整 */
    overflow: hidden;       /* 隐藏超出部分 */    
    background-size: cover; /* 背景图片覆盖整个容器 */
    background-position: center; /* 背景图片居中 */
}

.image-text1 {
    position: absolute; /* 绝对定位 */
    top: 6%;            /* 垂直居中 */
    left: 50%;          /* 水平居中 */
    transform: translate(-50%, -50%);  /* 微调位置确保居中 */
    color:#141414;         /* 文字颜色 */
    font-size: 4vw;        /* 文字大小 */
}
	
.image-text {
    position: absolute; /* 绝对定位 */
    top: 50%;           /* 垂直居中 */
    left: 62%;          /* 水平居中 */
    transform: translate(-50%, -50%);  /* 微调位置确保居中 */
    color:#6a6a6a;      /* 文字颜色 */
    font-size: 2vw;     /* 文字大小 */
}

@media (min-width:576px) {

  .text {
	3vw; color: #242627‌; }/* 小屏幕时文字变小 */
}