* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  background: #fff;
  margin: 0 auto;
  font-size: 14px;
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input {
  vertical-align: middle;
}
img {
  vertical-align: top;
}
a,
a:link,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}
.w_1200 {
  width: 1130px;
  margin: 0 auto;
}
.w_950 {
  width: 950px;
  margin: 0 auto;
}
.t_c {
  text-align: center;
}
.clear {
  clear: both;
}
.d_b {
  display: block;
}
#header {
  padding-top: 25px;
  height: 100px;
  background-color: #d8204a;
}
#title {
  width: 1000px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  color: #2f2f2f;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  background: url("/images/line2.jpg") bottom center no-repeat;
}
#content_title {
  color: #2f2f2f;
  font-size: 35px;
  height: 65px;
  line-height: 65px;
  margin-top: 45px;
  padding-left: 90px;
  background-color: #dae9f3;
}
#content {
  padding: 55px 65px;
  background-color: #f4f4f4;
}
/*# sourceMappingURL=basic.css.map */