@charset "UTF-8";
@font-face {
  font-family: "cu";
  src: url(static/font/cu.ttf);
}
@font-face {
  font-family: "xi";
  src: url(static/font/xi.ttf);
}
body {
  padding: 0;
  margin: 0;
  font: normal 12px/180% "微软雅黑";
  color: #333;
  background: #fff;
  font-family: "mainContent";
}

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

div {
  margin: 0 auto;
  text-align: left;
  font: normal 12px/180% "微软雅黑";
  font-family: "微软雅黑";
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #3b84cc;
  text-decoration: none;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

i {
  font-style: normal;
}

input, img {
  vertical-align: middle;
}

input[type=button], input[type=submit] {
  vertical-align: middle;
  cursor: pointer;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
  margin: 0 auto;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

input[type=button], input[type=submit], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

body {
  background: url(../images/top.jpg) no-repeat top center #f7f9fa;
}

.top {
  height: 552px;
  position: relative;
  margin-bottom: -1px;
}

.mainBox {
  width: 1000px;
  margin: 0 auto;
  background: none;
}
.mainBox .title {
  text-align: center;
  background: #e00011;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  color: #fff;
}
.mainBox .list .imgBox {
  float: left;
  width: 313px;
  padding: 15px 0;
  margin: 0 10px;
}
.mainBox .list .imgBox img {
  margin-bottom: 8px;
}
.mainBox .list .imgBox p {
  text-align: center;
  font-size: 18px;
}
.mainBox .more {
  text-align: right;
  font-size: 16px;
  margin-top: 20px;
  color: #e70e12;
  margin-bottom: 40px;
}
.mainBox .more a {
  color: #e70e12;
}

.copyright {
  text-align: center;
  color: #333;
  height: 130px;
  padding-top: 20px;
}

@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  html, body {
    width: 1200px;
  }
}
/*# sourceMappingURL=default.css.map */