::-webkit-scrollbar {
  width:10px;
  height:1px;
  background:#820c04;
  overflow:hidden;
}
::-webkit-scrollbar-thumb {
  width:10px;
  background:#cb8a27;
}


/* 响应式容器 */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* 顶部导航栏 */
.header {
/*  position: fixed;*/
  width: 100%;
  height: 110px;
/*  top: 0;
  z-index: 1000;
 background-color: #033694;*/
}

.header2 {
  position: fixed;
  width: 100%;
  height: 110px;
  top: 0;
  z-index: 1000;
background-color: #203979;
}
.header2.active {
  background: #203979 !important;
  background-image: none;
  height:110px;
}

.header2.scrolled {
  background: #203979;
    background-image: none;
  height:110px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.kas-navbar {
  height: 110px;
  display: flex;
/*  justify-content: space-between;*/
  align-items: center;
/* justify-content: center;*/
}
.nav-content {
 /* display: flex;
  align-items: center;*/
margin:0 auto;
height:100%; 
width:100%;
}
.logo {
 /* display: flex;
  align-items: center;*/
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  margin:0 auto;
  text-align:center;
  height:64px;
    line-height:64px;
  background:url(../images/logobg.png) #7b1e0d no-repeat center center / cover;
  
}

.logo img {
  height: 32px;
  transition: transform 0.3s ease;
}

.menu-block{height: 46px;
  background:#203979;}
.nav-links {
   list-style: none;
height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-list {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	}
.menu-list li{ margin:0 2vw;}
.menu-list .item {
      position: relative;
      padding: 0 1.3vw;
      box-sizing: border-box;
      height: 46px;
      line-height:46px;
      z-index: 1;
      transition: all 0.5s;
	  }
.menu-list .item  .link {
        display: inline-block;
        height: 100%;
        width: 100%;
        font-size: 16px;
		color:#fff;
      }
.menu-list .item:hover{border-top: 3px solid #bc9f7a;
        background: #c61e1e;}
.menu-list .item:hover:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 15px;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background: url(../images/menu-active-icon.png);
      }
.menu-list .active {
        border-top: 3px solid #bc9f7a;
        background: #c61e1e;
      }
.menu-list .active:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 15px;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background: url(../images/menu-active-icon.png);
      }

.main{min-height:calc(100vh - 924px - 316px); height: auto !important; /* 确保高度自适应 */
    overflow: visible; /* 防止内容被截断 */
	 display: flex; /* 使子元素高度影响父容器 */
    flex-direction: column; /* 垂直排列子元素 */}
.main .main_block{padding-top:24px;padding-bottom:30px;box-sizing:border-box}
.main .public-bj{ height:100%; min-height:910px;}
.public-bj{background:url(https://hndskj.oss-cn-hangzhou.aliyuncs.com/yumiaotang/cbg.jpg?v=1.02) #1a1d7c no-repeat top center / cover;}

.main .main-block .max-container{
      margin: 0 auto;
      max-width: 1200px;
      width: 62.5%; 
    }
.main .main-block .zline{ height:144px;display:flex; align-items: center;
  justify-content: center;}	
.main .main-block .information-block{display:flex;justify-content:space-between; margin-bottom:140px;}
.main .main-block .information-block .community-block{ width:50%;}
.main .main-block .information-block .community-block .community
{display: flex;
 flex-direction: column; /* 修改为垂直布局 */
  justify-content: space-between; /* 顶部内容与more按钮分离 */
  align-items: flex-start; /* 左对齐内容 */
          padding: 80px 60px 70px 90px;
          box-sizing: border-box;
          background: url(../images/about-bg.jpg) no-repeat center center / 100% 100%;
		 height:459px; }

.community-block .community p:nth-child(1){ font-size:18px; color:#fff;}
.community-block .community p:nth-child(2){ font-size:36px; color:#fff; font-weight:bold; letter-spacing:-3px; margin:10px 0 20px 0;}
.community-block .community p:nth-child(3){ font-size:14px; color:#fff; line-height:30px;}
.community-block .community p {
  margin: 0; /* 移除段落默认间距 */
}

.community-block .community .more {
  margin-top: auto; /* 将more按钮推到最底行 */
  cursor: pointer;
}
.community-block .community .more a:hover img {
  transform: translateX(15px); 
  transition: transform 0.6s ease-in-out; /* 平滑过渡效果 */
}
.main .main-block .information-block .aboutpic{ display:flex; width:50%; height:459px;overflow:hidden;}
.aboutpic img{ width:100%; height:100%; }
.ppjs-container{ display:display; max-width:100%; height:auto; overflow:hidden; margin-top:36px;}
.ppjs-container img{display:display; width:100%; height:auto;}
.main .main-block .information-block .pp-block{ width:50%;}
.main .main-block .information-block .pp-block .ppjs
{
}

/* 图片容器基础样式 */
.ppjs01, 
.ppjs-container, 
.pppic {
  position: relative;
  overflow: hidden;
  cursor:pointer;
}

/* 图片样式 */
.ppjs01 img,
.ppjs-container img,
.pppic img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* 文字覆盖层样式 */
.ppjs01 > div,
.ppjs-container > div,
.pppic > div {
  position: absolute;
  top: 10px;
  left: 60px;
  z-index: 2;
  padding: 20px 25px;
  max-width: 70%;
  transition: transform 0.3s ease, background 0.3s ease;
}

/* 文字内容样式 */
.ppjs01 > div p:nth-child(1),
.ppjs-container > div p:nth-child(1),
.pppic > div p:nth-child(1) {
  font-size: 18px;
  color: rgba(255,255,255,0.5);
  margin: 0 0 1px 0;
}

.ppjs01 > div p:nth-child(2),
.ppjs-container > div p:nth-child(2),
.pppic > div p:nth-child(2) {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
}

.ppjs01 > div p:nth-child(3),
.ppjs-container > div p:nth-child(3),
.pppic > div p:nth-child(3) {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

/* 悬停效果 */
.ppjs01:hover,
.ppjs-container:hover,
.pppic:hover {

}

.ppjs01:hover img,
.ppjs-container:hover img,
.pppic:hover img {
  transform: scale(1.05);
}

.ppjs01:hover > div,
.ppjs-container:hover > div,
.pppic:hover > div {

}

.main .main-block .information-block .pppic{ display:flex; width:50%; overflow:hidden;}
.main .main-block .information-block .pppic img{  width:100%; height:auto;}
.main .main-block .product-block{box-sizing:border-box;}
.main .main-block .product-block .list{ display:flex;justify-content:space-between;}
.main .main-block .product-block .list .item{width:32.1%; height:338px;}
.main .main-block .product-block .list .item a{ display:inline-block; height:100%; width:100%; color:#fff; font-size:25px; }
.main .main-block .product-block .list .item a .pic{ height:100%; max-width:100%; display:block; overflow:hidden;transition: transform 0.3s ease, background 0.3s ease;}
.main .main-block .product-block .list .item a .pic img{transition: transform 0.5s ease; width:100%; height:auto; display:block;}
.main .main-block .product-block .list .item a:hover .pic img {
  transform: scale(1.05);
}
.main .main-block .product-block .list .item a .prodesc{width: 100%;
              height: 64px;
              padding: 0 10px;
              box-sizing: border-box;
              line-height: 64px;
              text-align: center;
              color: #fff;
              background:#751e0f;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;}
.main .main-block .product-block .list .item:hover a .prodesc{
    text-shadow: 0 0 10px #fff, 0 0 20px #fff;
}

.main .main-block .information {
margin:140px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 44px 6.037% 44px 4.402%;
  box-sizing: border-box;
  color: #000;
  background: url(../images/infobg.jpg) #f3f3f8 no-repeat center / 100% 100%;
}
.main .main-block .public-title {
  font-size: 42px;
  font-weight: bold;
  color:#000;
}
.main .main-block .information .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .main-block .information .title .more a {
  font-size: 21px;
  color: #666;

}
.main .main-block .information .title .more a:hover {
  color: #a81100;
}
.main .main-block  .information .list {
  font-family: '思源黑体';
  margin-top: 45px;
}
.main .main-block  .information .list .item {
  display: flex;
  align-items: center;
}
.main .main-block  .information .list .item:hover .desc {
  color: #7b1e0d;
}
.main .main-block  .information .list .item:hover:before {
  background: #7b1e0d;
}
.main .main-block  .information .list .item:before {
  content: '';
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 13px;
  background: #000;
}
.main .main-block .information .list .item > a {
  flex: 1;
  font-size:18px;
  width: 0;
  color: #000;
  height: 60px;
  line-height: 60px;
  display: flex;
  overflow:hidden;
  justify-content: space-between;
  border-bottom: 1px dashed #c2c2c2;
}
.main .main-block  .information .list .item .time {
  color: #999;
  white-space: nowrap;
}

#cdfoot{ background:url(../images/cdfoot.jpg) #1b1d7d no-repeat center center / cover; height:20px;}

#contact {
    background: url(../images/footbg.jpg) #7b1e0d no-repeat center / 100% 100%;
  padding: 60px 0 0 0;
}

#footer {
  line-height: 30px; color:#fff;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-col {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
}
.footer-logo {
    width: 266px;
    margin-bottom: 20px;
}
.footer-shop {
    width: 310px;
}

.address-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 50px;
}

.address-container img {
  width: 12px;
  height: 16px;
  object-fit: contain;
}

.address-text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}



.nav-list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
	color:#fff;
}
.nav-list dt {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}
.nav-list dt a {
    color: inherit;
    text-decoration: none;
}
.nav-list dt a:hover {
    color: #d4a665;
}
.nav-list dd {
    margin: 0;
}
.nav-list dd a {
    display: block;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
}
.nav-list dd a:hover {
    color: #d4a665;
}
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 30px;
    }
    .nav-list {
        flex-direction: column;
        gap: 30px;
    }
}

.delay-0 { animation-delay: .0s; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }


.newsmore{position: absolute;right:0;top:6px; display:block;}
.mnewsmore{display:block;}
/* 移动端导航 */
 .mobile-menu {
  display: none;
  cursor: pointer;
}
#mobileNews {
  display: none;
}
.phonemenu { display:none;}
.mbanner{ display:none;}

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size: 0;}
.clearfix {zoom:1;}

@media (min-width: 768px) and (max-width: 1200px) {

.padding_left{padding-left:20px;}
.products_link_box>div{ width:440px;}

.newsmore{display:none;}
.mnewsmore{display:block;}
.nav-links{ display:none;}
 .phonemenu { display:block;}
.container{ padding:0 15px;}
  .bannerin { width: 100%; /*height:230px;*/ min-height:auto;}
  .bannerin img { height:auto;}
  #contact {
    padding: 30px 0 10px 0;
	
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
 
}

@media (max-width: 767px) {

.f14 { font-size:12px;}
.f16 { font-size:14px;}
.f18 { font-size:16px;}
.f20 { font-size:18px;}
.f24 { font-size:20px;}
.f30 { font-size:22px;}
.f36 { font-size:24px;}
.f34 { font-size:23px;}
.f40 { font-size:26px;}
.f46 { font-size:30px;}
.f50 { font-size:32px;}
.mt100 { margin-top:30px;}
.mb5 { margin-bottom:5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px !important;}
.mb100 { margin-bottom:30px;}
.pb50{ padding-bottom:20px;}

.newsmore{display:none;}
.mnewsmore{display:block;}
.btn2_220{
    width: 130px;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 6px;
}

.section{ padding:30px 0;}
.section-title{ margin-bottom:30px;}
  .container{ padding:0 15px;}
  .logo img {
  margin-right: 10px;
}
.menu-block{ height:0;}
.menu-list{ display:none;}
  .mobile-menu {
    display: block;
    align-items: center;
  }
  .carousel-inner .item{ display:none;}
  .mbanner{display:block;/*background: url(../images/mzntbanner.jpg) top center no-repeat;*/background-size: 100%;height: auto;}
 .phonemenu { display:block;}
 .module_banner, .module_banner2{ padding-top:64px;}
 
 .main .main-block .max-container{ width:100%; padding:0 15px;}
 .main .main-block .zline{ height:70px; }
 .main .main-block .zline img{ width:80%;}
 .main .main-block .information-block{ display:block; margin-bottom:36px;}
 .main .main-block .information-block .community-block{ width:100%;}
 .main .main-block .information-block .aboutpic{ width:100%; height:auto;}
 .main .main-block .information-block .community-block .community{ padding:30px; height:auto;}
 .community-block .community .more{ margin-top:20px;}
 .main .main-block .information-block .pp-block{ width:100%;}
 
 .ppjs01 > div, .ppjs-container > div, .pppic > div{ left:15px; max-width:100%; padding:20px;}
 .main .main-block .information-block .pppic{ width:100%; margin-top:36px;}
 
 .main .main-block .product-block .list{ display:block;}
 .main .main-block .product-block .list .item{ width:100%; height:auto; margin-bottom:36px;}
 .main .main-block .information{ margin:36px 0;}
 .main .main-block .public-title{ font-size:36px;}
 .main .main-block .information .title .more a{ font-size:16px;}
 .main .main-block .information .list .item > a{ font-size:14px;}
 .main .main-block .product-block .list .item a{ font-size:20px;}
 .footer-nav { display:none;}
 .bannerin .tex4 .con{ padding:20px 15px;}
 .bannerin .tex4 .max-container{ width:100%;}
 .bannerin .tex4{ position:unset; color:#000000;}
 .bannerin .tex4 .con p:nth-child(1){ color:#333; font-size:14px; text-align:center;text-indent:0;}
 .bannerin .tex4 .con p:nth-child(2){ font-size:26px; text-align:center}
 .bannerin .tex4 .con p:nth-child(3){ font-size:16px; line-height:180%; margin-top:10px; text-align:justify}
 .content-item{ display:block;margin-bottom:36px;}
 .text-content{ width:100%; padding:20px;max-width:100%;}
 .image-content{ width:100%; max-width:100%;}
 .text-content h2{ font-size:16px;}
 .text-content span{ font-size:20px; margin:10px 0;}
 .text-content p{ font-size:14px; line-height:180%;}
 .text-content .more{ margin-left:220px;}
 .banner-content{ bottom:40px; left:28%;}
 .bannerin .ntex .con{ padding:0 20px;}
 .bannerin .ntex .con p:nth-child(1){ font-size:10px;}
 .bannerin .ntex .con p:nth-child(2){ font-size:26px;}
 .bannerin .ntex .con p:nth-child(3){ font-size:14px; margin-top:0;}
 .bannerin{ min-height:100px;}
 .bannerin .ntex{ bottom:10px;}
 .bannerin .ntex .max-container{ width:100%;}
 .main .max-container .content-block .commodity-list .list{ display:block;}
 .main .max-container .content-block .commodity-list .list .item{ width:100%;margin-bottom:36px;}
 .e_container-2{ margin-bottom:36px;}
 .e_loop-1{ margin-bottom:36px;}
 .lxcontent{ height:auto; padding:15px; margin-bottom:35px;}
 .lxcontent .form-container{ display:block;}
.lxcontent .addresscontainer,.lxcontent .suggestion-container{ width:100%;}
.lxcontent .addresscontainer .icon-item + .icon-item{ margin-top:20px;}
.lxcontent .addresscontainer .hint{ margin-top:25px;}
.lxcontent .addresscontainer .answer{ font-size:16px; line-height:28px;}
.lxcontent .suggestion-container .form{ padding:15px;}
 .newstext-content h2{ font-size:20px;}
 
 
 .kas-navbar,.header,.header.scrolled,.header2{ height:64px;  background: #033694;
    background-image: none;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  }
 .kas-navbar{justify-content:left;}
 .story-image img{ width:auto;}
.language-container{ display:none;}
.nav-content{padding-top:0;}
  #contact {
    padding: 30px 0 10px 0;
  }
  .footer-bottom {
    flex-direction: column;
    align-items:center;
	padding:0;
  }
  .footer-logo{ text-align:center; margin:0 auto; width:120px;}

}