.container-fluid {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: auto;
}

.indcontainer {
  width: 1300px;
  margin: 0 auto;
}

.header {
  background: url(../img/mabian_bg.jpg) center top no-repeat #ffffff;
  width: 100%;
  height: 821px;
  position: relative;
  clear: both;
}

.mbtc {
  background: url(../img/mbtc.jpg) center top no-repeat #ffffff;
  width: 100%;
  height: 822px;
  position: relative;
  clear: both;
}

.fqmb {
  background: url(../img/fqmb.jpg) center top no-repeat #ffffff;
  width: 100%;
  height: 821px;
  position: relative;
  clear: both;
}

.nyzx {
  background: url(../img/nyzx.jpg) center top no-repeat #ffffff;
  width: 100%;
  height: 824px;
  position: relative;
  clear: both;
}

.nyzx a {
  display: block;
  width: 100%;
  height: 100%;
}
.mbgk {
  background: url(../img/mbgk.jpg) center top no-repeat #ffffff;
  width: 100%;
  height: 820px;
  position: relative;
  clear: both;
  padding-top: 228px;
}
.mbgkcontent {
  width: 920px;
  height: 442px;
  overflow: auto;
  padding-left: 285px;
  font: 16px/2.2 "Microsoft YaHei";
}

.mbtccontent {
  width: 920px;
  height: 519px;
  padding-top: 108px;
  padding-left: 285px;
  font: 16px/2.2 "Microsoft YaHei";
}

.fqlist {
  height: 380px;
  position: relative;
  overflow: hidden;
  padding-top: 407px;
  padding-left: 60px;
}

.fqlist .slideBox {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0 10px 42px;
  position: relative;
}

.slideBox .sPrev,
.slideBox .sNext {
  position: absolute;
  left: 5px;
  top: 160px;
  display: block;
  width: 41px;
  height: 41px;
  border: none;
  background: url(../img/left.png) center center no-repeat;
}

.slideBox .sNext {
  left: auto;
  right: 65px;
  background: url(../img/right.png) center center no-repeat;
}

.slideBox .sPrev:hover,
.slideBox .sNext:hover {
  border-color: #f60;
}

.fqlist .slideBox ul {
  width: 1100px;
  height: 415px;
}

.fqlist .slideBox ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  display: inline;
  position: relative;
}

.fqlist .slideBox ul li img {
  width: 197px;
  height: 370px;
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
}

.fqlist .slideBox ul li span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 24px;
  width: 100%;
  height: 370px;
  background: url(../img/round.png) center no-repeat;
}

.fqlist .slideBox ul li span p {
  padding-top: 170px;
  font: 18px/1.5 "Microsoft YaHei";
}

.fqlist .slideBox ul li a:hover img {
  border-color: #999;
}

.fqlist .slideBox ul li .title {
  line-height: 24px;
}

#more {
  color: #bf0000;
}

