/* 
.navbar.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: cadetblue;
    width: 100%;
    height: 50px;
} */

@media (min-width: 768px) {
    /* 在宽度>=768px的屏幕上应用这些样式 */
}
.FirstPart{
    width: 100%;
    height:auto;
    background-color:#16a34a;

}
.secondPart{
    width: 100%;
    height:auto;
    background-color:#fff;
}
.Hizocotitle{
    display: flex; 
    justify-content: center;
    align-items: center;
    

}
.titlefont{
    font-size: 28px;
    margin-top: 5%;
    color:#000;
    text-align: center;
}
.detailInfo{
    width:100%;
    text-align:left;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.content1{
    width: 100%;
    height: auto;
    margin-top: 2%;
    background-color:#fff;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.contentline1{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    
}
.main{
    width: 370px;
    display: inline-block;
    margin: 6px;
    background-color:#d1fae5;
    border-radius: 6px;
    padding: 10px;

}
.maintitle{
    font-size:18px;
    color: #16a34a;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
}
.maincontent1{
    font-size: 14px;
    padding: 10px;
    color: #000;
}
.contentline2{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.ThirdPart{
    width: 100%;
    height:auto;
    background-color:#d1fae5;

}
.jointitle{
    color: #fff;
    background-color: #16a34a;
}
.content2{
    width: 100%;
    height: auto;
    background-color:#fff;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.content2line1{
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    /* background-color: aqua; */
}
.contentP{
    width: 90%;
    text-align: left;
    color: #16a34a;
    line-height: 30px;
    display: inline-block;
}
.contentTitle{
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-top: 5%;
    padding:20px;
}
.FourPart{
    width: 100%;
    height:auto;
    background-color:#d1fae5;
}
.content4{
    width: 100%;
    height: auto;
    margin-top: 2%;
    background-color:#d1fae5;
    /* background-color: aqua; */
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.content4_line1{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.main4{
    width: 150px;
    height:auto;  
    display: inline-block;
    margin: 1%;
    background-color: #fff;
}
.mainImage{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-top: 1%;
}
.mainImage1{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-top: 1%;
}
.mainImage img{
    width: 35%;
    height: 35%;
}
.maincontent4{
    color: #16a34a;
    font-weight: bold;
    text-align: center;
}
.finallyPart{
    width: 100%;
    height: 100px;
}


.modal {
    display: none; /* 默认隐藏 */
position: fixed; /* 固定位置 */
z-index: 1; /* 位于顶层 */
left: 0;
top: 0;
width: 100%; /* 全屏宽度 */
height: 100%; /* 全屏高度 */
background-color: rgba(0,0,0,0.5); /* 半透明背景 */
}   

/* 模态内容样式 */
.modal-contentcss {
background-color: #fefefe;
margin: 20% auto; /* 垂直居中 */
margin-top: 20%;
padding: 25px;
border: 1px solid #888;
width: 65%;
border-radius: 10px;
}

/* 关闭按钮样式 */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.selected {
background-color: yellow;
}

.unselected {
background-color: white;
}


#navbar a {
    display: inline-block; /* 使链接以块级元素的形式显示 */
    padding: 10px; /* 设置链接内边距 */
    text-decoration: none; /* 去除链接下划线 */
    color: #000; /* 设置链接文本颜色 */
    font-size: 16px; /* 设置字体大小 */
  }
  .overlay {
      display: none;
      position: fixed;
      
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.5);
  }
   
  .popup {
      margin: 50px auto;
      padding: 20px;
      background: #fff;
      border-radius: 5px;
      width: 90%;
      text-align: center;
      height:200px;
  }
   
  .popup a {
      display: block;
      margin-top: 5px;
      text-decoration: none;
      color: #000;
  }
   
  .popup a:hover {
      text-decoration: underline;
  }

  .ImgCSS{
    width:50px;
    height:50px; 
    float: left;
    justify-content: center;
    display: block;
    align-content: center;
    padding: 5px;
  }
  .datestyle{
    display: block;
    font-size: 10px;
    color: #888888;
    margin-top:8px;
  }
/* ===== 排版优化覆盖样式 ===== */
body {
  color: #333;
  line-height: 1.7;
}

.header .tx-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
}

/* LOGO 与标题文字间距优化 */
#dowpaper > div + div { margin-left: 12px; }
@media (max-width: 768px) {
  #dowpaper > div + div { margin-left: 10px; }
}

.wap-nav .clearfix {
  display: flex;
  align-items: center;
  gap: 16px;
}

.FirstPart {
  color: #fff;
}

.FirstPart .oxchaintitle .titlefont {
  max-width: 960px;
  margin: 64px auto 16px;
  padding: 0 24px;
  line-height: 1.4;
}

.FirstPart .detailInfo > div {
  max-width: 960px;
  margin: 0 auto 24px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-align: justify;
}

.contentTitle {
  margin-top: 32px;
}

.contentP {
  max-width: 960px;
  margin: 0 auto;
}

.finallyPart {
  padding: 24px 0;
}

.finallyPart > div {
  margin-top: 0 !important;
}

/* ===== 移动端菜单修正 ===== */
@media (max-width: 768px) {
  /* 菜单容器改为固定定位，从右侧滑入 */
  .wap-nav { 
    position: fixed; 
    top: 65px; 
    right: -100% !important; 
    width: 80%; 
    height: calc(100% - 65px); 
    background: rgba(22, 163, 74, 0.95); 
    transition: right .3s ease; 
    z-index: 1000; 
    padding: 12px 8px;
  }
  .wap-nav.active { right: 0 !important; }

  /* 遮罩层用于点击关闭 */
  .wap-nav-off { 
    display: none; 
    position: fixed; 
    left: 0; right: 0; top: 0; bottom: 0; 
    background: rgba(0,0,0,0.4); 
    z-index: 999; 
  }
  .wap-nav-off.active { display: block; }

  /* 菜单项垂直自适应排列 */
  .wap-nav .clearfix { 
    display: flex; 
    flex-direction: column; 
    align-items: stretch; 
    gap: 6px; 
  }
  .nav .nav-item { margin: 0; }
  .nav .nav-item .nav-link, .nav .nav-item button { 
    display: block; 
    width: 100%; 
    padding: 12px 14px; 
    color: #fff !important; 
    text-align: left; 
    border-radius: 6px; 
  }

  /* 汉堡按钮在移动端显示 */
  .nav-on { display: block; }

  /* 选择器去掉大顶距 */
  .select-container { margin-top: 0; }
}

/* 开发资源卡片浅绿背景（与优势区一致） */
.FourPart .main4 {
  background-color: #ffffff; /* emerald-50 */
}
.content4{
    width: 100%;
    height: auto;
    margin-top: 2%;
    background-color:#d1fae5;
    /* background-color: aqua; */
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.content4_line1{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.main4{
    width: 150px;
    height:auto;  
    display: inline-block;
    margin: 1%;
    background-color: #fff;
}
.mainImage{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-top: 1%;
}
.mainImage1{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-top: 1%;
}
.mainImage img{
    width: 35%;
    height: 35%;
}
.maincontent4{
    color: #16a34a;
    font-weight: bold;
    text-align: center;
}
.finallyPart{
    width: 100%;
    height: 100px;
}


.modal {
    display: none; /* 默认隐藏 */
position: fixed; /* 固定位置 */
z-index: 1; /* 位于顶层 */
left: 0;
top: 0;
width: 100%; /* 全屏宽度 */
height: 100%; /* 全屏高度 */
background-color: rgba(0,0,0,0.5); /* 半透明背景 */
}   

/* 模态内容样式 */
.modal-contentcss {
background-color: #fefefe;
margin: 20% auto; /* 垂直居中 */
margin-top: 20%;
padding: 25px;
border: 1px solid #888;
width: 65%;
border-radius: 10px;
}

/* 关闭按钮样式 */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.selected {
background-color: yellow;
}

.unselected {
background-color: white;
}


#navbar a {
    display: inline-block; /* 使链接以块级元素的形式显示 */
    padding: 10px; /* 设置链接内边距 */
    text-decoration: none; /* 去除链接下划线 */
    color: #000; /* 设置链接文本颜色 */
    font-size: 16px; /* 设置字体大小 */
  }
  .overlay {
      display: none;
      position: fixed;
      
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.5);
  }
   
  .popup {
      margin: 50px auto;
      padding: 20px;
      background: #fff;
      border-radius: 5px;
      width: 90%;
      text-align: center;
      height:200px;
  }
   
  .popup a {
      display: block;
      margin-top: 5px;
      text-decoration: none;
      color: #000;
  }
   
  .popup a:hover {
      text-decoration: underline;
  }

  .ImgCSS{
    width:50px;
    height:50px; 
    float: left;
    justify-content: center;
    display: block;
    align-content: center;
    padding: 5px;
  }
  .datestyle{
    display: block;
    font-size: 10px;
    color: #888888;
    margin-top:8px;
  }
/* ===== 排版优化覆盖样式 ===== */
body {
  color: #333;
  line-height: 1.7;
}

.header .tx-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
}

