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: 'sourcehansans', Arial, "微软雅黑";
  overflow-x: hidden;
  line-height: 1.6;
}
@font-face {
  font-family: "sourcehansans";
  src: url(" ../fonts/思源宋体.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
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;
}
.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;
}
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: 100px;
  line-height: 100px;
  box-sizing: border-box;
  background: transparent;
}
.public-header .body-box {
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  width: 100%;
}
.public-header .body-box .logo-box {
  float: left;
}
.public-header .body-box .logo-box img {
  height: 60px;
}
.public-header .body-box .logo-box img.active {
  display: none;
}
.public-header .body-box .tel-box {
  float: right;
  font-size: 22px;
  color: #ffffff;
  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: 12px;
}
.public-header .body-box .tel-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;
  margin-left: 58px;
}
.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%;
  box-sizing: border-box;
  transition: all .3s;
}
.public-header .body-box li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transition: all .3s;
  opacity: 0;
}
.public-header .body-box li:hover > a:before,
.public-header .body-box li.active > a:before {
  opacity: 1;
  width: 100%;
  left: 0;
}
.public-header.active {
  background: #fff;
  height: 80px;
  line-height: 80px;
  transition: all .3s;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.18);
}
.public-header.active .body-box .logo-box img {
  display: none;
}
.public-header.active .body-box .logo-box img.active {
  display: inline-block;
  height: 50px;
}
.public-header.active .body-box .tel-box {
  color: #333;
}
.public-header.active .body-box .tel-box img {
  display: none;
}
.public-header.active .body-box .tel-box img.active {
  display: inline-block;
}
.public-header.active .body-box .link-box a {
  color: #333;
}
.public-header.active .body-box .link-box li.active > a,
.public-header.active .body-box .link-box li:hover > a {
  color: #b92e32 !important;
}
.public-header.active .body-box .link-box li.active > a:before,
.public-header.active .body-box .link-box li:hover > a:before {
  opacity: 0;
}
.public-footer {
  position: relative;
  z-index: 22;
  background: #332c2b;
  padding-top: 52px;
  box-sizing: border-box;
}
.public-footer .body-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1600px;
}
.public-footer .body-box .left-box .logo-box {
  margin-bottom: 25px;
}
.public-footer .body-box .left-box dl dt {
  font-size: 16px;
  color: #999999;
  margin-bottom: 12px;
}
.public-footer .body-box .left-box dl dd {
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
}
.public-footer .body-box .center-box dl {
  float: left;
  margin-left: 130px;
}
.public-footer .body-box .center-box dl dt {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}
.public-footer .body-box .center-box dl dd a {
  color: #999999;
  font-size: 14px;
  line-height: 1.8;
}
.public-footer .body-box .center-box dl dd a:hover {
  color: #fff;
}
.public-footer .copy-box {
  line-height: 80px;
  height: 80px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-align: center;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.public-footer .copy-box span {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.public-footer .copy-box .block {
  width: 1600px;
}
.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 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .public-header .body-box li {
    margin-left: 48px;
  }
  .public-header .body-box .tel-box {
    margin-left: 40px;
  }
  .public-footer .body-box {
    width: 1300px;
  }
  .public-footer .body-box .center-box dl {
    margin-left: 85px;
  }
  .public-footer .copy-box .block {
    width: 1300px;
  }
}
/*# sourceMappingURL=common.css.map */