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: 20px;
  line-height: 1.6;
  font-family: '微软雅黑', "Arial", PingFang SC;
  background: #fff!important;
  -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: 1280px;
  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_ul {
  text-align: center;
}
.public_header_ul li {
  display: inline-block;
  text-align: center;
}
.public_header_ul li a {
  display: inline-block;
  color: rgba(44, 44, 44, 0.75);
  font-size: 16px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
.public_header_ul li a span {
  position: relative;
  display: inline-block;
  height: 44px;
  line-height: 22px;
  vertical-align: middle;
  transition: transform .3s;
}
.public_header_ul li a span:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 1px;
  left: -15px;
  top: 33px;
  background: #054ca8;
}
.public_header_ul li a span:after {
  position: absolute;
  content: '';
  right: -15px;
  top: 33px;
  width: 0px;
  height: 1px;
  background: #054ca8;
}
.public_header_ul li:hover a,
.public_header_ul li.active a {
  color: #054ca8;
}
.public_header_ul li:hover a span,
.public_header_ul li.active a span {
  transform: translate(0, -22px);
}
.public_header_ul li:hover a span:before,
.public_header_ul li.active a span:before {
  width: 10px;
  transition: all .3s .2s;
}
.public_header_ul li:hover a span:after,
.public_header_ul li.active a span:after {
  width: 10px;
  transition: all .3s .2s;
}
.public_header_ul li.active a span {
  transform: translate(0, -22px);
}
.public-header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  transform: translateX(-80px);
  transition: all .3s;
}
.public-header.active {
  opacity: 1;
  transform: translateY(0px);
}
.public-header .left-box {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 99;
}
.public-header .left-box .icon-box {
  display: inline-block;
  vertical-align: top;
}
.public-header .left-box .icon-box img {
  height: 80px;
}
.public-header .left-box .openBtn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
}
.public-header .lcbody {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 20px;
}
.public-header .lcbody .lcitem {
  width: 100%;
  height: 1px;
  background: #404040;
  position: absolute;
  transform-origin: left top;
  transition: transform 0.4s;
}
.public-header .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #404040;
}
.public-header .lcbody .lcitem.center {
  top: 10px;
}
.public-header .lcbody .lcitem.bottom {
  bottom: 0px;
}
.public-header .lcbody .lcitem.hide {
  display: block;
}
.public-header .public_header_ul {
  transform: translateX(-100px);
  opacity: 0;
  transition: all .3s;
  background: #fff;
}
.public-header .public_header_ul li {
  line-height: 80px;
}
.openMenu .public-header .left-box .openBtn .lcitem.center {
  visibility: hidden;
}
.openMenu .public-header .left-box .openBtn .lcitem.top {
  transform: rotate(45deg);
  left: 4px;
  width: 114%;
}
.openMenu .public-header .left-box .openBtn .lcitem.bottom {
  transform: rotate(-45deg);
  left: 4px;
  width: 114%;
}
.openMenu .public-header .public_header_ul {
  transition: all .3s;
  transform: translateX(0);
  opacity: 1;
}
.public-footer {
  background: #221814;
  padding-top: 65px;
}
.public-footer h3 {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
}
.public-footer dl {
  color: #fff;
  margin-bottom: 20px;
}
.public-footer dl dd {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 2.2;
}
.public-footer dl dd em {
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
}
.public-footer .other-box {
  font-size: 0;
}
.public-footer .er-box {
  display: inline-block;
}
.public-footer .er-box .icon-box {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  vertical-align: bottom;
}
.public-footer .er-box .icon-box p {
  margin-top: 5px;
}
.public-footer .link-box {
  display: inline-block;
  width: 1000px;
  margin-top: 20px;
}
.public-footer .link-box dl {
  margin-bottom: 0;
}
.public-footer .link-box dl dt {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 10px;
}
.public-footer .link-box a {
  color: rgba(255, 255, 255, 0.45);
  margin-right: 20px;
  font-size: 14px;
}
.public-footer .copy {
  margin-top: 15px;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}
.public-footer .copy span {
  display: inline-block;
  margin-left: 30px;
}
/*# sourceMappingURL=common.css.map */