:root {
  --blue: #56ace7;
  --dark: #1a202c;
  --text: #333333;
  --muted: #b4b4b4;
  --soft: #f3f3f3;
  --max: 1320px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  background: #ffffff;
}

.page-news {
  background: #f7fafc;
}

.page-article {
  background: #ffffff;
}

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


svg {
  display: block;
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  background: #ffffff;
}

.header-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}

.logo img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #4a5568;
  font-size: 17px;
}

.site-nav a {
  padding: 10px 20px;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a.active,
.page-home .site-nav a:nth-child(1),
.page-about .site-nav a:nth-child(2),
.page-products .site-nav a:nth-child(3),
.page-honor .site-nav a:nth-child(4),
.page-news .site-nav a:nth-child(5),
.page-contact .site-nav a:nth-child(6) {

}
.site-nav a:hover,
.site-nav a.active{
  color: #2b6cb0;
  border-bottom-color: #2b6cb0;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: #2d3748;
}

.hero {
  display: block;
  width: 100%;
}

.hero img {
  width: 100%;
  height: auto;
}

.contact-section {
  max-width: 1100px;
  padding: 54px 24px 28px;
}

.contact-title {
  margin-bottom: 30px;
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-info h1 {
  margin: 0 0 18px;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 8px;
  color: #000000;
  font-size: 20px;
}

.contact-info a:hover,
.copy-section a:hover,
.footer-links a:hover,
.footer-bottom a:hover,
.socials a:hover {
  color: var(--blue);
}

.divider {
  width: 85%;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #000000;
}

.copy-section {
  max-width: 1100px;
  padding: 36px 24px 28px;
}

.copy-section p {
  margin: 0 0 10px;
  font-size: 18px;
}

.message-section {
  min-height: 705px;
  padding: 64px 0 80px;
  background: #f3f3f3;
  border-top: 2px solid #b7d7ee;
}

.message-wrap {
  max-width: 1272px;
}

.message-wrap h1 {
  margin: 0 0 34px;
  color: #07142b;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
}

.message-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 28px;
}

.message-row {
  grid-column: 1 / -1;
}

.message-row-half {
  grid-column: auto;
}

.message-row label {
  display: block;
  margin-bottom: 4px;
  color: #07142b;
  font-size: 16px;
  line-height: 1.4;
}

.message-row label span {
  color: #d82020;
}

.message-row input,
.message-row textarea {
  width: 100%;
  color: #07142b;
  background: #ffffff;
  border: 1px solid #bdcde0;
  border-radius: 2px;
  font: inherit;
  font-size: 16px;
  outline: none;
}

.message-row input {
  height: 40px;
  padding: 0 8px;
}

.message-row textarea {
  min-height: 90px;
  padding: 8px;
  resize: vertical;
}

.message-row input::placeholder {
  color: #627899;
}

.message-row input:focus,
.message-row textarea:focus {
  border-color: #2f6eb5;
}

.message-code > div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.message-code input {
  max-width: 180px;
}

.message-code img {
  height: 40px;
  cursor: pointer;
}

.message-form button {
  justify-self: start;
  width: 72px;
  height: 43px;
  color: #ffffff;
  background: #2f6eb5;
  border: 0;
  border-radius: 3px;
  font: inherit;
  font-size: 16px;
  cursor: pointer;
}

.message-form button:hover {
  background: #225a99;
}

.home-hero {
  position: relative;
  overflow: hidden;
  /*background: #72cdf4;*/
}

.home-hero-track {
  display: flex;
  width: 100%;
  transition: transform .55s ease;
}

.home-hero-slide {
  min-width: 100%;
}

.home-hero-slide img {
  width: 100%;
  height: auto;
}

.home-hero-prev,
.home-hero-next {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #ffffff;
  background: rgba(0,0,0,.38);
  border: 0;
  font-size: 32px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.home-hero-prev {
  left: 12px;
}

.home-hero-next {
  right: 12px;
}

.home-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.home-hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(255,255,255,.65);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.home-hero-dot.is-active {
  background: #ffffff;
}

.home-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
  gap: 80px;
  align-items: center;
  padding: 82px 24px 116px;
}

.home-about h1 {
  margin: 0 0 46px;
  color: #1a202c;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.home-about h2 {
  margin: 0 0 14px;
  color: #1a202c;
  font-size: 16px;
  font-weight: 700;
}

.home-about p {
  margin: 0 0 28px;
  color: #253449;
  font-size: 15px;
  line-height: 1.9;
}

.home-video {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 6px;
}

.home-video img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-video::after {
  position: absolute;
  inset: 0;
  content: "";
  /*background: rgba(0,0,0,.18);*/
}

.home-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 72px;
  height: 72px;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-video span::before {
  position: absolute;
  left: 29px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid #ffffff;
}

.home-products {
  padding: 450px 0 86px;
  background: #f2f2f2 url("../images/home/product-bg.jpg") top center / 100% auto no-repeat;
}

.feature-list {
  padding: 70px 88px 34px;
  background: #ffffff;
}

.feature-item {
  width: min(820px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
  padding: 0 0 58px;
  margin: 0 auto 58px;
  border-bottom: 2px solid #2f3640;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item.reverse img {
  order: 2;
}

.feature-item img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.subtitle{font-size:22px!important}

.feature-item p {
  margin: 0 0 10px;
  color: #1a202c;
  font-size: 16px;
}

.home-cpjs ul li{
	display:flex
}


.feature-item h2 {
  margin: 0 0 28px;
  color: #111827;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
}

.feature-item h2::after {
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 58px;
  content: "";
  background: #111827;
}

.feature-item ul {
  padding: 0;
  margin: 0 0 24px;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.9;
  list-style: none;
}

.feature-item li::before {
  content: "✦ ";
}

.feature-item a {
  display: inline-block;
  padding: 8px 28px;
  color: #ffffff;
  background: #2f3640;
  border-radius: 22px;
  font-size: 14px;
}

.feature-item a:hover {
  background: var(--blue);
}

.service-band {
  margin-bottom: 156px;
  background: var(--soft);
}

.news-hero {
  min-height: 505px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(rgba(45,55,72,.3), rgba(45,55,72,.3)), url("../images/news/news-hero.webp") center / cover no-repeat;
}

.news-hero h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.5;
}

.news-list {
  padding: 64px 24px 24px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 0;
  margin: 0;
}

.news-card {
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 14px rgba(0,0,0,.1);
}

.news-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.news-card h2 {
  margin: 0;
  padding: 24px;
  color: #2d3748;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.news-card a:hover h2 {
  color: var(--blue);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
}

.pagination a,
.pagination span {
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #2d3748;
  border-radius: 3px;
  font-size: 15px;
}

.pagination span:first-child {
  color: #ffffff;
  background: #2b6cb0;
}

.pagination a:hover {
  color: #ffffff;
  background: var(--blue);
}

.article-detail {
  padding: 72px 24px 82px;
}

.article-category {
  display: inline-block;
  margin-bottom: 20px;
  color: #2b6cb0;
  font-size: 14px;
  font-weight: 600;
}

.article-detail h1 {
  margin: 0 0 18px;
  color: #1a202c;
  font-size: 32px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.article-detail time {
  display: block;
  margin-bottom: 38px;
  color: #4a5568;
  font-size: 14px;
}

.article-content p {
  margin: 0 0 28px;
  color: #253449;
  font-size: 17px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.article-content a {
  color: #2b6cb0;
}

.article-content img {
  width: min(947px, 100%);
  height: auto;
  margin: 32px auto 28px;
}

.honor-hero {
  height: 505px;
  background: #000000 url("../images/rongyu/honor-hero.jpg") center / cover no-repeat;
}

.honor-hero img {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.honor-section {
  padding: 24px 0 28px;
  background: #edf3f7;
}

.honor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.honor-card {
  background: #ffffff;
}

.honor-card a {
  min-height: 455px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.honor-card img {
  width: 100%;
  height: 385px;
  padding: 24px 20px 0;
  object-fit: contain;
}

.honor-card h2 {
  min-height: 64px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 12px 18px 18px;
  color: #1a202c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.about-hero img {
  width: 100%;
  height: auto;
}

.about-section {
  min-height: 260px;
  padding: 54px 0 160px;
  background: #ffffff;
}

.about-section h1 {
  margin: 0 0 42px;
  color: #1a202c;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}

.story-timeline {
  position: relative;
  width: min(830px, 100%);
  margin: 0 0 0 96px;
  padding: 0;
  list-style: none;
}

.story-timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 148px;
  width: 2px;
  content: "";
  background: rgba(86,172,231,.45);
}

.story-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 118px 34px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: 118px;
}

.story-timeline time {
  color: #555555;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.story-timeline time::after {
  position: absolute;
  left: 140px;
  top: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--blue);
  border-radius: 50%;
  transform: translateY(-50%);
}

.story-timeline p {
  position: relative;
  grid-column: 3;
  margin: 0;
  padding: 20px 26px;
  color: #666666;
  background: #ffffff;
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
  font-size: 16px;
  line-height: 1.7;
}

.story-timeline p::before {
  position: absolute;
  top: 50%;
  left: -19px;
  width: 0;
  height: 0;
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 14px solid var(--blue);
  transform: translateY(-50%);
}

.product-hero-n {

}

.product-hero-n img {
	width:100%
}

.product-section {
  padding: 62px 0 72px;
  background: #f7fafc;
}

.product-section h1 {
  margin: 0 0 50px;
  color: #1a202c;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.product-card {
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 14px rgba(0,0,0,.1);
}

.product-card a {
  display: block;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 36px;
  object-fit: contain;
}

.product-card h2 {
  min-height: 72px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 15px 18px;
  color: #2d3748;
  background: #f7fafc;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.product-card a:hover h2 {
  color: var(--blue);
}

.product-detail-hero {
  height: 405px;
  background: #7ed3f4 url("../images/product/detail-hero.png") center / cover no-repeat;
}

.product-detail-hero img {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.product-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  padding: 96px 24px 56px;
}

.product-gallery {
  text-align: center;
}

.product-main-image {
  width: min(430px, 100%);
  margin: 0 auto;
}

.product-thumbs {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 28px;
}

.product-thumbs img {
  width: 66px;
  height: 66px;
  padding: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  object-fit: contain;
}

.product-thumbs img.is-active,
.product-thumbs img:hover,
.product-thumbs img:focus {
  border-color: #eab632;
}

.product-info h1 {
  margin: 0 0 22px;
  color: #1a202c;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}

.product-info dl {
  margin: 0;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.85;
}

.product-info dl div {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}

.product-info dt {
  flex: 0 0 auto;
  color: #2d3748;
  font-weight: 600;
}

.product-info dd {
  margin: 0;
}

.contact-button {
  display: inline-block;
  margin-top: 26px;
  padding: 9px 27px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 3px;
  font-size: 16px;
}

.contact-button:hover {
  background: #2b6cb0;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding-bottom: 72px;
}

.hot-products h2,
.detail-tabs {
  margin: 0 0 22px;
  color: #ffffff;
  background: var(--blue);
  font-size: 22px;
  font-weight: 400;
}

.hot-products h2 {
  padding: 13px 22px;
}

.hot-card {
  margin-bottom: 24px;
  background: #ffffff;
  box-shadow: 0 0 14px rgba(0,0,0,.1);
}

.hot-card a {
  display: block;
}

.hot-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 38px;
  object-fit: contain;
}

.hot-card h3 {
  margin: 0;
  padding: 15px 18px;
  color: #2d3748;
  background: #f7fafc;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.hot-card a:hover h3 {
  color: var(--blue);
}

.detail-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
}

.detail-tabs span,
.detail-tabs a {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 0 28px;
}

.detail-tabs a {
  background: #3c9edf;
  font-size: 17px;
}

.detail-images {
  background: #ffffff;
}

.detail-images img {
  width: 100%;
  max-width: 790px;
  height: auto;
  margin: 0 auto;
}

.service-grid {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 34px 24px;
}

.service-item {
  text-align: center;
}

.service-item img {
  width: 57px;
  height: 57px;
  margin: 0 auto 16px;
}

.service-item h2 {
  margin: 0 0 4px;
  color: var(--dark);
  font-size: 28px;
  line-height: 1.5;
}

.service-item p {
  margin: 0;
  color: #4a5568;
}

.site-footer {
  color: var(--muted);
  background: #000000;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  padding-top: 80px;
  padding-bottom: 24px;
}

.footer-brand img {
  width: 120px;
  margin: 0 auto 22px 0;
}

.socials {
  display: flex;
  gap: 16px;
  align-items: center;
}

.socials svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.footer-links h3,
.footer-qr h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
}

.footer-links a {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
}

.footer-qr img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 18px 0 30px;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: 14px;
}

