* {
  box-sizing: border-box;
  outline: none;
}
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
ul,
li,
p,
pre,
td,
textarea,
th {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 "Hiragino Sans GB", "Microsoft YaHei", SimSun, Heiti, sans-serif;
  line-height: 100%;
  color: #595757;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #d7000f;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  line-height: 1;
  font-weight: normal;
}
img {
  border: 0;
  display: block;
}
button {
  border: 0;
}
input[type=button] {
  -webkit-appearance: none;
  outline: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: " ";
  visibility: hidden;
  height: 0;
}
.hide {
  display: none;
}
.inner {
  margin: 0 auto;
  width: 1200px;
}
.fl {
  float: left;
}
.w100 {
  width: 100%;
}
.o-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.public-bg {
  width: 100%;
  height: 565px;
  background: url('/images/public-banner.jpg') no-repeat top center;
}
header {
  padding: 36px 0 30px 0;
}
header .logo {
  float: left;
}
header .link {
  float: right;
  padding-top: 40px;
}
header .link a {
  margin-right: 50px;
  font-size: 18px;
  color: #595757;
}
header .link a:hover {
  color: #d7000f;
}
.bread {
  margin-top: 44px;
  font-size: 20px;
  line-height: 1;
}
.bread span {
  color: #d7000f;
}
/* 底部 */
footer {
  padding-top: 40px;
  color: #fff;
  background-color: #3e3a39;
}
footer .foot-logo {
  float: left;
}
footer .box {
  float: right;
}
footer .box dl {
  float: left;
}
footer .box dt {
  margin-bottom: 15px;
  font-size: 18px;
}
footer .box dd {
  margin-bottom: 11px;
  font-size: 14px;
}
footer .box .qr {
  float: right;
  margin-left: 50px;
  width: 100px;
}
footer .box .qr img {
  width: 100%;
}
footer .copy {
  margin-top: 40px;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}
footer .copy a {
  color: #fff;
}
