header {
  height: auto;
}

.head-b {
  height: 60px;
}

.head-b > .container {
  height: 60px;
}

.head-box {
  height: 60px;
  min-height: 60px;
  align-items: center;
}

.logo {
  flex: 0 0 auto;
  width: 260px;
  max-width: 20%;
  height: 60px;
  max-height: 60px;
}

.logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.mobheadnav {
  height: 60px;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.nav {
  align-items: center;
}

.nav > li > a {
  line-height: 60px;
}

.products-page .products-ninelist-1 li .products-list-img {
  height: 330px;
  border-color: #eef2f0;
  background: #f6f8f7;
}

.products-page .products-ninelist-1 li .products-list-img .lazy-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.products-page .products-list-img img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  transition: transform .2s ease-in-out;
}

.products-page .products-ninelist-1 li .products-list-box>div:nth-child(1) {
  width: 100%;
}

.products-page .relatedpro-img,
.prodetails-page .relatedpro-img {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  background: #f6f8f7;
}

.products-page .relatedpro-img img,
.prodetails-page .relatedpro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-page .relatedpro-box,
.prodetails-page .relatedpro-box {
  width: calc(100% - 120px);
}

.prodetails-page .relatedpro {
  margin-bottom: 20px;
}

.prodetails-page .relatedpro-list {
  padding: 10px;
  background: #fff;
}

.prodetails-page .relatedpro-list li {
  align-items: center;
  min-height: 120px;
}

.prodetails-page .preview-container .thumbnail-box .btn {
  width: 28px;
  height: 80px;
  margin-top: -40px;
  border: 0;
  color: var(--color);
  background: transparent;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.prodetails-page .preview-container .thumbnail-box .btn i {
  font-size: 30px;
  line-height: 1;
}

.prodetails-page .preview-container .thumbnail-box .btn-prev {
  left: 0;
}

.prodetails-page .preview-container .thumbnail-box .btn-next {
  right: 0;
}

.prodetails-page .preview-container .thumbnail-box .list {
  width: calc(100% - 70px);
}

.prodetails-page .preview-container .thumbnail-box .list ul .item {
  width: 80px;
  height: 80px;
  margin: 0 4px;
  box-sizing: border-box;
}

.prodetails-page .preview-container .thumbnail-box .list ul .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prodetails-page .preview-container .thumbnail-box .list ul .item-cur {
  border-color: var(--color);
}

.product-inquiry-box {
  margin-top: 42px;
}

.product-inquiry-box .details-tit {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #e8e8e8;
}

.product-inquiry-box .shengtu-feedback-form {
  padding-top: 18px;
}

.product-inquiry-box .inquiry-form input,
.product-inquiry-box .inquiry-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  color: #4b5563;
  font-size: 15px;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.product-inquiry-box .inquiry-form input {
  height: 50px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.product-inquiry-box .inquiry-form textarea {
  height: 198px;
  margin-bottom: 20px;
  padding: 12px 10px;
  resize: vertical;
}

.product-inquiry-box .inquiry-form input:focus,
.product-inquiry-box .inquiry-form textarea:focus {
  border-color: var(--color);
  box-shadow: 0 0 0 3px rgba(0, 147, 103, .1);
}

.product-inquiry-box .shengtu-contact-submit {
  display: block;
  min-width: 200px;
  height: 52px;
  margin: 0 auto;
  padding: 0 28px;
  border: 0;
  border-radius: 28px;
  color: #fff;
  font-size: 16px;
  background: var(--color);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.product-inquiry-box .shengtu-contact-submit:hover {
  background: var(--hovercolor);
  transform: translateY(-2px);
}

.product-inquiry-box .shengtu-contact-submit:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.factory-gallery-section {
  padding-top: 36px;
}

.factory-gallery-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
  padding: 0 !important;
  margin: 0 0 32px !important;
  list-style: none !important;
}

.factory-gallery-item {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.factory-gallery-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: #222;
  background: #fff;
  box-shadow: 0 6px 22px rgba(0, 63, 45, .08);
  overflow: hidden;
  cursor: pointer;
  font: inherit;
  transition: transform .2s ease, box-shadow .2s ease;
}

.factory-gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 63, 45, .14);
}

.factory-gallery-img {
  display: block;
  position: relative;
  aspect-ratio: 1.36;
  overflow: hidden;
  background: #f6f8f7;
}

.factory-gallery-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease, opacity .2s ease;
}

.factory-gallery-card:hover .factory-gallery-img img {
  transform: scale(1.04);
}

