::-webkit-scrollbar-track-piece {
  width:8px;
  background-color:#f0f0f0
}
::-webkit-scrollbar {
  width:8px;
  background-color:#e40807
}
::-webkit-scrollbar-thumb {
  width:8px;
  background-color:var(--primary-blue)
}
::-webkit-scrollbar-thumb:hover {
  width:8px;
  background-color:#333
}

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

/* 顶部导航栏 */
.header {
  position: fixed;
  width: 100%;
  height: 334px;
  top: 0;
  z-index: 1000;
   background:url(../images/headzz.png) center center no-repeat;
   background-size:100% 100%;
/* background-color: #033694;*/
}
.header:hover{
 background: #8b66c7;
    background-image: none;
  height:195px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.header.active {
  background: #8b66c7 !important;
  background-image: none;
  height:195px;
}

.header.scrolled {
  background: #8b66c7;
    background-image: none;
  height:195px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

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

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

.kas-navbar {
  height: 195px;
  display: flex;
/*  justify-content: space-between;*/
  align-items: center;
/* justify-content: center;*/
}
.nav-content {
/*  display: flex;*/
  align-items: center;
/*  gap: 60px;*/
margin:0 auto;
padding-top:36px;
}
.logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}

.logo img {
  height: 83px;
  margin-right: 0px;
  transition: transform 0.3s ease;
}

.logo:hover img {
  transform: scale(1.1);
}

.nav-links {
  display: flex;
  list-style: none;
  height: 76px;
  align-items: center;
  gap: 60px;
   margin: 0 auto;
  padding: 0 60px;
}

.nav-links li {
/*  height: 100%;
  margin-left: 55px;*/
  font-size: 15px;
/*  display: flex;
  align-items: center;*/
  font-weight:400;
   display: inline-block;
}
.nav-links li a{  display: flex;
  justify-content: space-between;
  align-items: center;}
.nav-links li a .arrow {
  width: 11px;
  height: 7px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
   background: url('../images/icon-01.png') no-repeat center center;
  transition: all 0.3s ease;
  margin-left:20px;
}
.nav-links li .nav-links-item{
  position: relative;
}
.nav-links li:hover .color_w{ color: var(--d2-blue) !important;}

.nav-links li.check a.nav-links-item .color_w,.nav-links li.check a.nav-links-item:hover { color: var(--d2-blue) !important;}

.nav-links li:hover .nav-links-item:after {
  width: 100%;
}
.nav-links li:hover .nav-menu-block{
  height: 250px;
}

.nav-menu-block {
  position: absolute;
  top: 195px;
  width: 100%;
  height: 0;
background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 99;
  overflow: hidden;
  transition: height 0.3s ease;
  
}
#about{ left:0;}
#menuProducts{left:38%;}
#menuNews{left:55%;}
#menuContact{left:63%;}
.nav-menu-block .container {
  padding: 0;
  height: 100%;
}
.nav-menu-block-box-right ul li{
  display: inline-block;
  width: 155px;
  height: 30px;
  line-height: 30px;
  margin: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.nav-menu-block-box-right ul li:hover::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--primary-blue);
}
.nav-menu-block-box-right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:rgba(3, 54, 146, 0.7);
  font-weight:500;
  font-size:12px;
  text-transform: uppercase;
  
  transition: color 0.3s ease;
}
.nav-menu-block-box-right ul li a:hover{
  text-decoration:none
}

.nav-menu-block-box-right ul li:hover a{
  color: var(--primary-blue);
}
.nav-menu-block-box-right ul li:hover a .arrow {
padding-right:10px;
 background: url('../images/jticohover.png') no-repeat center center;
}


.nav-menu-block-box {
  display: flex;
  align-items: center;
  height: 100%;
}

.language-container {
  position: absolute;
  right: 54px; /* 右侧间距54px */
  top: 20px;
}
.language-switcher {
color:#fff;
font-size:11px;
font-weight:400;
  position: relative;
 /* display: inline-block;*/
  cursor: pointer;
  padding: 8px 15px;
/*  width: 160px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
    text-transform: uppercase;
}
.language-switcher .arrow{  width: 11px;
  height: 7px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
   background: url('../images/icon-01.png') no-repeat center center;
  transition: all 0.3s ease;
  margin-left:20px;}
.lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  display: none;
  padding: 2px 0;
  margin: 0;
}
.lang-menu li {
  padding: 5px;
  text-align:center;
}
.lang-menu li:hover {
  color: #00ffde;
}
.language-switcher:hover .lang-menu {
  display: block;
}


.bszy-banner-box {
  display: flex;
}
.bszy-banner-box .banner-left{
  flex: 1;
  display: flex;
  align-items: center;
}
.bszy-banner-box .banner-left .banner-content{
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}
.bszy-banner-box .banner-left .banner-desc{
  height: 55px;
  width: 556px;
  margin-top: 30px;
  transform: scale(.9);
  transform-origin: left;
}
.bszy-banner-box .banner-left .banner-desc img{

}
.banner-content{
position:absolute;
bottom:50px;
left:43%;
 color: #fff;
  z-index:999;
  text-align:center;
}
.explore-text {
  color: white;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  font-weight:500;
}

.explore-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  animation: fadeInOut 2s infinite ease-in-out;
}

.explore-text:hover{ color:#c4251e;}
.explore-text:hover::after{background-color: #c4251e;}

@keyframes fadeInOut {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
.bszy-banner-box .banner-right{
  flex: 1;
  display: flex;
  align-items: center;
}
.bszy-banner-box .banner-right img {
  height: auto;
}

/* s1*/

 .s1container {
            display: flex;
            flex-direction: row;
            width: 100%;
            min-height: 100vh;
        }
        .s1left-section {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #f8f9fa;
            order: 1;
        }
        .s1content-wrapper {
            max-width: 1280px;
            padding: 2rem;
            text-align: center;
        }
        .s1right-section {
            flex: 1;
            position: relative;
            overflow: hidden;
            order: 2;
        }
        .s1responsive-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }

