@charset "utf-8";
/* 全局样式 Global-Style **********************************************************/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  font: 12px/160% "宋体";
  color: #000;
  background: url(../images/bg.png) center top no-repeat;
}
form,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
}

/* 全局链接 Global-Link-Style **************************************************/
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #ff0000;
}

/***** 水平居中 *****/
.cen {
  margin: 0 auto;
}

/***** 清除浮动 *****/
.clear {
  clear: both;
}

#zw {
  width: 1200px;
  height: 352px;
}

/***** 导航 *****/
#daohang {
  width: 100%;
  height: 72px;
  background-color: #eb2b28;
  margin-bottom: 40px;
}
#bjdh {
  width: 1200px;
  height: 72px;
}

#dh_nav {
  width: 1200px;
  height: 72px;
  float: left;
}
#dh_nav li {
  height: 72px;
  float: left;
  text-align: center;
}
#dh_nav li a {
  font:
    18px/72px "Microsoft YaHei",
    "宋体";
  color: #fff;
  padding: 0 20px;
}
#dh_nav li a:hover {
  font:
    18px/72px "Microsoft YaHei",
    "宋体";
  color: #fff;
  background-color: #ffa11b;
  display: block;
}

#dh_nav li.on {
  font:
    16px/62px "Microsoft YaHei",
    "宋体";
  color: #fff;
  background-color: #ffa11b;
}
#dh_nav li.fhzz {
  float: right;
  font:
    16px/62px "Microsoft YaHei",
    "宋体";
  color: #fff;
  background-color: #ffa11b;
}

.yqlj {
  width: 1200px;
  margin-top: 34px;
}
.yqlj dt {
  height: 60px;
  text-align: left;
  padding-left: 38px;
  background: url(../images/djgz_01.png) left center no-repeat;
  font:
    18px/60px "Microsoft YaHei",
    "宋体";
  border-bottom: 1px #e5e5e5 solid;
}
.yqlj dd {
  padding: 20px 0 30px 0;
}
.yqlj dd li {
  float: left;
  margin-right: 30px;
  font:
    14px/30px "Microsoft YaHei",
    "宋体";
}
.yqlj dd li a:hover {
  text-decoration: underline;
}

/***** 底部版权 *****/
#copyright {
  width: 100%;
  height: 120px;
  text-align: center;
  font:
    14px/28px "Microsoft YaHei",
    "宋体";
  color: #f7d6c8;
  background: url(../images/bq.png) center top no-repeat;
  padding-top: 35px;
}
#copyright a {
  color: #f7d6c8;
}
