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

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

#header {
  width: 100%;
  height: 80px;
  position: relative;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}
#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: 1320px;
  height: 80px;
}
#header div .header_logo {
  width: 240px;
  height: 40px;
  float: left;
  margin-top: 18px;
  background-image: url(../image/header_logo.png);
  background-repeat: no-repeat;
}
#header div .top_rtext {
  line-height: 80px;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  float: right;
  margin-left: 28px;
  position: relative;
}
#header div .top_rtext.on:not(#on_down)::after {
  background-color: #07b980;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 20px;
  left: 0;
  right: 0;
}
#header div #on_down {
  width: 110px;
  color: #ffffff;
  text-align: center;
  border-radius: 22px;
  background-position-y: 18px;
  background-repeat: no-repeat;
  background-image: url(../image/top_down_mini.png);
}
#header div #on_down:hover {
  background-position-y: -126px;
}

.toph {
  width: 100%;
  height: 60px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, #ffffff 100%);
  opacity: 0.5;
}

.titleImg {
  width: 100%;
  height: 46px;
  background-position-x: center;
  background-repeat: no-repeat;
  margin-left: 35px;
}

#tk_context {
  margin-top: 0px;
  width: 935px;
  padding-bottom: 90px;
}
#tk_context .title {
  font-family: PingFang-SC-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28.8px;
  letter-spacing: 0px;
  color: #4961d0;
  padding-bottom: 28px;
}
#tk_context .titleImg {
  padding-bottom: 60px;
}

#lxkfbtn {
  width: 68px;
  height: 68px;
  background-image: url(../image/lxwmbtn.png);
  float: right;
  position: sticky;
  bottom: 200px;
}
#lxkfbtn:hover {
  background-position-y: 68px;
}

#footer {
  height: 120px;
  background-color: #f7f7f7;
  position: relative;
  font-family: PingFang-SC-Regular;
  font-size: 13px;
  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: 42px;
}
#footer div a {
  color: #999999;
}
#footer div a:hover {
  color: #07b980;
}/*# sourceMappingURL=common.css.map */