.factory-gallery-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 14px;
  color: #222;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.factory-preview {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.factory-preview.is-active {
  display: flex;
}

.factory-preview-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
}

.factory-preview-box {
  position: relative;
  z-index: 1;
  max-width: min(1100px, 92vw);
  max-height: 90vh;
  padding: 18px 18px 54px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .24);
}

.factory-preview-box img {
  display: block;
  max-width: 100%;
  max-height: calc(90vh - 94px);
  object-fit: contain;
  margin: auto;
}

.factory-preview-title {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 15px;
  color: #111;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.factory-preview-close {
  position: absolute;
  right: -14px;
  top: -14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--color);
  cursor: pointer;
}

.factory-preview-close::before,
.factory-preview-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.factory-preview-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.newsdetails-page .page-r .newsdetails {
  background: #fff;
  padding: 6px 0 20px;
}

.newsdetails-page .article-name {
  margin: 0 0 16px;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.newsdetails-page .article-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 0 18px;
  margin: 0 0 24px;
  color: #777;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
}

.newsdetails-page .article-date span,
.newsdetails-page .article-date p {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.newsdetails-page .article-date i {
  margin-right: 6px;
  color: var(--color);
  font-size: 14px;
}

.newsdetails-page .article-view {
  margin-left: 0;
}

.newsdetails-page .newsdetails-cont {
  margin: 0 auto 50px;
  color: #333;
  font-size: 16px;
  line-height: 1.9;
}

.newsdetails-page .newsdetails-cont img {
  max-width: 100%;
  height: auto;
}

.newsdetails-page .newsdetails-cont p {
  margin-bottom: 14px;
}

.contact-us .common-main {
  padding: 58px 0 70px;
  background: #fff;
}

.contact-us .l-wrap {
  width: min(1208px, calc(100% - 48px));
  margin: 0 auto;
}

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

.contact-us .contact-list li {
  width: auto;
  min-height: 214px;
  padding: 34px 24px 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 63, 45, .12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-us .contact-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 63, 45, .16);
}

.contact-us .contact-list li .ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 0 12px;
  color: #5f554d;
}

.contact-us .contact-list li .ic em {
  font-size: 34px;
}

.contact-us .contact-list li:hover .ic em {
  color: var(--color);
}

.contact-us .contact-list li .title {
  margin: 0 0 10px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.contact-us .contact-list li .des {
  display: block;
  max-width: 245px;
  margin: 0 auto;
  color: #111;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.contact-us .contact .wmkcfeedback {
  margin-top: 48px;
  padding: 26px 24px 24px;
  border-radius: 8px;
  background: #eef2f6;
}

.contact-us .contact .wmkcfeedback .inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 16px;
}

.contact-us .contact .wmkcfeedback input,
.contact-us .contact .wmkcfeedback textarea {
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 1px solid #d8dee3;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 14px;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-us .contact .wmkcfeedback input {
  height: 39px;
  padding: 0 10px;
}

.contact-us .contact .wmkcfeedback textarea {
  grid-column: 1 / -1;
  height: 160px;
  padding: 10px;
  resize: vertical;
}

.contact-us .contact .wmkcfeedback input:focus,
.contact-us .contact .wmkcfeedback textarea:focus {
  border-color: var(--color);
  box-shadow: 0 0 0 3px rgba(0, 147, 103, .12);
}

.contact-us .contact .wmkcfeedback .shengtu-contact-submit {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: 160px;
  height: 40px;
  margin: 14px 0 0;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  background: #009367;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.contact-us .contact .wmkcfeedback .shengtu-contact-submit:hover {
  background: #e29610;
  transform: translateY(-2px);
}

.headsearch {
  height: 60px;
}

.nav > li {
  position: relative;
}

.ruiyuan-side-contact {
  position: fixed;
  right: 16px;
  top: 50%;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-50%);
}

