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: 1185px;
  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: #111e47;
  height: 110px;
  line-height: 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: 40px;
}
.public-header .body-box li a {
  position: relative;
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}
.public-header .body-box li a:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #d1a177;
  left: 50%;
  width: 0px;
  bottom: -5px;
  transition: all 0.3s;
}
.public-header .body-box li.active a,
.public-header .body-box li:hover a {
  color: #d1a177;
}
.public-header .body-box li.active a:before,
.public-header .body-box li:hover a:before {
  width: 100%;
  left: 0;
}
.public-header.active {
  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: 80px;
  line-height: 80px;
  background: #fff;
  z-index: 9999999;
}
@-webkit-keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.public-footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #101e48;
  border-top: 2px solid #cda47c;
}
.public-footer .links-box {
  line-height: 55px;
}
.public-footer .links-box span {
  color: #bfbfbf;
  font-size: 14px;
}
.public-footer .links-box a {
  color: #bfbfbf;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
.public-footer .body-box .left-box {
  float: left;
}
.public-footer .body-box .left-box h3 {
  font-size: 20px;
  color: #d1a177;
  margin-bottom: 5px;
}
.public-footer .body-box .left-box p {
  font-size: 16px;
  color: #bfbfbf;
}
.public-footer .body-box .left-box p span {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.public-footer .body-box .right-box {
  float: right;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.public-footer .body-box .right-box p {
  margin-top: 5px;
}
.public-footer .copy-box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.public-footer .copy-box p {
  height: 35px;
  line-height: 35px;
  color: #bfbfbf;
  font-size: 14px;
}
.public-footer .copy-box span {
  margin-left: 20px;
}
.banner-box img {
  width: 100%;
}
#top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 9999;
}
#top.on {
  display: none;
}
/*# sourceMappingURL=common.css.map */