li {
  list-style-type: none;
}
a{
  text-decoration: none;
}
/* 顶部大图轮播 Swiper 样式 */
.swiper-banner {
  width: 100%;
  height: 80vh;
  margin: auto;
  box-shadow: 0 2px 8px #0002;
  position: relative;
}

.swiper-banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-banner .swiper-pagination-bullet {
  background: #e00d30;
  opacity: 0.4;
  margin: 0 4px !important;
}

.swiper-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e00d30 !important;
}

/* 产品认证轮播 Swiper 样式 */
.swiper-auth {
  width: 100%;
  height: auto;
  padding: 90px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: none;
}

.swiper-auth .swiper-wrapper {
  width: 100%;
}

.swiper-auth .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: all;
}

.swiper-auth .swiper-slide img {
  height: 100px;
  width: auto;
}

@media (max-width: 768px) {
  .swiper-auth {
    padding: 30px 0;
  }

  .swiper-auth .swiper-slide {
    height: 60px;
    font-size: 14px;
  }

  .swiper-auth .swiper-slide img {
    height: 60px;
  }
}

/* 关于我们 */
.about {
  text-align: center;
  background-color: white;
}

.about-title {
  display: inline-block;
  left: 50%;
  font-size: 18px;
  color: #666;
  padding: 50px 0 20px 0;
  border-bottom: 2px solid #E60000;
}

.about-text {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 20px;
}

/* .about>button {
  border-radius: 5px;
  background-color: #E60000;
  border: none;
  color: white;
  width: 200px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 80px;
}

.about>button:hover {
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
} */


/* 首页了解更多红色按钮样式 */
.button-container {
  text-align: center;
  margin: 30px 0;
}

.red-button {
  background-color: #E60000;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 16px;
  width: 190px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(230, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;

}

.red-button:hover {
  background-color: #ff3333;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(230, 0, 0, 0.3);
}

.red-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(230, 0, 0, 0.2);
}

.red-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.7s ease;
}

