﻿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: #333333;
  font-size: 14px;
  line-height: 1.6;
  font-family: '微软雅黑', "Arial", PingFang SC;
  background: #fff;
  -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: 1200px;
  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: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-sizing: border-box;
  background: #ffffff;
  height: 100px;
  line-height: 100px;
  padding-left: 110px;
  padding-right: 110px;
}
.public-header .body-box {
  position: relative;
}
.public-header .body-box .logo-box {
  float: left;
}
.public-header .body-box .right-box {
  float: right;
}
.public-header .body-box li {
  position: relative;
  float: left;
  text-align: center;
  margin-left: 45px;
}
.public-header .body-box li a {
  display: inline-block;
  position: relative;
  font-weight: 400;
  line-height: 1;
  width: 65px;
  font-size: 16px;
  color: #808080;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.public-header .body-box li a:before {
  position: absolute;
  content: '';
  height: 6px;
  background-image: url(/static/default/picture/navbj.jpg);
  background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: left center;
 
  left: 50%;
  width: 0px;
  bottom: 0px;
  transition: all 0.3s;
}
.public-header .body-box li.active a,
.public-header .body-box li:hover a {
  color: #971a34;
}
.public-header .body-box li.active a:before,
.public-header .body-box li:hover a:before {
  width: 100%;
  left: 0;
}
.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: #fff;
  z-index: 9999999;
}
.public-header.active .body-box .logo-box img {
  height: 55px;
}
.public-header.active {
  height: 85px;
  line-height: 85px;
}
.public-footer {
  background: #fff;
  padding-top: 70px;
}
.public-footer .body-box {
  padding-left: 10%;
  padding-right: 10%;
}
.public-footer .centent-box {
  position: relative;
  padding-left: 340px;
}
.public-footer .centent-box .left-box {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.public-footer .centent-box .left-box .icon_2 {
  font-size: 20px;
  color: #c08851;
  line-height: 1;
  margin-top: 20px;
}
.public-footer .centent-box .left-box .icon_3 {
  font-size: 20px;
  color: #1f1f1f;
  margin-top: 45px;
  line-height: 1;
}
.public-footer .centent-box .right-box .link-box {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.public-footer .centent-box .right-box .link-box span {
  font-size: 20px;
  color: #1f1f1f;
}
.public-footer .centent-box .right-box .link-box a {
  font-size: 14px;
  color: #1f1f1f;
  margin-right: 20px;
}
.public-footer .centent-box .right-box .all-box {
  padding-top: 28px;
}
.public-footer .centent-box .right-box .all-box .tab-box {
  float: left;
}
.public-footer .centent-box .right-box .all-box .tab-box dl {
  float: left;
  margin-right: 70px;
}
.public-footer .centent-box .right-box .all-box .tab-box dl:last-child {
  margin-right: 0;
}
.public-footer .centent-box .right-box .all-box .tab-box dl dt {
  font-size: 16px;
  color: #1f1f1f;
  margin-bottom: 4px;
}
.public-footer .centent-box .right-box .all-box .tab-box dl dd a {
  font-size: 14px;
  color: #808080;
  line-height: 2;
}
.public-footer .centent-box .right-box .all-box .er-box {
  float: right;
}
.public-footer .centent-box .right-box .all-box .er-box .item-box {
  float: left;
  text-align: center;
  margin-right: 20px;
}
.public-footer .centent-box .right-box .all-box .er-box .item-box:last-child {
  margin-right: 0;
}
.public-footer .centent-box .right-box .all-box .er-box .item-box .img-box {
  border: 1px solid #bfbfbf;
  padding: 5px;
  box-sizing: border-box;
}
.public-footer .centent-box .right-box .all-box .er-box .item-box p {
  margin-top: 5px;
  font-size: 14px;
  color: #333333;
}
.public-footer .copy-box {
  margin-top: 20px;
  text-align: center;
  height: 58px;
  border-top: 1px solid #e6e6e6;
  line-height: 58px;
  font-size: 14px;
  color: #808080;
}
.public-footer .copy-box span {
  margin-left: 20px;
}
@media screen and (max-width: 1680px) {
  .public-footer .centent-box .right-box .all-box .tab-box dl {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .public-footer .centent-box .right-box .all-box .tab-box dl {
    margin-right: 20px;
  }
}
/*# sourceMappingURL=common.css.map */