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;
  box-sizing: border-box;
}

@font-face {
  font-family: myFirstFont;
  src: url('../fonts/SourceHanSerifCN-Regular.otf'), url('../fonts/SourceHanSerifCN-Regular.otf');

  /* IE9 */
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  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;
}

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;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  list-style: none;

}


button,
input,
textarea {
  border: 0;
  background: none;
}



textarea {

  resize: none
}

button {
  cursor: pointer;
}





img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  object-fit: cover;
}


.FlexRow {
  display: flex;
  justify-content: center;
  align-items: center;

}

.FlexColumn {


  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}




.MultipleLines {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 弹性伸缩盒子模型显示  */
  display: -webkit-box;
  /* 限制早一个块元素显示的文本的行数 */
  line-clamp: 2;
  -webkit-line-clamp: 2;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  box-orient: vertical;
  -webkit-box-orient: vertical;
}



.danhang {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.FlexWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}










.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.6rem;
  line-height: 1.6rem;
  z-index: 9999;
}

.public-header .header-body {
  position: relative;
  z-index: 999;
  background: #fff;
  height: 100%;
  padding-left: 0.32rem;
}

.public-header .logo-box {
  text-align: left;
}

.public-header .logo-box img {
  width: auto;
  height: 0.866667rem;
}

.public-header .toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.466667rem;
}

.public-header .toggle-btn .sr-only {
  position: relative;
  display: block;
  width: 0.8rem;
  height: 2px;
  background: #1a1a1a;
  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: #1a1a1a;
  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: #1a1a1a;
  transition: all 0.5s;
}

.public-header .nav-list {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0.4rem;
  top: -80vh;
  transition: all .6s;
  z-index: 10;
  height: 80vh;
  overflow: scroll;
}

.public-header .nav-list li {
  position: relative;
  overflow: hidden;
  height: 1.12rem;
  line-height: 1.133333rem;
  background: #f8f8f8;
}

.public-header .nav-list li>a:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0.32rem;
  left: 0.32rem;
  height: 1px;
  background: #e6e6e6;
  z-index: 9999;
}

.public-header .nav-list li.active {
  overflow: visible;
  height: auto;
}

.public-header .nav-list li.active>a {
  color: #c82126;
}

.public-header .nav-list li.active>a em {
  background: url(/public/static/mains/mobile/img/about/icon_3.png) center center no-repeat;
  background-size: 100% auto;
}

.public-header .nav-list li:last-child a:before {
  display: none;
}

.public-header .nav-list li>ul {
  position: relative;
  padding-left: 0.333333rem;
  box-sizing: border-box;
  padding-top: 0.266667rem;
  padding-bottom: 0.266667rem;
}

.public-header .nav-list li>ul:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0.32rem;
  left: 0.32rem;
  height: 1px;
  background: #e6e6e6;
  z-index: 9999;
}

.public-header .nav-list li>ul li {
  line-height: 0.8rem;
  height: auto;
}

.public-header .nav-list li>ul a {
  font-size: 0.373333rem;
}

.public-header .nav-list li>ul a:before {
  display: none;
}

.public-header .nav-list li a {
  position: relative;
  display: block;
  color: #c82126;
  text-align: left;
  width: 100%;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
  font-size: 0.4rem;
}

.public-header .nav-list li em {
  position: absolute;
  height: 0.266667rem;
  width: 0.266667rem;
  top: 50%;
  right: 0.32rem;
  transform: translate(0, -50%);
  background: url(/public/static/mains/mobile/img/about/icon_2.png) center center no-repeat;
  background-size: 100% 100%;
}

.public-header.active .toggle-btn {
  background: #c82126;
}

.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: 1.6rem;
}

.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 {
  position: relative;
  background: #c82126;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
  padding-top: 0.466667rem;
  padding-bottom: 0.466667rem;
  margin-top: 1.6rem;
}

.public-footer .up {
  position: absolute;
  width: 0.853333rem;
  height: 0.853333rem;
  line-height: 0.853333rem;
  background: #c82126;
  border-radius: 100%;
  top: -0.426667rem;
  right: 0.32rem;
  text-align: center;
}

.public-footer .up img {
  height: 0.4rem;
  vertical-align: middle;
}

.public-footer .title-box {
  margin-bottom: 0.266667rem;
}

.public-footer .title-box .icon-box {
  margin-bottom: 0.2rem;
}

.public-footer .title-box .icon-box img {
  height: 0.586667rem;
}

.public-footer .title-box p {
  color: #fff;
  font-size: 0.346667rem;
}

.public-footer .er-box .item-box {
  float: left;
  margin-right: 0.533333rem;
  text-align: center;
}

.public-footer .er-box .item-box .img-box img {
  width: 1.866667rem;
}

.public-footer .er-box .item-box p {
  color: #fff;
  font-size: 0.32rem;
  margin-top: 0.133333rem;
}

.footer-nav .nav-list {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0.4rem;
  z-index: 10;
  overflow: scroll;
}

.footer-nav .nav-list li {
  position: relative;
  overflow: hidden;
  height: 1.12rem;
  line-height: 1.133333rem;
  background: #fff;
}

.footer-nav .nav-list li>a:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0.32rem;
  left: 0.32rem;
  height: 1px;
  background: #e6e6e6;
}

.footer-nav .nav-list li.active {
  overflow: visible;
  height: auto;
}

.footer-nav .nav-list li.active>a {
  color: #c82126;
}

.footer-nav .nav-list li.active>a em {
  background: url(/public/static/mains/mobile/img/about/icon_3.png) center center no-repeat;
  background-size: 100% auto;
}

.footer-nav .nav-list li>ul {
  position: relative;
  padding-left: 0.333333rem;
  box-sizing: border-box;
  padding-top: 0.266667rem;
  padding-bottom: 0.266667rem;
}

.footer-nav .nav-list li>ul:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0.32rem;
  left: 0.32rem;
  height: 1px;
  background: #e6e6e6;
  z-index: 9999;
}

.footer-nav .nav-list li>ul li {
  line-height: 0.8rem;
  height: auto;
}

.footer-nav .nav-list li>ul a {
  font-size: 0.373333rem;
}

.footer-nav .nav-list li>ul a:before {
  display: none;
}

.footer-nav .nav-list li a {
  position: relative;
  display: block;
  color: #c82126;
  text-align: left;
  width: 100%;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
  font-size: 0.4rem;
}

.footer-nav .nav-list li em {
  position: absolute;
  height: 0.266667rem;
  width: 0.266667rem;
  top: 50%;
  right: 0.32rem;
  transform: translate(0, -50%);
  background: url(/public/static/mains/mobile/img/about/icon_2.png) center center no-repeat;
  background-size: 100% 100%;
}

.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;
  padding-top: 0.933333rem;
}

.footer-bottom.active .public-footer-tab {
  position: absolute;
  bottom: 5.033333rem;
}

.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 */