.red-button:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  .button-container {
    margin: 20px 0;
  }

  .red-button {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* 结束 */


/* 底部固定图片 */
.content {
  background-image: url(/images/bg1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.panels_content {
  background-image: url(/images/u2929.jpg);

}

.product_auth {
  text-align: center;
  color: white;
  padding-bottom: 30px;
}

.product_auth h5 {
  margin: 50px 0 30px 0;
  font-size: 30px;
  font-weight: 400;
}

.product_auth p {
  padding-bottom: 10px;
}

.auth_img {
  padding-bottom: 80px;
}

.product_butt_middle {
  margin: 10px 0;
  border: 1px solid #D7D7D7;
}

@media (max-width: 768px) {
  .product_auth p {
    padding: 0 25px;
    line-height: 30px;

  }

  .product_auth h5 {
    font-size: 25px;
  }
}




/* 关于我们界面 about.html */

.about_border {
  margin-top: 100px;
  width: 80vw;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 100px;
  position: relative;
  left: 10%;
}

.about_border_second {

  position: relative;
  left: 10%;
  /* border: 1px solid green; */
  width: 80%;
  /* height: 100vh; */
}

.about_border .about_border_second p {
  margin: 50px 0;
  line-height: 50px;
}

@media (max-width: 768px) {
  .about_border {
    width: 90vw;
    left: 5%;
  }

  .about_border_second {
    left: 0;
    width: 100%;
  }
}


/* 联系我们界面  Contact-us.html */

.contact {
  padding-top: 100px;
  /* text-align: center; */
  width: 50vw;
  margin-left: 25%;
  /* border-bottom: 1px solid red; */
}

.contact h1 {
  font-weight: 400;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  /* border: 100px; */
  text-align: center;
}

.contact_table {
  font-size: 18px;
  line-height: 100px;
  border-bottom: 1px solid #ccc;
  /* float: left; */

  /* border: 1px solid red; */
}

.contact_icon {
  display: inline-block;
  /* border: 1px solid red; */
  vertical-align: middle;
  padding-top: 20px;
  padding-left: 20%;

}

.contact-label {
  display: inline-block;
  vertical-align: middle;
  /* align-items: center; */
  margin-left: 20px;
}

.contact-value {
  display: inline-block;
  vertical-align: middle;
  margin-left: 80px;

}

.contact-phone {
  display: inline-block;
  vertical-align: middle;
  margin-left: 80px;
  line-height: 50px;

}

.contact-img {
  margin-top: 30px;
}

.Contact_us_img {
  background-image: url(/images/Contact-us.jpg);
  width: 100%;
  height: 70vh;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .Contact_us_img {
    height: 16vh;
  }
}




/* 下面的是产品展示 */

.display_top_img {
  background-image: url(/images/u1088.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 0 60px; */
  width: 100%;
  height: 70vh;
  background-position: center;
}

.display_sec {
  /* margin-top: 50px; */
  background-color: white;
  height: auto;
  padding-bottom: 50px;
  overflow: hidden;
  margin-bottom: 50px;
}

.display_sec_text {
  width: 30%;
  float: left;
  position: relative;
  left: 10%;
  top: 70px;

}

.display_sec_text h3 {
  font-size: 30px;
}

.display_sec_text p {
  padding-top: 20px;
  font-size: 18px;
}


.display_sec_img {
  float: left;
  position: relative;
  left: 10%;
  background-image: url(/images/u1088.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50%;
  height: 300px;
  margin-left: 20px;
  margin-top: 50px;
  /* border: 1px solid red; */

}


/* SPC墙板 wall-panels.html */



.panels_structure {
  width: 100%;
  margin: 50px 0;

  background-color: #fff;

}

/* 控制文字和图片的位置和大小 */
.panels_Product_Structure_text {
  position: relative;
  width: 80%;
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  padding-top: 50px;
}

.panels_Product_Structure {
  background-image: url(/images/u2121.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 60vh;
  border: none;
}

.panels_top_img {
  background-image: url(/images/u11111.jpg);

}

.panels_sec_img {
  background-image: url(/images/u12121.jpg);
}



@media (max-width: 768px) {
  .display_sec {
    padding-top: 50px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .display_sec_text {
    width: 100%;
    top: 0;
    left: 0;
  }

  .display_sec_text>h3 {
    padding-left: 5%;
  }

  .display_sec_text>p {
    padding-left: 5%;
  }

  .display_sec_text {
    width: 100%;
  }

  .display_sec_img {
    left: 0;
    width: 100%;
    background-size: 90%;
    margin-left: 0%;
    height: 200px;
    background-position: center 55%;
    margin-top: 0px;
  }

  .display_Three_legged {
    display: none;
  }
  
  /* 添加墙板产品结构的移动端样式 */
  .panels_Product_Structure_text {
    width: 90%;
    font-size: 24px;
    padding-top: 30px;
  }
  
  .panels_Product_Structure {
    height: 25vh;
    background-size: contain;
    background-position: center;
    border: none;
    margin-top: 20px;
  }
  
  .panels_structure {
    margin: 30px 0;
  }
}

.display_peculiarity {
  width: 100%;
  text-align: center;
}


.display_peculiarity ul {
  display: inline-block;
  margin: 50px 0;

}

.display_peculiarity li {

  background-image: url('/images/ic_retangle_right.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-left: 20px;
  color: #fff;
  text-align: left;
  /* border: 1px solid red; */
  /* 图片宽度 + 一点间距 */
  line-height: 5;
  /* 调整行高以对齐垂直居中 */
}

@media (max-width: 768px) {
  .display_peculiarity {
    text-align: left;
  }

  .display_peculiarity ul {
    margin: 0;
  }

  /* 三个左边大图 */
  .move_hidden {
    display: none;
  }

  .display_peculiarity li {
    background-position: left center;
    line-height: 3;
    margin-left: 10px;
    font-size: 14px;
  }

}

.display_structure {
  width: 100%;
  margin: 50px 0;

  background-color: #fff;
  /* border: 1px solid red; */
}

/* 控制文字和图片的位置和大小 */
.display_Product_Structure_text {
  float: left;
  left: 5%;
  position: relative;
  width: 30%;
  text-align: center;
  font-size: 30px;
}

.display_Product_Structure {
  background-image: url(/images/u1182.png);
  background-repeat: no-repeat;

  background-size: 100%;
  height: 60vh;
}

/* 控制文字和图片的位置和大小 */
.display_Product_Specifications_text {
  float: left;
  position: relative;
  left: 10%;
  width: 60%;
  text-align: center;
  font-size: 30px;

}

.display_Product_Specifications {
  background: url(/images/u1185.png) no-repeat;
  background-size: 100%;
  height: 60vh;
}

.display_Product_Structure_text p {
  margin-bottom: 50px;
}

.display_Product_Specifications_text p {
  margin-bottom: 50px;
}


@media (max-width: 768px) {

  .display_Product_Structure_text,
  .display_Product_Specifications_text {
    float: none;
    left: 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
    /* 增加间距 */
  }

  .display_Product_Structure_text>p {
    display: none;
  }

  .display_Product_Structure,
  .display_Product_Specifications {
    height: 40vh;
    left: 0;
    /* 移动端图片高度适当调小 */
    background-size: contain;
    background-position: center;
  }

  .display_structure {
    /* margin: 20px 0; */
    padding-top: 20px;
  }
}

/* 清除浮动 */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* 三个盒子 */

.display_one {
  width: 20%;
  height: 200px;
  position: relative;
  left: 10%;
  margin-top: 50px;
  float: left;

}

/* 鼠标移入变红并向右平移 */
.display_one_text {
  margin-top: 10px;
  background: url(/images/right.png) no-repeat 80% 50%;
  padding: 0 20%;
  transition: background-position 0.3s, background-image 0.2s;

}

.display_one:hover .display_one_text {
  background-image: url(/images/red_right.png);
  background-position: 85% 50%;
}

.display_one:hover {
  color: #E60000;
}


.display_two {
  width: 20%;
  height: 200px;
  position: relative;
  left: 20%;
  float: left;
  margin-top: 50px;


}

.display_two_text {
  margin-top: 10px;
  background: url(/images/right.png) no-repeat 80% 50%;
  padding: 0 20%;

}

/* 鼠标移入变红并向右平移 */
.display_two_text {
  margin-top: 10px;
  background: url(/images/right.png) no-repeat 80% 50%;
  padding: 0 20%;
  transition: background-position 0.3s, background-image 0.2s;

}

.display_two:hover .display_two_text {
  background-image: url(/images/red_right.png);
  background-position: 85% 50%;
}

.display_two:hover {
  color: #E60000;
}

.display_three {
  width: 20%;
  height: 200px;
  position: relative;
  left: 30%;
  float: left;
  margin-top: 50px;


}

.display_three_text {
  margin-top: 10px;
  background: url(/images/right.png) no-repeat 80% 50%;
  padding: 0 20%;

}

/* 鼠标移入变红并向右平移 */
.display_three_text {
  margin-top: 10px;
  background: url(/images/right.png) no-repeat 80% 50%;
  padding: 0 20%;
  transition: background-position 0.3s, background-image 0.2s;

}

.display_three:hover .display_three_text {
  background-image: url(/images/red_right.png);
  background-position: 85% 50%;
}

.display_three:hover {
  color: #E60000;
}



/* 木纹 */
.display_Wood_grain {
  width: 80%;

  margin: 100px auto;
}

/* 石纹、地毯纹的与其他的高度 */
.display_Stone_grain {
  width: 80%;
  margin: 0px auto;
}

/* 三个左边样式图片 */
.display_Wood_grain_left {
  width: 20%;
  height: 100vh;
  text-align: center;
  font-size: 40px;
  color: #fff;
  padding-top: 100px;
  float: left;
  background-image: url(/images/u1227.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* 石纹左侧图片 */
.display_stone_grain_left {
  width: 20%;
  height: 100vh;
  text-align: center;
  font-size: 40px;
  color: #fff;
  padding-top: 100px;
  float: left;
  background-image: url(/images/5104-4.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* 地毯纹左侧图片 */
.display_Carpet_grain_left {
  width: 20%;
  height: 100vh;
  text-align: center;
  font-size: 40px;
  color: #fff;
  padding-top: 100px;
  float: left;
  background-image: url(/images/u2020.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* 艺术地板左侧照片 */
.display_artistic_grain_left {
  width: 20%;
  height: 100vh;
  text-align: center;
  font-size: 40px;
  color: #fff;
  padding-top: 100px;
  float: left;
  background-image: url(/images/u1928.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .display_artistic_grain_left {
    display: none;
  }
}







.display_Wood_grain_right {
  width: 80%;
 height: auto;
  min-height: 100vh;
  /* float: left; */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* 可调整justify-content以改变排列方式 */
}

.wood_grain_img_item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 8%;
  margin-bottom: 2%;
  box-sizing: border-box;
  cursor: pointer;
}


/* 创建一个包装容器来处理图片的溢出 */
.wood_grain_img_item > div {
  overflow: hidden; /* 添加溢出隐藏，确保放大效果不会溢出容器 */
  width: 100%; /* 确保宽度与父容器一致 */
}

.display_Wood_grain_right_img {
  width: 100%;
  height: auto;
  /* 可根据实际需求调整为固定高度 */
  transition: transform 0.3s ease; /* 添加过渡效果 */
  display: block; /* 确保图片是块级元素 */
}

/* 添加鼠标悬停时的放大效果 */
.wood_grain_img_item:hover .display_Wood_grain_right_img {
  transform: scale(1.1); /* 放大到1.1倍 */
}

/* 添加鼠标悬停时标题变为红色的效果 */
.wood_grain_img_item:hover .wood_grain_img_caption {
  color: #E60000; /* 使用网站中已有的红色 */
  transition: color 0.3s ease; /* 添加颜色过渡效果 */
}

.wood_grain_img_caption {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
  transition: color 0.3s ease; /* 添加颜色过渡效果 */
}

/* 按钮 */
.wood-pattern-btn {
  margin: 50px auto 50px auto;
  display: flex;
  justify-content: center;
}

.wood-pattern-btn button {
  background: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 15px 80px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #222;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.wood-pattern-btn button:hover {
  background: #E60000;
  color: #fff;
  border: 0px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .display_Wood_grain_left {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 30px;
    background-size: cover;
    font-size: 32px;
  }

  .display_Wood_grain {
    width: 95%;
    margin: 40px auto;
  }

  .display_Wood_grain_right {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }

  .wood_grain_img_item {
    width: 44%;
    margin-left: 4%;
    margin-bottom: 4vw;
  }

  .display_Wood_grain_right_img {
    width: 100%;
    height: auto;
  }
}


/* 下面是工程案例 */
.case_img {
  background-image: url(/images/case/u408.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 70vh;
  margin-bottom: 40px;
}

.case_box {
  width: 80%;
  position: relative;
  margin: 0 auto;
  /* border: 1px solid red; */
}

.case_box_big {
  width: 58%;
  display: inline-block;
  /* border: 1px solid red; */
}

.case_box_big>img {
  width: 100%;
  height: 400px;
  margin-bottom: 1%;
}

.case_box_small>img {
  width: 100%;
  height: 400px;
  margin-bottom: 1%;

}

.case_box_small {
  display: inline-block;
  width: 40%;
  /* border: 1px solid red; */

}

.case_box_margin {
  margin-left: 1%;
}

.case_Partners>h5 {
  font-size: 30px;
  font-weight: normal;
  margin: 20px 0 30px 0;
}


@media (max-width: 768px) {
  .case_box_small {
    display: none;
  }

  .case_box {
    width: 100%;
  }

  .case_box_big {
    width: 100%;
  }

  .case_box_big img {
    height: 100%;
  }

  .case_box_margin {
    margin-left: 0%;
  }

  /* 顶部图片 */
  .case_img {
    height: 16vh;
  }

  .case_Partners h5 {
    font-size: 20px;
  }
}





/* ...原有样式... */

/* ========== 仅适配 .contact 区域的移动端样式 ========== */
@media (max-width: 768px) {
  .contact {
    padding-top: 80px;
    width: 96vw;
    margin-left: 2vw;
  }

  .contact h1 {
    font-size: 1.1rem;
    padding-bottom: 22px;
  }

  .contact_table {
    font-size: 15px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
  }

  .contact_icon {
    padding-left: 0;
    padding-top: 0;
    width: 32px;
    min-width: 32px;
    margin-right: 6px;
    display: flex;
    align-items: center;
  }

  .contact-label {
    margin: 0 3px 0 0;
    font-weight: bold;
    min-width: 34px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .contact-value,
  .contact-phone {
    margin-left: 0;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .contact-phone {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-img {
    margin-top: 18px;
    width: 100% !important;
    height: auto !important;
    max-width: 100vw;
    border-radius: 6px;
  }
}

/* 红色按钮样式 */
.button-container {
  text-align: center;
  margin: 30px 0;
}

.red-button {
  background-color: #E60000;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(230, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.red-button:hover {
  background-color: #ff3333;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(230, 0, 0, 0.3);
}

.red-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(230, 0, 0, 0.2);
}

.red-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.7s ease;
}

.red-button:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  .button-container {
    margin: 20px 0;
  }

  .red-button {
    padding: 10px 25px;
    font-size: 14px;
  }
}



/* display变色按钮样式 */
.button-container-display {
  text-align: center;
  margin: 30px 0;
}

.red-button-display {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 16px;
  width: 200px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #000;
  /* box-shadow: 0 4px 6px rgba(230, 0, 0, 0.2); */
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;

}

.red-button-display:hover {
  background-color: #ff3333;
  border: 1px solid #ff3333;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(230, 0, 0, 0.3);
}

.red-button-display:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(230, 0, 0, 0.2);
}

.red-button-display::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.7s ease;
}

.red-button-display:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  .button-container {
    margin: 20px 0;
  }

  .red-button-display {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* 结束 */

/* 下面是招聘岗位页面 .recruit.html */
.recruit_table h1{
  font-weight: normal;
  /* margin-left: 10%; */
  margin: 50px 0 50px 10%;

}
.recruit_table table{
  margin: 0 auto;
  width: 80%;
  border-collapse: collapse;
}
.recruit_table table th{
  background-color: #e0e0e0;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  padding: 20px 0;
}
.recruit_table table td{
padding-bottom: 200px;
}



/* 下面是display_wood.html的样式 */


.display_wood_top_img{
  background-image: url(/images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-position: center;
}
.display_wood_box{
  width: 70%;
  margin: 0 auto;
  /* border: 1px solid red;
  height: 100vh; */
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.display_wood_img{
  width: 22%;
  /* padding-left has been removed */
  margin-bottom: 25px; /* 增加底部间距，防止放大时影响下方元素 */
  position: relative; /* 添加相对定位 */
  cursor: pointer;
}

/* 创建图片容器来处理溢出 */
.display_wood_img .img-container {
  width: 100%;
  overflow: hidden; /* 防止图片放大时溢出 */
}

.display_wood_img img{
  width: 100%;
  transition: transform 0.3s ease; /* 添加过渡效果使放大平滑 */
  display: block; /* 消除图片底部间隙 */
}

.display_wood_img:hover img{
  transform: scale(1.1); /* 鼠标悬停时图片放大到1.1倍 */
}

.display_wood_img p{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0; /* 调整底部边距 */
  transition: color 0.3s ease; /* 添加颜色过渡效果 */
}

.display_wood_img:hover p{
  color: #E60000; /* 鼠标悬停时文字变为红色 */
}

/* Add responsive styles for mobile */
@media (max-width: 768px) {
  .display_wood_box {
    width: 90%;
  }
  
  .display_wood_img {
    width: 48%;
    margin-bottom: 15px;
  }
}