body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
  width: 100%;
  margin: 0 auto;
}
body .mobile {
  max-width: 750px;
  min-width: auto;
}
body .web {
  max-width: 1920px;
  min-width: 1400px;
}
li {
  list-style: none;
}
a {
  /* width: 100%; */
  display: inline-block;
  text-decoration: none;
}
.web a:hover {
  color: #bd0000 !important;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
p {
  word-wrap: break-word;
}
.tlho {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tlht {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tlhf {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.bold {
  font-weight: bold;
}
.banner {
  width: 100%;
  height: 21.875vw;
  min-height: 306px;
  background: url(../img/banner.jpg) no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
.banner a {
  display: block;
  position: absolute;
  width: 10%;
  height: 5vw;
  top: 1.6vw;
  left: 6.5vw;
  z-index: 1;
}
.footer {
  height: 76px;
  background: url(../img/ps2hk4919lq67cbohfg804m95t8kbq7t7vn663d8ed8-70a8-4e09-a626-c5d75ba2b7e3.png) no-repeat center
    top;
  width: 100%;
}
.footer span {
  width: 1200px;
  height: 32px;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  margin: 19px auto 0;
}

.crumbs {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #bd0000;
  margin-top: 54px;
}
.crumbs a {
  width: auto;
  color: #bd0000;
}
.crumbs span {
  margin: 0 6px;
}
.mobile {
  width: 100%;
}
.mobile .page {
  box-sizing: border-box;
  min-height: 100vh;
}
.mobile-banner {
  width: 100%;
  height: 10.24rem;
}

.mobile-banner img {
  width: 100%;
  display: block;
}
.mobile-footer {
  width: 100%;
}

.mobile-footer span {
  color: rgba(179, 166, 166, 1);
  font-size: 0.346rem;
  text-align: center;
  margin: 2rem auto 1.6rem;
}

.mobile-content {
  box-shadow: 0px 2px 8px 0px rgba(140, 140, 140, 0.26);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  width: 18.667rem;
  margin: -1.228rem auto 0;
}
.mobile-crumbs {
  overflow-wrap: break-word;
  color: rgba(189, 0, 0, 1);
  font-size: 0.64rem;
  line-height: 0.64rem;
  margin: 1.147rem 0 0 0.667rem;
}
.mobile-crumbs a {
  color: rgba(189, 0, 0, 1);
}
.mobile-back {
  width: 10.6rem;
  height: 2rem;
  line-height: 2rem;
  background: linear-gradient(9deg, #f22626, #b40506);
  border-radius: 1rem;
  text-align: center;
  font-size: 0.8rem;
  margin: 2.13rem auto 0;
}
.mobile-back a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .web {
    display: block;
  }
  .mobile {
    display: none;
  }
}
