/*通用部分*/
* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "微软雅黑";
}
a,
a:visited {
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #125aae;
  text-decoration: underline;
}
li {
  list-style: none;
}
.container {
  width: 1200px;
  margin: 0px auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.top {
  height: 398px;
  background: url("xds_bg_01.jpg") no-repeat top center;
  position: relative;
}
.slide-box {
  width: 567px;
  height: 426px;
  float: left;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.slide-box .hd {
  height: 12px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 14px;
  z-index: 1;
}
.slide-box .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slide-box .hd ul li {
  float: left;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url("xds_bg_07.png") no-repeat;
  cursor: pointer;
  text-indent: 9999px;
}
.slide-box .hd ul li.on {
  background: url("xds_bg_08.png") no-repeat;
}
.slide-box .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slide-box .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slide-box .bd li a {
  display: block;
  width: 567px;
  height: 426px;
  position: relative;
}
.slide-box .bd li a img {
  width: 567px;
  height: 426px;
  display: block;
}
.slide-box .bd li a h3 {
  position: absolute;
  left: 22px;
  bottom: 0px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  z-index: 2;
}
.slide-box .bd li a i {
  display: block;
  width: 567px;
  height: 40px;
  background: #000;
  opacity: 0.4;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.zhbd-box {
  width: 606px;
  height: 426px;
  float: right;
  margin-top: 30px;
}
.catname {
  height: 50px;
  position: relative;
  width: 100%;
}
.catname a.more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 32px;
  font-size: 15px;
  font-weight: bold;
  color: #bb0007;
}
.catname a.more span {
  font-family: "宋体";
}
.zbxd-box {
  width: 567px;
  height: 336px;
  float: left;
  margin-top: 30px;
}
.xxzl-box {
  width: 606px;
  height: 336px;
  float: right;
  margin-top: 30px;
}
.tpbd-box {
  width: 1200px;
  height: 600px;
  float: left;
  margin-top: 30px;
  overflow: hidden;
}
.tpbd-box ul {
  width: 1300px;
  margin-top: 30px;
}
.tpbd-box ul li {
  width: 282px;
  height: 254px;
  float: left;
  margin-right: 24px;
  margin-bottom: 10px;
}
.tpbd-box ul li img {
  display: block;
  width: 282px;
  height: 208px;
}
.tpbd-box ul li span {
  display: block;
  width: 282px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
}
.footer {
  margin-top: 30px;
}
.footer a {
  color: #fff;
}
.news-box ul {
  margin-top: 16px;
}
.news-box ul li {
  height: 45px;
  padding-left: 27px;
  background: url("xds_bg_06.png") no-repeat left center;
}
.news-box ul li a {
  line-height: 45px;
  font-size: 16px;
}
