﻿/* 重置样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
span， .quality-text h3,
.product-series h2,
.selected-quality-section h2,
.product-details h2 {
  font-weight: 900;
  letter-spacing: 5px;
  font-family: "黑体", "SimHei", sans-serif;
}

/* 基础样式 */
.body1 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
}

/* 段落样式 */
p {
  font-family: "宋体", "SimSun", serif;
}


.ban {
  height: 498px;
  overflow: hidden;
  background: url('zdzxdg/banner1.png') center center;
}

/* 头部样式 */
.hero {
  position: relative;
  background: url('zdzxdg/b1bj.jpg') no-repeat center center/cover;
  padding: 50px 0;
  color: #333;
  height: 800px;
  display: flex;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin-left: 100px;
}

.hero .biaoshi {
  display: inline-block;
  background-color: #FF6600;
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.hero h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000000;
  margin-left: 0;
}

.hero-divider {
  width: 80px;
  height: 3px;
  background-color: #FF6600;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  margin-left: 0;
  margin-bottom: 30px;
}

.hero img {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40%;
  height: auto;
  z-index: 5;
}

/* 产品系列 */
.product-series {
  padding: 60px 0;
  position: relative;
}

.series-content {
  max-width: 600px;
  margin-left: 100px;
  margin-bottom: 40px;
}

.product-series h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 0;
}

.series-divider {
  width: 80px;
  height: 3px;
  background-color: #FF6600;
  margin-bottom: 20px;
}

.product-series p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  text-align: left;
  margin-left: 0;
  margin-bottom: 30px;
}

.product-series img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
}

/* 核心优势 */
.core-advantages {
  padding: 60px 0;
  background-color: #fff;
}

.advantages-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.advantage-item {
  flex: 1;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}

.advantage-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 48px;
  font-weight: bold;
  color: rgba(255, 102, 0, 0.1);
}

.advantage-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  position: relative;
  display: inline-block;
}

.advantage-item h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FF6600;
}

.advantage-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/*产品细节*/
.product-details {
  max-width: 1400px;
}

/* 标题区块 */
.title-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 8px auto;
  /* 上下边距8px */
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

/* 标题文本 */
.title-text {
  text-align: left;
  width: 60%;
  margin: 0;
  padding: 20px 0;
}

.title-text span {
  font-size: 14px;
  color: #999;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}

.title-text h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.title-text hr {
  width: 80px;
  height: 3px;
  background-color: #FF6600;
  margin: 20px 0;
  border: none;
}

.title-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 1px;
}

/* 标题区块中的图片 */
.title-block img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-left: auto;
  margin-right: 0;
}

/* 产品详情 */
.product-details {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.product-details-container {
  max-width: 1200px;
  margin: 0 auto;
}

.detail-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  gap: 20px;
}

.detail-item {
  flex: 1;
  text-align: center;
  min-width: 200px;
}

.detail-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.detail-item p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin: 0;
  padding: 0 10px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.product-details-container {
  max-width: 1200px;
  margin: 0 auto;
}

.product-details h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.product-details h2 span {
  color: #FF6600;
}

.product-details hr {
  width: 80px;
  height: 3px;
  background-color: #FF6600;
  margin: 0 auto 40px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.product-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 20px;
  background-color: #f5f5f5;
}

.product-card-content {
  padding: 20px;
}

.product-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.product-card .view-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #FF6600;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.product-card .view-button:hover {
  background-color: #e55a00;
}

/* 图片展示区 */
.product-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-photo h2 {
  font-size: 4rem;
  margin-bottom: 10px;
  color: #000;
  margin: 0;
  padding: 0;
}

.product-photo h2 span {
  color: #FF9C00;
}

.product-photo hr {
  width: 50px;
  border-bottom: #FF9C00 3px solid;
  margin-bottom: 10px;
}

.product-photo p {
  margin-bottom: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}

.title-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.title-block>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.title-block img {
  max-height: 150px;
  margin-left: 20px;
  align-self: center;
}

.product-photo1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 20px 10px;
}

.photo-item {
  width: calc(33% - 10px);
  margin-bottom: 10px;
  border: 1px solid rgb(77, 77, 77);
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.photo-item img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  filter: brightness(1.05) contrast(1.1);
}

/* 品质区域 */
/* 精选品质 */
.selected-quality-section {
  text-align: center;
}

.selected-quality-section h2 {
  font-size: 5rem;
  margin: 8px 0;
  /* 上下边距8px */
  line-height: 60px;
}

.selected-quality-section span {
  color: #FF9C00;
  line-height: 50px;
  margin: 8px 0;
  /* 上下边距8px */
}

.selected-quality-section hr {
  height: 5px;
  width: 100px;
  margin: 8px auto;
  /* 上下边距8px */
  background-color: #FF9C00;
  border: none;
}

