﻿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: #fe7d41;
  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: #fe7d41;
  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: #fe7d41;
  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 #fe7d41;
  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: #fe7d41;
  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: #fe7d41;
  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;
}

/* Ruiyuan ocean palette: blue is the site accent, logo orange is reserved for actions. */
:root {
  --color: #fe7d41;
  --hovercolor: #fe7d41;
  --summarycolor: #4d6670;
}

/* Keep calls to action visually distinct from informational blue accents. */
#liinquiry a,
.pdshow-r-btn a,
.addToCart,
.download-btn,
.send .btn,
.contact .inquiry .send-btn,
.email-subscription button,
.product-inquiry-box .shengtu-contact-submit,
.contact-us .contact .wmkcfeedback .shengtu-contact-submit,
.pagecontact .shengtu-contact-submit,
.ruiyuan-side-contact a,
.ruiyuan-side-contact .gotop,
.orderNow,
.rfq-btn,
.rfq-send {
  background-color: #fe7d41;
}

#liinquiry a:hover,
.pdshow-r-btn a:hover,
.addToCart:hover,
.download-btn:hover,
.send .btn:hover,
.contact .inquiry .send-btn:hover,
.email-subscription button:hover,
.product-inquiry-box .shengtu-contact-submit:hover,
.contact-us .contact .wmkcfeedback .shengtu-contact-submit:hover,
.pagecontact .shengtu-contact-submit:hover,
.ruiyuan-side-contact a:hover,
.ruiyuan-side-contact .gotop:hover,
.orderNow:hover,
.rfq-btn:hover,
.rfq-send:hover {
  background-color: var(--color);
}

/* Replace the former green-tinted form and content surfaces with airy ocean blues. */
.products-page .products-ninelist-1 li .products-list-img,
.products-page .relatedpro-img,
.prodetails-page .relatedpro-img {
  border-color: #d9eff7;
  background: #f2faff;
}

.ruiyuan-about-points li,
.pagecontact .inquiry-form input,
.pagecontact .inquiry-form textarea {
  background: #f4fbfe;
}

.product-inquiry-box .inquiry-form input:focus,
.product-inquiry-box .inquiry-form textarea:focus,
.contact-us .contact .wmkcfeedback input:focus,
.contact-us .contact .wmkcfeedback textarea:focus,
.pagecontact .inquiry-form input:focus,
.pagecontact .inquiry-form textarea:focus {
  box-shadow: 0 0 0 3px rgba(76, 182, 217, .16);
}

@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;
  }
}

/* Home about: a deep-ocean setting with a subtle globe motif for global supply. */
.ruiyuan-about {
  isolation: isolate;
  min-height: 610px;
  padding: 94px 0 88px;
  overflow: hidden;
  color: #effaff;
  background:
    radial-gradient(circle at 75% 42%, rgba(85, 205, 238, .18), transparent 30%),
    radial-gradient(circle at 12% 100%, rgba(38, 141, 193, .36), transparent 32%),
    linear-gradient(118deg, #062d4b 0%, #075a83 48%, #1385aa 100%);
}

.ruiyuan-about::before,
.ruiyuan-about::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.ruiyuan-about::before {
  inset: 0;
  display: block;
  opacity: .36;
  background-image:
    linear-gradient(rgba(188, 241, 255, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 241, 255, .12) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 30%, #000 82%, transparent);
}

.ruiyuan-about::after {
  width: 80vw;
  height: 100px;
  right: -10vw;
  bottom: -54px;
  border-radius: 50%;
  background: rgba(153, 232, 251, .22);
  filter: blur(12px);
}

.ruiyuan-about-ocean {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: max(1vw, calc((100vw - 1400px) / 2));
  width: 480px;
  height: 480px;
  opacity: .76;
  transform: translateY(-50%);
  pointer-events: none;
}

.ruiyuan-about-globe {
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(212, 249, 255, .7);
  border-radius: 50%;
  box-shadow: inset 30px -18px 55px rgba(8, 66, 104, .6), 0 0 70px rgba(124, 231, 255, .2);
  background:
    radial-gradient(ellipse at 32% 28%, rgba(229, 254, 255, .85) 0 2%, transparent 2.5%),
    radial-gradient(ellipse at 42% 35%, rgba(110, 218, 238, .4) 0 13%, transparent 14%),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(213, 250, 255, .24) 43px 44px),
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(213, 250, 255, .2) 59px 60px),
    radial-gradient(circle at 34% 28%, #73d8e9, #207dab 52%, #075274 76%, #043550 100%);
  transform: rotate(-17deg);
}

.ruiyuan-about-globe::before,
.ruiyuan-about-globe::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(213, 250, 255, .36);
  border-radius: 50%;
}

.ruiyuan-about-globe::before { inset: 16% 35%; }
.ruiyuan-about-globe::after { inset: 35% 8%; }

.ruiyuan-about-orbit {
  position: absolute;
  border: 1px solid rgba(199, 246, 255, .44);
  border-radius: 50%;
}

.ruiyuan-about-orbit.orbit-one { inset: 3% -10%; transform: rotate(-25deg); }
.ruiyuan-about-orbit.orbit-two { inset: 14% -2%; transform: rotate(32deg); opacity: .55; }

.ruiyuan-about-wrap {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(390px, 50%) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 96px);
}

.ruiyuan-about-media { padding: 20px 0 20px 20px; }

.ruiyuan-about-image {
  height: 510px;
  border: 1px solid rgba(218, 249, 255, .42);
  border-radius: 4px 54px 4px 54px;
  background: #0b6084;
  box-shadow: -20px 22px 0 rgba(131, 221, 242, .13), 0 28px 65px rgba(0, 20, 39, .32);
}

.ruiyuan-about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 38, 67, .06), rgba(4, 51, 81, .5));
  pointer-events: none;
}

.ruiyuan-about-media-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 13px 16px;
  color: #e8fbff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .18em;
  background: var(--hovercolor);
}

.ruiyuan-about-badge {
  left: auto;
  right: -24px;
  bottom: 20px;
  width: min(68%, 330px);
  padding: 24px 26px;
  border: 1px solid rgba(226, 250, 255, .34);
  border-radius: 3px;
  background: rgba(4, 50, 79, .82);
  box-shadow: 0 14px 32px rgba(0, 18, 38, .3);
  backdrop-filter: blur(10px);
}

.ruiyuan-about-badge strong { font-size: 23px; letter-spacing: .01em; }
.ruiyuan-about-badge span { color: rgba(235, 251, 255, .78); }

.ruiyuan-about-content {
  max-width: 650px;
  padding: 36px 0 30px;
}

.ruiyuan-about-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #a8ecfb;
  font-size: 13px;
  letter-spacing: .22em;
}

.ruiyuan-about-kicker::before {
  width: 38px;
  height: 2px;
  background: var(--hovercolor);
  content: "";
}

