/* 银钏包装 - 官网样式 */
/* 设计方向：通透 · 高级 · 呼吸感 */

/* ===== 品牌色 ===== */
:root {
  --navy: #1d344d;
  --navy-soft: #2e4a66;
  --wine: #791c29;
  --wine-soft: #a03040;
  --sky: #6dc4e3;
  --sky-soft: #b0e0f0;

  --text: #1f2937;
  --text-secondary: #6b7280;
  --text-muted: #9ca3af;

  --bg: #faf8f5;
  --bg-warm: #f5f0eb;
  --white: #ffffff;
  --border: #e8e4df;
  --border-light: #f0ece7;

  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 16px;

  --shadow-sm: 0 1px 3px rgba(0,0,0,0.04);
  --shadow: 0 4px 20px rgba(29,52,77,0.06);
  --shadow-lg: 0 8px 30px rgba(29,52,77,0.08);
}

.container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

/* ===== 面包屑 ===== */
.breadcrumb {
  width: 75%;
  margin-left: 3%;
  float: left;
  background: var(--white);
  border-left: 3px solid var(--wine);
  padding: 10px 18px;
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  box-shadow: var(--shadow-sm);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.breadcrumb::before {
  content: '\e6b5';
  font-family: 'Hui-iconfont';
  color: var(--wine);
  margin-right: 6px;
  font-size: 14px;
}

.breadcrumb a {
  color: var(--navy-soft);
  font-weight: 500;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: var(--wine);
  text-decoration: underline;
}

.breadcrumb .sep {
  color: var(--text-muted);
  font-size: 11px;
}

/* ===== 产品列表区 ===== */
.container .pro-list {
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
  margin-bottom: 25px;
}

/* 左侧导航 */
.container .pro-list .pro-nav {
  width: 22%;
  min-height: 300px;
  background: var(--white);
  border: 1px solid var(--border);
  float: left;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.container .pro-list .pro-nav h3 {
  display: block;
  width: 100%;
  height: 50px;
  background: var(--navy);
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.container .pro-list .pro-nav ul {
  width: 100%;
  padding: 8px 0;
}

.container .pro-list .pro-nav ul li {
  display: block;
  width: 85%;
  height: 44px;
  line-height: 44px;
  margin-left: 15px;
  border-bottom: 1px solid var(--border-light);
  transition: all 0.2s;
}

.container .pro-list .pro-nav ul li:last-child {
  border-bottom: none;
}

.container .pro-list .pro-nav ul li i {
  color: var(--wine);
  margin-right: 8px;
  font-size: 13px;
}

.container .pro-list .pro-nav ul li a {
  color: var(--text);
  font-size: 14px;
  transition: color 0.2s;
}

.container .pro-list .pro-nav ul li:hover {
  padding-left: 5px;
}

.container .pro-list .pro-nav ul li:hover a {
  color: var(--navy);
}

.container .pro-list .pro-nav p {
  display: block;
  color: var(--text-secondary);
  width: 85%;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  margin: 6px 0 0 12px;
  border-bottom: 1px dashed var(--border-light);
}

.container .pro-list .pro-nav img {
  max-width: 80%;
  margin: 12px auto;
  display: block;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

/* 产品标题栏 */
.container .pro-list .pro-title {
  width: 75%;
  height: 48px;
  margin-left: 3%;
  float: left;
  background: var(--white);
  border-left: 3px solid var(--navy);
  line-height: 48px;
  margin-bottom: 12px;
  box-shadow: var(--shadow-sm);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.container .pro-list .pro-title h3 {
  font-size: 17px;
  margin-left: 18px;
  color: var(--navy);
  float: left;
  font-weight: 600;
  letter-spacing: 1px;
}

.container .pro-list .pro-title span {
  float: right;
  margin-right: 15px;
}

.container .pro-list .pro-title span a {
  color: var(--navy-soft);
  font-size: 13px;
  padding: 4px 12px;
  border: 1px solid var(--border);
  transition: all 0.2s;
  border-radius: 100px;
}

.container .pro-list .pro-title span a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

/* 产品展示 */
.container .pro-list .product {
  width: 75%;
  min-height: 600px;
  background: var(--white);
  border: 1px solid var(--border);
  float: left;
  margin-left: 3%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.container .pro-list .product ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.container .pro-list .product ul li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.container .pro-list .product ul li:hover {
  transform: translateY(-6px);
}

.container .pro-list .product ul li img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  transition: all 0.3s;
}

.container .pro-list .product ul li:hover img {
  box-shadow: var(--shadow);
}

.container .pro-list .product ul li p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.container .pro-list .product ul li p a {
  color: var(--text);
  transition: color 0.2s;
}

.container .pro-list .product ul li p a:hover {
  color: var(--wine);
}

/* ===== 广告图 ===== */
.gg {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.gg img {
  display: block;
  width: 100%;
}

/* ===== 选择我们的理由 ===== */
.container .reason {
  margin: 50px auto;
  overflow: hidden;
}

.container .reason h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.container .reason h3 {
  text-align: center;
  font-size: 15px;
  margin-top: 8px;
  color: var(--text-secondary);
  font-weight: 400;
  letter-spacing: 1px;
}

.container .reason .liyou {
  overflow: hidden;
  margin-top: 35px;
}

.container .reason .liyou .left {
  float: left;
  width: 48%;
}

.container .reason .liyou .right {
  float: right;
  width: 48%;
}

.ly1, .ly2, .ly3 {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.ly1 { background-image: url(img/ly1.jpg); }
.ly2 { background-image: url(img/ly2.jpg); }
.ly3 { background-image: url(img/ly3.jpg); }

.container .reason .liyou .num {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  background: var(--white);
  padding: 18px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
  border: 1px solid var(--border);
}

.container .reason .liyou .num:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--sky-soft);
}

.container .reason .liyou .num span {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  background: var(--navy);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
}

.container .reason .liyou .num .ms {
  float: left;
  width: calc(100% - 65px);
  margin-left: 15px;
}

.container .reason .liyou .num .ms h3 {
  font-size: 16px;
  text-align: left;
  color: var(--navy);
  font-weight: 600;
  margin-bottom: 6px;
}

.container .reason .liyou .num .ms p {
  font-size: 13px;
  line-height: 1.8em;
  color: var(--text-secondary);
  margin-top: 4px;
}

/* ===== 关于我们 ===== */
.container .index-about {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.container .index-about .about-title {
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--border);
}

.container .index-about .about-title h3 {
  font-size: 22px;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: -2px;
  border-bottom: 2px solid var(--navy);
}

.container .index-about .about-title span a {
  color: var(--text-secondary);
  font-size: 13px;
  padding: 5px 14px;
  border: 1px solid var(--border);
  transition: all 0.2s;
  border-radius: 100px;
}

.container .index-about .about-title span a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.container .index-about .about-info {
  overflow: hidden;
  margin-top: 30px;
}

.container .index-about .about-info span {
  float: left;
  width: 38%;
}

.container .index-about .about-info span img {
  max-width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.container .index-about .about-info p {
  display: block;
  width: 58%;
  float: left;
  margin-left: 3%;
  font-size: 14px;
  line-height: 2em;
  color: var(--text-secondary);
  text-align: justify;
}

.container .index-about .about-info a {
  display: block;
  width: 140px;
  height: 44px;
  background: var(--navy);
  float: right;
  margin-right: 10px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 100px;
  transition: all 0.3s;
}

.container .index-about .about-info a:hover {
  background: var(--wine);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

/* ===== 客户案例 ===== */
.container .index-hj {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.container .index-hj .hj-title {
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--border);
}

.container .index-hj .hj-title h3 {
  font-size: 22px;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 12px;
  margin-bottom: -2px;
  border-bottom: 2px solid var(--navy);
}

.container .index-hj .hj-title span a {
  color: var(--text-secondary);
  font-size: 13px;
  padding: 5px 14px;
  border: 1px solid var(--border);
  transition: all 0.2s;
  border-radius: 100px;
}

.container .index-hj .hj-title span a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.container .index-hj .hj-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.container .index-hj .hj-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s;
}

.container .index-hj .hj-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--sky-soft);
}

.container .index-hj .hj-item a {
  display: block;
}

.container .index-hj .hj-item .hj-imgwrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-warm);
}

.container .index-hj .hj-item .hj-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.container .index-hj .hj-item:hover .hj-imgwrap img {
  transform: scale(1.06);
}

.container .index-hj .hj-item .hj-name {
  padding: 14px 10px;
  text-align: center;
  font-size: 14px;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}

.container .index-hj .hj-item:hover .hj-name {
  color: var(--wine);
}

/* ===== 新闻 ===== */
.container .index-news {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-top: 50px;
}

.container .index-news .left {
  width: 32%;
  float: left;
  margin-right: 2%;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.container .index-news .left:last-child {
  margin-right: 0;
}

.container .index-news .news-title {
  width: 100%;
  height: 48px;
  background: var(--navy);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
}

.container .index-news .news-title h3 a {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.container .index-news .news-title span a {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  padding: 3px 10px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 100px;
  transition: all 0.2s;
}

.container .index-news .news-title span a:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.5);
}

.container .index-news .news-info {
  width: 100%;
  padding: 8px 0;
}

.container .index-news .news-info ul {
  margin: 8px 15px 0 15px;
}

.container .index-news .news-info ul li {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid var(--border-light);
  transition: all 0.2s;
}

.container .index-news .news-info ul li:last-child {
  border-bottom: none;
}

.container .index-news .news-info ul li:hover {
  padding-left: 5px;
}

.container .index-news .news-info ul li a {
  font-size: 13px;
  color: var(--text);
  transition: color 0.2s;
}

.container .index-news .news-info ul li a:hover {
  color: var(--wine);
}

.container .index-news .news-info ul li span {
  float: right;
  color: var(--text-muted);
  font-size: 12px;
}

/* ===== 友情链接 ===== */
.container .index-link {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 40px;
  background: var(--white);
  padding: 30px;
  border: 1px solid var(--border);
  box-sizing: border-box;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.container .index-link .link-title {
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.container .index-link .link-title h3 {
  font-size: 18px;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: 2px;
}

.container .index-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.container .index-link ul li a {
  font-size: 13px;
  color: var(--text-secondary);
  padding: 7px 18px;
  border: 1px solid var(--border);
  display: inline-block;
  transition: all 0.25s;
  border-radius: 100px;
  background: var(--white);
}

.container .index-link ul li a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* ===== 内页通用 ===== */
.container .about {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}

.container .about .about-title {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  border-bottom: 2px solid var(--navy);
  padding-bottom: 10px;
}

.container .about .about-title h3 {
  font-size: 22px;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: 1px;
}

.container .about .about-info {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  min-height: 400px;
  margin-bottom: 40px;
}

.container .about .about-info p {
  font-size: 14px;
  line-height: 2em;
  color: var(--text-secondary);
}

.container .about .about-info caption {
  font-size: 22px;
  height: 45px;
  margin-top: 10px;
  color: var(--navy);
  font-weight: 700;
}

.container .about .about-info input {
  border: 1px solid var(--border);
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 14px;
  transition: border-color 0.2s;
  border-radius: var(--radius-sm);
  background: var(--white);
}

.container .about .about-info input:focus {
  border-color: var(--sky);
}

.container .about .about-info textarea {
  border: 1px solid var(--border);
  resize: none;
  width: 100%;
  height: 120px;
  padding-left: 14px;
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 14px;
  transition: border-color 0.2s;
  border-radius: var(--radius-sm);
  background: var(--white);
}

.container .about .about-info textarea:focus {
  border-color: var(--sky);
}

.container .about .about-info button {
  width: 160px;
  height: 46px;
  margin-top: 15px;
  border: none;
  background: var(--navy);
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
}

.container .about .about-info button:hover {
  background: var(--wine);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

#maximg img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: var(--radius-sm);
}

/* ===== 分页 ===== */
.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 6px;
}

.pagination a {
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 13px;
  padding: 8px 14px;
  transition: all 0.25s;
  border-radius: var(--radius-sm);
}

.pagination span {
  color: var(--text-secondary);
  font-size: 13px;
  padding: 8px 4px;
}

.pagination a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.pagination a.page-num-current {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.text-secondary {
  text-align: center;
  padding: 20px 0;
  color: var(--text-secondary);
}

/* ===== 内页产品/新闻列表 ===== */
.container .pro-list .product-info {
  width: 75%;
  min-height: 600px;
  background: var(--white);
  border: 1px solid var(--border);
  float: left;
  margin-left: 3%;
  padding: 30px;
  box-sizing: border-box;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.container .pro-list .product-info h3 {
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
  color: var(--navy);
  font-weight: 700;
}

.container .pro-list .product-info h4 {
  margin-top: 12px;
  font-size: 13px;
  color: var(--text-secondary);
  text-align: center;
  border-bottom: 1px dashed var(--border);
  line-height: 2em;
  padding-bottom: 15px;
}

.container .pro-list .product-info .infos {
  margin-top: 15px;
  text-align: center;
}

.container .pro-list .product-info .infos img {
  max-width: 100%;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.container .pro-list .product-info .infos p {
  font-size: 14px;
  padding: 12px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  line-height: 2em;
  color: var(--text-secondary);
}

.container .pro-list .product-info .infos span {
  display: block;
  width: 100%;
  text-align: left;
  margin: 15px 0 10px 0;
}

.container .pro-list .product-info .infos span a {
  color: var(--text-secondary);
  font-size: 13px;
  transition: color 0.2s;
}

.container .pro-list .product-info .infos span a:hover {
  color: var(--navy);
}

.container .pro-list .newslist {
  width: 75%;
  background: var(--white);
  border: 1px solid var(--border);
  float: left;
  margin-left: 3%;
  padding: 12px 0;
  box-sizing: border-box;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.container .pro-list .newslist ul {
  margin-left: 20px;
  margin-right: 20px;
}

.container .pro-list .newslist ul li {
  height: 48px;
  width: 100%;
  line-height: 48px;
  border-bottom: 1px solid var(--border-light);
  transition: all 0.2s;
}

.container .pro-list .newslist ul li:hover {
  padding-left: 3px;
}

.container .pro-list .newslist ul li a {
  font-size: 14px;
  color: var(--text);
  transition: color 0.2s;
}

.container .pro-list .newslist ul li a:hover {
  color: var(--wine);
}

.container .pro-list .newslist ul li span {
  float: right;
  color: var(--text-muted);
  font-size: 12px;
}

.pages {
  display: block;
  width: 75%;
  height: auto;
  border: none;
  margin: 15px 0 0 25%;
}

.pages a {
  display: block;
  float: left;
  min-width: 38px;
  height: 36px;
  background: var(--white);
  margin-left: 6px;
  color: var(--text);
  text-align: center;
  line-height: 36px;
  margin-top: 5px;
  border: 1px solid var(--border);
  transition: all 0.25s;
  border-radius: var(--radius-sm);
}

.pages a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.pages1 {
  display: block;
  width: 75%;
  height: auto;
  margin: 15px 0 0 25%;
}

.pages1 a {
  display: block;
  float: left;
  min-width: 38px;
  height: 36px;
  background: var(--white);
  margin-left: 6px;
  color: var(--text);
  text-align: center;
  line-height: 36px;
  margin-top: 5px;
  border: 1px solid var(--border);
  transition: all 0.25s;
  border-radius: var(--radius-sm);
}

.pages1 a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

/* ===== 联系我们内页 ===== */
.container .about-info .contact {
  width: 100%;
  margin-top: 35px;
  overflow: hidden;
}

.container .about-info .contact .left {
  float: left;
  width: 46%;
}

.container .about-info .contact .left h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--navy);
  font-weight: 700;
}

.container .about-info .contact .left ul li {
  width: 100%;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  color: var(--text-secondary);
  transition: color 0.2s;
}

.container .about-info .contact .left ul li:hover {
  color: var(--navy);
}

.container .about-info .contact .left ul li i {
  margin-right: 12px;
  color: var(--wine);
}

.container .about-info .contact .right {
  width: 50%;
  float: right;
}

/* ===== 响应式适配 ===== */
@media (max-width: 992px) {
  .breadcrumb {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .container .pro-list .pro-nav {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    min-height: auto;
  }
  .container .pro-list .pro-nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .container .pro-list .pro-nav ul li {
    width: 50%;
    margin-left: 0;
    padding-left: 15px;
    border-bottom: 1px solid var(--border-light);
    box-sizing: border-box;
  }
  .container .pro-list .pro-nav img {
    max-width: 150px;
  }

  .container .pro-list .pro-title,
  .container .pro-list .product,
  .container .pro-list .product-info,
  .container .pro-list .newslist {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .container .pro-list .product ul li {
    width: 33.333%;
  }

  .pages, .pages1 {
    width: 100%;
    margin-left: 0;
  }

  .container .reason .liyou .left,
  .container .reason .liyou .right {
    width: 100%;
    float: none;
  }
  .ly1, .ly2, .ly3 {
    height: 220px;
    margin: 15px 0;
  }

  .container .index-about .about-info span {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .container .index-about .about-info p {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .container .index-about .about-info a {
    float: left;
    margin-top: 15px;
  }

  .container .index-news .left {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .container .index-hj .hj-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .container .about-info .contact .left,
  .container .about-info .contact .right {
    width: 100%;
    float: none;
  }
  .container .about-info .contact .right {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .container .pro-list .product ul li {
    width: 50%;
  }
  .container .pro-list .product ul li img {
    height: 140px;
  }

  .container .index-hj .hj-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .container .index-link ul li a {
    font-size: 12px;
    padding: 5px 12px;
  }

  .container .reason h1 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .container .pro-list .product ul li {
    width: 50%;
    padding: 6px;
  }
  .container .pro-list .product ul li img {
    height: 120px;
  }

  .container .pro-list .pro-nav ul li {
    width: 100%;
  }

  .container .index-hj .hj-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .container .index-hj .hj-item .hj-name {
    font-size: 12px;
    padding: 10px 6px;
  }

  .container .index-news .news-info ul li {
    height: 42px;
    line-height: 42px;
  }

  .breadcrumb {
    font-size: 12px;
    padding: 8px 12px;
  }
}