.wap-nav .clearfix {
  display: flex;
  align-items: center;
  gap: 16px;
}

.FirstPart {
  color: #fff;
}

.FirstPart .oxchaintitle .titlefont {
  max-width: 960px;
  margin: 64px auto 16px;
  padding: 0 24px;
  line-height: 1.4;
}

.FirstPart .detailInfo > div {
  max-width: 960px;
  margin: 0 auto 24px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-align: justify;
}

.contentTitle {
  margin-top: 32px;
}

.contentP {
  max-width: 960px;
  margin: 0 auto;
}

.finallyPart {
  padding: 24px 0;
}

.finallyPart > div {
  margin-top: 0 !important;
}

/* ===== 移动端菜单修正 ===== */
@media (max-width: 768px) {
  /* 菜单容器改为固定定位，从右侧滑入 */
  .wap-nav { 
    position: fixed; 
    top: 65px; 
    right: -100% !important; 
    width: 80%; 
    height: calc(100% - 65px); 
    background: rgba(22, 163, 74, 0.95); 
    transition: right .3s ease; 
    z-index: 1000; 
    padding: 12px 8px;
  }
  .wap-nav.active { right: 0 !important; }

  /* 遮罩层用于点击关闭 */
  .wap-nav-off { 
    display: none; 
    position: fixed; 
    left: 0; right: 0; top: 0; bottom: 0; 
    background: rgba(0,0,0,0.4); 
    z-index: 999; 
  }
  .wap-nav-off.active { display: block; }

  /* 菜单项垂直自适应排列 */
  .wap-nav .clearfix { 
    display: flex; 
    flex-direction: column; 
    align-items: stretch; 
    gap: 6px; 
  }
  .nav .nav-item { margin: 0; }
  .nav .nav-item .nav-link, .nav .nav-item button { 
    display: block; 
    width: 100%; 
    padding: 12px 14px; 
    color: #fff !important; 
    text-align: left; 
    border-radius: 6px; 
  }

  /* 汉堡按钮在移动端显示 */
  .nav-on { display: block; }

  /* 选择器去掉大顶距 */
  .select-container { margin-top: 0; }
}