@charset "UTF-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 14px/1 "Microsoft YaHei";
}
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
  outline: none;
}
a:hover {
  text-decoration: none;
}
abbr[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: "";
}
legend {
  color: #000;
}
fieldset,
img {
  border: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
input {
  outline: none;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: none;
  height: 1px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.hid {
  display: none !important;
}

.footer {
  float: left;
  width: 100%;
  min-width: 1000px;
  position: relative;
  z-index: 8888;
  padding: 20px 0 40px 0;
  overflow: hidden;
  background-color: #000000;
}
.footer .wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.footer .wrap .ti {
  text-indent: -999em;
}
.footer .f_link {
  display: inline;
  float: left;
  width: 270px;
  height: 110px;
  border-right: 1px solid #ffffff;
  margin-top: 20px;
}

.footer .f_link .f_logo {
  background-image: url(../img/f_logo.png);
  width: 180px;
  height: 50px;
  background-size: cover;
  float: right;
  margin: 25px;
}

.footer .f_txt {
  float: left;
  padding: 14px 0 0 15px;
  color: #a5a5a5;
}
.footer .f_txt p {
  height: 24px;
  font: 400 12px/2em "\5FAE\8F6F\96C5\9ED1", tahoma, sans-serif;
}
.footer .f_txt p a {
  color: #7b7f82;
  font: 400 12px/2em "\5FAE\8F6F\96C5\9ED1", tahoma, sans-serif;
  text-decoration: none;
}
.footer .f_txt p a:hover {
  color: #7b7f82;
  text-decoration: underline;
}
.footer .f_txt p a img {
  vertical-align: middle;
}
.footer .f_txt p a:hover img {
  text-decoration: none;
}
.footer .f_txt p span {
  font-family: Arial;
}

.footer_white {
  background: #fff;
  color: #000;
}
.footer_white .f_link {
  background: url(../image/f_logo_white.png) no-repeat 0 0;
}
.footer_white .f_txt {
  color: #000;
}
.footer_white .f_txt p a {
  color: #000;
}

.LT_popup .geetest_holder.geetest_wind {
  min-width: 246px;
}
