/* 通用样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
}

.w {
  width: 1300px;
  margin: 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* 顶部导航 */

.nav-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.search-item, .store-item, .contact-item {
    margin-left: 20px;
}

/* Logo区域 */
.logo_box {
  text-align: center;
  padding: 20px 0;
}

/* 导航菜单 */
.jp_nav_box {
    background: #000;
}

.jp_nav_box ul {
    display: flex;
    justify-content: center;
}

.jp_nav_box > .w > ul > li {
  position: relative;
    padding: 0 30px;
}

.jp_nav_box > .w > ul > li > a {
  color: #fff;
    line-height: 60px;
    display: block;
}

/* 二级菜单 */
.jp_nav_box > .w > ul > li > ul {
    position: absolute;
    top: 60px;
    left: 0;
    background: rgba(0,0,0,0.8);
    min-width: 150px;
  display: none;
}

.jp_nav_box > .w > ul > li:hover > ul {
    display: block;
}

.jp_nav_box > .w > ul > li > ul > li > a {
    color: #fff;
    display: block;
  white-space: nowrap;
}

.jp_nav_box > .w > ul > li > ul > li > a:hover {
  color: #d2972c!important;
}

/* Banner区域 */
.index_banner {
    margin-top: 20px;
}body {
  background:url(../images/bg.jpg) no-repeat center top
  #1a0b05;
  background-size: 100%;
}


body{
  color: #fae5b1;

}
a {
  color: #fae5b1;
}
a:hover {
  color: #fff;
}
/* 顶部栏目 */
.top_nav {
  padding-top: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-search {
  display: flex;
  align-items: center;
  color: #fff;
}

.search-item, .store-item, .contact-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right:31px;
}
/* 小图标对右侧距离 */
.search-item img, .store-item img, .contact-item img, .tm_shop img {
  margin-right: 9px;
}


.search-item {
  flex: 1;
}

.search-item input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 5px;
  color: #fae5b1;
  width: 72px;
  border-bottom: 1px solid #fae5b1;
  transition: all 0.3s ease-in-out;
}

.search-item input::placeholder {
  color: #fae5b1;
}

.search-item input:focus {
width: 200px;
outline: none;
}


/* 鼠标悬停效果 */
.store-item:hover, .contact-item:hover {
  opacity: 1;
}

.search-item input:focus {
  outline: none;
}

/* 添加跳动动画关键帧 */
@keyframes bounce {
  0% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

/* 图标悬停动画效果 */
.search-item:hover img,
.store-item:hover img,
.contact-item:hover img,
.tm_shop a:hover img,
.social_item:hover img {
  animation: bounce 0.4s ease;
}


.logo_box {
  text-align: center;
  padding-top: 57px;
  padding-bottom: 83px;
}

/* 天猫旗舰店 */
.tm_shop {
  text-align: right;
  padding-bottom: 18px;
}

.tm_shop a {
  display: inline-flex;
  align-items: center;
  color: #fae5b1;
  font-size: 14px;
  transition: all 0.3s ease;
}

.tm_shop a:hover {
  color: #fff;
}

/* 小图标对右侧距离 */
.tm_shop img {
  margin-right: 9px;
}

/* 添加跳动动画关键帧 */
@keyframes bounce {
  0% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

/* 图标悬停动画效果 */
.tm_shop a:hover img {
  animation: bounce 0.4s ease;
}

/* 导航样式 */
.jp_nav_box {
  background: url(../images/bg_01.png) no-repeat center top;
  padding-top: 43px;

}

.jp_nav_box .w > ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}

.jp_nav_box .w > ul > li {
  position: relative;
  white-space: nowrap;
}

.jp_nav_box .w > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  color: #fae5b1;
  position: relative;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  white-space: nowrap;
}

/* 添加底部横线 */
.jp_nav_box .w > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: #f1deae;
  transition: width 0.3s ease;
}

/* hover和当前选中状态显示横线 */
.jp_nav_box .w > ul > li:hover > a:after,
.jp_nav_box .w > ul > li.hover > a:after {
  width: 100%;
}

/* 导航下拉菜单 */
.jp_nav_box .w > ul > li > ul {
  margin-top: 21px;
  position: absolute;z-index: 9999;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(44,26,13,0.8);
  display: none;
  padding: 10px 0;border-radius: 9px;
  flex-direction: column;
}

