* {
  margin: 0;
  padding: 0;
}
*, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, legend, li, nav, ol, p, select, span, table, td, i, textarea, tr, ul {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
}
@media screen and (min-width: 10px) and (max-width: 380px) {
  html {
    font-size: 86%;
  }
}
.footers {
  /* 原有基础样式 */
  position: fixed;
  bottom: 0;
  clear: both;
  background-color: #FFFFFF;
  /* 简写边框样式，等价于你原来的三行写法 */
  border-top: 0.1rem solid #f2f2f2;
  padding-bottom: 10%;
  min-width: 100%; /* 小屏下保持100%最小宽度 */
  height: 2rem;
  z-index: 999;
  /* 新增：确保定位基准正确，避免布局偏移 */
  left: 0;
}
/* 媒体查询：窗口宽度大于1200px时应用 */
@media (min-width: 1200px) {
  .footers {
    min-width: auto; /* 取消100%最小宽度限制 */
    width: 460px; /* 大屏下固定640px宽度 */
    /* 固定定位元素水平居中（和之前footer一致的逻辑） */
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 6%;
  }
}
.footers li {
  width: 20%;
  float: left;
  text-align: center;
  padding-top: 0.75rem;
}
.footers li a {
  color: #737373;
}
.footers li .tb {
  width: 2rem;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footers li .tb i {
	font-size: 1.2rem;
	line-height: 1.2rem;
	width: 1.2rem;
	text-align: center;
}
.footers li .dh_z {
  font-size: 0.75rem;
  text-align: center;
}
.footers .red {
  color: #FA7A07;
}
.slideTxtBox {
  width: 100%;
  text-align: left;
  height: 100%;
}
.slideTxtBox a {
  color: #333333;
}
.slideTxtBox .hd {
  height: 100%;
  background: #f2f2f2;
  width: 30%;
  float: left;
}
.slideTxtBox .hd ul {
  float: left;
  width: 100%;
}
.slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  width: 100%;
  height: auto;
  line-height: 4rem;
  text-align: center;
  font-size: 1.125rem;
  color: #666666;
  padding: 0px;
}
.slideTxtBox .hd ul li.on {
  background-color: #fff;
  color: #121212;
  font-weight: bold;
  background-image: url(../images/jiantou21154.png);
  background-size: 6% auto;
  background-position: 12% center;
  background-repeat: no-repeat;
}
.slideTxtBox .bd {
  width: 70%;
  float: right;
}
.slideTxtBox .bd ul {
  zoom: 1;
  padding-top: 5%;
}
.slideTxtBox .bd .fhsy a {
  background-color: #eef6fc;
  width: 90%;
  border: 1px solid #8cc4ea;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #8cc4ea;
  text-decoration: none;
  text-align: center;
  float: left;
  margin-top: 1rem;
  border-radius: 0.25rem;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10%;
}
.slideTxtBox .bd .fhsy_a a {
  background-color: #FFF8EC;
  width: 90%;
  border: 1px solid #FFBC4D;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #FFBC4D;
  text-decoration: none;
  text-align: center;
  float: left;
  border-radius: 0.25rem;
  margin-left: 5%;
  margin-right: 5%;
}
.slideTxtBox .zt {
  width: 26.4%;
  height: 26.4%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-left: 5%;
  margin-bottom: 5%;
  padding: 0px;
}
.slideTxtBox .zt img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.slideTxtBox .zt .date {
  position: absolute;
  bottom: 1px;
  left: 0px;
  color: #FFFFFF;
  line-height: 2rem;
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
  font-weight: 700;
}
.slideTxtBox .zt1 {
  width: 42.5%;
  float: left;
  background-color: #f2f2f2;
  text-align: center;
  padding: 0px;
  margin-bottom: 5%;
  font-size: 1rem;
  line-height: 2.5rem;
  border-radius: 0.25rem;
  margin-left: 5%;
}
.slideTxtBox .flm {
  width: 90%;
  height: auto;
  float: left;
  margin-bottom: 3%;
  margin-left: 5%;
  border-bottom: 0.1rem solid #E5E5E5;
  line-height: 1.875rem;
  font-size: 1rem;
  font-weight: bold;
}
.slideTxtBox .zlm {
  width: 42.5%;
  float: left;
  border-radius: 0.25rem;
  margin-left: 5%;
  background-color: #F2F2F2;
  color: #333333;
  font-size: 1rem;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 5%;
  overflow: hidden;
}
.popup_right_box {
  width: 100%;
  position: fixed;
  bottom: 0px;
  right: -9990px;
  background: #fff;
  transition: all 0.4s;
  z-index: 10000;
  height: 100% !important;
}
.popup_mddtel {
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	width: 100%;
	margin: 0 auto;
	border-bottom: 0.1rem solid #f2f2f2;
	color: #000000;
	position: relative;
	font-size: 1.2rem;
}
.popup_mddtel .icon-xiangzuo-jiantou {
  float: left;
  line-height: 3rem;
  font-size: 1.5rem;
  color: #333333;
  position: absolute;
  z-index: 666;
  left: 2.6%;  
  top: 0rem;
}
.popup_mddtel .soyjxlx {
  width: 75%;
  float: left;
  position: absolute;
  left: 14%;
  top: 0.4rem;
}
.popup_mddtel .soyjxlx .soyjxl {
  background-color: #F2F2F2;
  border-radius: 2.125rem;
  height: 2.25rem;
}
.popup_mddtel .soyjxlx .soyjxl .soua {
  width: 84%;
  float: left;
  color: #999;
  font-size: 0.875rem;
  line-height: 2.25rem;
  padding-left: 3%;
  vertical-align: middle;
  border-radius: 0;
  background: 0 0;
  border: none;
  -webkit-appearance: none;
  outline: none
}
.popup_mddtel .soyjxlx .soyjxl i {
  float: left;
  line-height: 2.25rem;
  font-size: 0.875rem;
  padding-left: 4%;
  width: 4%;
  color: #2A2A2A;
}
.popup_mddn {
  width: 100%;
  height: 92%;
  background-color: #FFFFff;
}
.popup_mddn .popup_mddn_a {
  width: 30%;
  height: 100%;
  background-color: #f2f2f2;
}
.popup_mddn .soyjxlx {
  width: 79%;
  float: left;
  margin-left: 4%;
  margin-top: 4%;
}
.popup_mddn .soyjxlx .soyjxl {
  background-color: #F2F2F2;
  border-radius: 1.375rem;
  height: 2.75rem;
}
.popup_mddn .soyjxlx .soyjxl .soua {
  width: 84%;
  float: left;
  color: #999;
  font-size: 1rem;
  line-height: 2.75rem;
  padding-left: 5%;
  vertical-align: middle;
  border-radius: 0;
  background: 0 0;
  border: none;
  -webkit-appearance: none;
  outline: none
}
.popup_mddn .soyjxlx .soyjxl i {
  float: left;
  line-height: 2.75rem;
  font-size: 1.2rem;
  padding-left: 5%;
  width: 4%;
  color: #2A2A2A;
}
.popup_mddn .qx {
  float: right;
  margin-top: 4%;
  margin-right: 4%;
  line-height: 2.75rem;
  font-size: 1.2rem;
  color: #333333;
}
.popup_mddn dl {
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 4%;
}
.popup_mddn dt {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #121212;
  font-weight: bolder;
}
.popup_mddn dd {
  width: 100%;
}
.popup_mddn dd a {
  float: left;
  border-radius: 1rem;
  background-color: #F2F2F2;
  color: #333333;
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: center;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 3%;
  margin-top: 3%;
}
.popup_mddn .AddStyle {
  height: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.popup_mddn .AddStyle::-webkit-scrollbar {
  /* 隐藏默认的滚动条 */
  -webkit-appearance: none;
}
.popup_mddn .AddStyle::-webkit-scrollbar:vertical {
  /* 设置垂直滚动条宽度 */
  width: 2px;
}
/* 这里不需要用到这个 */
.popup_mddn .AddStyle::-webkit-scrollbar:horizontal {
  /* 设置水平滚动条厚度 */
  height: 2px;
}
.popup_mddn .AddStyle::-webkit-scrollbar-thumb {
  /* 滚动条的其他样式定制，注意，这个一定也要定制，否则就是一个透明的滚动条 */
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, .4);
  background-color: rgba(0, 0, 0, .5);
}
.AddStyle_a {
  height: 98%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.AddStyle_a::-webkit-scrollbar {
  /* 隐藏默认的滚动条 */
  -webkit-appearance: none;
}
.AddStyle_a::-webkit-scrollbar:vertical {
  /* 设置垂直滚动条宽度 */
  width: 2px;
}
/* 这里不需要用到这个 */
.AddStyle_a::-webkit-scrollbar:horizontal {
  /* 设置水平滚动条厚度 */
  height: 2px;
}
.AddStyle_a::-webkit-scrollbar-thumb {
  /* 滚动条的其他样式定制，注意，这个一定也要定制，否则就是一个透明的滚动条 */
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, .4);
  background-color: rgba(0, 0, 0, .5);
}
