﻿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 {
  overflow-x:hidden;
  color: #4c4c4c;
  font-size: 14px;
  font-family: '微软雅黑', "Arial", PingFang SC;
  padding-top: 90px;
}
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;
}
.public-header .body-box {
  box-sizing: border-box;
}
.public-header .body-box .logo-box {
  float: left;
}
.public-header .body-box .link-box {
  float: right;
}
.public-header .body-box .tel-box {
  float: right;
  margin-left: 48px;
  font-size: 26px;
  color: #fff;
  letter-spacing: -2px;
  font-family: 'Arial';
}
.public-header .body-box .tel-box img {
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.public-header .body-box li {
  float: left;
  text-align: center;
  margin-left: 50px;
}
.public-header .body-box li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  width: 100%;
}
.public-header .body-box li a:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #1267b7;
  left: 50%;
  margin-left: 0;
  width: 0px;
  transition: all 0.3s;
  bottom: -10px;
}
.public-header .body-box li:hover a,
.public-header .body-box li.active a {
  color: #1267b7;
}
.public-header .body-box li:hover a:before,
.public-header .body-box li.active a:before {
  width: 100%;
  margin-left: -50%;
  bottom: -10px;
}
.public-header .body-box li.active a span {
  transform: translate(0, -22px);
}
.public-header.active {
  -webkit-animation: tem50_headerdonghua .5s;
  animation: tem50_headerdonghua .5s;
  width: 100%;
  height: 80px;
  line-height: 80px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.public-header.active .body-box li a {
  color: #333;
}
@-webkit-keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.public-footer {
  margin-top: 100px;
  position: relative;
  height: 320px;
  background: url(../images/img_15.jpg) center right no-repeat;
  padding-left: 392px;
  padding-right: 460px;
  padding-top: 65px;
  box-sizing: border-box;
}
.public-footer .bg {
  position: absolute;
  bottom: 320px;
  right: 0;
  font-size: 0;
}
.public-footer .bg img {
  vertical-align: middle;
}
.public-footer .left-box {
  position: absolute;
  left: 70px;
  top: 65px;
}
.public-footer .left-box .tel {
  color: #fff;
  margin-top: 48px;
}
.public-footer .left-box .tel p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
}
.public-footer .left-box .tel h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: 'Arail';
}
.public-footer .left-box .tel h3 img {
  margin-right: 12px;
}
.public-footer .link-box {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.public-footer .link-box dl dt {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 16px;
}
.public-footer .link-box dl dd a {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.public-footer .right-box {
  position: absolute;
  right: 70px;
  text-align: right;
  top: 65px;
}
.public-footer .right-box .icon-box {
  display: inline-block;
  background: #fff;
  width: 115px;
  height: 115px;
  border-radius: 5px;
  line-height: 115px;
  text-align: center;
  margin-bottom: 20px;
}
.public-footer .right-box .icon-box img {
  vertical-align: middle;
}
.public-footer .right-box p {
  color: #fff;
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 1700px) {
  .block {
    width: 1300px;
  }
  .public-header .body-box .tel-box {
    margin-left: 30px;
  }
  .public-header .body-box li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .public-footer {
    padding-left: 362px;
    padding-right: 430px;
  }
  .public-footer .left-box {
    left: 40px;
  }
  .public-footer .right-box {
    right: 40px;
  }
}
.public-more {
  position: relative;
  width: 140px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
}
.public-more span {
  display: inline-block;
  margin-left: 4px;
}
.public-more:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1267b7;
  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: -1;
}
.public-more:hover:before,
.public-more:focus:before,
.public-more:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.public-more:hover {
  color: #fff;
  border-color: #1267b7;
}
.swiper-container .swiper-pagination {
  bottom: 35px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: transparent;
  opacity: 1;
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: middle;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  border-color: #1267b7;
  vertical-align: middle;
}
/*# sourceMappingURL=common.css.map */