@charset "gb2312";
/* CSS Document */
body {
  font-size: 16px;
  background-color: #ffffff;
  color: #323436;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-size: 100%;
}

ul, li, ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

em {
  font-style: normal;
}

/* 超链接样式（保持原风格，修正visited拼写） */
a {
  color: #323436;
  text-decoration: none;
}

a:visited {
  color: #002a5a;
}

a:hover {
  text-decoration: underline;
  color: #5A759e;
}

.clear {
  clear: both;
}

/* 宽度改为响应式 */
.w1000 {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.w1280 {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}

.header {
  border-top: solid 3px #5A759e;
}

.hd_midd {
  position: relative;
  height: 90px;
}

.collection {
  float: right;
  padding: 35px 0 0 0;
}

.hd_midd a.logo {
  float: left;
  padding-top: 10px;
}

.collection a {
  padding-left: 20px;
}

.serach {
  position: absolute;
  left: 280px;
  top: 25px;
  height: 37px;
  width: 487px;
}

.serach input,
.serach button {
  float: left;
}

.serach input {
  width: 400px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  height: 35px;
}

.serach button {
  width: 85px;
  height: 37px;
  background: url(../images/6188_new_05.gif) 0 0 no-repeat scroll #6bc30d;
  border: none;
  cursor: pointer;
}

/* 导航栏恢复为原浮动布局 */
.hd_nav {
  height: 50px;
  background-color: #323436;
  overflow: hidden; /* 清除浮动 */
  padding: 0 10px;
  box-sizing: border-box;
}

.hd_nav a {
  line-height: 50px;
  text-align: center;
  width: 90px;
  color: #999999;
  float: left;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hd_nav a.old {
  float: right;
  text-decoration: underline;
  background: url(../images/dian_11.jpg) 8px 25px no-repeat scroll #444547;
}

.hd_nav .logo {
  width: 190px;
  float: left;
  height: 50px;
  color: #ffffff;
  background: url(../images/6188logo_03.gif) 0 0 no-repeat;
  line-height: 50px;
}

.hd_nav a.current,
.hd_nav a:hover {
  background-color: #5A759e;
  font-weight: 800;
  color: #ffffff;
}

.footer {
  background-color: #323436;
  height: 100px;
  margin-top: 45px;
}

.box04 {
  text-align: center;
  line-height: 24px;
  color: #999999;
  padding-top: 25px;
}

.page {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.page table td {
  width: auto;
  padding: 0 10px;
  text-align: center;
}

.page table td a {
  background-color: #5A759e;
  line-height: 32px;
  padding: 0 15px;
  display: inline-block;
  margin: 0;
  color: #ffffff;
}

.page a {
  background-color: #dddddd;
  line-height: 32px;
  padding: 0 15px;
  margin: 0 5px;
  display: inline-block;
}

.page a.active,
.page li.thisclass a {
  color: #ffffff;
  background-color: #5A759e;
}

.page li {
  display: inline;
}

.dede_pages {
  font-size: 23px;
  width: 650px;
  height: auto;
  overflow: hidden;
  margin: 20px auto 0;
  font-family: 微软雅黑;
}

.dede_pages ul {
  float: left;
}

.dede_pages ul li {
  float: left;
  font-family: Tahoma;
  line-height: 17px;
  margin-right: 6px;
  border: 1px solid #E9E9E9;
  list-style: none;
}

.dede_pages ul li a {
  float: left;
  padding: 10px;
  color: #555;
  display: block;
}

.dede_pages ul li a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #5A759e;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
  background-color: #5A759e;
  padding: 5px;
  font-weight: bold;
}

.dede_pages .pageinfo {
  line-height: 21px;
  padding: 12px 10px 12px 16px;
  color: #999;
}

.dede_pages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0 2px;
}

.fenxianga {
  text-align: center;
  padding-top: 30px;
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin: auto;
  font-size: 14px;
  font-family: 微软雅黑;
}

/* 移动端响应式调整 */
@media screen and (max-width: 768px) {
  .w1000,
  .w1280 {
    width: 95% !important;
    max-width: 100% !important;
  }
  .fenxianga {
    width: 95% !important;
  }
  .hd_nav {
    height: auto;
    padding: 5px 10px;
  }
  .hd_nav a {
    float: none !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 0;
  }
  .hd_nav .logo {
    float: none !important;
    width: 100% !important;
    height: 40px;
    background-size: contain;
  }
  .dede_pages {
    width: 95% !important;
  }
}
