 /* 鍏ㄥ眬鏍峰紡閲嶇疆 */
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "寰蒋闆呴粦", sans-serif;
  scroll-behavior: smooth; /* 鍏ㄥ眬骞虫粦婊氬姩 */
}
body {
  color: #333;
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #2E9E66
}
p{text-align:justify;font-size:14px; color:#666;}
/* 閫氱敤鍔ㄧ敾绫 */
.hover-scale {
  transition: transform 0.3s ease;
  overflow: hidden;
}
.hover-scale:hover {
  transform: scale(1.05);
}
.fade-in-up {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}
@keyframes fadeInUp {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
/* 澶撮儴瀵艰埅 */
header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #2E9E66;
}
.logo img {
  height: 36px;
}
nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
}
nav ul li a {
  font-size: 14px;
  color: #333;
  transition: color 0.3s;
}
nav ul li a:hover, nav ul li a.active {
  color: #2E9E66;
}
/* Banner杞挱 */
.banner {
  position: relative;
  height: 460px;
  overflow: hidden;
}
.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  background-size: cover;
  background-position: center;
  
}
.banner-slide.active {
  opacity: 1;
}
.banner-slide .banner-content {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width:1200px;
  margin: 0px auto;
}
.banner-slide h1 {
  font-size: 42px;
  margin-bottom: 10px;
}
.banner-slide p {
  font-size: 18px;
  color: #fff;
}
.banner-slide .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.banner-slide:hover .banner-bg {
  transform: scale(1.05);
}
.banner-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}
.banner-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}
.banner-indicator.active {
  background: #fff;
}
/* 閫氱敤妯″潡瀹瑰櫒 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 40px;
}
/* ESG绠＄悊妯″潡 */
.esg-management {
  background: #fff;
}
.esg-tabs {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.esg-tab {
  font-size: 18px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  padding: 5px 0;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.esg-tab.active {
  color: #2E9E66;
  border-bottom-color:#2E9E66;
}
.esg-tab-content {
  display: none;
}
.esg-tab-content.active {
  display: block;
}
/* ESG鎴樼暐鍐呭 */
.strategy-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.strategy-card {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.strategy-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}
.strategy-card ul {
  list-style: none;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}
.strategy-card:nth-child(1) h3 { color: #84C5DC; }
.strategy-card:nth-child(2) h3 { color: #91CB90; }
.strategy-card:nth-child(3) h3 { color: #7884C2; }
.strategy-card:nth-child(4) h3 { color: #DCB966; }
.strategy-card:nth-child(5) h3 { color: #DE996B; }
.strategy-card:nth-child(6) h3 { color: #B0C363; }
/* ESG绠＄悊鍐呭 */
.management-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
.management-table th, .management-table td {
  border: 1px solid #eee;
  padding: 12px;
  text-align: left;
  
}
.management-table th {
  background: #92CC91;
  font-weight: bold;
  color: #fff;
}
.tips{ color: #999;font-size: 12px;margin: 10px 0px;}

.Governance_table th{ background: #84C5DC}

/* 浜偣缁╂晥妯″潡 */
.performance {
  background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05)), url('/gongyong/xqyy/images/ESG/bg2.png');
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.performance-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  gap: 40px;
}
.performance-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 150px;
}
.performance-nav-item {
  padding: 10px 20px;
  background: #EEFFEE;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  font-weight: bold;
}
.performance-nav-item:hover, .performance-nav-item.active {
  background: #92CB91;
  color: #fff;
}
.performance-content {
  flex: 1;
  position: relative;
  min-height: 400px;
}
.performance-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  gap: 20px;
}
.performance-content-item h3{color: #fff; padding-left: 10px}
.ESG_PJ{grid-template-columns: repeat(3, 1fr);}
.performance-content-item.active {
  display: grid;
  animation: fadeInUp 0.6s ease forwards;
}
.performance-card {
  border-radius: 12px;
  text-align: center;
  padding: 10px;
}
.performance-card .cert-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 3px solid #fff;
}
.performance-card .cert-img img{width:45%;}
.performance-card .num {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.performance-card .label {
  font-size: 14px;
  color: #fff;
}
.performance-card.hover-scale{overflow: visible}
.performance-card span{color: #fff;}
.B_S{
  grid-template-columns: repeat(2, 1fr);
  left: 10%;
}
.B_S .iconfont{font-size: 30px}
.B_S_Con{ vertical-align: top;}
.B_S_Con .performance-card{text-align: left}
.B_S .performance-card .cert-icon{ margin: 5px 5px;}
.H_Scrollable{max-height:600px; /* 璁剧疆鏈€澶ч珮搴 */ overflow-y: auto;}

.zl_i_con{text-align: left;color: #fff;}
.zl_i_con th,.zl_i_con td{vertical-align: top; padding:0px 10px 30px 10px;}
.zl_i_con .iconfont{font-size: 24px;}
.zl_i_con h4{font-size:18px;}
.zl_i_con p{font-size:13px;padding:3px 0px;}
.zl_i_con p span{font-size: 10px;}
.ESG_PJ span{font-size: 12px;}
.ESG_RY .performance-card .cert-img img{width: 78%;}
.ESG_RY .performance-card span{font-size: 12px;}

.ESG_RY .hover-scale{overflow:visible}

/* 鏍稿績璁妯″潡 */
.core-topics {
  background: #fff;
}
.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
  color: #333;
}
.section-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}
.topics-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.topic-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.topic-item:nth-child(even) {
  flex-direction: row-reverse;
}
.topic-content {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.topic-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #333;
}
.topic-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.topic-content p a.topic_more {
  margin-top: 10px;
background-color: rgba(146, 203, 145, 0.85);
display: inline-block;
height: 45px;
width: 45px;
line-height: 45px;
border-radius: 100%;
text-align: center;
color: #fff;
}

.topic-content p a.topic_more:hover {
  background-color: rgba(146, 203, 145, 1);
}

.topic-content p a.MoreS {
background-color: rgba(122, 133, 194, 0.85);
}
.topic-content p a.MoreS:hover {
background-color: rgba(122, 133, 194, 1);
}
.topic-content p a.MoreG {
background-color: rgba(132, 197, 220, 0.85);
}
.topic-content p a.MoreG:hover {
background-color: rgba(106, 179, 205, 1);
}

.topic-img {
  flex: 0.6;
  border-radius: 8px;
  overflow: hidden;
}
.topic-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.topic-img:hover img {
  transform: scale(1.05);
}
/* 鍏泭娲诲姩妯″潡 */
.public-welfare {
  background: #fff;
}
.publicWelfare-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  /* 纭繚瀹瑰櫒鏈夋槑纭搴︼紝绠ご鑳芥纭畾浣 */
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.welfare-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: center;
}
.welfare-img {
  border-radius: 8px;
  overflow: hidden;
}
.welfare-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.welfare-img:hover img {
  transform: scale(1.05);
}
.welfare-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.welfare-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.welfare-item .date {
  color: #999;
  font-size: 14px;
}
.welfare-item .title {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.welfare-more {
  text-align: left;
  color: #2E9E66;
  font-size: 14px;
  cursor: pointer;
}
/* 鎶ュ憡涓庢斂绛栨ā鍧 */
.reports {
  background: #f8f8f8;
}
.reports-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.reports-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}
.report-item {
  min-width: 220px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.report-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.report-item:hover img {
  transform: scale(1.05);
}
.reports-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  font-size: 20px;
  color: #333;
}
.reports-arrow:hover{color: #46A1C1}
.reports-arrow.left {
  left: 10px;
}
.reports-arrow.right {
  right: 10px;
}




.publicWelfare-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.publicWelfare-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}
.publicWelfare-item {
  min-width: 272px; /* 璋冩暣锛?寮犲浘鏃舵瘡寮犲崰绾?72px */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.publicWelfare-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.publicWelfare-item:hover img {
  transform: scale(1.05);
}
.publicWelfare-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  font-size: 20px;
  color: #333;
}
.publicWelfare-arrow:hover{color: #46A1C1}
.publicWelfare-arrow.left {
  left: 10px;
}
.publicWelfare-arrow.right {
  right: 10px;
}



.policies-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.policy-column h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.policy-column ul {
  list-style: none;
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.policy-column span img{width:20px; margin-top: 6px;}
/* 椤佃剼 */
footer {
  background: #222;
  color: #fff;
  padding: 40px 20px;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.footer-column h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}
.footer-column ul {
  list-style: none;
  font-size: 14px;
  color: #ccc;
  line-height: 2;
}
.footer-qrcode {
  text-align: center;
}
.footer-qrcode img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.footer-copyright {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #444;
  font-size: 12px;
  color: #999;
}


.architecture-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.ac_header {
  background-color: #319C92;
  color: white;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
}

.layer-item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e8f4f8;
}

/* 宸︿晶灞傜骇鏍囩鏍峰紡 */
.layer-tag {
  
  text-orientation: mixed;
  background-color: #83C3B7;
  color: white;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
}

/* 涓棿灞傜骇妯″潡鏍峰紡 */
.layer-module {
  flex: 1;
  background-color: #f8f9fa;
  padding: 12px;
  display: flex;
  align-items: center;
  border-right: 1px solid #e8f4f8;
}

.module-icon {
  width: 40px;
  height: 40px;
  background-color: #83C3B7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.module-icon span { font-size: 22px;color: #fff;

}

.module-name {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

/* 鍙充晶鍐呭璇︽儏鏍峰紡 */
.layer-content {
  flex: 3;
  padding:10px 16px;
}

.content-item {
  margin-bottom:4px;
  line-height: 1.6;
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 20px;
}

.content-item::before {
  content: "鈥?;
  color: #83C3B7;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.qh_em .ac_header{background:#80BD7F}
.qh_em .layer-item{border-bottom-color:#E9F6E9 }
.qh_em .layer-tag{background:#93CD92 }
.qh_em .module-icon{background:#93CD92 }
.qh_em .module-icon .iconfont{font-size:24px}
.qh_em .content-item::before{color: #93CD92 }

.qh_em .layer-module{border-color:#E9F6E9 }


.Soci_vendor{margin-top: 30px}
.Soci_vendor .layer-item{border-bottom-color:#F3F4FB }
.Soci_vendor .layer-tag{background:#7A85C3 }
.Soci_vendor .module-icon{background:#7A85C3;}
.Soci_vendor .module-icon .iconfont{font-size: 30px}
.Soci_vendor .content-item::before{color: #7A85C3 }
.Soci_vendor .layer-module{background:#7A85C3 }
.Soci_vendor .module-name{color: #fff;}
.Soci_vendor .layer-module{flex:0.7}


.Government_MM{margin-top: 20px}
.Government_MM .layer-item{border-bottom-color:#E7F2F9 }
.Government_MM .layer-tag{background:#84C5DC }
.Government_MM .module-icon{background:#84C5DC }
.Government_MM .module-icon .iconfont{font-size:26px}
.Government_MM .content-item::before{color: #84C5DC }
.Government_MM .layer-module{background:#84C5DC;padding:6px 16px; }
.Government_MM .module-name{color: #fff;}

.Government_MM .layer-module{flex:0.7}


.governance_data{margin-top:10px}
.governance_data .ac_header{background:#46A1C1}
.governance_data .layer-item{border-bottom-color:#E7F2F9 }
.governance_data .layer-tag{background:#84C5DC }
.governance_data .module-icon{background:#84C5DC }
.governance_data .module-icon .iconfont{font-size: 28px}
.governance_data .content-item::before{color: #84C5DC }
.governance_data .layer-module{background:#84C5DC }
.governance_data .module-name{color: #fff;}
.governance_data .layer-module{flex:0.7}


.ga_link a{background-color: #7A85C3; padding: 10px; color: #fff;border-radius: 6px}
.ga_link a:hover{background-color:#6672b2}


/*CSR List */
.NeweList_inner {padding: 40px;}
.NeweList li{margin-bottom: 30px; border-bottom: 1px dotted #f0f0f0;}
.NeweList li a{display: flex;}
.NeweList .NeweImg {
    height: 225px;
    width:300px;
    overflow: hidden;
    margin-right: 30px;
}
.NeweImg img{
    height: 225px;
    width:300px;
    transition:all ease-in-out .5s;
}

.NeweList li:hover img{
    transform: scale(1.1);
    transition:all ease-in-out .5s;
}
.NeweList .NeweList_text{width:850px;}
.NeweList .NeweList_text h4{
    font-size: 14px; 
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 20px;
}
.NeweList .NeweList_text p{
    font-size: 14px; margin: 0px 0px 20px; color: #666;
 }
 .NeweList .NeweList_text h6{font-weight: normal;color: #777; font-size:14px;}






/*鐜*/
.max-w-3xl {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.max-w-3xl h3{text-align: center; line-height: 2; margin-bottom: 20px; font-size: 20px}
.relative {
  position: relative;
}
.pl-12 {
  padding-left:10px;
  margin-bottom: 40px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mr-2{margin-right: 2px;}
.downArr{text-align: center; color:#999; font-size: 20px; margin-bottom: 10px; font-weight: bold;}


/* 宸︿晶娴佺▼绾 */
.flow-line {
  position: absolute;
  left: 20px;
  top: 70px;
  bottom: 62px;
  width: 3px;
  background-color: #cbd5e1;
  z-index: 1;
}
/* 娴佺▼鑺傜偣鍦嗙偣 */
.flow-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 14px;
  z-index: 10;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
  transform: translateY(-50%);
}

/* 鍗＄墖鏍峰紡 */
.card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 24px;
  border-left: 4px solid;
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.card-blue {
  border-left-color: #7A85C3;
}
.card-green {
  border-left-color: #84C5DC;
}
.card-orange {
  border-left-color: #93CD92;
}
.card h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.text-blue-700 {
  color: #7A85C3;
}
.text-green-700 {
  color: #84C5DC;
}
.text-orange-700 {
  color: #93CD92;
}
ul {
  list-style: none;
}
li {
  display: flex;
  align-items: flex-start;
  color: #666666;
  font-size: 14px;
  margin-bottom: 8px;
}
li span {
  line-height: 1.6;
}
.li-blue {
  color: #7A85C3;
}
.li-green {
  color: #84C5DC;
}
.li-orange {
  color: #93CD92;
}
.footer-text {
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
  margin-top: 40px;
}

.EM_container {
  max-width: 1200px;
  margin: 0 auto;
  /* PC绔í鍚戝苟鎺掓牳蹇 */
  display: flex;
  gap: 30px;
}

/* 姣忎釜妯″潡鍗犱竴鍗婂搴 */
.EM_item {
  flex: 1;
  display: flex;
  align-items: stretch;
}

/* 宸︿晶鏍囩鏍 */
.EM_label {
  width: 28%;
  background-color: #a9d1a4;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 16px 0 0 16px;
}

.EM_label .iconfont{font-size: 40px;margin: 0 auto;}
/* 鍙充晶鍐呭鏍 */
.EM_content {
  width: 72%;
  background-color: #f8fcf8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 0 16px 16px 0;
}
.EM_text {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.highlight {
  font-size: 34px;
  font-weight: bold;
  color: #a9d1a4;
  margin: 0 10px;
  
}


/*鐜*/
.Soci_style .EM_label{
  background-color: #7A85C3;
}
.Soci_style .EM_content{
  background-color: #F3F4FB;
}
.center_img{text-align: center}
.center_img img{width: 50%;margin: 0 auto;}
.center_img p{text-align: center}
.center_img h4{font-size: 14px;}

.img_bg img{ padding:10px; border-radius: 6px; margin-top: 20px;}
.center_img img.so_zs_img{width: 20%;}
.center_img img.Go_org_img{ width:75%;}
.sandao{text-align: center}
.sandao img{width: 55%; margin:20px auto}

        /* 缁胯壊杩愯惀妯″潡 */
        .green-op {
          background-color: #f4faf4;
      }
      .green-op h3 {
        font-size: 28px;
        margin: 20px 0px;
        color: #222;
      }
      .green-content {
          display: grid;
          gap: 30px;
          margin: 30px 0;
      }
      .green-text p {
          margin-bottom: 15px;
      }
      .green-img {
          background: url("../img/green_img.png") center/cover;
          border-radius: 8px;
      }
      .arch-cert {
          display: grid;
          gap: 30px;
          margin: 30px 0;
      }
      .arch {
          border: 1px dashed #C7D9A0;
          padding: 20px 30px;
          text-align: center;
          border-radius: 6px;
          background: #FBFFF8;
      }
      .arch h4{margin-bottom: 20px}
      .arch-step {
          background-color: #92CC91;
          color: #fff;
          padding: 10px;
          margin: 5px 0;
          border-radius: 10px 10px 0px 0px;
          font-size: 14px;
      }
      .arch-step01{background-color: #319C92;}
      .certs {
          display: flex;
          flex-direction: column;
          gap: 20px;
      }
      .cert-item {
          text-align: center;
          border: 1px dashed #C7D9A0;
          padding: 20px;
          border-radius: 6px;
          background: #FBFFF8;
      }
      .cert-item img {
          height: 200px;
          border: 1px solid #eee;
          border-radius: 4px;
      }
      .arch-cert p {
          font-size: 13px;
          color: #2E9E66;
          margin-top: 8px;
          text-align: center;
      }
      .targets {
          display: grid;
          gap: 30px;
          margin-top: 30px;
      }
      .target-item h4 {
          font-size: 16px;
          margin-bottom: 20px;
      }
      .target-item ul {
          list-style: none;
          font-size: 13px;
          color: #444;
      }
      .target-item li::before {
          content: "鈥 ";
          color: #39b57e;
          font-weight: bold;
          margin-right: 6px;
      }

      /* 鐢熺墿澶氭牱鎬фā鍧 */
      .bio-gallery {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 15px;
          margin-top: 20px;
      }
      .bio-gallery img {
          width: 100%;
          height: 200px;
          object-fit: cover;
          border-radius: 4px;
      }
      .biodiversity{margin-bottom: 40px}
      .biodiversity h3 {
        font-size: 28px;
        margin: 20px 0px;
        color: #222;
      }
#analysis .an_juzhen{width:50%;}



.target-card {
  display: flex;
  background: linear-gradient(to right,#e8f5e9, #ffffff);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px
}

.year-title {
  background: linear-gradient(to bottom, #92CC91, #e8f5e9);
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 200px;
}

.year-title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.year-title p {
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
}

.metrics {
  display: flex;
  flex: 1;
  padding: 20px;
  gap: 40px;
  align-items: center;
}

.metric-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.metric-label {
  font-size: 14px;
  color: #666;
  margin-bottom:5px;
}

.metric-value {
  font-size: 22px;
  font-weight: 700;
  color: #81c784;
  line-height: 1;
}

.metric-value small {
  font-size: 14px;
  color: #81c784;
  font-weight: 400;
}

.wrw_icon{ width: 40px;height: 40px; background: #93CD92; margin: 20px; border-radius: 6px;}
.wrw_icon span.icon{color: #fff;line-height: 40px; font-size:20px}

.chart-container {
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.chart-box {
  width: 320px;
  padding: 20px;
}
.chart-box h2{font-size: 14px; text-align: center; margin-bottom: 14px}


/* 绉诲姩绔細涓婁笅鎺掔増 */
@media (min-width: 1024px) {
  .arch-cert {
    grid-template-columns: 2fr 1fr 1fr;
    }

  .targets {
    grid-template-columns: 1fr 1fr;
    
  }
  .topic-content,.topic-img img{min-height: 280px}
  
}

/* 绉诲姩绔細涓婁笅鎺掔増 */
@media (max-width: 1024px) {
  .EM_container {
      flex-direction: column;
      gap: 20px;
  }
  .EM_label {
      padding: 20px;
  }
  .highlight {
      font-size:36px;
  }
}

/* 鍝嶅簲寮忛€傞厤 */
@media (max-width: 768px) {
  .banner-slide .banner-content {
    width:90%;
  }
  .banner{height: 300px;}
  .banner-slide p{font-size: 14px}
  #analysis .an_juzhen{width:100%;}
  .strategy-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  .performance-container {
      flex-direction: column;
  }
  .performance-nav {
      flex-direction: row;
      overflow-x: auto;
  }
  .topic-item, .topic-item:nth-child(even) {
      flex-direction: column;
  }
  .welfare-list {
      grid-template-columns: 1fr;
  }
  .policies-grid {
      grid-template-columns: 1fr;
  }
  .footer-container {
      grid-template-columns: 1fr 1fr;
  }

  .layer-item {
    flex-direction: column;
}

.layer-tag {
    writing-mode: horizontal-tb;
    text-orientation: unset;
    padding: 12px;
    min-width: unset;
    justify-content: flex-start;
}

.layer-module {
    border-right: none;
    border-bottom: 1px solid #e8f4f8;
    padding: 16px;
}

.layer-content {
    padding: 10px 16px;
}

.performance-nav-item{padding:10px;}
.EM_item {
  flex-direction: column;
}
.EM_label, .EM_content {
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.EM_content {
  border-radius: 0 0 16px 16px;
  padding: 20px;
}

.center_img img{width: 85%;}
.center_img img.so_zs_img{width: 80%;}
.center_img img.Go_org_img{ width: 100%;}

.NeweList .NeweImg{width: 38%; margin-right:10px; height: auto;}
.NeweImg img{
  width: 100%;
  height: auto;
}
.NeweList .NeweList_text{width: 60%;}
.performance-card .cert-img img,.ESG_RY .performance-card .cert-img img{width: 100%;}

.header-container {display: none;}

.sandao img{width:90%;}

.B_S{
  left: 1%;
}

.bio-gallery {
  grid-template-columns: repeat(2, 1fr);
}

.performance-card .num{font-size: 28px}
.zhibiao{width: 800px;}


.target-card {
  flex-direction: column;
}

.year-title {
  min-width: auto;
  text-align: center;
  padding: 15px;
}

.metrics {
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  align-items: flex-start;
}
.year-title p{text-align: center;}

}