.page-management {
  background: #ffffff;
}

.management-hero {
  overflow: hidden;
  background: #f0f4f7;
}

.management-hero img {
  width: 100%;
  height: auto;
}

.management-section {
  padding: 120px 0;
}

.management-section-blue {
  background: #f0f4f7;
}

.management-section-cream {
  background: #fffdf6;
}

.management-wrap {
  width: min(1200px, calc(100% - 72px));
  margin: 0 auto;
}

.management-heading {
  color: #000000;
}

.management-heading p,
.management-heading h1,
.management-heading h2 {
  margin: 0;
  color: #000000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.8;
}

.management-heading strong {
  font-weight: 700;
}

.management-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  padding-top: 70px;
}

.management-safety-grid article {
  min-width: 0;
  text-align: center;
}

.management-safety-grid img {
  width: 100%;
  aspect-ratio: 399 / 416;
  object-fit: cover;
}

.management-safety-grid p {
  margin: 0;
  padding-top: 36px;
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
}

.management-lab-grid {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
}

.management-lab-track {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}

.management-lab-grid img {
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 1200 / 520;
  object-fit: cover;
}

.management-lab-control {
  position: absolute;
  top: calc(50% + 55px);
  z-index: 2;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #ffffff;
  background: rgba(0,0,0,.34);
  border: 0;
  border-radius: 50%;
  font-size: 34px;
  line-height: 46px;
  cursor: pointer;
}