.ruiyuan-side-contact a,
.ruiyuan-side-contact .gotop {
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 13px;
  color: #fff;
  line-height: 1;
  background: #009367;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ruiyuan-side-contact a:hover,
.ruiyuan-side-contact .gotop:hover {
  color: #fff;
  background: #f5a51a;
  transform: translateX(-2px);
  box-shadow: 0 12px 24px rgba(245, 165, 26, .28);
}

.ruiyuan-side-contact .iconfont,
.ruiyuan-side-contact .gotop i {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.ruiyuan-side-item {
  position: relative;
}

.ruiyuan-side-tip {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  display: block;
  max-width: 260px;
  padding: 0 16px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  white-space: nowrap;
  background: #009367;
  box-shadow: 0 10px 22px rgba(0, 63, 45, .2);
  opacity: 0;
  visibility: hidden;
  transform: translate(8px, -50%);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  pointer-events: none;
}

.ruiyuan-side-tip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #009367;
  transform: translateY(-50%);
}

.ruiyuan-side-item:hover .ruiyuan-side-tip {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

.nav .submenu.ruiyuan-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  display: block;
  width: 260px;
  min-width: 260px;
  padding: 0;
  border: 0;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
  transform: translateY(10px);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav > li:hover > .submenu.ruiyuan-dropdown {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.nav .submenu.ruiyuan-dropdown li {
  position: relative;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.nav .submenu.ruiyuan-dropdown a,
.nav .submenu-level a {
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 36px 13px 16px;
  color: #000;
  font-size: 15px;
  line-height: 1.35;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav .submenu.ruiyuan-dropdown a:hover,
.nav .submenu-level a:hover {
  color: var(--color);
  background: #fff;
}

.nav .submenu.ruiyuan-dropdown .has-children > a::after,
.nav .submenu-level .has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.nav .submenu-level {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 31;
  display: block;
  width: 240px;
  min-width: 240px;
  padding: 0;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav .submenu.ruiyuan-dropdown li:hover > .submenu-level,
.nav .submenu-level li:hover > .submenu-level {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.nav .submenu.ruiyuan-dropdown.nav2,
.nav .submenu.ruiyuan-dropdown.nav3 {
  width: 260px;
  padding: 0;
  background: #fff;
  border: 0;
}

.nav .submenu.ruiyuan-dropdown .cate-con,
.nav .submenu.ruiyuan-dropdown .cate-img {
  display: none;
}

.search-box.advanced {
  box-sizing: border-box;
}

footer .wmkcpopup-inquiry,
footer .inquiry-form,
footer .shengtu-feedback-form {
  display: none !important;
}

.footitem1 {
  width: 28%;
  padding-right: 34px;
}

.footitem1 .flogo {
  display: inline-block;
  max-width: 150px;
}

.footitem1 .flogo img {
  display: block;
  max-width: 50%;
  height: auto;
}

.ruiyuan-footer-about {
  max-width: 360px;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.75;
}

.footitem1 .fshare {
  margin-top: 24px;
}

.footitem2 {
  width: 68%;
}

.ruiyuan-search-page .ruiyuan-search-head {
  margin-bottom: 24px;
}

.ruiyuan-search-page .ruiyuan-search-head h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 28px;
  font-weight: var(--fontbold7);
  line-height: 1.25;
}

.ruiyuan-search-page .theme-search-summary {
  color: #555;
  font-size: 15px;
}

.ruiyuan-search-page .theme-search-summary strong {
  color: var(--color);
}

.ruiyuan-search-page .theme-empty {
  padding: 38px 24px;
  color: #555;
  background: #f7f9f8;
  text-align: center;
}

.about-us .inner-banner {
  margin-top: 0;
}

.about-us > .crumbs {
  display: none;
}

.pagecontact {
  padding: 70px 0;
  background:
    linear-gradient(180deg, rgba(247, 250, 249, .96), rgba(239, 246, 243, .96)),
    url(../images/pagecontact-bg.webp) center/cover no-repeat;
}

.pagecontact .l-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.wmkcbox-contact {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: center;
}

.wmkcbox-contact-left {
  color: #17211e;
}

.wmkcbox-contact-left .home-title {
  color: #17211e;
  font-size: 34px;
  font-weight: var(--fontbold7);
  line-height: 1.25;
}

.wmkcbox-contact-left p {
  max-width: 580px;
  margin-top: 18px;
  color: #4b5f58;
  font-size: 17px;
  line-height: 1.75;
}

.wmkcbox-contact-feedback {
  min-width: 0;
}

.pagecontact .shengtu-feedback-form {
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 63, 45, .12);
}

.pagecontact .inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pagecontact .inquiry-form input,
.pagecontact .inquiry-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #e2e8e5;
  border-radius: 4px;
  color: #17211e;
  font-size: 15px;
  background: #f8faf9;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.pagecontact .inquiry-form input {
  height: 48px;
  padding: 0 15px;
}

.pagecontact .inquiry-form textarea {
  grid-column: 1 / -1;
  height: 132px;
  padding: 14px 15px;
  resize: vertical;
}

.pagecontact .inquiry-form input:focus,
.pagecontact .inquiry-form textarea:focus {
  border-color: var(--color);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 147, 103, .12);
}

.theme-form-message {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.45;
}

.theme-form-message.success {
  color: #007a55;
  background: rgba(0, 147, 103, .1);
  border: 1px solid rgba(0, 147, 103, .22);
}

.theme-form-message.error {
  color: #9b3b00;
  background: rgba(245, 165, 26, .12);
  border: 1px solid rgba(245, 165, 26, .32);
}

.pagecontact .shengtu-contact-submit {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 180px;
  height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: var(--fontbold6);
  background: #009367;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.pagecontact .shengtu-contact-submit:hover {
  background: #e29610;
  transform: translateY(-2px);
}

.pagecontact .shengtu-contact-submit:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.about-us .technology-content ul li {
  min-height: 220px;
}

.about-us .technology-nr .technology-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 147, 103, .1);
}

.about-us .technology-nr .technology-top > em {
  position: static;
  color: var(--color);
  font-size: 38px;
}

.about-us .technology-nr p {
  margin-top: 22px;
}

.about-us .technology-content ul li:hover .technology-top em {
  display: inline-block;
  color: #fff;
}

.about-us .technology-content ul li:hover .technology-top {
  background: rgba(255, 255, 255, .18);
}

.ruiyuan-about {
  position: relative;
  padding: 56px 0;
  background: linear-gradient(90deg, #f5f7f6 0, #f5f7f6 31%, #fff 31%, #fff 100%);
}

.ruiyuan-about::before {
  display: none;
}

.ruiyuan-about-wrap {
  display: grid;
  grid-template-columns: minmax(360px, 48%) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.ruiyuan-about-media {
  position: relative;
}

.ruiyuan-about-image {
  height: 390px;
  min-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 0 36px 0 0;
  background: #e8eeeb;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .12);
}

.ruiyuan-about-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
}

.ruiyuan-about-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58%;
  min-width: 260px;
  padding: 18px 24px;
  color: #fff;
  background: var(--color);
}

.ruiyuan-about-badge strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.2;
}

