﻿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 {
  overflow-x:hidden;
  color: #4c4c4c;
  font-size: 14px !important;
  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;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  line-height: 100px;
  height: 100px;
}
#header .block {
  position: relative;
  width: 100%;
  padding-left: 8.5%;
  padding-right: 8.5%;
  box-sizing: border-box;
}
#header .logo-box {
  float: left;
}
#header .right-box {
  float: right;
}
#header .right-box .nav-box ul li {
  position: relative;
  float: left;
  text-align: center;
  margin-left: 30px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
#header .right-box .nav-box ul li:first-child {
  margin-left: 0;
}
#header .right-box .nav-box ul li > a {
  display: inline-block;
  position: relative;
  color: #808080;
  font-size: 16px;
  letter-spacing: 1px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-weight: 400;
  width: 100%;
}
#header .right-box .nav-box ul li > a em {
  margin-left: 10px;
  display: inline-block;
  width: 10px;
  height: 6px;
  vertical-align: middle;
  background: url(../images/icon_2.png) center center no-repeat;
}
#header .right-box .nav-box ul li:hover > a,
#header .right-box .nav-box ul li.on > a {
  color: #ed6d1e;
}
#header .right-box .nav-box ul li:hover > a em,
#header .right-box .nav-box ul li.on > a em {
  background: url(../images/icon_2_1.png) center center no-repeat;
}
#header .right-box .nav-box ul li.active > a {
  color: #ed6d1e;
}
#header .right-box .nav-box ul li dl {
  position: absolute;
  top: 100px;
  z-index: 999;
  width: 100%;
  left: 0;
  background: #fff;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
#header .right-box .nav-box ul li dl dd a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #808080;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
#header .right-box .nav-box ul li dl dd a:hover {
  color: #ed6d1e;
}
#header .right-box .nav-box ul li dl dd:last-child a {
  border-bottom: none;
}
#header .tab-btn {
  display: none;
  position: absolute;
  right: 8.5%;
  line-height: 80px;
  z-index: 9;
}
#header .tab-btn span {
  display: inline-block;
  width: 0.7rem;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 0.7rem;
  vertical-align: middle;
  background: #fff;
  cursor: pointer;
}
#header .tab-btn span img {
  width: 60%;
}
#header.active {
  background: transparent;
  -webkit-animation: tem50_headerdonghua .5s;
  animation: tem50_headerdonghua .5s;
}
#header.active .centent-box {
  display: none;
}
#header.active .tab-btn {
  display: block;
}
#header.active.on {
  background: #fff;
}
#header.active.on .centent-box {
  display: block;
}
#header.active.on .tab-btn {
  display: none;
}
@-webkit-keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@media screen and (max-width: 1800px) {
  #header .block {
    padding-left: 4%;
    padding-right: 4%;
  }
  #header .tab-btn {
    right: 4%;
  }
  #header .logo-box img {
    height: 42px;
  }
  #header .right-box .nav-box ul li {
    margin-left: 20px;
  }
}
.public-footer {
  background: #fff;
  padding-top: 70px;
  border-top: 1px solid #efefef;
}
.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 .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 */