/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* QQ：9490489 */



.dingwei { display:none;}
 @media screen and (max-width:768px) {
.dwnone{ width:auto; height:62px;} 
.dingwei{display:block; width: 100%;
  background: #005b88; 
  overflow: hidden;
  padding: 10px 0px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: -10px;
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 0; }
.dingwei ul li{ width:33.33%; height:3.5em; float:left; line-height:2em;}
.dingwei ul li a{ color:#fff; font-size:14px;}
.dingwei ul li img{ width:1.7em; height:1.7em; overflow:hidden; margin:0px auto; display:block;}
}

/* Zhongfan energy storage site overrides */
:root {
  --energy-ink: #0d1f2d;
  --energy-blue: #0c6f8f;
  --energy-green: #22a875;
  --energy-soft: #f4f8f9;
  --energy-line: #dce8eb;
}

body {
  color: var(--energy-ink);
}

.energy-header {
  box-shadow: 0 8px 30px rgba(4, 36, 48, .08);
}

.energy-logo {
  height: auto;
  padding-left: 3%;
  margin: 16px 0 0;
}

.energy-logo a {
  display: block;
  color: var(--energy-ink);
  line-height: 1.1;
}

.energy-logo img {
  display: block;
  max-width: 240px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.energy-logo strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.energy-logo span {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: var(--energy-blue);
  letter-spacing: 1px;
}

.topMenu a:hover,
.nav-er1 a:hover {
  color: var(--energy-green);
}

.topMenu a i,
div.x,
div.y,
div.z,
.pages a:hover,
.pages a.page-num-current {
  background: var(--energy-green);
}

.energy-hero {
  position: relative;
  height: 700px;
  min-height: 700px;
  overflow: hidden;
  padding-top: 80px;
  background-color: #061923;
  background-position: center;
  background-size: cover;
}

.energy-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 22, 31, .74) 0%, rgba(3, 34, 43, .45) 42%, rgba(3, 42, 46, .04) 100%);
  z-index: 1;
}

.energy-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 54px;
}

.energy-eyebrow,
.energy-section__head p {
  margin: 0 0 16px;
  color: var(--energy-green);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.energy-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 56px;
  line-height: 1.18;
  font-weight: 700;
}

.energy-hero__lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.85;
}

.energy-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.energy-btn {
  display: inline-block;
  min-width: 132px;
  padding: 13px 24px;
  border: 1px solid rgba(255,255,255,.55);
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.energy-btn:hover {
  color: #fff;
  border-color: var(--energy-green);
  background: var(--energy-green);
}

.energy-btn--primary {
  border-color: var(--energy-green);
  background: var(--energy-green);
}

.energy-metrics {
  background: #fff;
  border-bottom: 1px solid var(--energy-line);
}

.energy-metrics .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.energy-metrics .container:before,
.energy-metrics .container:after {
  content: none;
}

.energy-metric {
  padding: 28px 24px;
  border-left: 1px solid var(--energy-line);
}

.energy-metric:last-child {
  border-right: 1px solid var(--energy-line);
}

.energy-metric strong {
  display: block;
  color: var(--energy-blue);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
}

.energy-metric span {
  display: block;
  margin-top: 8px;
  color: #55707a;
}

.energy-section {
  padding: 72px 0;
  background: #fff;
}

.energy-section__head {
  margin-bottom: 34px;
}

.energy-section__head h2 {
  margin: 0;
  color: var(--energy-ink);
  font-size: 34px;
  font-weight: 700;
}

.energy-about {
  background: var(--energy-soft);
}

.energy-about__grid {
  display: flex;
  align-items: center;
}

.energy-about__text h3 {
  margin: 0 0 18px;
  font-size: 25px;
  font-weight: 700;
}

.energy-about__text,
.energy-about__text p,
.energy-about__text div {
  color: #405965;
  font-size: 16px;
  line-height: 1.9;
}

.energy-about__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 8 / 5;
  height: auto;
  object-fit: cover;
}

.energy-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--energy-blue);
  font-weight: 700;
}

.energy-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.energy-card {
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--energy-line);
  background: #fff;
}

.energy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(12, 111, 143, .12);
}

.energy-card span {
  color: var(--energy-green);
  font-size: 15px;
  font-weight: 700;
}

.energy-card h3,
.energy-product h3 {
  margin: 18px 0 12px;
  font-size: 21px;
  font-weight: 700;
}

.energy-card p,
.energy-product p {
  color: #5c717a;
  line-height: 1.75;
}

.energy-products {
  background: var(--energy-soft);
}

.energy-product {
  margin-bottom: 24px;
}

.energy-product div {
  min-height: 410px;
  background: #fff;
  border: 1px solid var(--energy-line);
}

.energy-product img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.energy-product h3,
.energy-product p {
  padding-left: 24px;
  padding-right: 24px;
}

.energy-scenarios {
  background: #092636;
}

.energy-section__head--light h2 {
  color: #fff;
}

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

.energy-scenario-grid div {
  min-height: 175px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
}

.energy-scenario-grid strong {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.energy-scenario-grid span {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.75);
  line-height: 1.75;
}

.energy-news-wrap {
  background: #fff;
}

.energy-more,
.a-more {
  border-radius: 0;
  background: var(--energy-blue);
}

.energy-foot,
.dingwei {
  background: #092636;
}

.energy-foot li p {
  margin: 0 0 8px;
  color: #d5d5d5;
  line-height: 1.8;
}

.cor {
  background: #061923;
}

.inside-banner {
  background-color: #092636;
}

.inside-top {
  margin-bottom: 36px;
}

.inside-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 20px;
  min-height: auto;
}

.inside-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 156px;
  height: 42px;
  padding: 0 22px;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.contact.energy-contact {
  position: relative;
  top: auto;
  left: auto;
  width: 1100px;
  margin: 120px auto 60px;
}

.energy-contact + .hu {
  display: none;
}

.energy-contact .contact-left {
  margin-top: 0;
}

.energy-contact .contact-right .sub,
.zhao-a {
  background: var(--energy-green);
}

@media (max-width: 991px) {
  .energy-hero h1 { font-size: 42px; }
  .energy-card-grid,
  .energy-scenario-grid { grid-template-columns: repeat(2, 1fr); }
  .energy-about__grid { display: block; }
  .contact.energy-contact { width: auto; margin: 100px 15px 45px; }
}

@media (max-width: 767px) {
  .energy-logo { margin: 8px 0 0 15px; padding-left: 0; }
  .energy-logo strong { font-size: 20px; }
  .energy-logo span { font-size: 9px; }
  .energy-hero { height: auto; min-height: 610px; padding-top: 60px; }
  .energy-hero__content { min-height: 550px; padding: 70px 20px 54px; }
  .energy-hero h1 { font-size: 34px; }
  .energy-hero__lead { font-size: 16px; }
  .energy-hero__actions { flex-wrap: wrap; }
  .energy-metrics .container,
  .energy-card-grid,
  .energy-scenario-grid { grid-template-columns: 1fr; }
  .energy-metric,
  .energy-metric:last-child { border-right: 1px solid var(--energy-line); }
  .energy-section { padding: 48px 0; }
  .energy-section__head h2 { font-size: 28px; }
  .energy-about__visual img { height: auto; margin-top: 24px; }
  .energy-product div { min-height: auto; }
  .contact.energy-contact { margin: 80px 0 35px; }
  .energy-contact .contact-left,
  .energy-contact .contact-right { padding: 27px; }
  .inside-top { margin-bottom: 24px; }
  .inside-nav { gap: 10px; }
  .inside-nav a { min-width: auto; height: 35px; padding: 0 12px; }
}