/* 添加连接区域解决间隙问题 */
.jp_nav_box .w > ul > li > ul:before {
  content: '';
  position: absolute;
  top: -21px; /* 与margin-top相同的负值 */
  left: 0;
  width: 100%;
  height: 21px; /* 与margin-top相同 */
  background: transparent; /* 保持透明 */
}

.jp_nav_box .w > ul > li > ul > li {
  width: 100%;
  display: block;
}

.jp_nav_box .w > ul > li > ul > li > a {
  display: block;
  line-height: 35px;
  color: #fae5b1;
  text-align: center;
  white-space: nowrap;
  transition: all 0.2s ease;
}


.jp_nav_box .w > ul > li > ul > li > a:hover {
  color: #fae5b1;
}


/* 轮播图 */
.index_banner {
  background:url(../images/c7.png) no-repeat top center;
  background-size: contain;
  margin-top: 40px;
  height: 650px;
  padding-top: 41px;
  
}
.index_banner video {
  width: 1220px;
  height: 495px;background: #000;
}

.index_banner img {
  width: 1220px;
  height: 495px;
}
.jzk_banner {
  width: 1220px;
  height: 495px;
  border-radius: 22px;
  overflow: hidden;
}


/* 首页描述 */
.index_desc {
  padding: 0 0 50px;
  text-align: center;
}

.desc_content {
  max-width: 1000px;
  margin: 0 auto;
}

.desc_content p {
  font-size: 16px;
  line-height: 2;
  color: #fae5b1;
  letter-spacing: 1px;
  margin: 0;
}

/* 按钮样式 */
.enter-btn {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #fae5b1;
  color: #fae5b1;
  font-size: 16px;
  width: 192px;
  height: 33px;
  line-height: 31px;
  border-radius: 7px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.enter-btn:hover {
  background: #fae5b1;
  color: #301c0f;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(250, 229, 177, 0.2);
}

/* 添加hover特效 */
.enter-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      120deg,
      transparent,
      rgba(250, 229, 177, 0.2),
      transparent
  );
  transition: 0.5s;
}

.enter-btn:hover:before {
  left: 100%;
}

/* 首页列表 */
.index_list {
  background:url(../images/index_bg.png) no-repeat  center top;
  padding-top: 81px;
}

.title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #f7e2af;
  font-weight: bold;
  font-size: 36px;
  padding: 55px 0 0;
}
.title_box_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #f7e2af;
  font-size: 16px;
  padding: 10px 0 55px ;
}

.index_pro_list {
  margin-top: 40px;
  margin-bottom: 20px;
}

.index_pro_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}

.index_pro_list li {
  transition: all 0.3s ease;
  text-align: center;
}
.index_pro_list h3 {
  font-size: 22px;
  color: #fae5b1;font-weight: 500;
  margin-bottom: 8px;
  padding-right: 30px;
}
.index_pro_list span {
  font-size: 22px;
  color: #fae5b1;
  margin-bottom:18px;
}
.index_pro_list .li_box {
  background: url(../images/libg.png) no-repeat left top;
  background-size: cover;
  padding: 24px;
  padding-bottom: 50px;
}

