* {
  padding: 0 auto;
  margin: 0 auto;
  text-decoration: none;
}

body,
html {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}

#header {
  width: 100%;
  height: 80px;
  background-color: #00bc5d;
  position: relative;
}
#header::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 79px;
}
#header div {
  width: 995px;
  height: 80px;
}
#header div .header_logo {
  width: 163px;
  height: 36px;
  float: left;
  margin-top: 25px;
  background-image: url(../image/header_logo.png);
  background-repeat: no-repeat;
}
#header div .top_rtext {
  line-height: 80px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  float: right;
  margin-left: 28px;
}

#tk_context {
  margin-top: 70px;
  width: 935px;
  padding-bottom: 90px;
}
#tk_context .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  font-weight: bold;
  color: #00bc5d;
  margin-bottom: 20px;
}
#tk_context > p {
  padding: 5px 0;
}

#footer {
  height: 80px;
  background-color: #f7f7f7;
  position: relative;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
#footer div {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*width: 670px;*/
  margin-top: 22px;
}
#footer div a {
  color: #999999;
}
#footer div a:hover {
  color: #01c061;
}/*# sourceMappingURL=common.css.map */