﻿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;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #6F7479;
  font-size: 14px;
  font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  overflow-x: hidden;
}
.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
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: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  height: 90px;
  line-height: 90px;
  box-sizing: border-box;
  background: transparent;
}
.public-header .body-box {
  box-sizing: border-box;
}
.public-header .body-box .logo-box {
  float: left;
}
.public-header .body-box .logo-box img.active {
  display: none;
}
.public-header .body-box .link-box {
  float: right;
}
.public-header .body-box li {
  position: relative;
  float: left;
  text-align: center;
}
.public-header .body-box li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
}
.public-header .body-box li a:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #fff;
  left: 50%;
  margin-left: 0;
  width: 0px;
  transition: all 0.3s;
  bottom: 0px;
}
.public-header .body-box li:hover > a,
.public-header .body-box li.active > a {
  color: #fff !important;
}
.public-header .body-box li:hover > a:before,
.public-header .body-box li.active > a:before {
  width: 64px;
  margin-left: -32px;
}
.public-header .body-box li:first-child:hover > a,
.public-header .body-box li:first-child.active > a {
  color: #fff !important;
}
.public-header .body-box li:first-child:hover > a:before,
.public-header .body-box li:first-child.active > a:before {
  width: 32px;
  margin-left: -16px;
}
.public-header.active {
  background: #fff;
  height: 80px;
  line-height: 80px;
  transition: all .3s;
  box-shadow: 0 0 20px 0px 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;
  height: 54px;
}
.public-header.active .body-box .link-box a {
  color: #333;
}
.public-header.active .body-box .link-box a:before {
  bottom: -19px;
}
.public-header.active .body-box .link-box li.active > a,
.public-header.active .body-box .link-box li:hover > a {
  color: #e1b066 !important;
}
.public-header.active .body-box .link-box li.active > a:before,
.public-header.active .body-box .link-box li:hover > a:before {
  background: #e1b066;
}
.public-footer {
  position: relative;
  z-index: 22;
  background: #222222;
}
.public-footer .top-box {
  height: 88px;
  line-height: 87px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 35px;
}
.public-footer .top-box .link-box {
  float: left;
}
.public-footer .top-box .link-box span {
  font-size: 14px;
  color: #999999;
}
.public-footer .top-box .link-box a {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}
.public-footer .top-box .link-box a:hover {
  color: #fff;
}
.public-footer .top-box .other-box {
  float: right;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.public-footer .top-box .other-box img {
  margin-right: 25px;
}
.public-footer .body-box .left-box {
  float: left;
}
.public-footer .body-box .left-box dl {
  float: left;
  margin-right: 72px;
}
.public-footer .body-box .left-box dl dt {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}
.public-footer .body-box .left-box dl dd a {
  color: #999999;
  font-size: 14px;
  line-height: 2;
}
.public-footer .body-box .left-box dl dd a:hover {
  color: #fff;
}
.public-footer .body-box .right-box {
  float: right;
}
.public-footer .body-box .right-box ul {
  margin-top: 18px;
}
.public-footer .body-box .right-box ul li {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
}
.public-footer .copy-box {
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  color: #ffffff;
  background: #1c1c1c;
  overflow: hidden;
  margin-top: 48px;
  text-align: center;
}
.public-footer .copy-box span {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 1700px) {
  .public-footer .body-box.block {
    width: 1300px;
  }
  .public-footer .body-box .left-box dl {
    margin-right: 40px;
  }
  .public-footer .body-box .center-box {
    margin-left: 60px;
  }
}
.mouse {
  position: absolute;
  z-index: 998;
  bottom: 50px;
  left: 50%;
  margin-left: -17px;
  animation: down 1.2s infinite;
  -webkit-animation: down 1.2s infinite;
  cursor: pointer;
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pop .video-box video {
  outline: none;
  width: 750px;
  height: auto;
}
.public_a {
  position: relative;
  margin: 0 auto;
  height: 40px;
  line-height: 38px;
  border: 1px solid #cccccc;
  width: 148px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
  border-radius: 30px;
}
.public_a span {
  position: relative;
  color: #999999;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.public_a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e1b066;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.public_a:hover {
  border-color: #e1b066;
}
.public_a:hover span {
  color: #fff;
}
/*# sourceMappingURL=common.css.map */