.products_box ul li {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: stretch;
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px
}

.products_img_box {
    width: 50%;
	overflow:hidden;
}

.products_img {
    width: 100%;
    height: 100%;
	
}
.mini_show {
    display: none
}

.max_show {
    display: block
}

.products_link_box {
    width: 50%;
    color: #010c2d;
    position: relative;
    display: flex
}

.products_link_box>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width:540px;
}

.padding_left {
    padding-left: 320px;
    justify-content: start
}
.padding_left .s1title {
    font-size: 52px;
    font-weight: 700;
    color: #010c2d
}

.padding_left .s1des {
    margin-bottom: 18px
}

.padding_left .s1des{
    font-size: 30px;
    font-weight: bold;
    color: #010c2d;
	text-transform: uppercase;
}
.padding_left .s1p{ font-size:14px; color:#010c2d; margin-bottom: 28px;width:235px;font-weight: normal;}

.padding_left .s1btn {
    width: 321px;
    height: 66px;
    line-height: 66px;
    vertical-align: middle;
    border: 1px solid #000000;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px
}

.padding_left .s1btn .s1btn_left {
    width: 201px;
    height: 64px;
    text-align: center;
    margin-left: 20px;
}

.padding_left .s1btn .s1btn_right {
    width: 120px;
    height: 64px;
    background-color: #000;
    position: relative
}

.padding_left .s1btn .s1btn_right img {
    width: 44px;
    height: 44px
}

.padding_left .s1btn:hover .s1btn_right {
    background-color: #033694;
}
.padding_left .s1btn:hover .s1btn_lft,.s1btn_lft {
   color: #010c2d;
}

.padding_left .s1icon_default {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.padding_left .s1icon_hover {
    display: none
}

.padding_right {

    justify-content: start
}

.padding_right .s1title {
    font-size: 52px;
    font-weight: 700;
    color: #010c2d;
	text-align:right;
}

.padding_right .s1des {
    margin-bottom: 18px
}

.padding_right .s1des{
    font-size: 30px;
    font-weight: bold;
    color: #010c2d;
	text-align:right;
	text-transform: uppercase;
}
.padding_right .s1p{ font-size:14px; color:#010c2d; width:383px;font-weight: normal; text-align:justify;margin: 0 0 28px auto;}

.padding_right .s1btn {
    width: 321px;
    height: 66px;
    line-height: 66px;
    vertical-align: middle;
    border: 1px solid #000000;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
	margin: 0 0 0 auto;
}

.padding_right .s1btn .s1btn_left {
    width: 201px;
    height: 64px;
    text-align: center;
    margin-left: 20px;
}

.padding_right .s1btn .s1btn_right {
    width: 120px;
    height: 64px;
    background-color: #000;
    position: relative
}

.padding_right .s1btn .s1btn_right img {
    width: 44px;
    height: 44px
}

.padding_right .s1btn:hover .s1btn_right {
    background-color: #033694;
}
.padding_right .s1btn:hover .s1btn_lft,.s1btn_lft {
   color: #010c2d;
}

.padding_right .s1icon_default {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.padding_right .s1icon_hover {
    display: none
}
.onLeft {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%
}

.onRight {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: 100%
}


/*s2*/

   .tp-gallery-container {
            display: flex;
            width: 100%;
          /*  max-width: 1920px;*/
            margin: 0 auto;
        }
        .tp-image-block {
            position: relative;
            width: 33.33%;
            height: 900px;
            overflow: hidden;
        }
        .tp-image-block img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }
        .tp-content-wrapper {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: white;
            width: 80%;
            z-index: 2;
        }
        .tp-icon {
            width: 42px;
            height: 48px;
            margin: 0 auto 20px;
            transition: all 0.3s ease;
        }
		 .tp-content-wrapper img {
            width: 42px;
            height: 48px;
        }
        .tp-title {
            font-size: 18px;
            margin-bottom: 10px;
			font-weight:bold;
            transition: all 0.3s ease;text-transform: uppercase;
        }
        .tp-description {
            font-size: 8px;
            transition: all 0.3s ease;
        }
        .tp-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(1, 12, 45, 0);
            transition: all 0.3s ease;
            z-index: 1;
        }
        .tp-image-block:hover .tp-overlay {
            background-color: rgba(1, 12, 45, 0.5);
        }
            .tp-image-block:hover .tp-icon {
          
        }
		.tp-image-block:nth-child(1) .tp-icon:hover,
.tp-image-block:nth-child(1):hover .tp-icon {
    content: url('../images/sy02-ico2.png');
}

.tp-image-block:nth-child(2) .tp-icon:hover,
.tp-image-block:nth-child(2):hover .tp-icon {
    content: url('../images/sy02-ico4.png');
}

.tp-image-block:nth-child(3) .tp-icon:hover,
.tp-image-block:nth-child(3):hover .tp-icon {
    content: url('../images/sy02-ico6.png');
}
        .tp-image-block:hover .tp-content-wrapper * {
            color: #b0ff7b;
        }
        @media (max-width: 1024px) {
            .tp-gallery-container {
                flex-wrap: wrap;  padding: 8px 5vw;
            }
            .tp-image-block {
                width: 50%;
                height: 700px;
            }
        }
        @media (max-width: 768px) {
            .tp-image-block {
                width: 100%;
                height: 500px;
				  border-radius: 20px;
                margin-bottom: 20px;
            }
        }


/* 内容区域通用样式 */
.section {
  padding: 70px 0;
}

.section-title2 {
  text-align: left;
  margin-bottom: 30px;
  color: #181818;
  font-size: 2rem;
  position: relative;
}

.section-title3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  color: var(--primary-blue);
  font-size: 2rem;
  position: relative;
}

.section-title::before {
content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 39px;
  height: 2px;
  background: #c4251e;
  z-index: -1;

}
.mbanner{ display:none;}
/* 产品展示区 */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
 /* grid-template-columns: repeat(3, 400px);*/
  gap: 30px;
}

