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;
  -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;
}
#header {
  width: 100%;
  height: 80px;
  z-index: 999;
  background: #fff;
  line-height: 80px;
  box-sizing: border-box;
  transition: top .4s;
}
#header .logo-box {
  box-sizing: border-box;
  float: left;
}
#header .logo-box img {
  vertical-align: middle;
}
#header .right-box {
  float: right;
}
#header .right-box li {
  position: relative;
  float: left;
  text-align: center;
  margin-left: 37px;
}
#header .right-box li a {
  display: inline-block;
  position: relative;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
#header .right-box li a:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #fbc200;
  width: 0px;
  bottom: 0px;
  left: 50%;
  transition: all 0.3s;
}
#header .right-box li.active a,
#header .right-box li:hover a {
  color: #fbc200;
}
#header .right-box li.active a:before,
#header .right-box li:hover a:before {
  width: 24px;
  margin-left: -12px;
}
#header.on {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#header.on .right-box li a {
  color: #3c3c3c;
}
#header.on .right-box li:hover a,
#header.on .right-box li.active a {
  color: #fbc200;
}
#header.five {
  top: -85px;
}
.public-footer {
  background: #282828;
  padding-top: 50px;
}
.public-footer .body-box {
  margin-bottom: 40px;
}
.public-footer .body-box .logo-box {
/*  float: left;
  margin-right: 100px;
*/}
.public-footer .body-box .logo-box p {
  color: #fff;
  font-size: 16px;
  margin-top: 12px;
}
.public-footer .body-box .logo-box p span {
  font-size: 18px;
  font-weight: 700;
  color: #fbc200;
}
.public-footer .body-box .tab-box {
  float: left;
  margin-top: 50px;
}
.public-footer .body-box .tab-box dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 55px;
}
.public-footer .body-box .tab-box dl dt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.public-footer .body-box .tab-box dl dd {
  line-height: 1.8;
}
.public-footer .body-box .tab-box dl dd a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.public-footer .body-box .tab-box dl dd a:hover {
  color: #fff;
}
.public-footer .body-box .er-box {
  float: right;
  text-align: center;
}
.public-footer .body-box .er-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 2px;
}
.public-footer .link-box {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.public-footer .link-box a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 20px;
}
.public-footer .copy-box {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  height: 40px;
  line-height: 40px;
  font-size: 0px;
  margin-top: 10px;
}
.public-footer .copy-box span {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 14px;
  margin-right: 50px;
}
/*# sourceMappingURL=common.css.map */