/* 图片容器添加扫光效果 */
.index_pro_list .img_box {
  width: 242px;
  height: 366px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* 扫光效果 */
.index_pro_list .img_box:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .25;
  pointer-events: none;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.index_pro_list .img_box img {
  width: 242px;
  height: 366px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.index_pro_list2 .img_box ,.index_pro_list2 .img_box img {
  width: 278px;
  height: 422px;
}
.index_pro_list2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 95px;
  width: 110%;
}
.index_pro_list2 li {
  padding-bottom: 50px;
  /* margin-right: 143px; */
}
.index_pro_list2 li:nth-child(3n) {
  /* margin-right: 0; */
}
.index_pro_list2  {
  margin-top: 70px;
}
.index_pro_list2 .li_box {
  padding: 30px 76px 30px 30px;
  background-size: contain;
  padding-bottom: 60px;
}


.index_pro_list3 .img_box ,.index_pro_list3 .img_box img {
  width: 350px;
  height:auto;
}
.
.index_pro_list3 ul {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_pro_list3 li {
  padding-bottom: 50px;
  margin-top: 30px;
  width: 46%;
  margin-right: 0;
  background-size:contain;
  text-align: center;
}
.index_pro_list3 .li_box {
  background: none;
  padding: 0;
  padding-bottom: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  background: url(../images/li4.png) no-repeat center bottom;
}
.index_pro_list3  {
  margin-top: 70px;
}
.index_pro_list3 h3 {
  margin-top: 30px;
}
/* hover效果 */
  .index_pro_list li:hover .img_box:before {
      -webkit-animation: shine 1.05s;
      animation: shine 1.05s;
  }
  
  .index_pro_list li:hover .img_box img {
      transform: scale(1.05);
  }
/* 扫光动画 */
@-webkit-keyframes shine {
  100% { left: 125%; }
}

@keyframes shine {
  100% { left: 125%; }
}

.index_pro_list .text_box {
  padding: 15px;
  text-align: center;
}

.index_pro_list .text_box h3 {
  font-size: 18px;
  color: #fae5b1;
  margin-bottom: 8px;
}

.index_pro_list .text_box p {
  font-size: 14px;
  color: #fae5b1;
  opacity: 0.8;
}
.list_box1 {
  height: 1000px;
}
.list_box2 {
  height: 1090px;
}
.list_box3 {
  height: 1090px;
}

/* 底部样式 */
.footer {
  padding: 0 126px 200px;
  color: #fae5b1;
  display: flex;
  justify-content: space-between;
}

.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer_nav a {
  color: #fae5b1;
  font-size: 16px;
  transition: all 0.3s ease;
}
.footer_nav a:first-child {
  font-size: 18px;
  font-weight: bold;
}


.footer_nav a:hover {
  color: #fff;
}

.footer_right {
  text-align: left;
}

.footer_title {
  font-size: 18px;font-weight: bold;
  margin-bottom: 20px;
}

.social_links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social_item {
  position: relative;
  display: inline-block;
}

.qrcode_popup {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #2c1a0e;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: none;
    margin-top: 10px;
    z-index: 100;
}

.qrcode_popup:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #2c1a0e;
    border-top: none;
}

.qrcode_popup img {
    width: 200px;
    height: 257px;
    display: block;
}

.social_item:hover .qrcode_popup {
    display: block;
}

.social_item:hover {
  color: #fff;
}

.social_item img {
  /*margin-right: 10px;*/
}

/* 图标悬停动画效果 */
.search-item:hover img,
.store-item:hover img,
.contact-item:hover img,
.tm_shop a:hover img,
.social_item:hover img {
  animation: bounce 0.4s ease;
}

.footer_bottom {
  margin-top: 30px;
  padding-bottom: 184px;
  text-align: center;
  font-size: 12px;
}

.footer_bottom span {
  margin: 0 10px;
}

/* 视频相关样式 */
.video-wrapper {
  position: relative;
  width: 1220px;
  height: 495px;
}

.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  transition: all 0.3s ease;
}

.video-cover:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  background: #000;
}

/* 播放状态隐藏封面 */
.video-wrapper.playing .video-cover {
  display: none;
}

/* 链接文字滑动动画 */
@keyframes textSlide {
  0% { transform: translateX(0); }
  50% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

/* 左滑动画 */
@keyframes leftSlide {
  0% { transform: translateX(0); }
  50% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}

/* 社交链接hover效果 */
.social_links .social_item:hover span {
  animation: textSlide 0.4s ease;
}

/* 社交链接图标hover效果 */
.social_links .social_item:hover img {
  animation: leftSlide 0.4s ease;
}

/* 确保元素可以单独移动 */
.social_links .social_item span,
.social_links .social_item img {
  display: inline-block;
}

/* 回到顶部按钮 */
.jzk_scroll_top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background: rgba(48, 28, 15, 0.8);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    pointer-events: none; /* 默认不接受点击事件 */
}

.jzk_scroll_top.show {
  opacity: 1;
    visibility: visible;
    pointer-events: auto; /* 显示时才接受点击事件 */
}