.management-lab-control:hover {
  background: rgba(0,0,0,.55);
}

.management-lab-prev {
  left: 18px;
}

.management-lab-next {
  right: 18px;
}

.management-lab-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.management-lab-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(255,255,255,.72);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.management-lab-dot.is-active {
  width: 26px;
  background: #ffffff;
  border-radius: 999px;
}

.management-feature-list {
  padding-top: 100px;
}

.management-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

.management-feature.is-reverse .management-feature-image {
  order: 2;
}

.management-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.management-feature-text {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 68px;
  color: #000000;
  background: #fffdf6;
  text-align: center;
}

.management-feature-text h3 {
  margin: 0 0 34px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.management-feature-text p {
  margin: 0 0 8px;
  color: #000000;
  font-size: 13px;
  line-height: 2;
}

.management-feature-text p:last-child {
  margin-bottom: 0;
}

.management-natural-image {
  padding-top: 40px;
}

.management-natural-image img {
  width: 100%;
  height: auto;
}

.page-brand-story {
  background: #fffdf6;
}

.brand-wrap {
  width: min(1200px, calc(100% - 72px));
  margin: 0 auto;
}

.brand-hero {
  position: relative;
  overflow: hidden;
  background: #fffdf6;
}

.brand-hero img {
  width: 100%;
  height: auto;
}

.brand-hero-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  color: #ffffff;
}

