/* Henan Haoyu brand refinements */
.navigate > a:first-child {
  display: block;
  width: 250px;
  height: 64px;
  min-height: 0;
  margin: 18px auto 14px;
  overflow: visible;
}

.navigate > a:first-child .logo {
  display: block !important;
  width: 250px !important;
  height: 64px !important;
  max-width: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  transform: none;
}

.navigate > a:first-child::after {
  content: none;
}

.indexFoot {
  background: linear-gradient(135deg, var(--haoyu-footer, #17242b) 0%, #263940 100%) !important;
  border-top: 4px solid var(--haoyu-accent, #d9272e);
  color: #dce6e8 !important;
}

.indexFoot .footTit,
.indexFoot .footConSub p,
.indexFoot .footProItem > a,
.indexFoot .rigPrivacy {
  color: #fff !important;
}

.indexFoot .dropdown-menu p,
.indexFoot .footConSub div {
  color: #c9d5d8 !important;
}

.indexFoot .navText:hover,
.indexFoot .dropdown-menu p:hover {
  color: var(--haoyu-accent, #ff5a60) !important;
}

.indexFoot .haoyu-address {
  margin: 20rem 0 8rem;
}

.indexFoot .haoyu-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 22px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}

.indexFoot .haoyu-social:hover {
  opacity: .85;
  transform: translateY(-1px);
}

.indexFoot .haoyu-social img {
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
}

.indexFoot .haoyu-social.is-disabled {
  opacity: .55;
  cursor: default;
}

/* The former business-card screenshot is intentionally removed. */
.cardDiv {
  display: none !important;
}

.mapModule {
  border: 0 !important;
  min-height: 420px;
  background: #e9eff1;
}

.contactText .conTwoCss {
  white-space: normal;
}

@media screen and (max-width: 1100px) {
  .navigate > a:first-child {
    width: 190px;
    height: 48px;
    margin-bottom: 8px;
  }

  .navigate > a:first-child .logo {
    width: 190px !important;
    height: 48px !important;
    transform: none;
  }

  .mapModule {
    min-height: 320px;
  }
}

/* Content maintained in PbootCMS: Content > Content / Single page. */
.haoyu-cms-page {
  box-sizing: border-box;
  padding-top: 55rem;
  padding-bottom: 55rem;
  color: #4d5054;
}
.haoyu-cms-page h1 {
  margin: 0 0 28rem;
  color: var(--haoyu-accent, #d9272e);
  font-size: 30rem;
  line-height: 1.25;
  text-align: center;
}
.haoyu-cms-intro {
  max-width: 1050rem;
  margin: 0 auto 35rem;
  font-size: 18rem;
  line-height: 1.8;
  text-align: center;
}
.haoyu-cms-block {
  display: flex;
  gap: 34rem;
  align-items: flex-start;
  margin: 0 0 42rem;
}
.haoyu-cms-block > img {
  width: 360rem;
  max-height: 320rem;
  object-fit: cover;
  border-radius: 4rem;
}
.haoyu-cms-copy { flex: 1; min-width: 0; font-size: 16rem; line-height: 1.8; }
.haoyu-cms-copy h2 { margin: 0 0 14rem; color: #27343b; font-size: 23rem; }
.haoyu-cms-copy img { max-width: 100%; height: auto; }
.haoyu-legacy-hidden { display: none !important; }

@media screen and (max-width: 768px) {
  .haoyu-cms-block { display: block; }
  .haoyu-cms-block > img { width: 100%; margin-bottom: 20rem; }
}

/* Compact, balanced footer layout. */
.indexFoot {
  display: grid !important;
  grid-template-columns: minmax(300px, 390rem) minmax(0, 1fr);
  column-gap: 42rem;
  padding: 34rem 72rem 22rem !important;
}
.indexFoot .footContact {
  grid-column: 1;
  grid-row: 1;
  padding: 0 !important;
}
.indexFoot .footProduct {
  grid-column: 2;
  grid-row: 1;
  padding: 5rem 0 0 !important;
  margin: 0 !important;
  gap: 24rem 34rem;
  align-content: start;
}
.indexFoot .pageBot {
  grid-column: 1 / -1;
  grid-row: 2;
  padding: 20rem 0 0 !important;
  margin-top: 20rem;
  border-top: 1px solid rgba(255,255,255,.14);
}
.haoyu-footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 20rem;
}
.haoyu-footer-logo {
  width: 150rem;
  height: 106rem;
  flex: 0 0 auto;
  object-fit: contain;
  padding: 7rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6rem;
}
.haoyu-footer-details {
  min-width: 0;
  color: #c9d5d8;
  font-size: 15rem;
  line-height: 1.55;
}
.haoyu-footer-details .footTit { margin: 0 0 8rem !important; }
.haoyu-footer-company { color: #fff; font-weight: 600; }
.haoyu-footer-details .haoyu-address { margin: 5rem 0 0 !important; }
.indexFoot .footProItem { min-width: 135rem; }
.indexFoot .footProItem .dropdown-menu { margin-top: 12rem !important; }
.indexFoot .footProItem .dropdown-menu p { margin: 7rem 0 !important; font-size: 15rem !important; }
.indexFoot .haoyu-social {
  width: 38px;
  height: 38px;
  margin-right: 12px !important;
  gap: 0 !important;
}
.indexFoot .haoyu-social img { width: 38px !important; height: 38px !important; }
.indexFoot .haoyu-social.is-disabled { opacity: .38; }

@media screen and (max-width: 900px) {
  .indexFoot { display: block !important; padding: 28px 24px 20px !important; }
  .indexFoot .footProduct { margin-top: 28px !important; }
  .indexFoot .pageBot { margin-top: 24px; }
}

/* Contact page: balanced information card and enquiry form. */
.infoModule { width: min(1440px, calc(100% - 80px)); margin: 72px auto 84px !important; padding: 0 !important; display: grid !important; grid-template-columns: minmax(300px, .82fr) minmax(560px, 1.7fr); gap: clamp(44px, 5vw, 86px); align-items: stretch; }
.infoModule .contactText { width: auto !important; margin: 0 !important; padding: 42px 38px 38px; box-sizing: border-box; border: 0 !important; border-top: 5px solid var(--haoyu-accent, #d9272e) !important; border-radius: 10px; background: linear-gradient(145deg, #f7fafb 0%, #fff 72%); box-shadow: 0 14px 42px rgba(23,36,43,.10); }
.haoyu-contact-kicker { margin-bottom: 11px; color: var(--haoyu-accent, #d9272e); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.infoModule .contactText h1 { margin: 0 0 16px; color: #17242b; font-size: clamp(27px, 2vw, 36px); line-height: 1.15; font-weight: 650; }
.haoyu-contact-intro { margin: 0 !important; color: #5f6d72; font-size: 15px !important; line-height: 1.75 !important; }
.haoyu-contact-divider { width: 44px; height: 3px; margin: 27px 0 24px; border-radius: 3px; background: var(--haoyu-accent, #d9272e); }
.infoModule .contactText h2 { margin: 0 0 17px; color: #17242b; font-size: 19px; font-weight: 650; }
.haoyu-contact-list { margin: 0; }
.haoyu-contact-list > div { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 12px; padding: 9px 0; border-bottom: 1px solid #e6ecee; }
.haoyu-contact-list > div:last-child { border-bottom: 0; }
.haoyu-contact-list dt { color: #7b898e; font-size: 13px; }
.haoyu-contact-list dd { margin: 0; color: #27383e; font-size: 14px; line-height: 1.5; font-weight: 550; }
.haoyu-contact-list a { color: var(--haoyu-accent, #d9272e); text-decoration: none; }
.infoModule > .formBg, .infoModule > .formBg[style] { width: auto !important; padding: 7px 0 0 !important; box-sizing: border-box; }
.infoModule .formBg .formSub { gap: 22px; }
.infoModule .formBg input, .infoModule .formBg select, .infoModule .formBg textarea { box-sizing: border-box; border: 1px solid #d8e0e3 !important; border-radius: 6px; background: #fff; color: #26373d; transition: border-color .2s ease, box-shadow .2s ease; }
.infoModule .formBg input, .infoModule .formBg select { height: 48px !important; padding: 0 14px !important; }
.infoModule .formBg textarea { min-height: 126px; padding: 13px 14px !important; resize: vertical; }
.infoModule .formBg input:focus, .infoModule .formBg select:focus, .infoModule .formBg textarea:focus { border-color: var(--haoyu-accent, #d9272e) !important; box-shadow: 0 0 0 3px rgba(217,39,46,.10); outline: none; }
.infoModule .formBg .tipsText { margin: 21px 0 9px !important; color: #65747a !important; }
.infoModule .formBg .formBtn { height: 50px; margin-top: 24px; border-radius: 6px; display: flex; align-items: center; justify-content: center; background: var(--haoyu-accent, #d9272e) !important; box-shadow: 0 8px 20px rgba(217,39,46,.18); letter-spacing: .08em; }
@media screen and (max-width: 1100px) { .infoModule { width: min(860px, calc(100% - 40px)); grid-template-columns: 1fr !important; gap: 36px; margin: 45px auto 60px !important; } .infoModule .contactText { margin: 0 !important; padding: 32px 28px; } }
@media screen and (max-width: 600px) { .infoModule { width: calc(100% - 28px); } .infoModule .formBg .formSub { display: block !important; } .infoModule .formBg .formSub input { width: 100% !important; margin-bottom: 14px; } .haoyu-contact-list > div { grid-template-columns: 72px minmax(0,1fr); } }

/* Site-wide layout polish: consistent with the Contact page. */
body { color: #27383e; background: #fff; }
.chemBg, .indexBg { overflow-x: hidden; }
.divCss {
  width: min(1180px, calc(100% - 64px)) !important;
  margin: 76px auto 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.conCss {
  color: #627177 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}
.titCss {
  margin: 0 0 18px !important;
  color: var(--haoyu-accent, #d9272e) !important;
  font-size: clamp(21px, 2vw, 28px) !important;
  line-height: 1.28 !important;
  font-weight: 650 !important;
}
.makeTit {
  color: #17242b !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.22 !important;
  font-weight: 650 !important;
  text-align: center;
}
.makeTit::after {
  content: '';
  display: block;
  width: 52px;
  height: 4px;
  margin: 20px auto 0;
  border-radius: 4px;
  background: var(--haoyu-accent, #d9272e);
}
.makeMinTit, .gasTit, .projectTit {
  color: #24353b !important;
  font-size: clamp(19px, 1.7vw, 25px) !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}
.chemBanner {
  min-height: 300px;
  height: 310px !important;
  padding: 34px max(40px, calc((100% - 1180px)/2)) !important;
  box-sizing: border-box;
  background: linear-gradient(120deg, #f3f6f7 0%, #fff 100%) !important;
  overflow: hidden;
}
.chemBanner p {
  max-width: 720px;
  color: #17242b !important;
  font-size: clamp(28px, 3vw, 43px) !important;
  line-height: 1.2 !important;
}
.chemBanner img {
  width: min(46%, 540px) !important;
  height: 100% !important;
  max-height: 310px;
  flex: 0 0 auto;
  object-fit: contain !important;
  object-position: right center;
}
.chemBanner.haoyu-category-banner:has(img) {
  background-image: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 38%, rgba(255,255,255,.84) 63%, rgba(255,255,255,.70) 100%), var(--haoyu-category-image) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.chemBanner.haoyu-category-banner:has(img) img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 12px 22px rgba(23,36,43,.10));
}
.haoyu-category-hero,
.chemBanner.haoyu-category-banner:not(:has(img)) {
  position: relative;
  min-height: 310px;
  height: 310px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.91) 39%, rgba(255,255,255,.58) 65%, rgba(255,255,255,.18) 100%), var(--haoyu-category-image) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.haoyu-category-hero {
  display: flex;
  align-items: center;
  padding: 48px max(40px, calc((100% - 1180px)/2));
}
.haoyu-category-hero-inner,
.haoyu-category-banner-copy {
  position: relative;
  z-index: 1;
  width: min(650px, 68%);
  color: #17242b;
}
.haoyu-category-banner-copy { align-self: center; }
.haoyu-category-hero span,
.haoyu-category-banner-copy span {
  display: block;
  margin-bottom: 12px;
  color: var(--haoyu-accent, #d9272e);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  opacity: 1;
}
.haoyu-category-hero h1,
.haoyu-category-banner-copy h1 {
  margin: 0;
  color: #17242b !important;
  font-size: clamp(32px, 4vw, 54px) !important;
  line-height: 1.12 !important;
  font-weight: 650;
  text-shadow: 0 1px 0 rgba(255,255,255,.65);
}
.haoyu-category-hero p,
.haoyu-category-banner-copy p {
  margin: 18px 0 0;
  color: #52636a !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}
.funCon img,
.chemProject li img {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  object-fit: contain !important;
}
.cISubImg {
  width: 68px !important;
  height: 68px !important;
  object-fit: contain !important;
}
.chemInfo, .makeCon, .granBot, .industryFunction, .comCenter, .soluModule {
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}
.chemInfo .cInfoImg, .granBot > img, .rigImg, .comLeft {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 16px 42px rgba(23,36,43,.11);
}
.chemInfo .cInfoImg img, .granBot > img, .rigImg img, .comLeft img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cInfoRSub, .funCon {
  padding: 12px 0;
  border-bottom: 1px solid #e8edef;
}
.cInfoRSub:last-child, .funCon:last-child { border-bottom: 0; }
.chemProject ul { gap: 8px 36px !important; }
.chemProject ul li { padding: 7px 0; }
.chemServe .serveItem, .supportItem, .tipsItem {
  gap: 28px !important;
}
.chemServe .serveSub, .supportSub, .tipsSub, .newSub {
  border: 1px solid #e9eef0;
  border-radius: 10px !important;
  box-shadow: 0 12px 34px rgba(23,36,43,.08) !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
.chemServe .serveSub:hover, .supportSub:hover, .tipsSub:hover, .newSub:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 40px rgba(23,36,43,.12) !important;
}
.chemServe .serveSub { padding: 25px 28px !important; }
.chemServe .serveNum { color: var(--haoyu-accent, #d9272e) !important; }
.digestiveContact {
  padding: 38px 44px !important;
  border-radius: 10px;
  background: #f4f7f8 !important;
  text-align: left !important;
}
.makeLeft, .makeRight, .cInfoRig, .industryFunRight { min-width: 0; }
.makeRight .formBg {
  padding: 30px !important;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(23,36,43,.09);
}
.granBot { display: grid !important; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); }
.newModule, .detailCss, .companyModule { padding-bottom: 30px; }
.newSub { padding: 22px !important; margin-bottom: 28px; background: #fff; }
.newImg { overflow: hidden; border-radius: 8px; }
.newImg img { transition: transform .35s ease; }
.newSub:hover .newImg img { transform: scale(1.025); }
.descTit { color: #17242b !important; font-size: clamp(26px, 3vw, 38px) !important; line-height: 1.3 !important; }
.haoyu-cms-page { width: min(1180px, calc(100% - 64px)) !important; }
.indexFoot { margin-top: 90px !important; }
.indexBg .indecDivCss {
  width: min(1180px, calc(100% - 64px)) !important;
  margin: 0 auto;
  padding: 100px 0 !important;
  box-sizing: border-box;
}
.indexBg .indexTitCss {
  margin-bottom: 42px !important;
  color: #17242b !important;
  font-size: clamp(27px, 3vw, 39px) !important;
  line-height: 1.28 !important;
  font-weight: 650 !important;
}
.indexBg .introTit { color: var(--haoyu-accent, #d9272e) !important; }
.indexBg .introContent, .indexBg .introContent p {
  color: #627177 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}
.indexBg .introPhoto { gap: 34px !important; margin: 58px 0 !important; }
.indexBg .introItem { padding-bottom: 22px; }
.indexBg .introImg { width: 100% !important; height: 250px !important; overflow: hidden; border-radius: 10px; box-shadow: 0 12px 34px rgba(23,36,43,.10); }
.indexBg .introItem > p { margin: 24px 0 12px !important; color: #27383e !important; font-size: 19px !important; }
.indexBg .introItem > div:last-child { color: #68767b; font-size: 15px; line-height: 1.65; }
.indexBg .posterModule { min-height: 450px; background: linear-gradient(120deg,#f2f5f6,#fff) !important; }
.indexBg .posterLeft { padding: 70px max(40px, calc((100% - 1180px)/2)) !important; }
.indexBg .posterTit { color: #17242b !important; font-size: clamp(31px,3vw,44px) !important; line-height: 1.2; }
.newsModule { margin-top: 56px !important; }
.newsModule .newSub { display: grid !important; grid-template-columns: minmax(220px, 340px) minmax(0,1fr); gap: 30px; align-items: center; }
.newsModule .newImg { width: 100% !important; height: 210px !important; }
.newsModule .newRig { min-width: 0; }
.searchDiv { padding: 18px 20px !important; border-radius: 8px; background: #f5f8f9; }

@media screen and (max-width: 1100px) {
  .divCss, .haoyu-cms-page { width: min(860px, calc(100% - 40px)) !important; margin-top: 54px !important; }
  .chemBanner { min-height: 250px; height: 250px !important; padding: 28px 30px !important; }
  .chemBanner img { max-height: 250px; }
  .haoyu-category-hero, .chemBanner.haoyu-category-banner:not(:has(img)) { min-height: 250px; height: 250px; }
  .haoyu-category-hero { padding: 36px 30px; }
  .chemInfo, .makeCon, .granBot, .industryFunction, .comCenter, .soluModule { display: block !important; }
  .chemInfo .cInfoImg, .granBot > img, .rigImg, .comLeft { width: min(100%, 620px) !important; margin: 0 auto 32px !important; }
  .makeRight, .industryFunRight { margin: 34px 0 0 !important; }
  .granBot > img { margin-top: 32px !important; }
  .indexBg .indecDivCss { width: min(860px, calc(100% - 40px)) !important; padding: 70px 0 !important; }
  .indexBg .introPhoto { grid-template-columns: 1fr 1fr !important; }
  .newsModule .newSub { grid-template-columns: minmax(180px, 280px) minmax(0,1fr); }
}
@media screen and (max-width: 600px) {
  .divCss, .haoyu-cms-page { width: calc(100% - 28px) !important; margin-top: 42px !important; }
  .chemBanner { min-height: 210px; height: 210px !important; padding: 26px 20px !important; }
  .chemBanner p { font-size: 25px !important; }
  .chemBanner img { width: 38% !important; max-height: 210px; }
  .haoyu-category-hero, .chemBanner.haoyu-category-banner:not(:has(img)) { min-height: 210px; height: 210px; }
  .haoyu-category-hero { padding: 30px 20px; }
  .haoyu-category-hero-inner, .haoyu-category-banner-copy { width: 90%; }
  .digestiveContact { padding: 26px 22px !important; }
  .makeRight .formBg { padding: 22px 18px !important; }
  .indexFoot { margin-top: 64px !important; }
  .indexBg .indecDivCss { width: calc(100% - 28px) !important; padding: 52px 0 !important; }
  .indexBg .introPhoto { grid-template-columns: 1fr !important; gap: 34px !important; }
  .indexBg .posterModule { display: block !important; min-height: 0; }
  .indexBg .posterLeft { padding: 48px 22px !important; }
  .indexBg .posterImg { width: 100% !important; height: 250px !important; }
  .newsModule .newSub { display: block !important; padding: 16px !important; }
  .newsModule .newImg { height: 210px !important; margin-bottom: 20px; }
}
