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 !important;
  background: #fff;
  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;
  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: 1600px;
  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;
  box-sizing: border-box;
  background: #fff;
  height: 80px;
  line-height: 79px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .centent-box {
  width: 1600px;
  margin: 0 auto;
}
#header .logo-box {
  float: left;
}
#header .logo-box img {
  height: 60px;
  transition: height .36s ease;
}
#header .right-box {
  float: right;
}
#header .right-box .link-box {
  float: left;
}
#header .right-box ul li {
  float: left;
  width: 120px;
  text-align: center;
}
#header .right-box ul li a {
  position: relative;
  color: #333333;
  height: 80px;
  font-size: 16px;
  display: inline-block;
}
#header .right-box ul li a:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #0056a8;
  left: 50%;
  margin-left: 0;
  width: 0px;
  transition-property: margin, width;
  transition-duration: 0.3s, 0.3s;
  bottom: 0px;
}
#header .right-box ul li.active a {
  color: #0056a8;
}
#header .right-box ul li.active a:before {
  width: 100%;
  margin-left: -50%;
}
#header .right-box ul li a:hover {
  color: #0056a8;
}
#header .right-box ul li a:hover:before {
  width: 100%;
  margin-left: -50%;
}
.public-footer {
  background: #0056a8;
  background-size: cover;
  padding-top: 50px;
  overflow: hidden;
}
.public-footer .body-box {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.public-footer .body-box .left-box {
  box-sizing: border-box;
}
.public-footer .body-box .left-box .logo-box {
  margin-bottom: 20px;
}
.public-footer .body-box .left-box .link-box dl dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.public-footer .body-box .left-box .link-box dl dd {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.public-footer .body-box .right-box .link-box {
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.public-footer .body-box .right-box .link-box dl dt {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.public-footer .body-box .right-box .link-box dl dd a {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  transition: all .3s;
}
.public-footer .body-box .right-box .link-box dl dd a:hover {
  color: #fff;
}
.public-footer .bottom-box {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.public-footer .bottom-box .copy-box {
  line-height: 82px;
}
.public-footer .bottom-box .copy-box p {
  font-size: 14px;
  color: #dddddd;
}
.public-footer .bottom-box .copy-box p span {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  box-sizing: border-box;
}
.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;
}
@media screen and (max-width: 1800px) {
  .block {
    width: 1300px;
  }
  #header .centent-box {
    width: 1300px;
  }
  #header .right-box ul li {
    width: 108px;
  }
  .public-footer .body-box .right-box .link-box {
    width: 710px;
  }
}
.public_a {
  position: relative;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  width: 150px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-size: 0;
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
}
.public_a span {
  position: relative;
  color: #999999;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  z-index: 3;
}
.public_a span img {
  margin-left: 12px;
}
.public_a span img.active {
  display: none;
}
.public_a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 40px;
}
.public_a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #0056a8;
  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);
  z-index: 2;
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.public_a:hover span {
  color: #fff;
}
.public_a:hover span img {
  display: none;
}
.public_a:hover span img.active {
  display: inline-block;
}
@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);
  }
}
/*# sourceMappingURL=common.css.map */