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:"微软雅黑", Microsoft YaHei, "Arial";
  /* font-family: PingFang SC, "微软雅黑", Microsoft YaHei, "Arial";*/
  box-sizing: border-box;
  padding-top: 1.466667rem;
}
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;
  top: 0;
  left: 0;
  right: 0;
  height: 1.466667rem;
  line-height: 1.466667rem;
  z-index: 99999;
}
.public-header .header-body {
  position: relative;
  background: #fff;
  height: 100%;
  padding-left: 0.32rem;
}
.public-header .logo-box {
  text-align: left;
}
.public-header .logo-box img {
  width: auto;
  height: 0.586667rem;
}
.public-header .toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.6rem;
  transition: all .3s;
}
.public-header .toggle-btn .sr-only {
  position: relative;
  display: block;
  width: 0.666667rem;
  height: 2px;
  background: #333333;
  margin: 0 auto;
  margin-top: 0.8rem;
}
.public-header .toggle-btn .sr-only:before {
  position: absolute;
  top: -0.16rem;
  left: 0;
  content: ' ';
  width: 100%;
  height: 2px;
  background-color: #333333;
  transition: all 0.5s;
}
.public-header .toggle-btn .sr-only:after {
  position: absolute;
  top: 0.16rem;
  left: 0;
  content: ' ';
  width: 100%;
  height: 2px;
  background-color: #333333;
  transition: all 0.5s;
}
.public-header .nav-list {
  position: fixed;
  width: 60%;
  left: -60%;
  transition: all .6s;
  z-index: 999;
  overflow: scroll;
  top: 0;
  height: 100vh;
  box-sizing: border-box;
  background: #fff;
}
.public-header .nav-list li {
  position: relative;
  overflow: hidden;
  height: 1.466667rem;
  line-height: 1.466667rem;
  background: #fff;
}
.public-header .nav-list li:before {
  position: absolute;
  content: '';
  left: 0.333333rem;
  right: 0.333333rem;
  height: 1px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.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.373333rem;
}
.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;
  position: relative;
}
.public-header .nav-list li:last-child {
  border-bottom: none;
}
.public-header .nav-list li.active em {
  background: #d8262c;
  border-color: #d8262c;
}
.public-header.active .toggle-btn {
  z-index: 9999;
}
.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 {
  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%;
}
.up {
  position: fixed;
  width: 0.853333rem;
  height: 0.853333rem;
  line-height: 0.853333rem;
  background: #d8262c;
  border-radius: 100%;
  right: 0.32rem;
  bottom: 1.866667rem;
  z-index: 999;
  text-align: center;
}
.up img {
  height: 0.4rem;
  vertical-align: middle;
}
.public-footer {
  position: relative;
  background: #333333;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
  padding-top: 0.466667rem;
  padding-bottom: 0.466667rem;
  margin-top: 1.62rem;
}
.public-footer .title-box {
  margin-bottom: 0.333333rem;
}
.public-footer .title-box h3 {
  color: #fff;
  font-size: 0.373333rem;
}
.public-footer .title-box p {
  font-size: 0.346667rem;
  color: #999999;
}
.public-footer .title-box p span {
  color: #fff;
  font-size: 0.48rem;
  letter-spacing: -1px;
  font-weight: 700;
}
.public-footer .txt_1 {
  margin-bottom: 0.333333rem;
}
.public-footer .txt_1 span {
  font-size: 0.346667rem;
  color: #999999;
}
.public-footer .txt_1 p {
  font-size: 0.4rem;
  color: #999999;
}
.public-footer .txt_2 span {
  font-size: 0.346667rem;
  color: #999999;
}
.public-footer .txt_2 .img-box {
  margin-top: 0.133333rem;
}
.public-footer .txt_2 .img-box img {
  width: 1.466667rem;
}
.public-footer .copy-box {
  margin-top: 0.4rem;
}
.public-footer .copy-box p {
  font-size: 0.32rem;
  color: #666666;
  line-height: 1.6;
}
.public-footer-tab {
  position: fixed;
  left: 0.666667rem;
  right: 0.666667rem;
  bottom: 0.4rem;
  z-index: 999;
}
.public-footer-tab .centent-box {
  background: #eeeeee;
  border-radius: 0.4rem;
  box-shadow: 0.053333rem 0.053333rem 0.066667rem rgba(0, 0, 0, 0.2);
}
.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.453333rem;
}
.public-footer-tab .item-box img.active {
  display: none;
}
.public-footer-tab .item-box.active img {
  display: none;
}
.public-footer-tab .item-box.active img.active {
  display: inline-block;
}
.footer-bottom {
  position: relative;
}
.footer-bottom.active .public-footer-tab {
  position: absolute;
  bottom: 7.8rem;
}
.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
.video-pop .video-box .close-btn {
  position: absolute;
  right: 0;
  top: -0.6rem;
  cursor: pointer;
}
.video-pop .video-box .close-btn img {
  height: 0.453333rem;
}
.video-pop .video-box video {
  outline: none;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=common.css.map */