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 {
  position: relative;
  color: #282b34;
  font-size: 14px;
  font-family: PingFang SC, "微软雅黑", Microsoft YaHei, "Arial";
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 1.666667rem;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
em {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 14px;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 100%;
  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;
}
.banner-box img {
  width: 100%;
}
.public-title {
  text-align: center;
  position: relative;
  margin-bottom: 0.6rem;
}
.public-title h3 {
  font-size: 0.48rem;
  color: #535353;
  line-height: 1;
}
.public-title span {
  position: relative;
  font-size: 0.32rem;
  color: #535353;
  display: inline-block;
  padding-bottom: 0.16rem;
  padding-left: 0.133333rem;
  padding-right: 0.133333rem;
}
.public-title span:before {
  position: absolute;
  content: '';
  width: 1.866667rem;
  height: 0.053333rem;
  background-color: #434343;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.public-title:before {
  position: absolute;
  content: '';
  width: 3.6rem;
  background-color: #c9c9c9;
  height: 1px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.public-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1.733333rem;
  line-height: 1.733333rem;
  z-index: 9999;
}
.public-header .header-body {
  position: relative;
  z-index: 999;
  background: #ffffff;
  height: 100%;
}
.public-header .logo-box {
  text-align: center;
}
.public-header .logo-box img {
  height: 0.8rem;
  width: auto;
}
.public-header .toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.333333rem;
}
.public-header .toggle-btn .sr-only {
  position: relative;
  display: block;
  width: 0.533333rem;
  height: 0.08rem;
  background: #333;
  margin: 0 auto;
  margin-top: 0.933333rem;
}
.public-header .toggle-btn .sr-only:before {
  position: absolute;
  top: -0.16rem;
  left: 0;
  content: ' ';
  width: 100%;
  height: 0.08rem;
  background-color: #333;
  transition: all 0.5s;
}
.public-header .toggle-btn .sr-only:after {
  position: absolute;
  top: 0.16rem;
  left: 0;
  content: ' ';
  width: 100%;
  height: 0.08rem;
  background-color: #333;
  transition: all 0.5s;
}
.public-header .nav-list {
  position: fixed;
  box-sizing: border-box;
  width: 50%;
  left: -50%;
  padding-bottom: 0.4rem;
  transition: all .6s;
  z-index: 9999;
  overflow: scroll;
  top: 0;
  color: #fff;
}
.public-header .nav-list .search-box {
  position: relative;
  height: 1.666667rem;
  line-height: 1.666667rem;
  background: #000000;
  width: 100%;
  box-sizing: border-box;
}
.public-header .nav-list .search-box span {
  position: absolute;
  right: 15%;
  top: 0;
}
.public-header .nav-list .search-box span img {
  height: 0.4rem;
  right: 0.266667rem;
}
.public-header .nav-list .search-box input {
  height: 0.666667rem;
  line-height: 0.666667rem;
  width: 80%;
  margin-left: 8%;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  color: #fff;
  font-size: 0.373333rem;
}
.public-header .nav-list .search-box input::-webkit-input-placeholder {
  color: #fff;
}
.public-header .nav-list .search-box input:-moz-placeholder {
  color: #fff;
}
.public-header .nav-list .search-box input::-moz-placeholder {
  color: #fff;
}
.public-header .nav-list .search-box input:-ms-input-placeholder {
  color: #fff;
}
.public-header .nav-list li {
  position: relative;
  overflow: hidden;
  height: 1.6rem;
  line-height: 1.6rem;
  background: #fff;
  border-bottom: 1px solid rgba(67, 67, 67, 0.4);
}
.public-header .nav-list li a {
  position: relative;
  display: block;
  color: #323232;
  text-align: left;
  width: 100%;
  padding-left: 0.933333rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
  font-size: 0.48rem;
}
.public-header .nav-list li em {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  border: 1px solid #272727;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.4rem;
  margin-top: -0.026667rem;
}
.public-header .nav-list li:last-child {
  border-bottom: none;
}
.public-header .nav-list li.active em {
  background: #000000;
  border-color: #000000;
}
.public-header.active .toggle-btn .sr-only {
  background-color: transparent;
}
.public-header.active .toggle-btn .sr-only:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.public-header.active .toggle-btn .sr-only:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.public-header.active .nav-list {
  left: 0;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.banner-box img {
  width: 100%;
}
.public-footer ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 1.333333rem;
  text-align: center;
  background: #000000;
}
.public-footer ul li .icon-box {
  margin-bottom: 0.066667rem;
}
.public-footer ul li .icon-box img {
  height: 0.506667rem;
}
.public-footer ul li .icon-box img.active {
  display: none;
}
.public-footer ul li a {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  width: 1.133333rem;
  box-sizing: border-box;
  padding-top: 0.133333rem;
  height: 1.333333rem;
}
.public-footer ul li.active a,
.public-footer ul li:hover a {
  background: rgba(255, 255, 255, 0.7);
  color: #464646;
}
.public-footer ul li.active .icon-box img,
.public-footer ul li:hover .icon-box img {
  display: none;
}
.public-footer ul li.active .icon-box img.active,
.public-footer ul li:hover .icon-box img.active {
  display: inline-block;
}
.public-footer .copy-box {
  text-align: center;
  background: #0d0d0d;
  box-sizing: border-box;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.public-footer .copy-box h3 {
  font-size: 0.4rem;
  color: #fff;
  margin-bottom: 0.133333rem;
}
.public-footer .copy-box p {
  color: #979797;
  font-size: 13px;
  line-height: 1.6;
}
/*# sourceMappingURL=common.css.map */