.product-card {
  background-color: #f9f9f9;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid transparent;
  transition: transform 0.3s ease;
  /* width: 33.3333%; */
  /* width: 400px; */
}

.product-card:hover{
  border: 3px solid var(--primary-blue);
}

.product-card:hover .product-info {
  background-color: var(--primary-blue);
  color: #fff;
}
.product-card:hover .product-info .product-name,
.product-card:hover .product-info .product-desc {
  color: #fff;
}

.product-img {
 /* height: 300px;*/
 height:auto;
  overflow: hidden;
  position: relative;
  /* width: 400px; */
}

.product-img img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}
.product-card a{ text-decoration:none;outline: none;}
.product-card:hover .product-img img {
  transform: scale(1.05);
}

.product-info {
  padding: 15px;
  /* padding-bottom: 10px; */
  transition: all 0.3s ease;
  background: #f7f7f7;
}

.product-name {
  font-size: 20px;
  color: #333;
  height: 35px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
.product-desc {
  color: #999;
  font-size: 16px;
  line-height: 30px;
  margin-top: 3px;
}



#story {
  position: relative;
  padding: 75px 0;
}
.brand-story {
  position: relative;
  min-height: 601px;
  overflow:hidden;
}
.story-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.dbt{ }
.content-wrapper {
  max-width: 51%;
  padding: 160px 0 10px 80px;
}
.color_white {
  color: #fff !important;
}


.motto {
  background: linear-gradient(to right, var(--primary-blue), var(--light-blue));
  color: white;
  font-style: italic;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  margin-top: 20px;
}

.motto:before {
  content: "";
  font-size: 5rem;
  position: absolute;
  top: -30px;
  left: 10px;
  opacity: 0.3;
}

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

.health-section {
  padding: 100px 0;
}
.health-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.health-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.health-card {
  position: relative;
  height: 535px;
  overflow: hidden;
}
.health-text-card {
/*  background: #f8f8f8;*/
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.health-text-content {
  max-width: 340px;
}
.health-subtitle {
  font-size: 30px;
  font-weight: bold;
  color: #010c2d;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.health-title {
  font-size: 14px;
  color: #010c2d;
  margin-bottom: 28px;
  line-height: 1.5;
}
.health-link {
  display: flex;
  width: 321px;
  height: 66px;
  line-height:66px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  padding-left:20px;
  text-decoration: none;
}
.health-link-text {
  font-size: 22px;
  color: #010c2d;
}
.health-link-icon {
  width: 120px;
  height: 64px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.health-link:hover .health-link-icon {
  background: #033694;
}
.health-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.health-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  transition: background 0.3s;
}
.health-image-content {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  text-transform: uppercase;
}
.health-image-content h3{ font-size:12px; font-weight:bold; line-height:180%;}
.health-image-content p{ font-size:10px;}
.health-divider {
  width: 100%;
  height: 2px;
  background: #acb3ae;
  margin: 15px 0;
}
.health-image-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 138px;
  height: 43px;
  background: white;
  border: none;
  color: #010c2d;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
    text-transform: uppercase;
}
.health-image-btn::after {
  content: " >";
}
.health-image-card:hover .health-image-overlay {
  background: rgba(0,0,0,0.5);
}
.health-image-card:hover .health-image-btn {
  background: #033694;
  color: white;
}
.health-image-card:hover .health-image-content {
  opacity: 1;
  transform: translateY(0);
}

/* 移动端适配 */
@media (max-width: 768px) {
.health-section {
  padding: 40px 0;
}
  .health-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .health-card {
    height: auto;
    aspect-ratio: 1/1.4;
	border-radius:20px;
  }
  .health-text-card {
    aspect-ratio: unset;
    padding: 40px 20px;
  }
  .health-text-content {
    max-width: 100%;
  }
 .health-link {

	 width: 66vw;
        height: 12vw;
        line-height: 12vw;
        font-size: 5vw;
        margin-top: 0
  }
  .health-link-icon img{ width:8vw; height:8vw;}
  .health-link-icon{ width:20vw; height:12vw; margin-top: -1px;
        margin-right: -1px}
		.health-link-text{ font-size:5vw;}
}