.jzk_scroll_top img {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.jzk_scroll_top:hover {
    background: rgba(48, 28, 15, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(250, 229, 177, 0.15);
    border-color: #fff;
}

.jzk_scroll_top:hover img {
    transform: translateY(-2px);
    filter: brightness(1.2);
}


.k_panav {text-align: center;padding-top: 20px;padding-bottom: 40px;}
.k_panav li {display: inline-block;}
.k_panav li a {background: #5b2800;line-height: 40px; height: 40px;border-radius: 4px;  color: #fff; margin: 0 5px;padding: 0 16px;display: inline-block;font-size: 14px;}
.k_panav li a:hover,.k_panav li a.hover {background: #9f5f3c;color: #fff;}
.k_panav a {display: inline-block; transition: all 0.23s ease;}
.k_panav a {background: #5b2800;line-height: 40px; height: 40px;color: #333333; margin: 0 5px;padding: 0 16px;display: inline-block;font-size: 14px;}
.k_panav span {display: inline-block;}
.k_panav span {background: #5b2800;line-height: 40px; height: 40px;color: #000; margin: 0 5px;padding: 0 16px;display: inline-block;font-size: 14px;}
.k_panav span{background: #9f5f3c;color: #fff;}
.k_panav a:hover,.k_panav li a.hover {background: #9f5f3c;color: #fff;}


.footer_bg {
  background: url(../images/fbg.png) no-repeat center top;
  padding-top: 100px;
  margin-top: 40px;
}
.footer_bg .footer_bottom {
  padding-bottom: 30px;
}

.care-instructions {
  padding: 30px 48px 70px 48px;
  color: #f7e2af; /* 金色文字颜色 */
  /*font-size: 20px;*/
  line-height: 2; /* 行高为字体大小的2倍 */
  letter-spacing: 1px; /* 字间距 */
  text-align: justify; /* 两端对齐 */
}

/*.care-instructions p {*/
  margin-bottom: 35px; /* 段落间距 
}

/* 如果需要加粗某些文字 */
.care-instructions strong {
  color: #E6C88F; /* 稍微亮一点的金色 */
  font-weight: 500;
}
.title_box2 {
  padding: 70px 0 30px;
}

.title_box3 {
  padding: 0px 0 30px;
}

/* 荣誉展示区块 */
.honor_section {
    background: url(../images/bg2.png) no-repeat center top;
    height: 1650px;
    margin-top: 50px;
}

.honor_content {
  padding: 88px 139px;
    display: flex;
    align-items: center;
}


.honor_content2 {
  padding: 105px 139px;
}

.honor_image {
   width: 380px;
   flex: 0 0 380px;
   text-align: center;
}

.honor_image img {
}

.honor_text {
    padding-left: 40px;
}

.honor_text h2 {
    font-size: 25px;
    color: #fae5b1;
    margin-bottom: 12px;
    font-weight: normal;
}

.honor_text p {
    font-size: 18px;
    line-height: 2;
    color: #fae5b1;
    text-align: justify;
    letter-spacing: 1px;
}
.contact-right {
  display: flex;
    justify-content: center;
    background: url(../images/bgx.png) no-repeat left top;
    float: right;
    width: 813px;
    height: 582px;
    align-content: center;
    align-items: center;
}
.contact-section {
  text-align: center;
}
.qr-section {
  padding: 0 70px;
}
.qr-section h3{
  font-size: 20px;
  padding-bottom: 30px;
}
.qr-section p{
  line-height:1.8;
}
.contact-right img {
  width: 200px; height: 200px; margin: 20px 0;
}
.contact-left {
float: left;width: 459px;background: url(../images/bg3.png) no-repeat center bottom #3f1600;
height: 582px;
}
.contact-info{
  text-align: center; 
  height: auto;
  overflow: hidden;
  margin-bottom: 110px;
  position: relative;
  margin-top: -30px;
}
.contact-title {
  font-size: 24px;background:#3f1600;color: #f7e2af;padding: 20px 20px;font-size: 46px;font-weight: normal;
}
.contact-iphone {
   color: #f7e2af; margin-bottom: 140px;font-size: 46px;
   padding-top: 200px;
}
.contact-left-bottom {
  margin-bottom: 20px;font-size: 20px;
  color: #f7e2af;
}

.address_box {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.address_right {
  background:url(../images/bg4.png) no-repeat top center;
  background-size: contain;
  height: 419px;
  padding-top: 34px;
  width: 735px;text-align: center;
  
}
.address_left h3 {
 font-size: 26px;
 padding-bottom: 16px;
}
.address_left {
 border-bottom: 1px solid #f7e2af;
}

.address_left_content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.address_left_content img {
margin-right: 8px ;
}

.address_right img {
  width:661px;
  height:332px;
}

@media screen and (max-width: 768px) {
  .care-instructions p {
    text-indent:0 !important;
  }
}