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-size: 75px;
}
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;
  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_ul {
  text-align: center;
  float: right;
}
.public_header_ul li {
  display: inline-block;
  text-align: center;
  line-height: 70px;
}
.public_header_ul li a {
  display: inline-block;
  color: rgba(44, 44, 44, 0.75);
  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_ul li a span {
  position: relative;
  display: inline-block;
  height: 44px;
  line-height: 22px;
  vertical-align: middle;
  transition: transform .3s;
}
.public_header_ul li a span:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 1px;
  left: -15px;
  top: 33px;
  background: #ca1b2a;
}
.public_header_ul li a span:after {
  position: absolute;
  content: '';
  right: -15px;
  top: 33px;
  width: 0px;
  height: 1px;
  background: #ca1b2a;
}
.public_header_ul li:hover a,
.public_header_ul li.active a {
  color: #ca1b2a;
}
.public_header_ul li:hover a span,
.public_header_ul li.active a span {
  transform: translate(0, -22px);
}
.public_header_ul li:hover a span:before,
.public_header_ul li.active a span:before {
  width: 10px;
  transition: all .3s .2s;
}
.public_header_ul li:hover a span:after,
.public_header_ul li.active a span:after {
  width: 10px;
  transition: all .3s .2s;
}
.public_header_ul li.active a span {
  transform: translate(0, -22px);
}
.public-header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all .3s;
}
.public-header .left-box {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 99;
  opacity: 0;
  transform: translateX(-80px);
}
.public-header .left-box .icon-box {
  display: inline-block;
  vertical-align: top;
}
.public-header .left-box .icon-box img {
  height: 70px;
}
.public-header .left-box .openBtn {
  display: inline-block;
  width: 70px;
  height: 70px;
  padding-top: 25px;
  box-sizing: border-box;
  text-align: center;
  background: #ca1b2a;
}
.public-header .lcbody {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 20px;
}
.public-header .lcbody .lcitem {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  transform-origin: left top;
  transition: transform 0.4s;
}
.public-header .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
}
.public-header .lcbody .lcitem.center {
  top: 10px;
}
.public-header .lcbody .lcitem.bottom {
  bottom: 0px;
}
.public-header .lcbody .lcitem.hide {
  display: block;
}
.public-header .top-header {
  background: #fff;
}
.public-header .centent-box .logo-box {
  float: left;
  line-height: 70px;
}
.public-header .centent-box .logo-box img {
  height: 36px;
}
.public-header .centent-box .search-box {
  position: absolute;
  right: 68px;
  line-height: 70px;
  cursor: pointer;
}
.public-header .all-search {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  height: 90px;
  display: none;
  z-index: 11;
}
.public-header .all-search .input-search {
  position: relative;
  width: 650px;
  height: 50px;
  line-height: 49px;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
  margin-top: 20px;
}
.public-header .all-search .input-search input {
  border: none;
  width: 100%;
  font-size: 14px;
}
.public-header .all-search .input-search .icon-box {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.public-header .all-search .input-search .close-btn {
  position: absolute;
  top: 0;
  right: -125px;
  cursor: pointer;
}
.public-header.active .left-box {
  transform: translateX(0);
  opacity: 1;
}
.public-header.active .top-header {
  transition: all .3s;
  transform: translateX(-100px);
  opacity: 0;
}
.openMenu .public-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.openMenu .public-header .left-box {
  top: 20px;
  left: -30px;
}
.openMenu .public-header .left-box .openBtn {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  box-sizing: border-box;
}
.openMenu .public-header .left-box .openBtn .lcitem.center {
  visibility: hidden;
}
.openMenu .public-header .left-box .openBtn .lcitem.top {
  transform: rotate(45deg);
  left: 5px;
  top: 5px;
  width: 80%;
}
.openMenu .public-header .left-box .openBtn .lcitem.bottom {
  transform: rotate(-45deg);
  left: 4px;
  bottom: 1px;
  width: 80%;
}
.openMenu .public-header .top-header {
  transition: all .3s;
  transform: translateX(0);
  opacity: 1;
}
.openMenu .public-header .left-box .icon-box {
  opacity: 0;
}
@media screen and (max-width: 1680px) {
  .block {
    width: 1300px;
  }
  .public_header_ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .public-header .centent-box .search-box {
    right: 30px;
  }
  .public-header .centent-box {
    padding-right: 40px;
    box-sizing: border-box;
  }
  .openMenu .public-header .centent-box {
    padding-left: 0.6rem;
  }
}
.public-footer {
  background: #383838;
}
.public-footer .centent-box {
  position: relative;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 50px;
}
.public-footer .left-box {
  position: absolute;
  top: 60px;
  left: 100px;
}
.public-footer .left-box .logo-box {
  margin-bottom: 10px;
}
.public-footer .center-box {
  padding-left: 470px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  line-height: 2.4;
}
.public-footer .center-box dl {
  margin-right: 48px;
}
.public-footer .center-box dl dd a {
  font-size: 16px;
  color: #b2b2b2;
}
.public-footer .center-box dl dd a:hover {
  color: #fff;
}
.public-footer .center-box ul li {
  color: #b2b2b2;
  font-size: 16px;
}
.public-footer .center-box ul li img{
  width:140px;
  padding-left:150px;
}
.public-footer .right-box {
  position: absolute;
  top: 60px;
  right: 0px;
}
.public-footer .copy-box {
  text-align: center;
  font-size: 16px;
  color: #b2b2b2;
  height: 60px;
  line-height: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.public-footer .copy-box span {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
a.public-more {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  width: 140px;
  height: 50px;
  line-height: 48px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  text-align: center;
  font-size: 14px;
  color: #000000;
}
a.public-more span {
  position: relative;
}
a.public-more span img {
  vertical-align: middle;
  margin-left: 20px;
  position: relative;
  top: -1px;
}
a.public-more span img.active {
  display: none;
}
a.public-more:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ca1b2a;
  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);
}
a.public-more:hover:before,
a.public-more:focus:before,
a.public-more:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
a.public-more:hover {
  border-color: #ca1b2a !important;
}
a.public-more:hover span {
  color: #fff;
}
a.public-more:hover img {
  display: none;
}
a.public-more:hover img.active {
  display: inline-block !important;
}
@media screen and (max-width: 1800px) {
  .public-footer .left-box {
    left: 0;
  }
  .public-footer .center-box {
    padding-left: 370px;
  }
}
/*# sourceMappingURL=common.css.map */