.mission-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.mission-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 32.6%; /* 608/1920 ≈ 0.475 */
    overflow: hidden;
}
.mission-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.mission-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.mission-text {
    width: 45.1%; 
    padding: 40px;
    color: #fff;
    transform: translateY(-50%) translateX(50%);
}
.mission-title-zh {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mission-title-en {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.mission-desc {
    font-size: 14px;
    line-height: 1.8;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .mission-container {
        padding-bottom: 100%;
        display: flex;
        flex-direction: column;
    }
    .mission-content {
        position: relative;
        height: auto;
        padding: 30px 20px;
        background: rgba(0,0,0,0.7);
    }
    .mission-text {
        width: 100%;
        transform: none;
        padding: 0;
    }
    .mission-title-zh {
        font-size: 24px;
    }
    .mission-title-en {
        font-size: 16px;
    }
    .mission-desc {
        font-size: 13px;
    }
}

/* 目标人群 */
.audience {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.audience-group {
  background: #f9f9f9;
  padding: 80px 40px 20px 40px;
  text-align: center;
  transition: all 0.3s ease;
  position:relative;
}
.audience-group .audience-title {
  position: absolute;
  top: 30px;
   left: 60px;
  z-index: -1;
  opacity: 0.8;
}

.audience-group:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.ditu{ width:100%; height:600px;}
#history {
  height: 800px;
  width: 100%;
  background: url(../images/fzlcbig.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow:hidden;
}
   
#history .container {
  padding-top: 60px;
}



@keyframes nodeAppear {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}


@keyframes drawPath {
  to { stroke-dashoffset: 0; }
}

@keyframes fadeIn {
  to { opacity: 1; }
}

/* 悬停交互（可选） */
.data-point:hover {
  r: 10; /* 悬停时放大节点 */
  transition: r 0.2s ease;
}
.year-label:hover {
  fill: #3b82f6; /* 悬停时标签变色 */
  cursor: pointer;
}

/* 生产理念 */
.principles {
  display: flex;
 justify-content: space-between;
/*  flex-wrap: wrap;*/
  gap: 30px;
}

/*.principle {
  flex: 1;
  display: flex;
  flex-direction: column;
}*/

.principle:first-child {
  width: 582px; /* 固定左侧宽度 */
}

.principle.img-container {
  width: calc(1280px - 582px - 35px); /* 计算右侧宽度 */
  position: relative;
  height: 400px;
  overflow: hidden;
}
.principle .principle-item {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
width: 100%;
}
.principle .principle-item:hover .principle-item-content div {
  color: var(--primary-blue);
}
.principle .principle-item:hover img {
  filter: brightness(0.5) sepia(1) hue-rotate(180deg) saturate(5);
  /* transform: scale(1);*/
}
.principle .principle-item img {
  width: 59px;
}
.principle .principle-item .principle-item-content {
  flex: 1;
}
.principle .active .color_3  {
   color: var(--primary-blue);
}
.principle .active img  {
   color: var(--primary-blue);
    filter: brightness(0.5) sepia(1) hue-rotate(180deg) saturate(5);
}
.img-container {
width: 100%;
  margin: 0 auto;
  position: relative;
  height: 400px; /* 固定高度，根据图片比例调整 */
  overflow: hidden;
  border-radius: 0px;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
}
.img-container img {
transition: transform 0.5s ease-in-out;
  transform-origin: center center;
}
 .img-container:hover img {
  transform: scale(1.02);
  cursor:pointer;
}
 /* 图片通用样式 */
 .img-container .img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持图片比例填充容器 */
  opacity: 0;
  /*transition: opacity 0.5s ease;*/ /* 淡入淡出效果 */
}

/* 当前显示的图片 */
.img-container .img-item.active {
  opacity: 1;
  
}

/* 展会服务部分 */
.expo-services {
  background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
  color: white;
  padding: 60px 0;
}

.expo-services .section-title {
  color: white;
}

.expo-services .section-title:after {
  background-color: white;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.service-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
}

.service-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-title i {
  margin-right: 10px;
}

/* 成功理念 */
.success-philosophy {
  text-align: center;
  margin-top: 40px;
}

.philosophy-text {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 15px 0;
}

/* 底部区域 */
.footer {
  background: var(--dark-blue);
  color: var(--text-gray);
  padding: 60px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-column h3 {
  color: white;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-column h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--accent-blue);
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li:before {
  content: '•';
  margin-right: 8px;
  color: var(--accent-blue);
}

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

.contact-info i {
  margin-right: 10px;
  color: var(--accent-blue);
}

.copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.9rem;
}

#gallery {
  background: #fff;
}

