body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #4c4c4c;
  font-size: 14px;
  font-family: '微软雅黑', "Arial", PingFang SC;
  background: #fff!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 1300px;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.public-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-sizing: border-box;
  background: #dedede;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.public-header .body-box {
  position: relative;
}
.public-header .body-box .logo-box {
  display: inline-block;
  margin-right: 100px;
}
.public-header .body-box .right-box {
  display: inline-block;
  vertical-align: middle;
}
.public-header .body-box li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 45px;
}
.public-header .body-box li a {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.public-header .body-box li a:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #000000;
  left: 50%;
  margin-left: 0;
  width: 0px;
  bottom: 25px;
  transition: all 0.3s;
}
.public-header .body-box li.active a,
.public-header .body-box li:hover a {
  color: #000000;
}
.public-header .body-box li.active a:before,
.public-header .body-box li:hover a:before {
  width: 35px;
  margin-left: -17px;
}
.public-header.active {
  position: fixed;
  transition: .5s;
  -webkit-animation: tem50_headerdonghua .5s;
  animation: tem50_headerdonghua .5s;
  width: 100%;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  height: 95px;
  line-height: 95px;
  background: #dedede;
  z-index: 9999999;
}
.public-header.active .body-box .logo-box img {
  /*height: 55px;*/
}
@-webkit-keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.public-footer {
  background: #121212;
  padding-top: 55px;
}
.public-footer h3 {
  line-height: 1;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  margin-bottom: 20px;
}
.public-footer dl {
  margin-bottom: 15px;
}
.public-footer dl dd {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  margin-right: 30px;
}
.public-footer .er-box {
  margin-top: 20px;
}
.public-footer .er-box .img-er {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.public-footer .er-box p {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 13px;
}
.public-footer .link-box {
  margin-top: 60px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
}
.public-footer .link-box label,
.public-footer .link-box a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 25px;
}
.public-footer .copy {
  height: 58px;
  line-height: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.public-footer .copy span {
  display: inline-block;
  margin-left: 30px;
}
.banner-box {
  position: relative;
  height: 475px;
  background-size: cover;
  background-position: center center;
}
.banner-box .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner-box .txt-box h3 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 10px;
}
.banner-box .txt-box p {
  font-size: 20px;
  color: #fff;
}
/*# sourceMappingURL=common.css.map */