.brand-hero-text p {
  margin: 0 0 16px;
  font-size: clamp(54px, 6.2vw, 118px);
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
}

.brand-hero-text span {
  display: inline-block;
  color: #ffffff;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.5;
}

.brand-hero-text span::after {
  display: block;
  width: 68px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #ffffff;
}

.brand-section {
  padding: 120px 0;
}

.brand-section-cream {
  background: #fffdf6;
}

.brand-title {
  color: #333333;
  text-align: center;
}

.brand-title span {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}

.brand-title h1,
.brand-title h2 {
  margin: 0;
  color: #333333;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
}

.brand-lead {
  width: min(980px, 100%);
  margin: 30px auto 0;
  color: #333333;
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
}

.brand-full-image img {
  width: 100%;
  height: auto;
}

.brand-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 72px;
  align-items: center;
  padding: 96px max(36px, calc((100% - 1200px) / 2));
}

.brand-split-text {
  width: 100%;
  max-width: 560px;
  justify-self: end;
  align-self: center;
  padding: 0;
  margin-right: 0;
  color: #333333;
}

.brand-split-text h2 {
  margin: 0 0 30px;
  color: #333333;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
}

.brand-split-text p {
  margin: 0 0 14px;
  color: #333333;
  font-size: 14px;
  line-height: 1.9;
}