/* 新闻图片展示区 */
.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.image-gallery2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
  gap: 23px;
  margin-top: 40px;
}
.gallery-item {
  padding: 20px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.gallery-item2 {
  position: relative;
  cursor: pointer;
}
.gallery-item .img-box {
  height: 275px;
  overflow: hidden;
}
.gallery-item2 .img-box2 {
  height: 300px;
  overflow: hidden;
}

.gallery-item .img-box img,.gallery-item2 .img-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-title {
  padding: 15px 0;
  border-bottom: 1px solid #9b9b9b;
  transition: all 0.3s ease;
}
/*.gallery-title:hover{
  color: var(--primary-blue);
}*/
.gallery-item:hover {
  background-color: #045245;

}
.gallery-item:hover .gallery-title {
  color: #fff;

}
.gallery-item:hover .gallery-desc {
  color: #fff !important;

}
.gallery-desc {
  margin-top: 15px;
}


/* 新闻图片展示区 */
.newsimage-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.newsgallery-item {
  padding: 20px;
  background-color: #faf3eb;
  position: relative;
  cursor: pointer;
}

.newsgallery-item .newsimg-box {
  height: 275px;
  overflow: hidden;
}

.newsgallery-item .newsimg-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsgallery-title {
  padding: 15px 0;
  border-bottom: 1px solid #e8ebee;
  transition: all 0.3s ease;
  color:#808080;
}
.newsgallery-title:hover{
   color: #fff;
}
.newsgallery-item:hover {
  background-color: #045245;

}
.newsgallery-item:hover .newsgallery-title,.newsgallery-item:hover .newsgallery-desc,.newsgallery-item:hover .mnewsmore{
  color: #fff;

}
.newsgallery-desc {
  margin-top: 15px;color:#808080; height:45px; overflow:hidden;
}



.teamyj{width:80%; margin:0 auto; text-align:center; padding:30px 0; font-size:16px;}
#news {
  padding: 50px 0;
  height: 100px;
  transition: height 0.5s ease;
  overflow: hidden;
   border-top: 1px solid #eeeeee;
}
#news .container {
  margin-top: -10px;
}

#contact {
  background: #281b3c;
  padding: 60px 0 0 0;
}

#footer {
/*  height: 50px;*/
  line-height: 30px;
  background: #281b3c;
}

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

.footer-section {
 /* width: 20%;*/
}

.footer-section h3 {
  color:#fff;
  font-size: 20px;
  font-weight:400;
  margin-bottom: 10px;
  display: flex;
}
.footer-section h3 div{
padding-right:10px;
display:inline-block;
}

.footer-section ul {
  list-style: none;
  margin-top: 38px;
}

.footer-section ul li {
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 16px;
}
.footer-section ul li:last-of-type {margin-bottom: 0;}

.footer-section ul li:hover,.footer-section ul li a:hover{
  color: var(--primary-blue);
}
.footer-section .plusBtn {
  cursor: pointer;
}
.footer-section .reduceBtn {
  cursor: pointer;
  display: none;
}


/*.footer-info {
  width: 100%;
}*/
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 250px;
  right: 200px;
  z-index: 999;
  width: 32px;
  height: 32px;
  border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
  transition: all 0.8s 0.3s;
  cursor: pointer;
  border:2px #045245 solid;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 100%;
  height: 100%;
/*  transform: rotate(-90deg);*/
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
    max-width: 1280px;
    margin: 0 auto;
}
.footer-col {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
}
.footer-logo {
    width: 169px;
    margin-bottom: 20px;
}
.footer-shop {
    width: 310px;
}
.nav-list {
    display: flex;
    gap: 80px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-list dt {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-list dt a {
    color: inherit;
    text-decoration: none;
}
.nav-list dt a:hover {
    color: #00ffde;
}
.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: #00ffde;
}
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 30px;
    }
    .nav-list {
        flex-direction: column;
        gap: 30px;
    }
}
.footer-copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
.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;}

.messbg{background:url(../images/mess.jpg) center center no-repeat; background-size:100% 100%; height:1036px; width:100%;}


.synav-list {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0 auto;
	padding:30px 0;
	/*width:860px;*/
}
.synav-list li {
	width:25%;
	overflow:hidden;
}
.synav-list dt {
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
	 display: block; letter-spacing: .04em;
        padding: 10px 0px;
        border-bottom: 1px solid #ccc
}
.synav-list dt:hover {
    color: #033694;
	font-weight:bold;
    text-decoration: none;
}
.synav-list dt a:hover {
    color: #00ffde;
}
.synav-list dd {
    margin: 0;
}
.synav-list dd a {
    display: block;
    line-height: 32px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
/*    text-transform: uppercase;*/
}
.synav-list dd a:hover {
    color: #033694;
}
.synav-list li img{  margin: 0 auto; text-align:center;  justify-content: center;
  align-items: center; display:flex; height:180px; padding-top:15px; overflow:hidden;}
/* 响应式设计 */
@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;}
.lyForm{
		width: 100%;
	}
	.content2:has(.lyForm){
		background: #f9f9f9;
	}

.liuyan7 .lycontent textarea {
    height: 150px;
width:95%; outline: none; transition: all 0.3s ease;
resize: none;
}
.lyc{ margin-bottom:20px;}
	.lyLeft input[type="text"], .lyTxt input[type="text"]{ width:90%;}
	
	.innews_list ul {margin-top:-30px;}
.innews_list li {padding:30px 0; list-style:none;}
.innews_list li .pic {float:left;width:100%;height:auto; overflow: hidden; display:block;}
.innews_list li .pic img {width:100%; height:100%;}
.innews_list li .cons {float:left;width:100%; display:block;padding-top:20px;}
.innews_list li .cons .t a {font-size:18px; line-height: 35px; }
.innews_list li .cons .c { line-height: 25px; height: 50px; overflow: hidden;margin:15px 0 40px 0; font-size:12px;}
.innews_list li .cons .t a:hover {color:#045245;}
	
	
	 .brand-story {
      flex-direction: column;
  }
  .story-image{
    width: 100%;
  }
  .audience-group{
    padding: 40px 10px 10px 10px;
  }
  .audience-group .audience-title {
    top: 20px;
	left:10px;
  }
  .audience-title .f36{
    font-size: 18px;
  }
  .audience-group img {
    width: 100%;
  }	
   .principles {
    flex-direction: column;
  }
  .principle:first-child {
  width: 100%; 
}

.principle.img-container {
 width: 100%; 
}
  .img-container {
    width: 100%;
  }
  .principle {
    flex: none;
  }
.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.btn_220{ width:160px; font-size:16px;}
  #news{
    height: auto;
    display: none;
  }
  #mobileNews {
    display: block;
  }
  .footer-section {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #ddd;
    height: 50px;
    overflow: hidden;
  }
  .footer-section:last-of-type {
    margin-bottom: 0;
  }
  .footer-section h3 {
    display: flex;
    justify-content: space-between;
	font-size:16px;
  }
  .footer-section ul li{ font-size:14px;}
  .footer-section ul {
    margin-top: 20px;
  }
  