.goHome {
  display: block;
  float: right;
  color: #fff;
  padding: 5px 15px 5px 45px;
  background: url(../img/home.png) 15px 10px no-repeat #f59500;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
/* ========== 全局响应式适配（桌面原样不变） ========== */

/* 平板设备（宽度 ≤ 1239px） */
@media screen and (max-width: 1239px) {
  /* 解除全局最小宽度限制 */
  html,
  body {
    min-width: auto;
  }

  /* 主容器自适应 */
  .container,
  .top01ct,
  .content {
    width: 96%;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  /* 顶部栏 */
  .top01 {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }

  /* 头部高度自适应（如果内部有图片则保持比例） */
  .header {
    height: auto;
    background-size: cover;
  }

  /* 导航栏：改为自动换行，居中 */
  .nav {
    height: auto;
    padding: 10px 0;
  }
  .nav .nav_left {
    width: 200px;
    background-size: contain;
    margin: 0 auto 10px;
    float: none;
  }
  .nav .nav_right {
    width: 100%;
    float: none;
    text-align: center;
    padding-left: 0;
  }
  .nav .nav_right li {
    padding: 0 10px;
  }
  .nav .nav_right a {
    font-size: 16px;
  }

  /* 内容区 */
  .content .search-time {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  /* 底部：绝对定位元素改为相对，避免遮挡 */
  .footer {
    padding: 15px 10px;
  }
  .footer .container {
    width: 100%;
  }
  #_ideConac,
  #_jiucuo {
    position: static;
    display: inline-block;
    margin: 5px;
  }
}

/* 手机设备（宽度 ≤ 768px） */
@media screen and (max-width: 768px) {
  /* 全局字体微调 */
  body {
    font-size: 14px;
  }

  /* 导航栏进一步压缩 */
  .nav .nav_right li {
    display: inline-block;
    width: 24%;
    padding: 5px 0;
  }
  .nav .nav_right a {
    font-size: 14px;
  }
  .nav .nav_right li i {
    margin-top: 5px;
    width: 30px;
    background-size: contain;
  }

  /* 内容区内边距减少 */
  .content {
    padding: 10px;
  }

  /* 底部文字大小 */
  .footer p {
    font-size: 12px;
    line-height: 24px;
  }
}

/* ========== 关于页面（about.css）响应式适配 ========== */
/* 这些样式会覆盖上面全局样式，但只在 about 页面生效（因为 about.css 后加载） */
@media screen and (max-width: 1299px) {
  .indcontainer {
    width: 96%;
    margin: 0 auto;
  }
  .header {
    height: 210px;
    background-size: 660px;
  }
  .header,
  .mbgk,
  .mbtc,
  .fqmb,
  .nyzx {
    background-size: cover;
  }

  .mbgk {
    padding-top: 80px;
  }
  .mbgkcontent {
    width: 90%;
    padding-left: 5%;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
  }

  .mbtccontent {
    width: 90%;
    padding-left: 5%;
    padding-top: 60px;
    height: auto;
  }
  .fqmb {
    height: 310px;
  }
  .fqlist {
    padding-top: 60px;
    padding-left: 0;
    height: auto;
  }
  .fqlist .slideBox {
    padding-left: 0;
  }
  .fqlist .slideBox ul {
    width: 100%;
    height: auto;
  }
  .slideBox .sPrev,
  .slideBox .sNext {
    top: 50%;
    margin-top: -20px;
  }
  .slideBox .sNext {
    right: 10px;
  }
  .slideBox .sPrev {
    left: 10px;
  }

  .fqlist .slideBox ul li {
    width: 180px;
    margin: 0 5px;
  }
  .fqlist .slideBox ul li img {
    width: 100%;
    height: auto;
  }
  .fqlist .slideBox ul li span {
    height: auto;
    background-size: cover;
  }
  .fqlist .slideBox ul li span p {
    padding-top: 50%;
    font-size: 16px;
  }

  .nyzx {
    min-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .indcontainer {
    width: 100%;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
  }
  .goHome {
    margin-right: 10px;
    padding: 5px 12px 5px 35px;
    background-position: 10px center;
    font-size: 12px;
    background-position-y: 4px;
  }

  .mbgk {
    padding-top: 0px;
    height: 290px;
  }
  .mbgkcontent,
  .mbtccontent {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .mbgkcontent {
    max-height: 350px;
  }
  .mbtccontent {
    padding-top: 40px;
  }
  .mbtc {
    height: 280px;
  }
  .fqlist {
    padding-top: 90px;
    padding-left: 85px;
  }
  .fqlist .slideBox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .fqlist .slideBox ul {
    width: auto;
    white-space: nowrap;
    display: block;
  }
  .fqlist .slideBox ul li {
    display: inline-block;
    float: none;
    width: 140px;
    margin: 0 5px;
  }
  .fqlist .slideBox ul li img {
    width: 90%;
  }
  .fqlist .slideBox ul li span p {
    padding-top: 40%;
    font-size: 14px;
  }
  .slideBox .sPrev,
  .slideBox .sNext {
    display: none;
  }

  .nyzx {
    height: 280px !important;
    background-size: cover;
  }

  #more {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .fqlist .slideBox ul li {
    width: 120px;
  }
  .fqlist .slideBox ul li span p {
    font-size: 12px;
    padding-top: 35%;
  }
  .mbgkcontent,
  .mbtccontent {
    font-size: 12px;
    position: absolute;
    font-size: 12px;
    width: 75%;
    top: 54px;
    left: 85px;
    height: 190px;
  }
}