.selected-quality-section p {
  font-size: 2.5rem;
  margin: 8px 0;
  /* 上下边距8px */
}


/* 精选品质容器 */
.selected-quality-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

/* 品质项 */
.quality-item {
  width: calc(33.33% - 20px);
  /* 三列布局，减去间距 */
  margin-bottom: 40px;
  border: 1px solid #FF9C00;
  /* 添加8px圆角 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 品质内容 */
.quality-content {
  display: flex;
  flex-direction: column;
  height: auto;
}

/* 品质图片容器 */
.quality-img {
  margin-top: auto;
  /* 改为自动上边距 */
  width: 100%;
  align-self: flex-end;
  /* 添加此行，使图片靠底部 */
}

.quality-img img {
  width: 100%;
  height: auto;
  display: block;
  /* 确保图片作为块级元素显示 */
}

.quality-text {
  flex: 1;
  margin: 0 20px;
  text-align: left;
}

.quality-number {
  font-size: 12rem;
  font-weight: bold;
  margin-right: 50px;
  color: #FFF;
}

.quality-text h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 4rem;
  color: #000;
  z-index: 1;
}

.quality-text h3::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #FFC500;
  z-index: -1;
}

.quality-text p {
  font-size: 20px;
  letter-spacing: 2px;
  height: 250px;
}

/* 应用领域 */
.application-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #FF9C00;
}

.application-section h2 {
  text-align: center;
  font-size: 6rem;
  line-height: 75px;
  color: #fff;
}

.application-section span {
  text-align: center;
  font-size: 6rem;
  line-height: 75px;
  color: #FED339;
}

.application-section p {
  font-size: 20px;
  color: #FFf;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 6px;
}

.application-section hr {
  width: 50px;
  border-bottom: #FFf 3px solid;
  margin: 5px 0;
}

/* 应用领域容器 */
.single-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 应用领域项 */
.application-item {
  width: calc(25% - 8px);
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 保持原有样式不变 */
.application-item img {
  width: 100%;
  height: auto;
  display: block;
}

.app-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #fff;
}

.app-text {
  flex: 1;
  text-align: left;
  order: 1;
}

.app-number {
  order: 2;
  font-size: 8rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffffff, #FEDC67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


/* 关于我们 */
.about-us {
  padding: 50px 20px;
  text-align: center;
  background: url('gzbj.png') no-repeat center center/cover;
}

.about-us h2 {
  font-size: 6rem;
  color: #fff;
  margin-bottom: 20px;
}

.about-us hr {
  width: 93%;
  height: 5px;
  margin: 5px 40px 20px 40px;
  border-top: #fff 3px solid;
}

.about-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.info-item {
  text-align: center;
  margin-bottom: 20px;
}

.info-item h3 {
  color: #fff;
}

.info-item img {
  width: 100px;
  height: 100px;
}

.about-us p {
  max-width: 800px;
  font-size: 30px;
  color: white;
  padding: 20px;
  margin: 20px auto;
  border-radius: 5px;
  background-color: rgba(128, 128, 128, 0.7);
}

.about-us img {
  margin-bottom: 20px;
}

/* 基础响应式设置 */
html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

/* 响应式字体大小 */
@media (max-width: 1200px) {
  html {
    font-size: 58%;
  }

  .hero h1,
  .product-series h2,
  .selected-quality-section h2 {
    font-size: 6rem;
  }

  .hero p,
  .product-series p {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 54%;
  }

  .hero {
    height: 700px;
  }

  .product-item {
    width: 95%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 50%;
  }

  .hero {
    height: 500px;
    background-size: cover;
  }

  .hero .biaoshi,
  .hero h1,
  .hero p {
    margin-left: 20px;
  }

  .product-item,
  .quality-item,
  .application-item {
    width: 100%;
  }

  .photo-item {
    width: 100%;
  }
}

/* 响应式背景图 */
.hero,
.about-us,
.ban {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .ban {
    height: 300px;
  }
}

/* 响应式图片 */
img {
  max-width: 100%;
  height: auto;
}

/* 响应式表格 */
@media (max-width: 768px) {

  .product-type,
  .product-model {
    width: 100%;
    display: block;
  }

  .product-model {
    margin-top: 10px;
  }
}

/* 响应式品质区域 */
@media (max-width: 768px) {
  .quality-content {
    flex-direction: column;
    text-align: center;
  }

  .quality-number {
    margin-top: 10px;
  }

  .product-series span {
    font-size: 35px;
    font-family: Impact;
    line-height: 100px;
    text-transform: uppercase;
    color: #e1e1e1;
    text-align: center;
    /* 保持居中 */
  }

}

/* 响应式应用领域 */
@media (max-width: 992px) {
  .application-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .application-item {
    width: 100%;
  }

}