.footer-info p{ font-size:12px;}
  #contact {
    padding: 30px 0 10px 0;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-info p{
    margin-bottom: 10px;
  }
   #story {
    padding: 20px 0;
  }
  .timeline{
    display: none;
  }

  #history{
    height: auto;
    background: #f9f9f9;
  }
  #history .container{
    padding-top: 20px;
  }
  #history .container .section-title{
    margin-bottom: 20px;
  }
  .timeline-mobile{
    display: block;
  }
  .timeline-mobile:before {
      left: 20px;
  }
  
 
  .timeline-mobile .timeline-item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .timeline-mobile .timeline-content {
      width: 90%;
      margin-left: 35px;
      text-align: left;
  }

  .timeline-mobile .timeline-item.left .timeline-content,
  .timeline-mobile .timeline-item.right .timeline-content {
      text-align: left;
  }

  .timeline-mobile .timeline-dot {
      left: 20px;
      top: 30px;
  }

  .timeline-mobile .year {
      margin-bottom: 5px;
  }
  
  .image-gallery {
     display:block; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .footer-logo{ display:none;}
  
/*  .yearnews-item {
                width: 100%;
            }*/
            .year-title {
                font-size: 50px;
            }
            .yearnews-image {
                width: 100%;
                height: auto;
            }
   .acontent-item {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  } 
  .gallery-item2 .img-box2{ height:auto;}
   .image-gallery2{
     display:block; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .bszy-banner-box .banner-left .banner-content {
    font-size: 26px;
    font-weight: 500;
  }
  .bszy-banner-box .banner-left {
    width: 50%;
  }
  .bszy-banner-box .banner-left .banner-desc{
    transform: scale(.3); margin-top:-10px;
  }
  .bszy-banner-box .banner-right{
    width: 50%;
  }
  .bszy-banner-box .banner-right img {
    height: 100%;
  }.dbt{ width:auto;}
}

@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 {
  height: 40px;
  margin-right: 10px;
}
  .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:80px;}
 .banner-content{ bottom:40px; left:28%;}
 .kas-navbar,.header,.header.scrolled,.header2{ height:80px;  background: #8b66c7;
    background-image: none;}
 .kas-navbar{justify-content:left;}
 .story-image img{ width:auto;}
