@charset "utf-8";
/* CSS Document */
html {
  background: #FFF;
}
body {
  font-size: 19px;
  color: #323232;
  font-family: 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  margin: 0 auto;
}
fieldset, img {
  border: 0;
}
img, object {
  max-width: 100%;
  height: auto;
  width: auto\9; /* for ie8 */ -ms-interpolation-mode: bicubic;
}
a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #a5014a;
  text-decoration: none;
}
input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: bold;
}
ul, ol {
  list-style: none outside none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
q:before, q:after {
  content: '';
  content: none;
}
input, textarea, select {
  font-weight: inherit;
  font-size: 100%;
}
input, select, textarea, button {
  vertical-align: middle
}
.textoverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.underline:hover {
  text-decoration: underline;
}
.distable {
  display: table;
}
.distr {
  display: table-row;
}
.distd {
  display: table-cell;
}
/* .time{font-family: 'Arial';} */
.clear {
  clear: both;
}
.rightDate {
  float: right;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
@media screen and (max-width:768px) {
  .lf, .rt {
    float: none;
    clear: both;
  }
}
/* 低版本浏览器 */
.ie_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  z-index: 99998;
}
.ie9tips {
  width: 400px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -200px;
  line-height: 1.8;
  color: #fff;
  z-index: 99999;
  text-align: center;
}
.ie9tips a {
  color: red;
}
.ie9tips img {
  display: block;
  margin: 0 auto;
  opactiy: 0.9;
  filter: alpha(opacity=90);
}
.ie9tips p {
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
}