* {
  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;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
}
#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: 1000px;
  height: 80px;
}
#header div .header_logo {
  width: 252px;
  height: 48px;
  float: left;
  margin-top: 17px;
  background-image: url(../image/header_logo.png);
  background-repeat: no-repeat;
}
#header div .top_rtext {
  font-family: MicrosoftYaHei;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  margin-left: 28px;
  line-height: 80px;
  font-size: 16px;
  color: #222222;
  float: right;
}

#tk_context {
  margin-top: 70px;
  width: 935px;
  padding-bottom: 90px;
}
#tk_context .title {
  font-family: MicrosoftYaHei-Bold;
  font-stretch: normal;
  font-size: 36px;
  line-height: 29px;
  letter-spacing: 0px;
  font-weight: bold;
  color: #6460B4;
  margin-bottom: 28px;
}
#tk_context > h3 {
  line-height: 50px;
}
#tk_context > p {
  padding: 5px 0;
}

#footer {
  height: 80px;
  background-color: #000000;
  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: #6460B4;
}

#zxzx {
  display: none;
  cursor: pointer;
  bottom: 55px;
  right: 0px;
  width: 250px;
  height: 108px;
  position: fixed;
}/*# sourceMappingURL=common.css.map */