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";
  background: #f5f5f5;
  box-sizing: border-box;
}
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-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0.32rem;
  height: 1.733333rem;
  line-height: 1.733333rem;
  z-index: 9999;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
}
.public-header .header-body {
  position: relative;
  height: 100%;
  background: #fff;
}
.public-header .logo-box {
  text-align: left;
  margin-left: 0.2rem;
}
.public-header .logo-box img {
  width: auto;
  height: 0.853333rem;
}
.public-header .toggle-btn {
  position: absolute;
  right: 0.266667rem;
  top: 0;
  height: 100%;
  width: 1.333333rem;
}
.public-header .toggle-btn .sr-only {
  position: relative;
  display: block;
  width: 0.533333rem;
  height: 0.08rem;
  background: #222222;
  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: #222222;
  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: #222222;
  transition: all 0.5s;
}
.public-header .nav-list {
  position: absolute;
  width: 100%;
  top: -110vh;
  transition: all .6s;
  z-index: 9999;
  height: 100vh;
  left: 0;
  right: 0;
  overflow: scroll;
  color: #fff;
  padding-top: 2.0rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
}
.public-header .nav-list .logo-box {
  position: absolute;
  left: 0.32rem;
  top: 0.32rem;
  text-align: left;
}
.public-header .nav-list .logo-box img {
  height: 0.853333rem;
}
.public-header .nav-list ul {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transition: all 1.5s ease;
  transition-delay: .3s;
}
.public-header .nav-list li {
  position: relative;
  overflow: hidden;
  height: 1.6rem;
  line-height: 1.6rem;
}
.public-header .nav-list li.active {
  overflow: visible;
  height: auto;
}
.public-header .nav-list li.active > a em {
  background: url(../images/icon_4.png) center center no-repeat;
  background-size: 100% 100%;
}
.public-header .nav-list li > ul a {
  font-size: 0.4rem;
}
.public-header .nav-list li a {
  position: relative;
  display: block;
  color: #fff;
  text-align: left;
  width: 100%;
  padding-left: 0.533333rem;
  padding-right: 0.533333rem;
  box-sizing: border-box;
  font-size: 0.48rem;
}
.public-header .nav-list li em {
  position: absolute;
  height: 0.533333rem;
  width: 0.533333rem;
  top: 50%;
  right: 0.533333rem;
  transform: translate(0, -50%);
  background: url(../images/icon_3.png) center center no-repeat;
  background-size: 100% 100%;
}
.public-header .nav-list li dl {
  background: #0a0a0a;
  height: 1.6rem;
  overflow: hidden;
}
.public-header .nav-list li dl.active {
  height: auto;
  overflow: visible;
}
.public-header .nav-list li dl.active dt em {
  background: url(../images/icon_4.png) center center no-repeat;
  background-size: 100% 100%;
}
.public-header .nav-list li dl dt {
  position: relative;
  height: 1.6rem;
  font-size: 0.48rem;
  padding-left: 0.533333rem;
  padding-right: 0.533333rem;
}
.public-header .nav-list li dl dd {
  height: 1.6rem;
}
.public-header .nav-list li dl dd a {
  font-size: 0.373333rem;
  color: #808080;
}
.public-header .nav-list li dl dd a img {
  height: 0.32rem;
  vertical-align: middle;
  margin-right: 0.133333rem;
  position: relative;
  top: -0.026667rem;
}
.public-header .nav-list li dl dd a:hover {
  color: #f9a12e;
}
.public-header .nav-list li:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0.32rem;
  left: 0.32rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 9999;
}
.public-header .nav-list li:last-child:before {
  display: none;
}
.public-header.active .toggle-btn {
  z-index: 999999;
  position: fixed;
  height: 2.666667rem;
  top: 0.266667rem;
  right: 0;
}
.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;
  background: #fff;
}
.public-header.active .toggle-btn .sr-only:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  background: #fff;
}
.public-header.active .nav-list {
  top: -0.32rem;
}
.public-header.active .nav-list ul {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.public-header.on {
  top: 0;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
}
.overlay {
  display: none!important;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background: transparent;
  z-index: 99999999;
}
.public-footer-tab {
  position: fixed;
  left: 0.666667rem;
  right: 0.666667rem;
  bottom: 0.4rem;
  z-index: 999;
}
.public-footer-tab .centent-box {
  background: #dfe0e4;
  border-radius: 0.4rem;
}
.public-footer-tab .item-box {
  position: relative;
  float: left;
  width: 25%;
  height: 0.866667rem;
  line-height: 0.866667rem;
  text-align: center;
  box-sizing: border-box;
}
.public-footer-tab .item-box a {
  display: block;
}
.public-footer-tab .item-box:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0.133333rem;
  bottom: 0.133333rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.public-footer-tab .item-box:last-child:before {
  display: none;
}
.public-footer-tab .item-box img {
  height: 0.533333rem;
}
.footer-bottom {
  position: relative;
  padding-top: 1.333333rem;
}
.footer-bottom.active .public-footer-tab {
  position: absolute;
  bottom: 1.866667rem;
}
.public-footer {
  background: #f5f5f5;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  text-align: center;
  padding-left: 0.933333rem;
  padding-right: 0.933333rem;
  border-top: 1px solid #e6e6e6;
}
.public-footer .txt_2 {
  font-size: 0.346667rem;
  color: #808080;
}
.banner-box img {
  width: 100%;
}
#top {
  position: fixed;
  bottom: 2.666667rem;
  right: 0.333333rem;
  z-index: 9999;
}
#top img {
  height: 0.533333rem;
}
/*# sourceMappingURL=common.css.map */