@charset "gb2312";
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #6b0018;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  min-width: 990px;
  font-family: 'Microsoft YaHei';
}
.l {
  color: #6b0018 !important;
}
.w {
  width: 990px;
  min-width: 990px;
  margin: 0 auto;
}
/*header*/
body {
  background: #800804;
}
.body {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/bg.jpg) center 0 no-repeat;
}
.indexMain {
  position: absolute;
  height: 540px;
  width: 614px;
  top: 50%;
  margin-top: -270px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
}
.indexMain td {
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}
.txtInfo {
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 1.6em;
}
.txtInfo h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6em;
  color: #fff;
}
.txtInfo h1 b {
  color: #FFD800;
  font-weight: bold;
}
.link-row {
  padding-top: 10px;
}
/*footer*/
.footer {
  text-align: center;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 15px;
  font-size: 14px;
  color: #fff;
}