.ruiyuan-about-badge span {
  display: block;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.55;
}

.ruiyuan-about-content {
  max-width: 640px;
}

.ruiyuan-about-kicker {
  margin-bottom: 12px;
  color: var(--color);
  font-size: 17px;
  font-weight: var(--fontbold6);
  letter-spacing: 0;
}

.ruiyuan-about-content h2 {
  margin-bottom: 16px;
  color: #111;
  font-size: 38px;
  line-height: 1.2;
  text-transform: none;
}

.ruiyuan-about-lead {
  margin-bottom: 22px;
  color: #111;
  font-size: 20px;
  line-height: 1.45;
}

.ruiyuan-about-text {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}

.ruiyuan-about-text p + p {
  margin-top: 10px;
}

.ruiyuan-about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 30px;
}

.ruiyuan-about-points li {
  position: relative;
  padding: 14px 14px 14px 34px;
  color: #222;
  font-size: 14px;
  line-height: 1.35;
  background: #f5f7f6;
}

.ruiyuan-about-points li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 20px;
  width: 8px;
  height: 8px;
  background: var(--color);
}

.ruiyuan-about .viewmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 46px;
  padding: 0 24px;
  border-radius: 24px;
  color: #fff;
  background: var(--hovercolor);
  white-space: nowrap;
}

.ruiyuan-about .viewmore:hover {
  color: #fff;
  background: var(--color);
}

.newpro-list li {
  height: 350px;
  align-items: stretch;
  overflow: hidden;
}

.newpro-item-l,
.newpro-item-r {
  height: 100%;
}

.newpro-item-l {
  position: relative;
  padding: 0;
  background: #fff;
  color: var(--fontcolor);
  text-align: center;
}

.newpro-name,
.newpro-bref {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 28px;
  transition: left .3s ease-in-out;
}

.newpro-name {
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.newpro-name a {
  width: 100%;
  max-height: none;
  margin: 0 0 20px;
  color: var(--fontcolor);
  font-size: 18px;
  font-weight: var(--fontbold6);
  line-height: 1.45;
  text-align: center;
  -webkit-line-clamp: 2;
}

.newpro-name .newpro-icon {
  display: block;
  color: var(--fontcolor);
  border-color: var(--fontcolor);
}

.newpro-bref {
  left: -100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--color);
  color: #fff;
}

.newpro-bref:hover {
  color: #fff;
}

