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;
}
.public-header {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  box-sizing: border-box;
  background: transparent;
}
.public-header .body-box {
  box-sizing: border-box;
  width: 1600px;
  margin: 0 auto;
}
.public-header .body-box .logo-box {
  float: left;
}
.public-header .body-box .logo-box img {
  height: 38px;
}
.public-header .body-box .logo-box img.active {
  display: none;
}
.public-header .body-box .tel-box {
  float: right;
  font-size: 26px;
  color: #004ea2;
  font-weight: 700;
  font-family: 'Times New Roman';
  margin-left: 50px;
}
.public-header .body-box .tel-box img {
  position: relative;
  top: -3px;
  vertical-align: middle;
  margin-right: 18px;
}
.public-header .body-box .link-box {
  float: right;
}
.public-header .body-box li {
  display: inline-block;
  text-align: center;
  line-height: 70px;
}
.public-header .body-box li a {
  display: inline-block;
  color: #333333;
  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 .body-box li a span {
  position: relative;
  display: inline-block;
  height: 44px;
  line-height: 22px;
  vertical-align: middle;
  transition: transform .3s;
}
.public-header .body-box li a span:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 1px;
  left: -15px;
  top: 33px;
  background: #004ea2;
}
.public-header .body-box li a span:after {
  position: absolute;
  content: '';
  right: -15px;
  top: 33px;
  width: 0px;
  height: 1px;
  background: #004ea2;
}
.public-header .body-box li:hover a,
.public-header .body-box li.active a {
  color: #004ea2;
}
.public-header .body-box li:hover a span,
.public-header .body-box li.active a span {
  transform: translate(0, -22px);
}
.public-header .body-box li:hover a span:before,
.public-header .body-box li.active a span:before {
  width: 10px;
  transition: all .3s .2s;
}
.public-header .body-box li:hover a span:after,
.public-header .body-box li.active a span:after {
  width: 10px;
  transition: all .3s .2s;
}
.public-header .body-box li.active a span {
  transform: translate(0, -22px);
}
.public-header.active {
  background: #fff;
  transition: all .3s;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.public-footer {
  background-color: #383838;
  padding-top: 60px;
  padding-bottom: 60px;
}
.public-footer .body-box {
  width: 1600px;
}
.public-footer .left-box {
  float: left;
}
.public-footer .left-box h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: -5px;
  line-height: 1;
}
.public-footer .left-box ul li {
  font-size: 16px;
  color: #c5c5c5;
  margin-top: 35px;
}
.public-footer .left-box ul li em {
  display: inline-block;
  margin-left: 35px;
  margin-right: 35px;
}
.public-footer .left-box ul li span {
  display: inline-block;
  margin-left: 30px;
}
.public-footer .right-box {
  float: right;
  text-align: center;
}
.public-footer .right-box .item-box {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.public-footer .right-box .item-box img {
  width: 93px;
  height: 93px;
  object-fit: cover;
}
.public-footer .right-box .item-box p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-top: 18px;
}
.public_a {
  position: relative;
  height: 45px;
  line-height: 45px;
  width: 150px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 0;
  background-color: #fff;
  overflow: hidden;
}
.public_a span {
  position: relative;
  color: #999999;
  font-size: 15px;
  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 #e5e5e5;
  box-sizing: border-box;
}
.public_a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ffb933;
  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;
}
@media screen and (max-width: 1800px) {
  .block {
    width: 1300px;
  }
  .public-header .body-box {
    width: 1300px;
  }
  .public-header .body-box .tel-box {
    margin-left: 20px;
  }
  .public-header .body-box li a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .public-footer .body-box {
    width: 1300px;
  }
}
@-webkit-keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-5px);
  }
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.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-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #383838;
  opacity: 1;
  margin-left: 8px!important;
  margin-right: 8px!important;
}
.public-pagination .swiper-pagination-bullet-active {
  width: 44px;
  border-radius: 15px;
  background-color: #004ea2!important;
}
.scaleDownFadeIn {
  -webkit-animation-name: scaleDownFadeIn;
  animation-name: scaleDownFadeIn;
}
@-webkit-keyframes scaleDownFadeIn {
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleDownFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transform: scale(1);
  }
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
/*# sourceMappingURL=common.css.map */