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.6;
  overflow-x: hidden;
  padding-top: 90px;
}
.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;
}
.public-header {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  height: 90px;
  line-height: 90px;
  box-sizing: border-box;
  background: #fff;
  transition: all .3s;
}
.public-header .body-box {
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
.public-header .body-box .logo-box {
  float: left;
}
.public-header .body-box .logo-box img {
  transition: all 0.3s;
  height: 60px;
}
.public-header .body-box .tel-box {
  float: right;
  font-size: 30px;
  margin-left: 190px;
  color: #2b6378;
  font-family: 'Times New Roman';
}
.public-header .body-box .tel-box img {
  position: relative;
  top: -2px;
  margin-right: 12px;
}
.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: #333333;
  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: #2b6378;
  left: 50%;
  margin-left: 0;
  width: 0px;
  transition: all 0.3s;
  bottom: -24px;
}
.public-header .body-box li:hover > a,
.public-header .body-box li.active > a {
  color: #2b6378 !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: #2b6378 !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 {
  height: 80px;
  line-height: 80px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.public-header.active .body-box .logo-box img {
  height: 50px;
  transition: all 0.3s;
}
.public-header.active .body-box li a:before {
  bottom: -19px;
  transition: all 0.3s;
}
.public-footer {
  background: #333333;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}
.public-footer .body-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1600px;
  margin: 0 auto;
  margin-bottom: 52px;
}
.public-footer .body-box .link ul {
  display: inline-block;
  vertical-align: top;
}
.public-footer .body-box .link ul:nth-child(1) {
  margin-right: 70px;
}
.public-footer .body-box .link li {
  margin-bottom: 10px;
}
.public-footer .body-box .link li a {
  color: #cccccc;
  font-size: 14px;
}
.public-footer .body-box .link li a:hover {
  color: #fff;
}
.public-footer .body-box .cons-box dl dt {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 12px;
}
.public-footer .body-box .cons-box dl dd {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.8;
}
.public-footer .body-box .right-box {
  text-align: center;
  font-size: 0;
}
.public-footer .body-box .right-box .er-box {
  display: inline-block;
  vertical-align: top;
}
.public-footer .body-box .right-box .er-box .img-box img {
  width: 135px;
  height: 135px;
  border-radius: 4px;
  object-fit: cover;
}
.public-footer .body-box .right-box .er-box:nth-child(1) {
  margin-right: 30px;
}
.public-footer .body-box .right-box .er-box p {
  font-size: 14px;
  color: #dddddd;
  margin-top: 12px;
}
.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: 80px;
}
.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;
}
@media screen and (max-width: 1800px) {
  .block {
    width: 1300px;
  }
  .public-header .body-box .tel-box {
    margin-left: 50px;
  }
  .public-header .body-box li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .public-footer .body-box {
    width: 1300px;
  }
  .public-footer .body-box .right-box .er-box:nth-child(1) {
    margin-right: 20px;
  }
  .public-footer .body-box .link ul:nth-child(1) {
    margin-right: 40px;
  }
}
.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;
  height: 45px;
  line-height: 45px;
  width: 140px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 0;
  background-color: #fff;
}
.public_a span {
  position: relative;
  color: #666666;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  z-index: 3;
}
.public_a span em {
  font-style: normal;
  display: inline-block;
  margin-left: 10px;
}
.public_a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.public_a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #2b6378;
  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;
}
/*# sourceMappingURL=common.css.map */