.newpro-bref p {
  width: 100%;
  max-height: none;
  margin: 0 0 28px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.newpro-bref .newpro-icon {
  border-color: #fff;
  color: #fff;
  flex: 0 0 auto;
}

.newpro-list li:hover .newpro-name,
.newpro-list li:hover .newpro-bref {
  left: 0;
}

.newpro-list li:hover .newpro-name {
  left: 100%;
}

.newpro-item-r .lazy-wrap,
.newpro-item-r .lazy-wrap.lazy-loaded {
  height: 100%;
  padding-bottom: 0;
}

.newpro-item-r img,
.newpro-item-r img.lazy,
.newpro-item-r img.loaded,
.newpro-item-r img.initial,
.newpro-item-r img.error {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
}

.ruiyuan-why {
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 147, 103, .08), transparent 26%),
    linear-gradient(180deg, #f7f9f8 0, #f4f6f5 100%);
  overflow: hidden;
}

.ruiyuan-why::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: radial-gradient(rgba(0, 0, 0, .16) 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
}

.ruiyuan-why .container {
  position: relative;
  z-index: 1;
}

.ruiyuan-section-head {
  max-width: 840px;
  margin: 0 auto 44px;
  text-align: center;
}

.ruiyuan-why .home-tit {
  margin-bottom: 14px;
  color: #0b0b0b;
  font-size: 36px;
  line-height: 1.15;
}

.ruiyuan-section-desc {
  color: #39443f;
  font-size: 16px;
  line-height: 1.7;
}

.ruiyuan-why-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ruiyuan-why-list li {
  position: relative;
  width: auto;
  min-height: 230px;
  padding: 34px 30px 32px;
  text-align: left;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ruiyuan-why-list li::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid var(--color);
}

.ruiyuan-why-list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .1);
}

.ruiyuan-why-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  color: var(--color);
  font-size: 20px;
  font-weight: var(--fontbold7);
  background: #f3f7f5;
}

.ruiyuan-why-list .our-item-name {
  display: block;
  max-height: none;
  margin: 0 0 14px;
  color: #0c0c0c;
  font-size: 20px;
  font-weight: var(--fontbold6);
  line-height: 1.3;
}

.ruiyuan-why-list .our-item-bref {
  display: block;
  max-height: none;
  color: #39443f;
  font-size: 15px;
  line-height: 1.7;
}

.ruiyuan-video {
  padding: 72px 0;
  background: #fff;
}

.ruiyuan-video .home-tit {
  margin-bottom: 12px;
  color: #0b0b0b;
  font-size: 36px;
  line-height: 1.1;
}

.ruiyuan-video-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.ruiyuan-video-list li {
  min-width: 0;
}

.ruiyuan-video-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  box-shadow: 0 16px 34px rgba(0, 63, 45, .1);
}

.ruiyuan-video-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}

.ruiyuan-news {
  padding: 72px 0;
  background:
    linear-gradient(180deg, #f7faf9 0, #eef6f3 100%);
}

.ruiyuan-news .container {
  overflow: visible;
}

.ruiyuan-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .95fr);
  gap: 24px;
}

.ruiyuan-news-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 63, 45, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ruiyuan-news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(0, 63, 45, .12);
}

.ruiyuan-news-card.is-featured {
  grid-row: span 2;
  border-radius: 8px;
}

.ruiyuan-news-card.is-small {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  min-height: 210px;
  border-radius: 8px;
}

.ruiyuan-news-img {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eaf2ef;
}

.ruiyuan-news-card.is-featured .ruiyuan-news-img {
  height: 315px;
}

.ruiyuan-news-card.is-small .ruiyuan-news-img {
  height: 100%;
}

.ruiyuan-news-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.ruiyuan-news-card:hover .ruiyuan-news-img img {
  transform: scale(1.04);
}

.ruiyuan-news-body {
  padding: 28px 30px 30px;
}

.ruiyuan-news-card.is-small .ruiyuan-news-body {
  padding: 24px 24px;
}

.ruiyuan-news-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #4d665e;
  font-size: 14px;
  line-height: 1;
  background: rgba(245, 165, 26, .1);
}

.ruiyuan-news-date .iconfont {
  color: #009367;
  font-size: 15px;
}