.brand-split-text small {
  display: block;
  margin-top: 28px;
  color: #333333;
  font-size: 10px;
  line-height: 1.8;
}

.brand-split-image img {
  width: 100%;
  height: clamp(300px, 27vw, 380px);
  object-fit: cover;
  display: block;
}

.brand-science {
  padding: 100px 0;
}

.brand-science-grid {
  display: grid;
  gap: 54px;
}

.brand-science-grid article {
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.brand-science-grid article:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
}

.brand-science-grid article:nth-child(even) img {
  order: 2;
}

.brand-science-grid img {
  width: 100%;
  height: clamp(300px, 27vw, 380px);
  object-fit: cover;
  display: block;
}

.brand-science-grid h3 {
  margin: 0 0 18px;
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
}

.brand-science-grid p {
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 2;
}

.brand-concept {
  padding: 96px 0 0;
  background: #fffdf6;
}

.brand-concept-grid {
  position: relative;
  overflow: hidden;
  margin-top: 54px;
}

.brand-concept-track {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}

.brand-concept-grid article {
  position: relative;
  flex: 0 0 100%;
  height: clamp(420px, 45vw, 620px);
  overflow: hidden;
  color: #ffffff;
}

.brand-concept-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-concept-grid article::after {
  display: none;
}

.brand-concept-grid article > div {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 16%;
  z-index: 1;
  text-align: center;
}

.brand-concept-grid h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(36px, 4.2vw, 72px);
  font-weight: 700;
  line-height: 1.15;
}

.brand-concept-grid p {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.6;
}

.brand-concept-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #ffffff;
  background: rgba(0,0,0,.34);
  border: 0;
  border-radius: 50%;
  font-size: 38px;
  line-height: 46px;
  transform: translateY(-50%);
  cursor: pointer;
}

.brand-concept-control:hover {
  background: rgba(0,0,0,.55);
}

.brand-concept-prev {
  left: 24px;
}

.brand-concept-next {
  right: 24px;
}

.brand-concept-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.brand-concept-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(255,255,255,.72);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.brand-concept-dot.is-active {
  width: 26px;
  background: #ffffff;
  border-radius: 999px;
}

.brand-vision {
  padding: 76px 0;
  color: #333333;
  background: #fffdf6;
  text-align: center;
}

.brand-vision p {
  margin: 0 0 8px;
  color: #333333;
  font-size: 14px;
  line-height: 2;
}

