html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
}
body,
button,
input,
select,
textarea,
fieldset,
label {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clrfix {
  zoom: 1;
}
.clrfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
html,
body,
.wrap {
  width: 100%;
  min-width: 1360px;
}
.wrap {
  position: relative;
}

.public-footer {
  width: 100%;
  min-width: 1360px;
  background: #3a486c;
}
.public-footer .footer {
  display: flex;
  justify-content: space-between;
}
.footer-list {
  /*  float: left;
  width: 360px; */
}
.footer-list dl {
  margin-bottom: 30px;
}
.footer-list dt {
  margin-top: 10px;
  color: #ffffff;
  opacity: 0.7;
  font-weight: normal;
  line-height: 24px;
}
.footer-list dd,
.footer-list dd a {
  font-weight: normal;
  line-height: 24px;
  margin-top: 10px;
  color: #ffffff;
}
.footer-list dd a {
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 100%;
  border-top: 1px solid #9da4b6;
  margin-top: 24px;
  height: 81px;
  line-height: 81px;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}
