@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	box-sizing: border-box;
	outline: none;
	color: inherit;
	font-size: inherit;
	font-weight: normal
}
:after, :before {
	box-sizing: inherit
}
a {
	text-decoration: none;
	color: inherit
}
ul {
	list-style: none
}
.overflow-hide {
	overflow: hidden
}
.col-sm-3 {
	width: 25%;
	float: left;
	position: relative
}
.pavilion-container {
	padding-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 720px;
	width: 1200px;
}
.layer-title {
	padding: 50px 0 30px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	letter-spacing: 1.09px
}
.pavilion-container .pavilion-inner {
	max-width: 1200px;
	margin: 0 auto
}
.pavilion-container .pavilion-inner .tabs {
	padding: 0 10px
}
.pavilion-container .pavilion-inner .tabs li {
	float: left;
	padding: 0 21px;
	border: 1px solid #c9a467;
	border-radius: 2px;
	line-height: 36px;
	font-size: 16px;
	color: #c9a467;
	letter-spacing: .35px
}
.pavilion-container .pavilion-inner .tabs li {
	margin-left: 21.2667px;
	cursor: pointer
}
.pavilion-container .pavilion-inner .tabs li:first-child {
	margin-left: 0
}
.pavilion-container .pavilion-inner .tabs li.on {
	background: #c9a467;
	color: #1c1f36
}
.pavilion-container .pavilion-inner .tabs li .hot-icon {
	width: 18px;
	height: 24px;
	margin-right: 10px;
	background-repeat: no-repeat
}
.pavilion-container .pavilion-inner .tabs li>span {
	display: inline-block;
	vertical-align: middle
}
.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 20px;
	height: 420px
}
@media only screen and (max-width: 687px) {
.pavilion-container .tab-content-wrap {
	height: -webkit-fill-available;
}
}
.pavilion-container .tab-content {
	position: absolute;
	transition: all .7s linear;
	opacity: 0;
	z-index: -1;
	height: 0;
	width: 100%
}
.pavilion-container .tab-content.show {
	height: auto;
	opacity: 1;
	top: 0;
	z-index: 1
}
.pavilion-container .tab-content .col-sm-3 {
	padding: 0 10px
}
.pavilion-container .tab-content .col-sm-3 .tab-card {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	transition: .2s linear
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg {
	position: relative;
	height: 420px
}
.pavilion-container .tab-content .col-sm-3 .tab-card:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 1px 1px 0 0
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg img {
	height: 90px;
	width: auto;
	display: block
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg h3 {
	margin-top: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.pavilion-container .tab-content .col-sm-3 .tab-card p {
	margin-top: 5px;
	font-size: 12px;
	color: #a0a2a8;
	letter-spacing: .51px;
	line-height: 20px;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels {
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels span {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0 5px;
	background: rgba(160,162,168,.1);
	border: 1px solid rgba(102,106,117,.1);
	border-radius: 2px;
	line-height: 20px;
	color: #a0a2a8;
	font-size: 12px
}
.pavilion-container .tab-content .col-sm-3 .tab-card-lg .time {
	border-top: 1px solid #e7e7e7
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md+.tab-card-md {
	margin-top: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md {
	height: 200px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md img {
	height: 65px;
	width: auto;
	display: block
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md h3 {
	margin-top: 15px
}
.pavilion-container .tab-content .col-sm-3 .tab-card .time {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 40px);
	padding-top: 17px;
	font-size: 12px;
	color: #666a75;
	letter-spacing: .44px;
	line-height: 23px;
	text-align: left
}
.pavilion-container .tab-content .col-sm-3 .tab-card .time span {
	font-size: 20px;
	color: #f66f6a;
	letter-spacing: 0;
	line-height: 23px;
	margin-right: 3px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm {
	height: 90px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm+.tab-card-sm {
	margin-top: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm .time {
	border-top-width: 0
}
.pavilion-container .tab-content .col-sm-3 .tab-card:hover {
	background: #efedd4
}
.pavilion-container .view-go {
	margin-top: 35px;
	font-size: 18px;
	color: #fff;
	text-align: center
}
.pavilion-container .view-go a span.arrow-more {
	display: inline-block;
	vertical-align: middle
}
.pavilion-container .view-go a span.arrow-f {
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
	transition: .3s ease-out
}
.pavilion-container .view-go a:hover {
	color: #c9a467
}
.pavilion-container .view-go a:hover span.arrow-f {
	transform: translate(4px, 0);
}

/* 以下是新添加 */
/* =========================
   产品区块 - 莹蓝环保
   ========================= */

.product-section {
  background: #ffffff;
  padding: 60px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 标题区 */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  font-size: 28px;
  color: #d32f2f;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}

.section-en {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
}

/* 产品网格 */
.product-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* 产品卡片 */
.product-card {
  width: 520px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,.1);
}

/* 图片区 */
.product-figure {
  height: 380px;
  background: #f5f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
  loading="lazy"
                 width="320"
                 height="180
}

.product-figure img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 文字区 */
.product-info {
  padding: 20px;
  text-align: center;
}

.product-title {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.product-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* 标签 */
.product-tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.product-tags li {
  background: #e3f2fd;
  color: #1976d2;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}

/* 按钮 */
.product-btn {
  display: block;
  background: #dc001d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: background .3s;
}

.product-btn:hover {
  background: #0d47a1;
}

/* 响应式 */
@media (max-width: 768px) {
  .product-grid {
    flex-direction: column;
    align-items: center;
  }

  .product-card {
    width: 100%;
    max-width: 360px;
  }
}

/* ===============================
   供应网络板块
   =============================== */

.supply-network {
  background: #ffffff;
  padding: 80px 0;
}

.supply-network .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 标题区 */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 16px;
  color: #666;
}

/* 左右布局 */
.network-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
}

/* 左侧地图 */
.map-box {
  flex: 1;
  min-width: 300px;
  background: linear-gradient(135deg, #ebf4ff, #f0f9ff);
  border: 2px solid #bfdbfe;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
}

.map-icon {
  font-size: 80px;
  color: #93c5fd;
  margin-bottom: 20px;
}

.map-icon::before {
  content: "🗺️";
}

.map-box h3 {
  font-size: 22px;
  color: #dc001d;
  margin-bottom: 8px;
}

.map-box > p {
  color: #555;
  margin-bottom: 30px;
}

/* 港口标签 */
.port-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.port-tag {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.port-tag strong {
  display: block;
  color: #2563eb;
  font-size: 15px;
  margin-bottom: 4px;
}

.port-tag span {
  font-size: 12px;
  color: #888;
}

/* 右侧仓库列表 */
.warehouse-list {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.warehouse-item {
  background: #f0f7ff;
  border-left: 4px solid #dc001d;
  border-radius: 12px;
  padding: 20px 25px;
}

.warehouse-item h4 {
  font-size: 17px;
  color: #1a365d;
  margin-bottom: 8px;
}

.warehouse-item h4::before {
  content: "⚓ ";
}

.warehouse-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* 响应式 */
@media (max-width: 768px) {
  .network-grid {
    flex-direction: column;
  }

  .port-tags {
    grid-template-columns: 1fr;
  }
}