.page-news-list {
  background: #ffffff;
}

.news-list-wrap {
  width: min(1200px, calc(100% - 72px));
  margin: 0 auto;
}

.news-list-hero {
  position: relative;
  overflow: hidden;
  background: #f7fafc;
}

.news-list-hero img {
  width: 100%;
  height: auto;
}

.news-list-hero-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22%;
  color: #000000;
}

.news-list-hero-text h1 {
  margin: 0;
  color: #000000;
  font-size: clamp(28px, 2.2vw, 42px);
  font-weight: 400;
  line-height: 1.5;
}

.news-list-hero-text h1::after {
  display: block;
  width: 68px;
  height: 1px;
  margin-top: 12px;
  content: "";
  background: #000000;
}

.health-news-section {
  padding: 80px 0;
  background: #ffffff;
}

.health-news-list {
  display: grid;
  gap: 34px;
}

.health-news-item {
  background: #ffffff;
}

.health-news-item:nth-child(3n + 1) {
  background: #f3f5df;
}

.health-news-item:nth-child(3n + 2) {
  background: #ffeee1;
}

.health-news-item:nth-child(3n) {
  background: #f0f4f7;
}

.health-news-item a {
  display: grid;
  grid-template-columns: 12% 21% minmax(0, 1fr);
  align-items: center;
  min-height: 190px;
  padding: 28px 0;
}

.health-news-date {
  display: block;
  color: #333333;
  text-align: center;
}

