@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* 定位 */
.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.line-h24 {
  line-height: 24px;
}

.line-h30 {
  line-height: 30px;
}

.h4-color {
  color: #a6a6a6;
}

body {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-family: "微软雅黑";
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.common-padding {
  width: 100%;
  height: 100%;
  padding: 64px 0;
}

.child-content-margin {
  margin-top: 48px;
}

.goto {
  display: block;
  margin: 0 auto;
  width: 145px;
  height: 35px;
}

.banner {
  width: 100%;
  height: 300px;
  min-width: 1200px;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.87);
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=common.css.map */

@media screen and (max-width: 1240px) {
  .content {
    width: auto;
    padding: 0 16px;
    margin: 0 auto;
  }
  .common-padding {
    width: 100%;
    height: 100%;
    padding: 32px 0;
  }
  .child-content-margin {
    margin-top: 24px;
  }
  .banner {
    min-width: auto;
    height: auto;
  }
}