.ruiyuan-about-content h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(38px, 3.2vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.ruiyuan-about-lead {
  max-width: 560px;
  margin-bottom: 22px;
  color: #c5f3fc;
  font-size: 21px;
  line-height: 1.45;
}

.ruiyuan-about-text { color: rgba(237, 250, 255, .78); line-height: 1.8; }

.ruiyuan-about-points { gap: 10px; margin: 28px 0 32px; }

.ruiyuan-about-points li {
  padding: 14px 12px 14px 34px;
  border: 1px solid rgba(200, 242, 252, .18);
  color: #e9faff;
  background: rgba(0, 38, 66, .22);
}

.ruiyuan-about-points li::before {
  top: 18px;
  width: 8px;
  height: 8px;
  border: 2px solid #f6a061;
  border-radius: 50%;
  background: transparent;
}

.ruiyuan-about .viewmore {
  min-width: 204px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: .03em;
  box-shadow: 0 12px 22px rgba(0, 16, 33, .2);
}

@media (max-width: 900px) {
  .ruiyuan-about { min-height: 0; padding: 72px 0; }
  .ruiyuan-about-ocean { right: -160px; opacity: .48; }
  .ruiyuan-about-wrap { grid-template-columns: minmax(300px, 46%) minmax(0, 1fr); gap: 34px; }
  .ruiyuan-about-image { height: 420px; }
  .ruiyuan-about-content h2 { font-size: 36px; }
  .ruiyuan-about-points { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .ruiyuan-about { padding: 58px 15px 62px; }
  .ruiyuan-about::before { mask-image: none; }
  .ruiyuan-about-ocean { top: 10px; right: -190px; transform: none; }
  .ruiyuan-about-wrap { grid-template-columns: 1fr; gap: 34px; }
  .ruiyuan-about-media { padding: 16px 16px 20px 0; }
  .ruiyuan-about-image { height: 350px; border-radius: 4px 38px 4px 38px; }
  .ruiyuan-about-badge { right: 0; bottom: 0; width: min(82%, 330px); padding: 18px 20px; }
  .ruiyuan-about-badge strong { font-size: 19px; }
  .ruiyuan-about-content { padding: 0; }
  .ruiyuan-about-content h2 { font-size: 32px; }
  .ruiyuan-about-lead { font-size: 18px; }
}

@media (max-width: 480px) {
  .ruiyuan-about { padding-top: 48px; }
  .ruiyuan-about-image { height: 300px; }
  .ruiyuan-about-content h2 { font-size: 28px; }
  .ruiyuan-about-points { grid-template-columns: 1fr; }
}

/* Header follows the same ocean-blue global supply identity as the About section. */
.ruiyuan-site-header {
  background: linear-gradient(105deg, #052c4a 0%, #075d87 57%, #0b7fa9 100%);
  box-shadow: 0 8px 24px rgba(0, 31, 54, .2);
}

.ruiyuan-site-header::before,
.ruiyuan-site-header::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(193, 243, 255, .26);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ruiyuan-site-header::before {
  top: -175px;
  right: 8%;
  width: 330px;
  height: 330px;
}

.ruiyuan-site-header::after {
  top: -205px;
  right: 2%;
  width: 430px;
  height: 430px;
}

.ruiyuan-site-header .head-t {
  border-bottom: 1px solid rgba(197, 240, 250, .16);
  background: rgba(0, 31, 55, .22);
}

.ruiyuan-site-header .head-t .container { padding-top: 9px; padding-bottom: 9px; }

.ruiyuan-site-header .head-wel,
.ruiyuan-site-header .hcontact,
.ruiyuan-site-header .hcontact a,
.ruiyuan-site-header .lang-icon span { color: rgba(235, 251, 255, .8); }

.ruiyuan-site-header .hcontact p { margin-right: 24px; }
.ruiyuan-site-header .hcontact a:hover { color: #f6a061; }

.ruiyuan-site-header .head-b,
.ruiyuan-site-header .head-b > .container,
.ruiyuan-site-header .head-box,
.ruiyuan-site-header .mobheadnav { height: 68px; }

.ruiyuan-site-header .head-box {
  position: relative;
  border-top: 0;
  border-radius: 0;
  background: rgba(2, 47, 76, .36);
  backdrop-filter: blur(10px);
}

.ruiyuan-site-header .logo {
  position: relative;
  width: 210px;
  max-width: 23%;
  height: 68px;
  margin-left: 0;
  padding: 8px 18px 8px 0;
  border-radius: 0;
  background: transparent;
}

.ruiyuan-site-header .logo::after {
  display: none;
}

.ruiyuan-site-header .logo img { max-height: 48px; }

.ruiyuan-site-header .nav { height: 68px; }

.ruiyuan-site-header .nav > li > a {
  position: relative;
  padding: 0 14px;
  color: rgba(244, 253, 255, .9);
  font-size: 14px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: .025em;
}

.ruiyuan-site-header .nav > li > a::after {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  height: 2px;
  background: #fe7d41;
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}

.ruiyuan-site-header .nav .inmenu_1,
.ruiyuan-site-header .nav > li:hover > a { color: #fff; }

.ruiyuan-site-header .nav .inmenu_1::after,
.ruiyuan-site-header .nav > li:hover > a::after { transform: scaleX(1); }

.ruiyuan-site-header .headsearch {
  margin-left: 20px;
  width: 76px;
  height: 68px;
  padding-left: 0;
  border-left: 1px solid rgba(202, 243, 253, .16);
  border-radius: 0;
  background: #fe7d41;
  transition: background .2s ease;
}

.ruiyuan-site-header .headsearch:hover { background: #fe7d41; }
.ruiyuan-site-header .searchicon { padding: 8px 14px; color: #fff; }

.ruiyuan-site-header .nav .submenu.ruiyuan-dropdown,
.ruiyuan-site-header .nav .submenu-level {
  border: 1px solid rgba(188, 242, 255, .18);
  background: rgba(3, 54, 84, .97);
  box-shadow: 0 18px 36px rgba(0, 24, 44, .25);
}

.ruiyuan-site-header .nav .submenu.ruiyuan-dropdown a,
.ruiyuan-site-header .nav .submenu-level a { color: rgba(237, 251, 255, .88); }

.ruiyuan-site-header .nav .submenu.ruiyuan-dropdown a:hover,
.ruiyuan-site-header .nav .submenu-level a:hover {
  color: #fff;
  background: rgba(97, 197, 224, .24);
}

.ruiyuan-site-header .lang-icon img { border: 1px solid rgba(255, 255, 255, .26); }
.ruiyuan-site-header .lang-drop { background: #063b60; border-color: rgba(188, 242, 255, .2); }
.ruiyuan-site-header .lang-arrow { background: #063b60; border-color: rgba(188, 242, 255, .2); }
.ruiyuan-site-header .lang-wrap li.lang-active,
.ruiyuan-site-header .lang-wrap li:hover { background: rgba(97, 197, 224, .24); }
.ruiyuan-site-header .lang-wrap li a { color: #fff; }

@media (max-width: 1280px) {
  .ruiyuan-site-header .logo { width: 190px; padding-right: 18px; padding-left: 0; }
  .ruiyuan-site-header .nav > li > a { padding: 0 10px; font-size: 13px; }
  .ruiyuan-site-header .headsearch { width: 62px; }
}

@media (max-width: 1024px) {
  .ruiyuan-site-header .head-t,
  .ruiyuan-site-header .headsearch { display: none; }
  .ruiyuan-site-header .head-b,
  .ruiyuan-site-header .head-b > .container,
  .ruiyuan-site-header .head-box { height: 1rem; }
  .ruiyuan-site-header .head-box { border-right: 0; border-left: 0; }
  .ruiyuan-site-header .logo { width: auto; max-width: 56%; height: 1rem; padding: 8px 16px; }
  .ruiyuan-site-header .logo img { max-height: calc(1rem - 16px); }
  .ruiyuan-site-header .mobheadnav {
    top: 1rem;
    height: 0;
    background: linear-gradient(160deg, #063858, #0a6e95);
  }
  .ruiyuan-site-header .mobhead .mobheadnav { height: calc(100% - 1rem); }
  .ruiyuan-site-header .nav > li { border-bottom-color: rgba(197, 240, 250, .18); }
  .ruiyuan-site-header .nav > li > a { color: #fff; line-height: 2.7; }
  .ruiyuan-site-header .nav > li > a::after { display: none; }
  .ruiyuan-site-header .nav .submenu.ruiyuan-dropdown,
  .ruiyuan-site-header .nav .submenu-level { border: 0; background: rgba(0, 32, 57, .24); box-shadow: none; }
  .ruiyuan-site-header .mob-menu span { background: #fff; }
}

/* Search drawer: an opaque, compact panel instead of the legacy translucent banner overlay. */
@media (min-width: 1025px) {
  .ruiyuan-site-header .search-box.advanced {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    overflow: visible;
    padding: 28px 0 32px;
    border-top: 1px solid rgba(203, 244, 255, .18);
    background:
      radial-gradient(circle at 86% -120%, rgba(109, 215, 239, .24), transparent 38%),
      linear-gradient(105deg, #063554, #075f88);
    box-shadow: 0 18px 34px rgba(0, 25, 46, .3);
  }

  .ruiyuan-site-header .search-box.advanced .container {
    max-width: 960px;
    height: 58px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(208, 244, 252, .34);
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 29, 52, .18);
  }

  .ruiyuan-site-header .search-box.advanced #txtSearch {
    width: calc(100% - 64px);
    height: 56px;
    padding: 0 20px;
    border: 0;
    color: #174256;
    font-size: 16px;
    line-height: 56px;
    background: #fff;
    outline: 0;
  }

  .ruiyuan-site-header .search-box.advanced #txtSearch::placeholder { color: #71828b; }

  .ruiyuan-site-header .search-box.advanced #btnSearch {
    width: 64px;
    height: 58px;
    border: 0;
    color: #fff;
    background: #fe7d41;
    cursor: pointer;
    transition: background .2s ease;
  }

  .ruiyuan-site-header .search-box.advanced #btnSearch:hover { background: #fe7d41; }
  .ruiyuan-site-header .search-box.advanced #btnSearch i { color: #fff; font-size: 19px; }
}

@media (max-width: 1024px) {
  .ruiyuan-site-header .search-box.advanced {
    padding: 18px 15px;
    background: rgba(0, 35, 60, .38);
  }

  .ruiyuan-site-header .search-box.advanced .container {
    height: 48px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(209, 244, 252, .28);
    border-radius: 3px;
    background: #fff;
  }

  .ruiyuan-site-header .search-box.advanced #txtSearch {
    height: 46px;
    border: 0;
    color: #174256;
    background: #fff;
  }

  .ruiyuan-site-header .search-box.advanced #btnSearch {
    height: 46px;
    border: 0;
    color: #fff;
    background: #fe7d41;
  }

  .ruiyuan-site-header .search-box.advanced #btnSearch i { color: #fff; }
}

/* Keep nested navigation readable on the dark header dropdown. */
.ruiyuan-site-header .nav .submenu.ruiyuan-dropdown a,
.ruiyuan-site-header .nav .submenu-level a {
  background: transparent;
}

.ruiyuan-site-header .nav .submenu.ruiyuan-dropdown a:hover,
.ruiyuan-site-header .nav .submenu-level a:hover {
  background: rgba(76, 182, 217, .28);
}

/* Floating contact feedback uses the same ocean blue as the site, including its hover tip. */
.ruiyuan-side-contact a:hover,
.ruiyuan-side-contact .gotop:hover,
.ruiyuan-side-tip {
  background: #fe7d41;
}

.ruiyuan-side-tip {
  box-shadow: 0 10px 22px rgba(31, 133, 166, .24);
}

.ruiyuan-side-tip::after { border-left-color: #fe7d41; }

/* Why choose us: a calm ocean-blue capability grid that continues the global-supply story. */
.ruiyuan-why {
  isolation: isolate;
  padding: 104px 0 110px;
  background:
    radial-gradient(circle at 9% 12%, rgba(89, 202, 234, .24), transparent 27%),
    radial-gradient(circle at 92% 92%, rgba(5, 49, 80, .8), transparent 29%),
    linear-gradient(125deg, #05304f 0%, #075d86 52%, #087ca3 100%);
}

.ruiyuan-why::before {
  z-index: -1;
  opacity: .34;
  background-image:
    linear-gradient(rgba(211, 249, 255, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 249, 255, .12) 1px, transparent 1px);
  background-size: 52px 52px;
}

.ruiyuan-why::after {
  position: absolute;
  z-index: -1;
  top: -190px;
  right: -95px;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(205, 246, 255, .32);
  border-radius: 50%;
  box-shadow: inset 0 0 0 42px rgba(130, 220, 241, .05), inset 0 0 0 94px rgba(130, 220, 241, .04);
  content: "";
}

.ruiyuan-why .ruiyuan-section-head { max-width: 770px; margin-bottom: 58px; }

.ruiyuan-why .home-tit {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 600;
  letter-spacing: -.03em;
}

.ruiyuan-why .home-tit::after {
  display: block;
  width: 42px;
  height: 3px;
  margin: 18px auto 0;
  background: #fe7d41;
  content: "";
}

.ruiyuan-why .ruiyuan-section-desc { color: rgba(231, 250, 255, .83); font-size: 17px; }

.ruiyuan-why-list {
  position: relative;
  gap: 1px;
  border: 1px solid rgba(207, 246, 255, .22);
  background: rgba(207, 246, 255, .22);
  box-shadow: 0 24px 52px rgba(0, 21, 41, .18);
}

.ruiyuan-why-list li {
  min-height: 250px;
  padding: 34px 32px 30px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: #edfaff;
  background: rgba(4, 55, 86, .78);
  box-shadow: none;
  transition: background .25s ease, transform .25s ease;
}

.ruiyuan-why-list li::before {
  position: absolute;
  top: 23px;
  right: 22px;
  color: rgba(206, 245, 253, .09);
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  content: attr(data-number);
}

.ruiyuan-why-list li:nth-child(1)::before { content: "01"; }
.ruiyuan-why-list li:nth-child(2)::before { content: "02"; }
.ruiyuan-why-list li:nth-child(3)::before { content: "03"; }
.ruiyuan-why-list li:nth-child(4)::before { content: "04"; }
.ruiyuan-why-list li:nth-child(5)::before { content: "05"; }
.ruiyuan-why-list li:nth-child(6)::before { content: "06"; }

.ruiyuan-why-list li::after {
  right: auto;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  border: 0;
  background: #fe7d41;
  transition: width .25s ease;
}

.ruiyuan-why-list li:hover {
  z-index: 1;
  transform: translateY(-7px);
  background: rgba(11, 105, 143, .94);
  box-shadow: 0 18px 32px rgba(0, 23, 43, .22);
}

.ruiyuan-why-list li:hover::after { width: 100%; }

.ruiyuan-why-num {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  margin-bottom: 27px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(210, 248, 255, .28);
  color: #8de1f3;
  font-size: 15px;
  letter-spacing: .14em;
  background: transparent;
}

.ruiyuan-why-num::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border: 2px solid #fe7d41;
  border-radius: 50%;
  content: "";
}

.ruiyuan-why-list .our-item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: #fff;
  font-size: 21px;
}

.ruiyuan-why-list .our-item-bref {
  position: relative;
  z-index: 1;
  color: rgba(231, 250, 255, .77);
  line-height: 1.7;
}

@media (max-width: 768px) {
  .ruiyuan-why { padding: 66px 15px 72px; }
  .ruiyuan-why .ruiyuan-section-head { margin-bottom: 34px; }
  .ruiyuan-why-list { gap: 1px; }
  .ruiyuan-why-list li { min-height: 0; padding: 28px 24px 25px; }
  .ruiyuan-why-list li:hover { transform: none; }
}

/* Product, video and news sections share the ocean-blue visual language without changing video/news layouts. */
.newpro {
  position: relative;
  padding: 102px 0 108px;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 54%, rgba(75, 184, 217, .15), transparent 24%),
    linear-gradient(180deg, #f7fcfe 0%, #eaf7fb 100%);
}

.newpro::before {
  position: absolute;
  top: 0;
  right: 8%;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(46, 151, 187, .14);
  border-radius: 50%;
  box-shadow: inset 0 0 0 45px rgba(76, 182, 217, .035), inset 0 0 0 92px rgba(76, 182, 217, .03);
  content: "";
}

.newpro .container { position: relative; z-index: 1; overflow: visible; }

.newpro .home-tit,
.ruiyuan-video .home-tit,
.ruiyuan-news .home-tit {
  position: relative;
  margin-bottom: 16px;
  font-size: clamp(36px, 3vw, 46px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.newpro .home-tit { color: #093850; text-align: center; }

.newpro .home-tit::after,
.ruiyuan-video .home-tit::after,
.ruiyuan-news .home-tit::after {
  display: block;
  width: 42px;
  height: 3px;
  margin: 18px auto 0;
  background: #fe7d41;
  content: "";
}

.newpro-list {
  gap: 20px;
  margin-top: 52px;
}

.newpro-list li {
  height: 370px;
  border: 1px solid rgba(43, 147, 184, .18);
  border-radius: 4px;
  box-shadow: 0 18px 36px rgba(8, 76, 107, .1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.newpro-list li:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 44px rgba(8, 76, 107, .17);
}

.newpro-item-l { background: #fff; }

.newpro-name {
  padding: 28px;
  background:
    linear-gradient(160deg, #fff 0%, #f2fbfe 100%);
}

.newpro-name::before {
  display: block;
  margin-bottom: auto;
  color: #fe7d41;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  content: "MACHINERY";
}

.newpro-name a { color: #083a54; font-size: 19px; }

.newpro-name .newpro-icon {
  width: 38px;
  height: 38px;
  border-color: #fe7d41;
  border-radius: 50%;
  color: #fe7d41;
  line-height: 36px;
}

.newpro-bref {
  padding: 28px;
  background:
    linear-gradient(150deg, #08789f 0%, #07577d 100%);
}

.newpro-bref::before {
  display: block;
  margin-bottom: 22px;
  color: rgba(221, 249, 255, .75);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  content: "PRODUCT DETAILS";
}

.newpro-bref .newpro-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 36px;
}

.newpro-item-r { overflow: hidden; }
.newpro-item-r img { transition: transform .45s ease; }
.newpro-list li:hover .newpro-item-r img { transform: scale(1.06); }

.newpro > .container > .viewmore,
.ruiyuan-news > .container > .viewmore {
  position: relative;
  min-width: 178px;
  height: 50px;
  margin-top: 42px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 12px 24px rgba(3, 63, 89, .14);
}

.newpro > .container > .viewmore { background: #087da5; }
.newpro > .container > .viewmore:hover { background: #fe7d41; }

.ruiyuan-video {
  position: relative;
  padding: 104px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(96, 207, 236, .2), transparent 26%),
    linear-gradient(120deg, #05324f, #075d86 60%, #08799f);
}

.ruiyuan-video::before {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: radial-gradient(rgba(206, 246, 255, .5) 1px, transparent 1px);
  background-size: 20px 20px;
  content: "";
}

.ruiyuan-video .container { position: relative; z-index: 1; }
.ruiyuan-video .ruiyuan-section-head { margin-bottom: 52px; }
.ruiyuan-video .home-tit { color: #fff; }
.ruiyuan-video .ruiyuan-section-desc { color: rgba(229, 250, 255, .82); }

.ruiyuan-video-card {
  border: 1px solid rgba(191, 241, 252, .34);
  border-radius: 4px;
  background: #042940;
  box-shadow: 0 18px 38px rgba(0, 18, 36, .28);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ruiyuan-video-card::before {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 5px 9px;
  color: #e8fbff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  background: rgba(4, 54, 83, .72);
  content: "FIELD VIDEO";
  pointer-events: none;
}

.ruiyuan-video-list li:hover .ruiyuan-video-card {
  border-color: #67cce6;
  transform: translateY(-6px);
  box-shadow: 0 26px 44px rgba(0, 18, 36, .35);
}

.ruiyuan-news {
  position: relative;
  padding: 104px 0 108px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 5%, rgba(75, 184, 217, .16), transparent 27%),
    linear-gradient(180deg, #f6fcfe 0%, #e5f5fa 100%);
}

.ruiyuan-news::before {
  position: absolute;
  right: -105px;
  bottom: -170px;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(35, 139, 178, .18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 50px rgba(76, 182, 217, .03), inset 0 0 0 103px rgba(76, 182, 217, .035);
  content: "";
}

.ruiyuan-news .container { position: relative; z-index: 1; }
.ruiyuan-news .ruiyuan-section-head { margin-bottom: 52px; }
.ruiyuan-news .home-tit { color: #093850; }
.ruiyuan-news .ruiyuan-section-desc { color: #4c6876; }

.ruiyuan-news-card {
  border: 1px solid rgba(37, 142, 180, .16);
  border-radius: 4px !important;
  box-shadow: 0 16px 34px rgba(9, 86, 117, .1);
}

.ruiyuan-news-card:hover { box-shadow: 0 24px 44px rgba(9, 86, 117, .16); }
.ruiyuan-news-img { background: #dceff5; }
.ruiyuan-news-body { background: #fff; }

.ruiyuan-news-date {
  border-radius: 2px;
  color: #087ba4;
  background: #e8f8fc;
}

.ruiyuan-news-date .iconfont { color: #087ba4; }
.ruiyuan-news .new-name { color: #093850; }
.ruiyuan-news .news-bref { color: #5b727c; }
.ruiyuan-news-check { background: #fe7d41; }

.ruiyuan-news > .container > .viewmore { background: #087da5; }
.ruiyuan-news > .container > .viewmore:hover { background: #fe7d41; }

@media (max-width: 768px) {
  .newpro,
  .ruiyuan-video,
  .ruiyuan-news { padding: 66px 15px 72px; }
  .newpro-list { gap: 16px; margin-top: 34px; }
  .newpro-list li { height: auto; }
  .newpro-item-l,
  .newpro-item-r { min-height: 220px; }
  .newpro > .container > .viewmore,
  .ruiyuan-news > .container > .viewmore { margin-top: 32px; }
  .ruiyuan-video .ruiyuan-section-head,
  .ruiyuan-news .ruiyuan-section-head { margin-bottom: 34px; }
  .ruiyuan-video-list li:hover .ruiyuan-video-card { transform: none; }
}

/* Shared ocean globe artwork gives the light sections depth without competing with their content. */
.newpro {
  background-color: #d7edf4;
  background-image:
    linear-gradient(100deg, rgba(224, 243, 249, .94) 0%, rgba(226, 245, 250, .86) 52%, rgba(199, 230, 241, .82) 100%),
    url('../picture/ocean-globe-section-background.png');
  background-position: center, center right;
  background-repeat: no-repeat;
  background-size: cover, cover;
}

.newpro::before {
  border-color: rgba(17, 117, 153, .2);
  box-shadow: inset 0 0 0 45px rgba(76, 182, 217, .06), inset 0 0 0 92px rgba(76, 182, 217, .05);
}

.ruiyuan-news {
  background-color: #cce8f1;
  background-image:
    linear-gradient(110deg, rgba(218, 241, 247, .93) 0%, rgba(211, 237, 245, .84) 54%, rgba(189, 225, 237, .8) 100%),
    url('../picture/ocean-globe-section-background.png');
  background-position: center, center right;
  background-repeat: no-repeat;
  background-size: cover, cover;
}

.ruiyuan-news::before {
  border-color: rgba(16, 117, 153, .23);
  box-shadow: inset 0 0 0 50px rgba(76, 182, 217, .06), inset 0 0 0 103px rgba(76, 182, 217, .055);
}

.newpro-list li,
.ruiyuan-news-card {
  backdrop-filter: blur(2px);
}

/* Footer closes the page with the same ocean-and-global-reach atmosphere. */
.foot-t {
  position: relative;
  padding: 72px 0 64px;
  overflow: hidden;
  background-color: #053651;
  background-image:
    linear-gradient(105deg, rgba(3, 41, 66, .95) 0%, rgba(5, 76, 107, .9) 55%, rgba(5, 95, 129, .84) 100%),
    url('../picture/ocean-globe-section-background.png');
  background-position: center, center right;
  background-repeat: no-repeat;
  background-size: cover, cover;
}

.foot-t::before {
  position: absolute;
  inset: 0;
  opacity: .3;
  background-image:
    linear-gradient(rgba(194, 242, 253, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(194, 242, 253, .14) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  pointer-events: none;
}

.foot-t .container { position: relative; z-index: 1; overflow: visible; }

.footitem1 .flogo {
  max-width: 180px;
  margin-bottom: 16px;
}

.footitem1 .flogo img {
  width: auto;
  max-width: 100%;
  max-height: 72px;
}

.foot-t .foottit {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 13px;
  color: #fff;
  font-size: 21px;
}

.foot-t .foottit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 2px;
  background: #fe7d41;
  content: "";
}

.foot-t .fnav li a,
.foot-t .fpronav li a,
.foot-t .fcontact li,
.foot-t .fcontact a { color: rgba(234, 250, 255, .84); }

.foot-t .fnav li a,
.foot-t .fpronav li a { margin-bottom: 10px; }

.foot-t .fcontact li { margin-bottom: 18px; }

.foot-t .fcontact li > i,
.foot-t .fcontact li > em { color: #8cdbef; }

.foot-t .fcontact a:hover,
.foot-t .fnav li a:hover,
.foot-t .fpronav li a:hover { color: #fff; }

.foot-t .fshare a {
  margin-right: 9px;
  border: 1px solid rgba(201, 243, 253, .3);
  background: rgba(5, 66, 94, .45);
}

.foot-t .fshare a:hover {
  border-color: #fe7d41;
  background: #fe7d41;
}

.foot-b {
  position: relative;
  padding: 16px 0;
  border-top-color: rgba(203, 243, 253, .16);
  background: #042b45;
}

.foot-b .copy { color: rgba(232, 250, 255, .78); }

@media (max-width: 768px) {
  .foot-t { padding: 54px 0 46px; background-position: center, 66% center; }
  .foot-t .container { overflow: hidden; }
  .footitem1 .flogo { display: inline-block; max-width: 140px; }
}

/* Lift the two dark homepage sections to a softer, more balanced ocean blue. */
.ruiyuan-why {
  background:
    radial-gradient(circle at 9% 12%, rgba(129, 222, 242, .3), transparent 29%),
    radial-gradient(circle at 92% 92%, rgba(17, 106, 142, .46), transparent 31%),
    linear-gradient(125deg, #0b5379 0%, #0d78a1 52%, #159bc1 100%);
}

.ruiyuan-video {
  background:
    radial-gradient(circle at 88% 18%, rgba(161, 235, 250, .26), transparent 28%),
    linear-gradient(120deg, #0b5278, #0c78a1 60%, #1595ba);
}

/* A lighter, more welcoming ocean palette for the complete trade-site homepage. */
.ruiyuan-site-header {
  background:
    linear-gradient(105deg, rgba(231, 248, 252, .96), rgba(192, 232, 243, .94)),
    url('../picture/ocean-globe-section-background.png') center right / cover no-repeat;
  box-shadow: 0 6px 20px rgba(18, 100, 132, .12);
}

.ruiyuan-site-header .head-t { border-bottom-color: rgba(14, 111, 146, .14); background: rgba(230, 247, 252, .4); }
.ruiyuan-site-header .head-wel,
.ruiyuan-site-header .hcontact,
.ruiyuan-site-header .hcontact a,
.ruiyuan-site-header .lang-icon span { color: #23566c; }
.ruiyuan-site-header .hcontact a:hover { color: #087da5; }

.ruiyuan-site-header .head-box {
  border-color: rgba(15, 117, 153, .16);
  background: rgba(255, 255, 255, .62);
}

.ruiyuan-site-header .nav > li > a { color: #174d64; }
.ruiyuan-site-header .nav .inmenu_1,
.ruiyuan-site-header .nav > li:hover > a { color: #075f86; }
.ruiyuan-site-header .nav > li > a::after { background: #f47b20; }
.ruiyuan-site-header .headsearch { background: #fe7d41; }
.ruiyuan-site-header .headsearch:hover { background: #087da5; }

.ruiyuan-about {
  color: #254f62;
  background:
    linear-gradient(105deg, rgba(232, 248, 252, .98), rgba(207, 238, 247, .94)),
    url('../picture/ocean-globe-section-background.png') center right / cover no-repeat;
}

.ruiyuan-about::before { opacity: .22; }
.ruiyuan-about-ocean { opacity: .12; }

/* Use true black text across the light trade-site surfaces for maximum readability. */
.ruiyuan-site-header .head-wel,
.ruiyuan-site-header .hcontact,
.ruiyuan-site-header .hcontact a,
.ruiyuan-site-header .lang-icon span,
.ruiyuan-site-header .nav > li > a,
.ruiyuan-site-header .nav .inmenu_1,
.ruiyuan-site-header .nav > li:hover > a { color: #000; }

.ruiyuan-about,
.ruiyuan-about-content h2,
.ruiyuan-about-kicker,
.ruiyuan-about-lead,
.ruiyuan-about-text,
.ruiyuan-about-points li,
.ruiyuan-why .home-tit,
.ruiyuan-why .ruiyuan-section-desc,
.ruiyuan-why-num,
.ruiyuan-why-list .our-item-name,
.ruiyuan-why-list .our-item-bref,
.newpro .home-tit,
.newpro-name a,
.ruiyuan-video .home-tit,
.ruiyuan-video .ruiyuan-section-desc,
.ruiyuan-news .home-tit,
.ruiyuan-news .ruiyuan-section-desc,
.ruiyuan-news .new-name,
.ruiyuan-news .news-bref,
.ruiyuan-news-date,
.foot-t .ruiyuan-footer-about,
.foot-t .fnav li a,
.foot-t .fpronav li a,
.foot-t .fcontact li,
.foot-t .fcontact a,
.foot-t .foottit,
.foot-b .copy { color: #000; }

.ruiyuan-site-header .hcontact a:hover,
.ruiyuan-site-header .nav .inmenu_1,
.ruiyuan-site-header .nav > li:hover > a,
.foot-t .fcontact a:hover,
.foot-t .fnav li a:hover,
.foot-t .fpronav li a:hover { color: #000; }

/* Dark interactive panels retain white text for accessible contrast. */
.newpro-bref,
.newpro-bref p,
.newpro-bref::before,
.newpro-bref:hover,
.ruiyuan-video-card::before { color: #fff; }

/* Match the news section's black typography across the remaining homepage modules. */
.ruiyuan-about .ruiyuan-about-content *,
.ruiyuan-about .ruiyuan-about-badge,
.ruiyuan-about .ruiyuan-about-badge *,
.ruiyuan-why .ruiyuan-section-head *,
.ruiyuan-why-list li *,
.ruiyuan-video .ruiyuan-section-head *,
.ruiyuan-video-card::before,
.foot-t .container p,
.foot-t .container a,
.foot-t .container li,
.foot-t .container i,
.foot-b .copy { color: #000 !important; }

.ruiyuan-about .ruiyuan-about-badge {
  border-color: rgba(18, 111, 146, .22);
  background: rgba(245, 252, 254, .88);
}

.ruiyuan-video-card::before {
  background: rgba(244, 252, 254, .82);
}
.ruiyuan-about-content h2 { color: #0a3d55; }
.ruiyuan-about-kicker { color: #087da5; }
.ruiyuan-about-lead { color: #175a73; }
.ruiyuan-about-text { color: #486b79; }
.ruiyuan-about-points li { border-color: rgba(26, 132, 169, .2); color: #22556a; background: rgba(255, 255, 255, .66); }
.ruiyuan-about-badge { background: rgba(6, 82, 116, .84); }

.ruiyuan-why {
  background:
    linear-gradient(110deg, rgba(225, 245, 250, .94), rgba(194, 229, 240, .88)),
    url('../picture/ocean-globe-section-background.png') center right / cover no-repeat;
}

.ruiyuan-why::before { opacity: .18; }
.ruiyuan-why::after { border-color: rgba(29, 132, 168, .24); box-shadow: inset 0 0 0 42px rgba(76, 182, 217, .06), inset 0 0 0 94px rgba(76, 182, 217, .045); }
.ruiyuan-why .home-tit { color: #093d56; }
.ruiyuan-why .ruiyuan-section-desc { color: #486d7c; }
.ruiyuan-why-list { border-color: rgba(38, 139, 174, .2); background: rgba(57, 158, 192, .18); }
.ruiyuan-why-list li { color: #315e70; background: rgba(255, 255, 255, .76); }
.ruiyuan-why-list li::before { color: rgba(17, 119, 154, .09); }
.ruiyuan-why-list li:hover { background: rgba(232, 248, 252, .98); box-shadow: 0 18px 32px rgba(14, 102, 134, .14); }
.ruiyuan-why-num { border-bottom-color: rgba(23, 127, 163, .2); color: #0781aa; }
.ruiyuan-why-list .our-item-name { color: #0b4058; }
.ruiyuan-why-list .our-item-bref { color: #52717d; }

.ruiyuan-video {
  background:
    linear-gradient(110deg, rgba(227, 246, 251, .95), rgba(195, 231, 241, .87)),
    url('../picture/ocean-globe-section-background.png') center right / cover no-repeat;
}

.ruiyuan-video::before { opacity: .13; }
.ruiyuan-video .home-tit { color: #093d56; }
.ruiyuan-video .ruiyuan-section-desc { color: #486d7c; }
.ruiyuan-video-card { border-color: rgba(30, 133, 169, .26); box-shadow: 0 16px 32px rgba(12, 95, 128, .16); }

.foot-t {
  background:
    linear-gradient(108deg, rgba(218, 242, 249, .94), rgba(177, 220, 234, .88)),
    url('../picture/ocean-globe-section-background.png') center right / cover no-repeat;
}

.foot-t::before { opacity: .18; }
.footitem1 .flogo { padding: 12px 16px; border-radius: 3px; background: #075879; }
.foot-t .ruiyuan-footer-about,
.foot-t .fnav li a,
.foot-t .fpronav li a,
.foot-t .fcontact li,
.foot-t .fcontact a { color: #2c5d70; }
.foot-t .foottit { color: #0a435d; }
.foot-t .fcontact li > i,
.foot-t .fcontact li > em { color: #087da5; }
.foot-t .fcontact a:hover,
.foot-t .fnav li a:hover,
.foot-t .fpronav li a:hover { color: #087da5; }
.foot-t .fshare a { border-color: rgba(18, 116, 151, .22); color: #0b6689; background: rgba(255, 255, 255, .58); }
.foot-t .fshare a:hover { color: #fff; background: #087da5; border-color: #087da5; }
.foot-b { border-top-color: rgba(11, 99, 132, .16); background: #8fd0e2; }
.foot-b .copy { color: #174e65; }

@media (max-width: 1024px) {
  .ruiyuan-site-header .mobheadnav { background: linear-gradient(160deg, #d7f0f6, #b7e0ec); }
  .ruiyuan-site-header .nav > li > a { color: #164e66; }
  .ruiyuan-site-header .nav > li { border-bottom-color: rgba(16, 112, 148, .16); }
}

/* Stronger type hierarchy improves readability for a machinery export audience. */
body { font-weight: 500; }

.ruiyuan-site-header .head-wel,
.ruiyuan-site-header .hcontact,
.ruiyuan-site-header .nav > li > a,
.ruiyuan-site-header .lang-icon span { font-weight: 700; }

.ruiyuan-about-content h2,
.ruiyuan-why .home-tit,
.newpro .home-tit,
.ruiyuan-video .home-tit,
.ruiyuan-news .home-tit { font-weight: 800; }

.ruiyuan-about-kicker,
.ruiyuan-about-lead,
.ruiyuan-about-text,
.ruiyuan-about-points li,
.ruiyuan-section-desc,
.ruiyuan-news .news-bref,
.ruiyuan-footer-about { font-weight: 600; }

.newpro-name a,
.ruiyuan-news .new-name,
.foot-t .foottit,
.foot-t .fnav li a,
.foot-t .fpronav li a,
.foot-t .fcontact li { font-weight: 650; }

/* Why choose us becomes an asymmetric capability wall rather than a uniform grid. */
.ruiyuan-why .ruiyuan-section-head {
  max-width: 900px;
  margin-bottom: 54px;
}

.ruiyuan-why-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ruiyuan-why-list li {
  min-height: 232px;
  padding: 30px 30px 28px;
  border: 1px solid rgba(22, 125, 161, .2);
  border-radius: 5px;
  box-shadow: 0 12px 26px rgba(25, 108, 138, .1);
}

.ruiyuan-why-list li:nth-child(1) { grid-column: span 5; }
.ruiyuan-why-list li:nth-child(2) { grid-column: span 3; }
.ruiyuan-why-list li:nth-child(3) { grid-column: span 4; }
.ruiyuan-why-list li:nth-child(4),
.ruiyuan-why-list li:nth-child(5),
.ruiyuan-why-list li:nth-child(6) { grid-column: span 4; }

.ruiyuan-why-list li::before {
  top: auto;
  right: 24px;
  bottom: 16px;
  color: rgba(11, 115, 151, .12);
  font-size: 94px;
  font-weight: 800;
}

.ruiyuan-why-list li::after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 46px;
  height: 4px;
  border: 0;
  background: #f47b20;
}

.ruiyuan-why-list li:hover {
  transform: translateY(-7px);
  border-color: rgba(8, 125, 165, .42);
  background: #fff;
}

.ruiyuan-why-list li:hover::after { width: 72px; }

.ruiyuan-why-num {
  display: flex;
  align-items: center;
  width: max-content;
  margin-bottom: 23px;
  padding: 6px 10px;
  border: 0;
  color: #087da5;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  background: #e2f5fa;
}

.ruiyuan-why-num::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-width: 2px;
}

.ruiyuan-why-list .our-item-name {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.ruiyuan-why-list .our-item-bref {
  max-width: 500px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .ruiyuan-why-list li:nth-child(n) { grid-column: span 6; }
}

@media (max-width: 768px) {
  .ruiyuan-why-list { grid-template-columns: 1fr; gap: 12px; }
  .ruiyuan-why-list li:nth-child(n) { grid-column: auto; min-height: 0; }
  .ruiyuan-why-list li:hover { transform: none; }
  .ruiyuan-why-list .our-item-name { font-size: 20px; }
}

/* Remove decorative divider and video label for a cleaner product-to-video transition. */
.home-page .newpro,
.home-page .ruiyuan-video {
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0;
  box-shadow: none;
}

/* The ocean artwork's horizon created the visible divider; keep the product section's soft globe motif without that image layer. */
.home-page .newpro {
  background-image:
    radial-gradient(circle at 82% 50%, rgba(108, 204, 229, .23), transparent 26%),
    linear-gradient(100deg, #e0f3f9 0%, #d4edf4 56%, #c5e5ee 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ruiyuan-video-card::before { display: none; content: none; }

/* Product cards use a clean 4 x 2 catalogue grid tailored to the ocean-blue homepage. */
.home-page .newpro .ruiyuan-section-head {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.home-page .newpro .ruiyuan-section-desc {
  color: #486d7c;
}

.ruiyuan-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
  margin-top: 0;
}

.ruiyuan-product-card {
  display: flex;
  flex-direction: column;
  width: auto !important;
  height: auto !important;
  min-height: 100%;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(23, 118, 152, .14);
  border-radius: 4px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 26px rgba(12, 95, 128, .08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.ruiyuan-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(8, 125, 165, .32);
  box-shadow: 0 22px 40px rgba(12, 95, 128, .15);
}

.ruiyuan-product-media,
.ruiyuan-product-media.lazy-wrap,
.ruiyuan-product-media.lazy-loaded {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.12 / 1;
  padding-bottom: 0 !important;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #eef8fb 100%);
}

.ruiyuan-product-media img,
.ruiyuan-product-media img.lazy,
.ruiyuan-product-media img.loaded,
.ruiyuan-product-media img.initial,
.ruiyuan-product-media img.error {
  position: absolute !important;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
  transition: transform .45s ease;
}

.ruiyuan-product-card:hover .ruiyuan-product-media img {
  transform: scale(1.045);
}

.ruiyuan-product-body,
.newpro-item-l.ruiyuan-product-body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  padding: 18px 16px 16px;
  background: #fff;
  text-align: center;
}

.ruiyuan-product-body .newpro-name {
  position: static;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 15px;
  background: transparent;
}

.ruiyuan-product-body .newpro-name::before {
  display: none;
}

.ruiyuan-product-body .newpro-name a {
  display: -webkit-box;
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ruiyuan-product-body .newpro-bref {
  display: none;
}

.ruiyuan-product-body .newpro-bref::before {
  display: none;
}

.ruiyuan-product-body .newpro-bref:hover {
  color: #52717d;
}

.ruiyuan-product-body .newpro-bref p {
  display: -webkit-box;
  width: auto;
  max-height: none;
  margin: 0;
  color: #52717d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ruiyuan-product-card.is-featured .newpro-bref p {
  -webkit-line-clamp: 4;
}

.ruiyuan-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 14px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  background: #eef7fa;
  transition: color .24s ease, background .24s ease;
}

.ruiyuan-product-link:hover {
  color: #fff;
  background: #087da5;
}

.ruiyuan-product-card:hover .newpro-name,
.ruiyuan-product-card:hover .newpro-bref {
  left: auto;
}

@media (max-width: 1024px) {
  .ruiyuan-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .home-page .newpro .ruiyuan-section-head { margin-bottom: 32px; }
  .ruiyuan-product-grid { grid-template-columns: 1fr; gap: 14px; }
  .ruiyuan-product-card { transform: none; }
  .ruiyuan-product-card:hover { transform: none; }
  .ruiyuan-product-body,
  .newpro-item-l.ruiyuan-product-body { padding: 16px; }
  .ruiyuan-product-body .newpro-name a { font-size: 17px; }
}

/* Footer follows the homepage ocean palette instead of ending in a hard black block. */
.ruiyuan-site-footer .foot-t {
  position: relative;
  padding: 78px 0 66px;
  background:
    radial-gradient(circle at 13% 18%, rgba(255, 255, 255, .72), transparent 26%),
    linear-gradient(110deg, rgba(229, 247, 252, .97), rgba(188, 229, 241, .93) 58%, rgba(143, 207, 226, .88)),
    url('../picture/ocean-globe-section-background.png') center right / cover no-repeat;
}

.ruiyuan-site-footer .foot-t::before {
  display: none;
}

.ruiyuan-site-footer .foot-t::after {
  display: none;
}

.ruiyuan-site-footer .foot-t .container {
  position: relative;
  z-index: 1;
  align-items: flex-start;
}

.ruiyuan-site-footer .footitem1 {
  padding: 0 42px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ruiyuan-site-footer .footitem1 .flogo {
  display: inline-block;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ruiyuan-site-footer .footitem1 .flogo img {
  width: auto;
  max-width: 138px;
  max-height: 76px;
}

.ruiyuan-site-footer .ruiyuan-footer-about {
  max-width: 380px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.76;
}

.ruiyuan-site-footer .foot-t .ruiyuan-footer-about,
.ruiyuan-site-footer .foot-t .fnav li a,
.ruiyuan-site-footer .foot-t .fpronav li a,
.ruiyuan-site-footer .foot-t .fcontact li,
.ruiyuan-site-footer .foot-t .fcontact a {
  color: #000 !important;
}

.ruiyuan-site-footer .foot-t .foottit {
  color: #000 !important;
}

.ruiyuan-site-footer .foot-t .foottit::after {
  background: #f47b20;
}

.ruiyuan-site-footer .foot-t .fcontact li {
  align-items: flex-start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ruiyuan-site-footer .foot-t .fcontact li > i,
.ruiyuan-site-footer .foot-t .fcontact li > em {
  color: #000 !important;
}

.ruiyuan-site-footer .foot-t .fcontact a:hover,
.ruiyuan-site-footer .foot-t .fnav li a:hover,
.ruiyuan-site-footer .foot-t .fpronav li a:hover {
  color: #000 !important;
}

.ruiyuan-site-footer .foot-t .fshare a {
  width: 34px;
  height: 34px;
  margin-right: 16px;
  border: 0;
  color: #000 !important;
  background: transparent;
}

.ruiyuan-site-footer .foot-t .fshare a:hover {
  color: #000 !important;
  background: transparent;
}

.ruiyuan-site-footer .foot-b {
  padding: 15px 0;
  border-top-color: rgba(11, 99, 132, .14);
  background: linear-gradient(90deg, #d4edf4, #b8dfeb);
}

.ruiyuan-site-footer .foot-b .copy {
  color: #000 !important;
}

@media (max-width: 768px) {
  .ruiyuan-site-footer .foot-t { padding: 48px 0 42px; }
  .ruiyuan-site-footer .footitem1 { padding: 0; }
  .ruiyuan-site-footer .foot-t::after { display: none; }
}

/* Inner pages keep the shared header markup but use the ruiyuanjixie product-page header skin. */
body:not(.index) {
  padding-top: 0;
}

body:not(.index) header {
  position: relative;
  z-index: 1000;
  background: #fff;
  box-shadow: none;
  font-weight: 400;
}

body:not(.index) header .head-top {
  display: block;
  height: 40px;
  background: #072040;
  color: #fff;
}

body:not(.index) header .head-top .l-wrap {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body:not(.index) header .head-top .head-contact,
body:not(.index) header .head-top .head-lang,
body:not(.index) header .head-top .head-share,
body:not(.index) header .head-top .head-share ul {
  height: 100%;
  display: flex;
  align-items: center;
}

body:not(.index) header .head-top .head-contact .item {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 28px;
  padding-left: 0;
}

body:not(.index) header .head-top .head-contact .item em {
  margin-right: 6px;
  color: #fe7d41;
  font-size: 18px;
}

body:not(.index) header .head-top .head-contact .item a,
body:not(.index) header .head-top .head-contact .item span {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

body:not(.index) header .head-top .head-share ul {
  margin: 0 14px 0 0;
}

body:not(.index) header .head-top .head-share ul li {
  width: 40px;
  height: 100%;
}

body:not(.index) header .head-top .head-share ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

body:not(.index) header .head-top .head-share ul li a:hover {
  color: #fe7d41;
}

body:not(.index) header .head-top .lang,
body:not(.index) header .head-top .lang-icon {
  height: 100%;
  color: #fff;
}

body:not(.index) header .head-top .lang-icon {
  padding-left: 0;
  display: flex;
  align-items: center;
}

body:not(.index) header .head-top .lang-icon span {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  color: #fff !important;
  font-size: 14px;
}

body:not(.index) header .head-top .lang-icon span::before,
body:not(.index) header .head-top .lang-icon span::after {
  background: #fff;
}

body:not(.index) header .head-info {
  height: 90px;
  background: #fff !important;
  border-bottom: 0;
  box-shadow: none;
}

body:not(.index) header .head-info .l-wrap {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body:not(.index) header .head-info .head-logo {
  max-width: 300px;
  display: flex;
  align-items: center;
}

body:not(.index) header .head-info .head-logo a {
  display: flex;
  align-items: center;
}

body:not(.index) header .head-info .head-logo img {
  width: auto;
  max-width: 170px;
  max-height: 72px;
  display: block;
}

body:not(.index) header .head-info .head-nav {
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
}

body:not(.index) header .head-info .head-nav .nav-ul {
  height: 100%;
  display: flex;
  align-items: center;
}

body:not(.index) header .head-info .head-nav .nav-ul > li {
  height: 100%;
  position: relative;
}

body:not(.index) header .head-info .head-nav .nav-ul > li > a {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  font-size: 18px;
  font-weight: var(--fontblod5);
  line-height: 1;
  white-space: nowrap;
  text-transform: capitalize;
}

body:not(.index) header .head-info .head-nav .nav-ul > li > a::after {
  content: none;
}

body:not(.index) header .head-info .head-nav .nav-ul > li > a.inmenu_1,
body:not(.index) header .head-info .head-nav .nav-ul > li:hover > a {
  color: #fe7d41 !important;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu {
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
  z-index: 1002;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li {
  height: 55px;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li a {
  color: #000;
  font-size: 16px;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > a,
body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > em {
  color: #fe7d41;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li ul {
  display: none;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 220px;
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > ul a,
body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > ul em {
  color: #000;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > ul li:hover > a,
body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > ul li:hover > em {
  color: #fe7d41;
}

body:not(.index) header .head-info .search-box {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  z-index: auto;
  overflow: visible;
  height: 100%;
  width: auto;
  margin-left: 12px;
  padding: 0;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

body:not(.index) header .head-info .head-search {
  display: flex;
  align-items: center;
  margin-right: 0;
}

body:not(.index) header .head-info .search-input {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  min-width: 240px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  opacity: 0;
  visibility: hidden;
  transform: rotateX(90deg);
}

body:not(.index) header .head-info .search-input.active {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  transform-origin: top;
}

body:not(.index) header .head-info .search-input input {
  display: block;
  flex: 0 0 200px;
  width: 200px;
  min-width: 200px;
  height: 40px;
  padding-left: 10px;
  border: 0;
  background: #fff;
  font-size: 16px;
  outline: 0;
}

body:not(.index) header .head-info .search-box .search-input #txtSearch {
  display: block !important;
  flex: 0 0 200px !important;
  width: 200px !important;
  min-width: 200px !important;
  height: 40px !important;
  padding-left: 10px !important;
  border: 0 !important;
}

body:not(.index) header .head-info .search-input .search-btn {
  flex: 0 0 40px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}

body:not(.index) header .head-info .search-input .search-btn em {
  color: #fe7d41;
  font-size: 22px;
}

body:not(.index) header .head-info .head-search button {
  padding: 10px;
  background: transparent;
}

body:not(.index) header .head-info .head-search button em {
  color: #000 !important;
  font-size: 26px;
  font-weight: 600;
}

body:not(.index) header .head-info .head-search button:hover em {
  color: #fe7d41 !important;
}

body:not(.index) .inner-banner {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  line-height: 0;
  overflow: hidden;
}

body:not(.index) .inner-banner .pagesbanner,
body:not(.index) .inner-banner .banner-img {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  line-height: 0;
  overflow: hidden;
}

body:not(.index) .inner-banner .pagesbanner img,
body:not(.index) .inner-banner img.innerbanners {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: top;
}

body:not(.index) main > .inner-banner:first-child {
  margin-top: 0 !important;
}

@media (max-width: 1280px) {
  body:not(.index) header .head-info .head-nav .nav-ul > li > a {
    padding: 0 12px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  body:not(.index) header .head-top {
    display: none;
  }

  body:not(.index) header .head-info {
    height: 55px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .05);
  }

  body:not(.index) header .head-info .head-logo img {
    max-width: 150px;
    max-height: 45px;
  }

  body:not(.index) header .head-info .head-nav {
    position: fixed;
    left: 0;
    top: 55px;
    width: 100%;
    height: calc(100vh - 55px);
    padding: 10px 20px;
    background: #fff;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  body:not(.index) header .head-info .head-nav .nav-ul {
    display: block;
    width: 100%;
    height: 100%;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li {
    height: auto;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li > a {
    height: auto;
    padding: 12px 0;
    justify-content: flex-start;
    font-size: 18px;
  }

  body:not(.index) header .head-info .search-box {
    height: auto;
    width: 100%;
    margin: 10px 0;
  }

  body:not(.index) header .head-info .head-search {
    display: none;
  }

  body:not(.index) header .head-info .search-input {
    position: static;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  body:not(.index) header .head-info .search-input input {
    flex: 1;
    width: auto;
  }
}

@media (min-width: 769px) {
  body:not(.index) header .head-info .head-nav {
    display: flex !important;
    position: static !important;
    width: auto !important;
    height: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body:not(.index) header .head-info .head-nav .nav-ul {
    display: flex !important;
    align-items: center;
    height: 100%;
    overflow: visible !important;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li {
    position: relative;
    height: 100%;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li > em {
    right: 4px;
    width: 10px;
    height: 10px;
    color: #fe7d41;
    font-size: 0 !important;
    line-height: 0;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li > em::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li:hover > em,
  body:not(.index) header .head-info .head-nav .nav-ul > li > a.inmenu_1 + em {
    color: #fe7d41;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 235px;
    min-width: 235px;
    padding: 0 10px;
    overflow: visible !important;
    background: #fff !important;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 1002;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li {
    position: relative;
    height: auto;
    min-height: 55px;
    border-bottom: 1px solid #eee;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover {
    background: #f6f6f6;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li a {
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 26px 0 0;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li > em {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    color: #000;
    font-size: 0 !important;
    line-height: 0;
    transform: translateY(-50%);
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li > em::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > a,
  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > em {
    color: #fe7d41;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li ul {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    width: 190px;
    min-width: 190px;
    padding: 0 10px;
    background: #fff !important;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 1003;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > ul a {
    color: #000;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > ul li:hover > a {
    color: #fe7d41;
  }
}

body:not(.index) header .head-info .head-nav .nav-ul > li > em,
body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li > em {
  font-family: inherit !important;
}

body:not(.index) header .head-info .head-nav .nav-ul > li > em {
  width: 0 !important;
  height: 0 !important;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  color: #000;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: translateY(-50%) !important;
}

body:not(.index) header .head-info .head-nav .nav-ul > li > em::before {
  content: none !important;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li > em {
  display: none !important;
  content: none !important;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li > em::before {
  content: none !important;
  display: none !important;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li.has-children::before {
  content: none !important;
  display: none !important;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li.has-children::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  color: #000;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 2;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li a {
  position: relative;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box;
  width: 100% !important;
  min-height: 55px;
  padding: 0 40px 0 0 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li {
  position: relative;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > a,
body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li:hover > em,
body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li.has-children:hover::after {
  color: #fe7d41 !important;
}

body:not(.index) #wmkc .wmkc-itemcont {
  width: max-content;
  min-width: 380px;
  max-width: calc(100vw - 100px);
}

body:not(.index) #wmkc .wmkc-itemcont .wmkc-itemcont-box {
  min-width: 100%;
}

body:not(.index) #wmkc .wmkc-itemcont p {
  max-width: none;
  overflow: visible;
  text-overflow: clip;
}

body:not(.index) #wmkc .wmkc-itemcont a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

@media (max-width: 768px) {
  body:not(.index) header .head-info .head-nav .nav-ul > li > em {
    position: absolute !important;
    top: 50% !important;
    right: 2px !important;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu {
    padding-left: 0 !important;
  }

  body:not(.index) header .head-info .head-nav .nav-ul > li .submenu li ul {
    padding-left: 0 !important;
  }
}
