.navs {
  position: relative;
}
.navs .nav-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.navs .nav-image-background {
  display: block;
  width: 100%;
}
.contact-us-box {
  position: absolute;
  top: 2.6rem;
  left: 0;
  width: 100%;
}
.contact-us-box .title {
  height: 0.8rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 800;
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 1.2rem;
  text-shadow: 0 0.02rem 0.06rem rgba(0,114,14,0.7);
  text-align: center;
  font-style: normal;
  margin-bottom: 0.3rem;
}
.contact-us-box .phone-box,
.contact-us-box .mail-box {
  width: 5rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  padding: 0.15rem 0.3rem;
  box-sizing: border-box;
  font-family: Helvetica;
  font-size: 0.2rem;
  color: #000000;
  font-style: normal;
  background: #FFFFFF;
  border-radius: 0.2rem;
  backdrop-filter: blur(0);
  margin: 0 auto;
  overflow: hidden;
}
.contact-us-box .phone-box {
  margin: 0 auto 0.2rem;
}
.contact-us-box .mail-box img,
.contact-us-box .phone-box img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
.modules {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  margin-top: -1rem;
  cursor: pointer;
}
.modules .depth-analysis  {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.modules img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease; /* 👈 缓慢变换动画 */
}
.modules .position-relative {
  position: relative;
}
.modules .title {
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  width: calc(100% - 0.4rem);
  font-family: Futura, Futura;
  font-weight: bold;
  font-size: 0.3rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
}
.modules .enthusiastic-service {
  width: 8.1rem;
}
.modules .recommend-high-quality {
  width: calc(100% - 8.3rem);
}
.modules .recommend-high-quality img {
  height: 7.67rem;
}
.modules .depth-analysis .in-depth-analysis,
.modules .depth-analysis .advanced-encryption-technology {
  width: calc(50% - 0.11rem);
}
.modules .hours-enthusiastic-service img {
  height: 3.07rem;
}
.modules .in-depth-analysis img,
.modules .advanced-encryption-technology img {
  height: 4.4rem;
}
.overflow-hidden {
  overflow: hidden;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 0.2rem;
}
.img-wrapper img{
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}
.img-wrapper img.zoomed {
  transform: scale(1.5);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
  cursor: zoom-out;
}