.language-container{ display:none;}
.nav-content{padding-top:0;}


    .products_link_box {
        width:100%;
        color: #000;
        position: static;
        padding: 10px 0 0
    }

    .products_link_box>div {
        position: static;
        top: 0;
        transform: translateY(0)
    }

    .padding_left {
        padding-left: 60px;
        padding-right: 30px
    }

    .padding_right {
        padding-right: 60px;
        padding-left: 30px
    }

    .onLeft,.onRight {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch
    }

    .products_img_box {
        width: 100%
    }

    .products_box ul {
        margin-bottom: 0
    }

    .products_box ul li {
        padding: 2px 5vw;
        margin-top: 0;
        margin-bottom: 0
    }

    .products_box ul li:last-child {
        padding-bottom: 52px
    }

    .products_link_box>div {
        padding: 0
    }

    .padding_left,.padding_right {
	padding-right: 0;
        padding-left: 0;
        justify-content: start
    }

    .products_img_box img {
        border-radius: 20px
    }

   .padding_left .s1des>a {
        font-size: 10vw
    }

   .padding_left .s1des {
        margin-bottom: 20px;
        font-size: 5vw;
        line-height: 8vw
    }

   .padding_left .s1btn {
        width: 66vw;
        height: 12vw;
        line-height: 12vw;
        font-size: 5vw;
        margin-top: 0
    }

  .padding_left .s1btn .s1btn_right {
        width: 20vw;
        height: 12vw;
        margin-top: -1px;
        margin-right: -1px
    }

   .padding_left .s1btn .s1btn_right img {
        width: 8vw;
        height: 8vw
    }

   .padding_left .s1btn:active {
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

  .padding_left  .s1title {
        font-size: 8vw;
        line-height: 10vw;
        font-family: BrandonBld!important;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

  .padding_left  .s1des {
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }
 
  
   .padding_right .s1des>a {
        font-size: 10vw
    }

   .padding_right .s1des {
        margin-bottom: 20px;
        font-size: 5vw;
        line-height: 8vw
    }
.padding_right .s1p{ width:100%;}
   .padding_right .s1btn {
        width: 66vw;
        height: 12vw;
        line-height: 12vw;
        font-size: 5vw;
        margin-top: 0
    }

  .padding_right .s1btn .s1btn_right {
        width: 20vw;
        height: 12vw;
        margin-top: -1px;
        margin-right: -1px
    }

   .padding_right .s1btn .s1btn_right img {
        width: 8vw;
        height: 8vw
    }

   .padding_right .s1btn:active {
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

  .padding_right  .s1title {
        font-size: 8vw;
        line-height: 10vw;
        font-family: BrandonBld!important;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

  .padding_right  .s1des {
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }
  
  
.index_aboutbox{ width:100%; padding:0;}
.index_aboutbox .aboutbox{ width:100%; overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none; height:420px;}
		.index_aboutbox .aboutbox .about{ width:750px;height:420px;}

.content-wrapper{ max-width:100%; width:100%; padding: 50px 30px 10px;text-align:justify;}
.indexabout{ padding:10px;  height:auto}
.index_aboutbox .aboutbox .about li{ height:420px;}
.index_aboutbox .aboutbox .about li a{ width:30% !important; height:420px;}
.index_aboutbox .aboutbox .about li a img{ display: inline !important; height:420px;}
.index_aboutbox .tnav{padding: 30px 10px 0px;}

.dots-container {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 16px;
  padding:20px 30px;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: #faf3eb;
  border-radius: 50%;
}
.bgbg{ background:none;}
.bannerin .tex4{bottom: 16%;}
.bannerin .tex4 .con p:nth-child(1){font-size: 16px;color: #fff;}
.bannerin .tex4 .con p:nth-child(2){margin-top: 1px;font-size: 13px;}
.bannerin .tex4 .con p:nth-child(3){margin-top: 10px;font-size: 12px;letter-spacing: 1px;text-transform: uppercase;}

.aboutbg{ padding:40px 0;}
.aboutbg2{ padding:40px 0; background:none; height:auto;}
.p60{ padding:15px;}

.aboutbg p:nth-child(2){font-size: 20px;padding: 10px 0;}
.aboutbg p:nth-child(3){font-size: 14px;padding:0 15px; text-align:left;}
.sptp .tpwz{ font-size:16px;}
.footer-info{ display:none;}
  .nav-links {
      display: none;
  }
  
  .hero h1 {
      font-size: 2rem;
  }
  
  .brand-story {
      flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  min-height:310px;
  }
  .story-image{
    width: 100%;
  }

  .audience-group{
    padding: 40px 10px 10px 10px;
  }
  .audience-group .audience-title {
    top: 20px;
	left:10px;
  }
  .audience-title .f36{
    font-size: 18px;
  }
  .audience-group img {
    width: 100%;
  }
  .principles {
    flex-direction: column;
  }
  .principle:first-child {
  width: 100%; 
}

.principle.img-container {
 width: 100%; 
}
  .img-container {
    width: 100%;
  }
  .principle {
    flex: none;
  }
.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.btn_220{ width:160px; font-size:16px;}



  #news{
    height: auto;
    display: none;
  }
  #mobileNews {
    display: block;
  }
  .footer-section {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #ddd;
    height: 50px;
    overflow: hidden;
  }
  .footer-section:last-of-type {
    margin-bottom: 0;
  }
  .footer-section h3 {
    display: flex;
    justify-content: space-between;
	font-size:16px;
  }
  .footer-section ul li{ font-size:14px;}
  .footer-section ul {
    margin-top: 20px;
  }
  
.footer-info p{ font-size:12px;}
  #contact {
    padding: 30px 0 10px 0;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
	padding:0;
  }
  .footer-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-info p{
    margin-bottom: 10px;
  }
  
  .footer-logo{ text-align:center; margin:0 auto; width:120px;}
  .bszy-banner-box .banner-left .banner-content {
    font-size: 14px;
    font-weight: 500;
  }
  .bszy-banner-box .banner-left {
    width: 50%;
  }
  .bszy-banner-box .banner-left .banner-desc{
    transform: scale(.3); margin-top:-10px;
  }
  .bszy-banner-box .banner-right{
    width: 50%;
  }
  .bszy-banner-box .banner-right img {
    height: 100%;
  }

  #story {
    padding: 20px 0;
	
  }
  .timeline{
    display: none;
  }

  #history{
    height: auto;
    background: #f9f9f9;
  }
  #history .container{
    padding-top: 20px;
  }
  #history .container .section-title{
    margin-bottom: 20px;
  }
  .timeline-mobile{
    display: block;
  }
  .timeline-mobile:before {
      left: 20px;
  }
  
 
  .timeline-mobile .timeline-item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .timeline-mobile .timeline-content {
      width: 90%;
      margin-left: 35px;
      text-align: left;
  }

  .timeline-mobile .timeline-item.left .timeline-content,
  .timeline-mobile .timeline-item.right .timeline-content {
      text-align: left;
  }

  .timeline-mobile .timeline-dot {
      left: 20px;
      top: 30px;
  }

  .timeline-mobile .year {
      margin-bottom: 5px;
  }
  
  .image-gallery {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
   .image-gallery2 {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  /*内页*/
 .teamyj{width:100%; margin:0 auto; text-align:left; padding:10px 0; font-size:14px; line-height:1.8;}
  
  .bannerin { width: 100%; /*height:230px;*/ min-height:auto;}
  .bannerin img { height:auto;}
    
	  .sptp {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.tpcard img{height:auto;}

	
  .nyproducts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.nyproduct-img{height:auto;}

  .innyproducts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 30px;
}
.innyproducts{ padding:0;}
.innyproduct-img{height:auto;}

.content-item {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
 .acontent-item {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  } 
  .text-content {
    padding: 30px 0;
    order: 2 !important;
	width:100%;
  }
  
  .image-content {
    order: 1 !important;
  }
  .text-content h2{ font-size:14px; line-height: 1.8;}
  .text-content p {
    line-height: 1.8;
    font-size: 12px;
	padding-right:0px;
  }
  .text-content span{ padding-right:0px;}
  
 .map-container {
                border-radius: 0;
            }
            
            .mapmarker {
                width: 24px;
                height: 32px;
            }
            
            .mappopup {
                width: 160px;
                padding: 10px;
            }


.liuyan7 .h3 {
				border-radius:0;
				padding:15px 0;
				display:block;
            }
			.liuyan7 .h3 .radio-option .label-text{ font-size:16px; padding:10px 0;}
			.lyc{ margin-bottom:20px;}		
	.lyForm{width: 100%;}
.content2:has(.lyForm){
	background: #f9f9f9;
	}
.liuyan7 .lyLeft{
    padding-left: 0 ;
}
.liuyan7 .h5{
    padding-left: 0 !important;
}
.liuyan {
    padding: 1rem 0;
}
.liuyan7 .container{width:100%;
	margin: 0 auto;}
.liuyan h6{font-size:0.3rem;color:#333;line-height:1;margin-bottom:0.3rem;}
.lyLeft {
    padding: 0;
}
.lyc {
    margin-bottom: 0;} 
.lycontent h5 {
    padding: 0;}
.liuyan7 .lycontent textarea {
    height: 100px;
    width: 90%;
    display: block;
    font-size: 14px;
    line-height:1.5;
    /* border-radius: 10px; */
    /* padding: 0.19rem 0 0 0.38rem; */
    outline: none;
    transition: all 0.3s ease;
    resize: none;  /* 移除右下角拖拽手柄 */
}
	.liuyan h2{font-size:0.52rem;}
	.lyLeft{width:100%;float: none;margin-bottom:0.25rem; padding-left: 0.15rem;}
	.lyLeft label, .lyTxt label{line-height:1rem;font-size:0.26rem;width:25%;}
	.lyLeft input[type="text"], .lyTxt input[type="text"]{
	 width: 90%;
        line-height: 30px;
        height: 30px;
        font-size: 14px;}
	.liuyan{padding: 10px;}.ptit{ font-size:14px; padding:5px; margin-left:-20px;}
	.lytj {
	width: 129px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.innews_list ul {margin-top:-30px;}
.innews_list li {padding:30px 0; list-style:none;}
.innews_list li .pic {float:left;width:100%;height:auto; overflow: hidden; display:block;}
.innews_list li .pic img {width:100%; height:100%;}
.innews_list li .cons {float:left;width:100%; display:block;padding-top:20px;}
.innews_list li .cons .t a {font-size:18px; line-height: 35px; }
.innews_list li .cons .c { line-height: 25px; height: 50px; overflow: hidden;margin:15px 0 40px 0; font-size:12px;}
.innews_list li .cons .t a:hover {color:#b67b1b;}

.nshow .t { text-align:center;font-weight:bold;font-size:20px; line-height: 35px;padding:30px 0 20px 0; color:#666}
.nshow .c h3 {font-size:16px; line-height: 28px;}
.nshow .c p{ font-size:14px;line-height: 28px;}
.nshow .c iframe{width:90%;}

 .yearnews-item {
                width: 100%;
            }
            .year-title {
                font-size: 50px;
            }
            .yearnews-image {
                width: 100%;
                height: auto;
            }
.newsgallery-item .newsimg-box{ height:auto;}
   .newsimage-gallery{
     display:block; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .ditu{ height:300px;}
   .mess-container {
        justify-content: center;
    }
    .mess-item {
        width: 100%;
        margin: 15px 0;
    }
	.messbg{ background:none;}
	
	.news-detail .top .t-01{font-size: 20px;}
.news-detail{padding: 30px 0 30px;}
.news-detail .top .t-02{font-size: 12px;margin-top: 17px;}
.news-detail .top .t-02 span i{display: none;}
.news-detail .top .t-02 span{margin: 0 5px;}
.news-detail .top{padding-bottom: 18px;}
.news-detail .con{font-size: 14px;line-height: 31px;}
.news-detail .con{padding: 15px 0;}
.news-detail .return{margin-top: 25px;}
.other .t-01{font-size: 18px;}
.other .t-02 li{width: 100%;margin-left: 0;height: auto;}
.other .t-02 ul{margin-left: 0;}
.other .t-02 li p:nth-child(1){font-size: 18px;}
.other .t-02 li p:nth-child(2){font-size: 14px;}
.other .t-02 li a{padding: 15px;}
.other .t-02 li{margin-top: 15px;}

.organizational{padding: 30px 0;}
/*.dbt{ width:230px;}*/
.p_scrool{ display:none;}
.bannerin .crumbs{ font-size:9px;}
.newslist ul {
      padding: 0 0vw 0 2vw;
        display: box;
        display: -webkit-flex;
        display: flex
}

.newslist ul li {
    width: 100%;
}

.newslist .card_box {

        max-width: none;
        margin: 10px 0;
      
}



.newslist .card_box .card_text {
    font-size: 13px;
    font-weight: bold;
	line-height:20px;
    color: #010c2d;
    margin: 24px 20px;
}
.newslist .card_box .card_text2 {
    font-size: 9px;
	line-height:20px;
    color: #010c2d;
 margin: 14px 20px;
}
.newslist .card_box .xline {
height: 1px;background: #737a8f;margin: 14px 20px;
}

.products_box{ margin-top:40px;}
}