.health-news-date strong {
  display: block;
  color: #333333;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}

.health-news-date span {
  display: block;
  margin-top: 8px;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.health-news-thumb {
  min-width: 0;
  text-align: center;
}

.health-news-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.health-news-body {
  min-width: 0;
  padding: 0 5%;
}

.health-news-body h2 {
  margin: 0;
  color: #333333;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.health-news-body p {
  margin: 10px 0 0;
  color: #333333;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.health-news-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #958f8a;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.health-news-tag::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 50%;
}

.health-news-item a:hover h2 {
  color: var(--blue);
}

.health-news-pagination {
  margin-top: 42px;
}

@media (max-width: 1024px) {
  .management-section {
    padding: 72px 0;
  }

  .management-wrap {
    width: min(100% - 48px, 1200px);
  }

  .management-heading p,
  .management-heading h1,
  .management-heading h2 {
    font-size: 24px;
    line-height: 1.7;
  }

  .management-safety-grid {
    gap: 24px;
    padding-top: 48px;
  }

  .management-lab-grid,
  .management-feature-list {
    padding-top: 64px;
  }

  .management-lab-control {
    top: calc(50% + 32px);
  }

  .management-feature-text {
    min-height: 420px;
    padding: 48px 36px;
  }

  .management-feature-image img {
    min-height: 420px;
  }

  .brand-section {
    padding: 72px 0;
  }

  .brand-wrap {
    width: min(100% - 48px, 1200px);
  }

  .brand-split {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 72px 24px;
  }

  .brand-split-text {
    width: min(100% - 48px, 720px);
    justify-self: center;
    padding: 0;
    margin-right: 0;
  }

  .brand-split-image img {
    height: clamp(280px, 48vw, 360px);
  }

  .brand-science {
    padding: 72px 0;
  }

  .brand-science-grid article,
  .brand-science-grid article:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .brand-science-grid article:nth-child(even) img {
    order: 0;
  }

  .brand-concept-grid {
    margin-top: 44px;
  }

  .brand-concept-grid article {
    height: clamp(360px, 58vw, 500px);
  }

  .news-list-wrap {
    width: min(100% - 48px, 1200px);
  }

  .health-news-section {
    padding: 64px 0;
  }

  .health-news-item a {
    grid-template-columns: 110px 240px minmax(0, 1fr);
  }

  .health-news-body h2 {
    font-size: 24px;
  }

  .health-news-body p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .management-section {
    padding: 50px 0;
  }

.story-content img{max-width:100%;}
  .management-wrap {
    width: min(100% - 32px, 1200px);
  }

  .management-heading p,
  .management-heading h1,
  .management-heading h2 {
    font-size: 22px;
    line-height: 1.55;
  }

  .management-safety-grid,
  .management-lab-grid,
  .management-feature {
    grid-template-columns: 1fr;
  }

  .management-safety-grid {
    padding-top: 34px;
  }

  .management-safety-grid p {
    padding-top: 18px;
    font-size: 15px;
  }

  .management-lab-grid,
  .management-feature-list {
    padding-top: 42px;
  }

  .management-lab-grid img {
    aspect-ratio: 4 / 3;
  }

  .management-lab-control {
    top: calc(50% + 21px);
    width: 38px;
    height: 38px;
    font-size: 28px;
    line-height: 38px;
  }

  .management-lab-prev {
    left: 10px;
  }

  .management-lab-next {
    right: 10px;
  }

  .management-feature.is-reverse .management-feature-image {
    order: 0;
  }

  .management-feature-image img {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .management-feature-text {
    min-height: 0;
    padding: 34px 20px 46px;
  }

  .management-feature-text h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .management-feature-text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .brand-wrap {
    width: min(100% - 32px, 1200px);
  }

  .brand-hero-text {
    bottom: 14%;
  }

  .brand-hero-text p {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .brand-hero-text span {
    font-size: 20px;
  }

  .brand-section {
    padding: 50px 0;
  }

  .brand-lead {
    margin-top: 22px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .brand-split-text {
    width: min(100% - 32px, 720px);
    padding: 0;
  }

  .brand-split-image img,
  .brand-science-grid img {
    height: clamp(220px, 62vw, 320px);
  }

  .brand-science {
    padding: 50px 0;
  }

  .brand-science-grid {
    gap: 42px;
  }

  .brand-science-grid h3,
  .brand-split-text h2,
  .brand-title h1,
  .brand-title h2 {
    font-size: 22px;
  }

  .brand-concept {
    padding-top: 56px;
  }

  .brand-concept-grid {
    margin-top: 36px;
  }

  .brand-concept-grid article {
    height: clamp(300px, 75vw, 380px);
  }

  .brand-concept-control {
    width: 38px;
    height: 38px;
    font-size: 30px;
    line-height: 36px;
  }

  .brand-concept-prev {
    left: 12px;
  }

  .brand-concept-next {
    right: 12px;
  }

  .brand-concept-dots {
    bottom: 14px;
  }

  .brand-concept-grid h3 {
    font-size: 36px;
  }

  .brand-concept-grid p {
    font-size: 18px;
  }

  .brand-vision {
    padding: 46px 0;
  }

  .news-list-wrap {
    width: min(100% - 32px, 1200px);
  }

  .news-list-hero-text {
    bottom: 16%;
  }

  .health-news-section {
    padding: 42px 0;
  }

  .health-news-list {
    gap: 24px;
  }

  .health-news-item a {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px;
  }

  .health-news-date {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 18px;
    text-align: left;
  }

  .health-news-date strong {
    font-size: 40px;
  }

  .health-news-date span {
    margin-top: 0;
  }

  .health-news-body {
    padding: 22px 0 0;
  }

  .health-news-body h2 {
    font-size: 22px;
  }

  .health-news-body p {
    font-size: 16px;
  }

  .health-news-tag {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .header-inner {
    min-height: 80px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px 24px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f7;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .home-about,
  .feature-item {
    grid-template-columns: 1fr;
  }

  .home-products {
    padding-top: 300px;
  }

  .feature-list {
    padding: 50px 46px 24px;
  }

  .feature-item.reverse img {
    order: 0;
  }

  .news-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-summary,
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-panel {
    order: 1;
  }

  .hot-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    order: 2;
  }

  .hot-products h2 {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .hot-card {
    margin-bottom: 0;
  }

  .honor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-section {
    min-height: auto;
    padding-bottom: 220px;
  }

  .story-timeline {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 32px, var(--max));
  }

  .contact-section,
  .service-grid,
  .message-form,
  .footer-links,
  .news-grid,
  .product-grid,
  .honor-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 28px;
  }

  .footer-links > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-brand img {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-brand .socials {
    justify-content: center;
  }

  .message-section {
    min-height: auto;
    padding: 42px 0 56px;
  }

  .message-wrap h1 {
    margin-bottom: 26px;
    font-size: 34px;
  }

  .message-row-half {
    grid-column: 1 / -1;
  }

  .news-hero {
    min-height: 320px;
  }

  .news-hero h1 {
    font-size: 38px;
  }

  .home-hero-prev,
  .home-hero-next {
    width: 24px;
    height: 38px;
    font-size: 26px;
  }

  .home-about {
    gap: 32px;
    padding: 52px 16px 62px;
  }

  .home-about h1 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .home-video span {
    width: 58px;
    height: 58px;
  }

  .home-video span::before {
    left: 23px;
    top: 17px;
  }

  .home-products {
    padding-top: 150px;
    padding-bottom: 52px;
  }

  .feature-list {
    padding: 34px 24px 10px;
  }

  .feature-item {
    gap: 24px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .feature-item img {
    max-height: 300px;
  }

  .feature-item h2 {
    font-size: 24px;
  }

  .news-list {
    padding-top: 40px;
  }

  .article-detail {
    padding: 46px 16px 56px;
  }

  .article-detail h1 {
    font-size: 24px;
    word-break: break-all;
  }

  .article-content p {
    word-break: break-word;
  }

  .honor-section {
    padding: 16px 0;
  }

  .honor-hero {
    height: 260px;
  }

  .honor-card a {
    min-height: 0;
  }

  .honor-card img {
    height: auto;
    max-height: 430px;
    padding: 22px 20px 0;
  }

  .about-section {
    padding: 40px 0 96px;
  }

  .about-section h1 {
    margin-bottom: 28px;
    font-size: 32px;
  }

  .story-timeline::before {
    left: 10px;
  }

  .story-timeline li {
    display: block;
    min-height: 0;
    padding: 0 0 28px 36px;
  }

  .story-timeline time {
    display: block;
    margin-bottom: 8px;
    text-align: left;
  }

  .story-timeline time::after {
    left: 2px;
    top: 9px;
    transform: none;
  }

  .story-timeline p {
    padding: 16px 18px;
    font-size: 15px;
  }

  .product-hero-n {
 
  }

  .product-detail-hero {
    height: 260px;
  }

  .product-summary {
    gap: 38px;
    padding: 54px 16px 44px;
  }

  .product-thumbs {
    gap: 14px;
  }

  .product-info h1 {
    font-size: 24px;
  }

  .product-info dl div {
    display: block;
  }

  .product-detail-layout {
    padding-bottom: 52px;
  }

  .hot-products {
    grid-template-columns: 1fr;
  }

  .detail-tabs span,
  .detail-tabs a {
    padding: 0 20px;
  }

  .product-section {
    padding: 44px 0 52px;
  }

  .product-section h1 {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .product-card img {
    padding: 30px;
  }

  .contact-section {
    padding-top: 46px;
    padding-bottom: 36px;
  }

  .contact-title {
    font-size: 32px;
  }

  .contact-info h1 {
    font-size: 24px;
  }

  .contact-info p,
  .copy-section p {
    font-size: 17px;
  }

  .service-item h2 {
    font-size: 24px;
  }

  .footer-main {
    padding-top: 54px;
  }

  .footer-links h3:empty,
  .footer-links h3 {
    margin-bottom: 10px;
  }


  .pagination span:first-child{
    display: none;
  }
  

}
