body {
  font-family: "Arail";
  font-size: 14px;
}

img {
  width: 100%;
}

a {
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  color: #666 !important;
}
a:hover {
  color: #004097 !important;
}

ul, ol, dl {
  list-style: none !important;
}

button, input, select, textarea {
  outline: none;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

.container-min {
  min-width: 1200px;
}

.container-fluid-con {
  min-width: 1200px;
  max-width: 1540px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.page {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.page a, .page span {
  padding: 0 16px;
  margin: 0 4px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.page a.curPage, .page span.curPage {
  background: #e60126;
  color: #fff !important;
}/*# sourceMappingURL=web-reset.css.map */