    body {
      margin: 0;
      padding: 0;
	  background-color: #E6F7FF;
	  color: #000000;
	  font-family: "微软雅黑", "Arial", "sans-serif";
	  font-size: 15px;
      overflow-x: hidden; /* 防止横向出现滚动条 */
    }

   a { text-decoration: none;} 

    /* 随机显示图片的容器 */
  .image-container {
      position: relative;
      width: 100vw;
      height: 20vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    /* 头部容器 */
  .header {
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      height: 50px;
      display: flex;
      align-items: center;
      background-color: transparent; /* 去除背景色 */
    }

    /* LOGO 部分 */
  .logo {
      width: 20%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }


  .image-link img {  
    width: 200%;
	display: flex;
  }


  .menu-container {
      width: 75%;
      height: 100%;  
  
  }

    /* 菜单部分 */
  .menu {
      display: flex;
      justify-content: center;
      align-items: center;
    }

  .menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
    }

  .menu li {
      margin-right: 20px;
      position: relative;
    }

  .menu a {
      
      color: #ffffff;
      font-size: 30px;
      position: relative;
      text-shadow: -1px -1px 0 goldenrod, 1px -1px 0 goldenrod, -1px 1px 0 goldenrod, 1px 1px 0 goldenrod;
    }

 .tit {  
  margin-top: 20px;
  text-align: center; /* 文本居中 */  
  font-size: 40px; /* 字体大小 */  
  color: #ffffff; /* 文本颜色 */ 
  text-shadow: -1px -1px 0 #006600, 1px -1px 0 #006600, -1px 1px 0 #006600, 1px 1px 0 #006600;
}

.tit a{
  color: #ffffff; /* 文本颜色 */ 
  text-shadow: -1px -1px 0 #00cc00, 1px -1px 0 #00cc00, -1px 1px 0 #00cc00, 1px 1px 0 #00cc00;
}

/*每页主标题*/
.Gtit{
   text-align: center; 
   font-size: 36px;
   font-weight: bold;
   color: #006699; /* 深蓝色，与背景色形成对比 */
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* 添加阴影增加立体感 */
   padding: 10px;
  
   background-color: rgba(255, 255, 255, 0.5); /* 半透明白色背景增加层次感 */
   border-top: 2px solid #B2D4EC; /* 上边框 */  
   border-bottom: 2px solid #B2D4EC; /* 下边框 */  
   border-left: none; /* 移除左边框 */  
   border-right: none; /* 移除右边框 */  
   border-radius: 5px 5px 0 0; 
   
  margin-top: 10px;  
  margin-bottom: 10px;
}
  
/*结束*/


/* fuxin/ */
  .jqname{
    color: #006699;
	text-align: center;
   }

  .jqtit{
    font-size: 30px;
    color: #006699;
	text-align: center;
   }

  .jqurl {
    font-size: 20px;
    color: #007788;
  margin-top: 3px;  
  margin-bottom: 3px;
  }

  .jqurl a {
    font-size: 16px;
    color: #007799;
  }


.fx-video{
    width: 1024px;
	height: auto;
}

  .jqnr{
    font-size: 20px;
    width: 75%; /* 或者指定宽度，如600px */  
    margin: 0 auto; /* 这将使div在页面中居中 */  
    text-align: left; 
   }

 
  .jqflb{
   text-align: center; 
   font-size: 20px;
   font-weight: bold;
   color: #0066ff; /* 深蓝色，与背景色形成对比 */
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* 添加阴影增加立体感 */
   padding: 5px;

   background-color: rgba(255, 255, 255, 0.5); /* 半透明白色背景增加层次感 */
   border-top: 1px solid #B2D4EC; /* 上边框 */  
   border-bottom: 1px solid #B2D4EC; /* 下边框 */  
   border-left: none; /* 移除左边框 */  
   border-right: none; /* 移除右边框 */  
   border-radius: 5px 5px 0 0; 
   
  margin-top: 10px;  
  margin-bottom: 10px;
   }

  .fuxin a{
  color: #009900;
  font-weight: 900;
  }

.spimg {  
  display: flex;  
  justify-content: center; /* 水平居中 */  
  align-items: center; /* 垂直居中 */  
  width: 95%;  
  height: auto; /* 或者你想要的任何高度 */  
  margin: 0 auto;
  overflow: hidden; /* 如果需要，可以裁剪超出容器的图像部分 */  
}  

.spimg img {  
  max-width: 100%; /* 确保图像不会超出容器宽度 */  
  max-height: 100%; /* 如果需要，也可以限制高度 */  
  /* 你可以添加其他样式，如margin: auto; 来在flex容器中进一步居中图像，但在这里通常不是必需的 */  
}

.image-containe {
    display: flex;  
    flex-wrap: wrap;  
    justify-content: space-evenly;
}  
  
.image-containe img {
    flex: 0 0 100%; /* 初始状态，每行1张图片 */  
    margin-bottom: 5px; /* 图片之间的间距 */  
} 


/*copyright.asp */
.bq{
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #cccccc;
    margin-top: 20px;
    background-color: #F0F8FF; /* 浅蓝色背景色 */
   }
.ip{
	font-size:9px;
	color:#000;
	flex: 0 0 auto;
	}

/*结束  */


/* 竖屏样式 */ 
@media only screen and (orientation: portrait) {
  .image-container {
      width: 100%;
	  height: 13vh;
    }

  .header {
        top: 10px;
      }

  .menu a {
        font-size: 13px;
	  }
  

  .image-link img {
      margin-left: 5px;
      width: 80%;
    }
  
  .tit {
  margin-top: 5px;
  font-size: 15px;
  }

  .menu-icon {  
    right: 20px;  
    
  }


  .Gtit{
   font-size:25px;
   }

  .jqtit{
    font-size: 20px;
   }

  .jqurl {
    font-size: 15px;
  }

  .jqurl a {
    font-size: 12px;
  }

  .jqnr{
    font-size: 12px;
   }

  .bq{
    font-size: 9px;
    }

  .fx-video{
    width: 320px;
	height: auto;
  }

}
/* 横屏样式，不含PC端 */ 
@media screen and (max-width: 1080px) and (orientation: landscape) {  
  body{
    font-size: 12px;
  }

  .image-container {
      width: 100%;
	  height: 30vh;
    }

  .header {
        top: 20px;
      }

  .menu a {
        font-size: 20px;
	  }
  .image-link img {
      margin-left: 20px;
      width: 100%;
    }
  
  .tit {
  margin-top: 2px;
  font-size: 25px;
  }

  .menu-icon {  
    right: 20px;
	bottom: 100px;     
  } 
  .fmenu {  
    padding: 5px;  
    width: 150px; /* 根据需要调整 */  
   }
  .bq{
    font-size: 9px;
    }

  .image-containe img {  
        flex: 0 0 calc(33.333% - 5px); /* 减去间距 */  
        margin-bottom: 0;  
    }

  .fx-video{
    width: 580px;
	height: auto;
  }

}