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: normal 14px "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
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: 60px;
  left: 0;
  right: 0;
  z-index: 9999;
}
.public-header .centent-box {
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
}
.public-header .body-box {
  position: relative;
  padding-left: 4%;
}
.public-header .body-box .logo-box {
  float: left;
}
.public-header .body-box .logo-box img {
  vertical-align: top;
}
.public-header .body-box .logo-box img.active {
  display: none;
}
.public-header .body-box .right-box {
  float: right;
  background: #de0010;
  padding-right: 13%;
  padding-left: 1%;
}
.public-header .body-box li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 70px;
}
.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: 1px;
  background: #fff;
  left: 50%;
  margin-left: 0;
  width: 0px;
  bottom: 18px;
  transition: all 0.3s;
}
.public-header .body-box li.active a,
.public-header .body-box li:hover a {
  color: #fff!important;
}
.public-header .body-box li.active a:before,
.public-header .body-box li:hover a:before {
  width: 100%;
  margin-left: -50%;
}
.public-header .tab-btn {
  position: absolute;
  right: 5%;
  top: -4vh;
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  width: 40px;
  opacity: 0;
  transition: top .3s;
}
.public-header.active {
  top: 0;
}
.public-header.active .centent-box {
  display: none;
  -webkit-animation: tem50_headerdonghua .5s;
  animation: tem50_headerdonghua .5s;
  width: 100%;
  background: #ffffff;
  z-index: 9999999;
  height: 85px;
  line-height: 85px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.public-header.active .body-box .logo-box img {
  display: none;
}
.public-header.active .body-box .logo-box img.active {
  display: inline-block;
  vertical-align: middle;
  height: 65px;
}
.public-header.active .body-box .right-box {
  background: transparent;
}
.public-header.active .body-box li a {
  color: #4c4c4c;
}
.public-header.active .body-box li a:before {
  bottom: 20px;
}
.public-header.active .body-box li.active a,
.public-header.active .body-box li:hover a {
  color: #000000!important;
}
.public-header.active .body-box li.active a:before,
.public-header.active .body-box li:hover a:before {
  background: #de0010;
  bottom: 20px;
}
.public-header.active .tab-btn {
  opacity: 1;
  top: 4vh;
}
.public-header.on .centent-box {
  display: block;
}
.public-header.on .tab-btn {
  opacity: 0;
  top: -4vh;
}
@-webkit-keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.public-footer {
  border-top: 8px solid #cc000e;
  background: #1a1a1a;
  padding-top: 80px;
}
.public-footer .body-box {
  width: 1400px;
}
.public-footer .body-box .logo-box {
  float: left;
}
.public-footer .body-box .center-box {
  float: left;
  margin-left: 50px;
  padding-top: 20px;
}
.public-footer .body-box .center-box .link-box {
  margin-bottom: 25px;
}
.public-footer .body-box .center-box .link-box label,
.public-footer .body-box .center-box .link-box a {
  color: #c5c5c5;
  font-size: 15px;
}
.public-footer .body-box .center-box .link-box a {
  display: inline-block;
  margin-left: 10px;
}
.public-footer .body-box .center-box .link-box a:hover {
  color: #fff;
}
.public-footer .body-box .center-box .info-box h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.public-footer .body-box .center-box .info-box ul li {
  float: left;
  margin-right: 50px;
}
.public-footer .body-box .center-box .info-box ul li span {
  font-size: 16px;
  font-weight: 700;
  color: #808080;
}
.public-footer .body-box .center-box .info-box ul li p {
  color: #fff;
  margin-top: 10px;
}
.public-footer .body-box .right-box {
  float: right;
  text-align: center;
}
.public-footer .body-box .right-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}
.public-footer .copy-box {
  margin-top: 70px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #2c2c2c;
}
.public-footer .copy-box p {
  color: #bfbfbf;
  font-size: 14px;
}
.public-footer .copy-box p span {
  display: inline-block;
  margin-left: 30px;
}
.banner-box img {
  width: 100%;
}
/*# sourceMappingURL=common.css.map */