.ruiyuan-news .new-name {
  display: -webkit-box;
  margin-bottom: 12px;
  color: #17211e;
  font-size: 24px;
  font-weight: var(--fontbold7);
  line-height: 1.3;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ruiyuan-news-card.is-small .new-name {
  font-size: 20px;
}

.ruiyuan-news .news-bref {
  position: relative;
  display: -webkit-box;
  max-height: none;
  margin-top: 0;
  padding-left: 25px;
  color: #5a6763;
  font-size: 16px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ruiyuan-news-check {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: var(--color);
}

.ruiyuan-news-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ruiyuan-news .viewmore {
  margin-top: 34px;
}

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

  .nav .submenu.ruiyuan-dropdown,
  .nav .submenu-level,
  .nav > li:hover > .submenu.ruiyuan-dropdown,
  .nav .submenu.ruiyuan-dropdown li:hover > .submenu-level,
  .nav .submenu-level li:hover > .submenu-level {
    position: static;
    width: 100%;
    min-width: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav .submenu.ruiyuan-dropdown,
  .nav .submenu-level {
    display: none;
    padding-left: 10px;
  }

  .ruiyuan-about {
    padding: 48px 15px;
    background: #fff;
  }

  .ruiyuan-about-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ruiyuan-about-image,
  .ruiyuan-about-image img {
    height: 280px;
    min-height: 0;
  }

  .ruiyuan-about-badge {
    position: static;
    width: 100%;
    min-width: 0;
  }

  .ruiyuan-about-content h2 {
    font-size: 28px;
  }

  .ruiyuan-about-lead {
    font-size: 18px;
  }

  .ruiyuan-about-points {
    grid-template-columns: 1fr;
  }

  .newpro-list li {
    height: auto;
  }

  .newpro-item-l,
  .newpro-item-r {
    min-height: 220px;
  }

  .newpro-item-r .lazy-wrap,
  .newpro-item-r .lazy-wrap.lazy-loaded {
    height: 260px;
  }

  .footitem1 {
    width: 100%;
    padding-right: 0;
  }

  .footitem1 .flogo {
    display: inline-block;
    max-width: 118px;
  }

  .ruiyuan-footer-about {
    max-width: none;
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.65;
  }

  .footitem1 .fshare {
    margin-top: 18px;
  }

  .footitem2 {
    width: 100%;
  }

  .pagecontact {
    padding: 46px 0;
  }

  .wmkcbox-contact {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wmkcbox-contact-left .home-title {
    font-size: 26px;
  }

  .wmkcbox-contact-left p {
    font-size: 15px;
  }

  .pagecontact .shengtu-feedback-form {
    padding: 22px;
  }

  .pagecontact .inquiry-form {
    grid-template-columns: 1fr;
  }

  .pagecontact .inquiry-form textarea,
  .pagecontact .shengtu-contact-submit {
    grid-column: auto;
  }

  .ruiyuan-why {
    padding: 48px 15px;
  }

  .ruiyuan-why .home-tit {
    font-size: 28px;
  }

  .ruiyuan-section-head {
    margin-bottom: 28px;
  }

  .ruiyuan-why-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ruiyuan-why-list li {
    min-height: 0;
    padding: 26px 22px;
  }

  .ruiyuan-video {
    padding: 48px 15px;
  }

  .ruiyuan-video .home-tit {
    font-size: 28px;
  }

  .ruiyuan-video-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ruiyuan-news {
    padding: 48px 15px;
  }

  .ruiyuan-news-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ruiyuan-news-card.is-featured,
  .ruiyuan-news-card.is-small {
    display: block;
  }

  .ruiyuan-news-card.is-featured .ruiyuan-news-img,
  .ruiyuan-news-card.is-small .ruiyuan-news-img {
    height: 220px;
  }

  .ruiyuan-news-body,
  .ruiyuan-news-card.is-small .ruiyuan-news-body {
    padding: 22px;
  }

  .ruiyuan-news .new-name,
  .ruiyuan-news-card.is-small .new-name {
    font-size: 19px;
  }
}

@media (max-width: 1200px) {
  .factory-gallery-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-us .contact-list {
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .factory-gallery-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .factory-gallery-title {
    min-height: 48px;
    font-size: 16px;
  }

  .contact-us .l-wrap {
    width: calc(100% - 30px);
  }

  .contact-us .contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .contact-us .contact-list li {
    min-height: 180px;
    padding: 26px 16px 22px;
  }

  .contact-us .contact .wmkcfeedback .inquiry-form {
    grid-template-columns: 1fr;
  }

  .contact-us .contact .wmkcfeedback textarea,
  .contact-us .contact .wmkcfeedback .shengtu-contact-submit {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .factory-gallery-list {
    grid-template-columns: 1fr;
  }

  .contact-us .contact-list {
    grid-template-columns: 1fr;
  }
}
