:root {
  --fenghua-orange: #e4572e;
  --fenghua-graphite: #20252b;
  --fenghua-mist: #f5f6f7;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; background: #fff; color: #3f4852; font-family: Arial, Helvetica, sans-serif; }
::selection { background: var(--fenghua-orange); color: #fff; }

#header_1 .level { padding-top: 20px; padding-bottom: 20px; }
#header_1 .logo-img { width: auto; max-width: 230px; object-fit: contain; }
#header_1 .level-right a { color: var(--fenghua-orange); }
#header_1 .navbar-item, #header_1 .navbar-link { font-weight: 700; letter-spacing: .04em; }

.banner { position: relative; isolation: isolate; box-shadow: inset 0 0 0 1000px rgba(15, 20, 25, .56); }
.banner .title, .banner .subtitle { position: relative; z-index: 1; text-align: center; text-shadow: 0 2px 16px rgba(0,0,0,.4); }
.banner .title { font-weight: 700 !important; text-transform: uppercase; letter-spacing: .06em; }

#lunbotu .swiper-slide { box-shadow: inset 0 0 0 1000px rgba(15, 20, 25, .48); }
#lunbotu .swiper-slide .title { font-weight: 700; letter-spacing: .02em; }
#lunbotu .swiper-slide .subtitle { max-width: 720px; }

.title-block-1 .title { width: 260px !important; font-weight: 700 !important; text-transform: uppercase; }
.title-block-1 .subtitle { width: 320px !important; color: #68727c !important; }

#chanpinliebiao .product-item,
#chanpinliebiao .product-item1,
#gongchenganli .case-item { transition: transform .25s ease, box-shadow .25s ease; }
#chanpinliebiao .product-item:hover,
#chanpinliebiao .product-item1:hover,
#gongchenganli .case-item:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(26, 33, 40, .12); }
#chanpinliebiao .image img,
#gongchenganli .image img,
#gongsijieshao .image img,
#gongsiyousi .image img { width: 100%; height: 100%; object-fit: cover; }

#gongsijieshao { background-color: rgba(17, 22, 27, .78) !important; background-blend-mode: multiply; }
#gongsijieshao .aboutus > .columns:first-child .item { padding-right: 2rem; }
#gongsijieshao .aboutus > .columns:first-child p { text-indent: 0; }
#gongsijieshao .aboutus > .columns:nth-child(2) .item .title,
#gongsijieshao .aboutus > .columns:nth-child(2) .item p { color: #fff !important; }
#gongsiyousi .item ul p { text-indent: 0; }
#gongsiyousi .titlebox .title { justify-content: flex-start !important; }

.fenghua-inquiry { max-width: 700px; margin: 0 auto; padding: 2rem; background: var(--fenghua-mist); border-top: 4px solid var(--fenghua-orange); }
.fenghua-inquiry > p, .fenghua-inquiry .help { text-indent: 0; }
.fenghua-inquiry .button { min-width: 160px; font-weight: 700; }
#lianxiwomen .service-card > .fa { color: var(--fenghua-orange); }

#gongyongdibu a { color: #fff; }
#gongyongdibu .fenghua-inquiry { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
#gongyongdibu .fenghua-inquiry .title,
#gongyongdibu .fenghua-inquiry .label,
#gongyongdibu .fenghua-inquiry .help { color: #fff; }
#gongyongdibu .footer-intro > .columns { align-items: flex-start; }
#gongyongdibu .footer-intro img { max-width: 220px; max-height: 100px; object-fit: contain; }

@media (max-width: 768px) {
  #header_1 .navbar-brand .navbar-item img { width: auto; max-height: 42px; }
  #header_1 .navbar-brand { min-height: 64px; }
  #gongsijieshao { background: #fff !important; }
  #gongsijieshao .aboutus > .columns:first-child .item { padding-right: 0; }
  #gongsijieshao .aboutus > .columns:nth-child(2) .item .title,
  #gongsijieshao .aboutus > .columns:nth-child(2) .item p { color: #4a4a4a !important; }
  .title-block-1 .title, .title-block-1 .subtitle { width: 220px !important; }
  .banner { height: 220px !important; }
  .fenghua-inquiry { padding: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
