html {
  min-width: inherit;
}

body {
  min-width: inherit;
}

.content {
  width: 14.4rem;
  margin: 0 auto;
  overflow: hidden;
}

.safety-bread {
  border-bottom: 0.01rem solid #D8D8D8;
}

.safety-bread {
  height: 0.5rem;
  line-height: 0.5rem;
  border-bottom: 0.01rem solid #C0C0C0;
}

.safety-bread .bread-item a {
  color: #676767;
}

.safety-bread .bread-item a:hover {
  color: #0032B4;
}

/* title-slot */
.speech-slot {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.speech-slot .speech-arrow-prev,
.speech-slot .speech-arrow-next {
  width: 0.64rem;
  height: 0.32rem;
  /* background-size: cover; */
}

.speech-slot .speech-arrow-prev:hover,
.speech-slot .speech-arrow-next:hover {
  cursor: pointer;
}

.speech-slot .speech-arrow-prev {
  background: url(/static/images/about/safety_concept/marshalling8.png) no-repeat;
  background-position: center;
}

.speech-slot .speech-arrow-next {
  background: url(/static/images/about/safety_concept/marshalling9.png) no-repeat;
  background-position: center;
}

.speech-slot .speech-pagination {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
}

.speech-slot .speech-arrow-prev:hover {
  background: url(/static/images/about/safety_concept/prev-hover.png) no-repeat;
  background-position: center;
}

.speech-slot .speech-arrow-next:hover {
  background: url(/static/images/about/safety_concept/next-hover.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 768px) {
  .content {
    width: 7.04rem;
  }

  .safety-bread {
    display: none;
  }

  .speech-slot .speech-arrow-prev,
  .speech-slot .speech-arrow-next {
    width: 1.28rem;
    height: 0.64rem;
    /* background-size: cover; */
  }

  .speech-slot .speech-pagination {
    text-align: center;
    font-size: 0.28rem;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #000;
  }


}
.safety-big-picture {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
}

.safety-big-picture .safety-picture {
  display: block;
  width: 100%;
  position: relative;
}

.safety-big-picture .content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.safety-big-picture .content .content-text .title {
  font-size: 0.42rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.59rem;
  margin-bottom: 0.14rem;
}

.safety-big-picture .content .content-text .desp {
  font-size: 0.16rem;
  color: #E9E8EE;
  line-height: 0.28rem;
  width: 8rem;
  overflow: hidden;
}

.safety-big-picture .content-video {
  position: relative;
  width: 5.4rem;
  height: 3.06rem;
  margin-left: 1rem;
  cursor: pointer;
}

.safety-big-picture .content-video .video-section {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.safety-big-picture .content-video .video-section__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 0.56rem;
  height: 0.56rem;
  background: url('https://static01-www.QIANXIN.COM/qaxweb/3e36c6498d0cfb83669d1d567a9bc127.png') no-repeat 50% 50%;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .safety-big-picture {
    width: 7.68rem;
    height: 7.5rem;
  }

  .safety-big-picture .safety-picture {
    width: 7.68rem;
    height: 7.5rem;
  }

  .safety-big-picture .content {
    width: 7.68rem;
    height: 7.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .safety-big-picture .content .content-text {
    -ms-flex: 1;
        flex: 1;
  }

  .safety-big-picture .content .content-text .title {
    font-size: 0.54rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    line-height: 0.75rem;
    margin-left: 0.32rem
  }

  .safety-big-picture .content .content-text .desp {
    font-size: 0.3rem;
    margin-left: 0.34rem;
    line-height: 0.42rem;
    color: #D8D8D8;
    display: inline-block;
    width: 7.09rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .safety-big-picture .content .content-video {
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .safety-big-picture .content .content-video video {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.safety-nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: .98rem;
  z-index: 3;
  border-bottom: 0.01rem solid #C0C0C0;
  background-image: url('/static/images/about/safety_concept/rectangle.png');
}

.safety-nav .nav-wrap {
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
}

.safety-nav .nav-item {
  height: 100%;
  margin-right: 0.8rem;
}

.safety-nav .nav-item a {
  display: block;
  box-sizing: border-box;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.16rem;
  color: #333;
  border-bottom: 0.03rem solid transparent;
}

.safety-nav .nav-item a:hover,
.safety-nav .nav-item .nav-active {
  font-weight: bold;
  border-bottom-color: #0032B4;
}

@media screen and (max-width: 768px) {

  .safety-nav {
    display: none;
  }

}
.speech-content-text {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 1rem;
}

.speech-content-text .content {
  position: relative;
}

.speech-title-container {
  height: 3.79rem;
  border-bottom: 0.01rem solid #D8D8D8;
}

.speech-title-container h2 {
  display: block;
  height: 2rem;
  font-size: 0.42rem;
  font-weight: 800;
  padding-top: 1rem;
  box-sizing: border-box;
  border-bottom: 1px solid #D8D8D8;
}

.speech-title-container .speech-title-author {
  padding-top: 0.5rem;
  box-sizing: border-box;
}

.speech-title-container .speech-title-author h3 {
  font-size: 0.34rem;
  font-weight: 800;
  line-height: 0.24rem;
  letter-spacing: 0.0015rem;
}

.speech-title-container .speech-title-author p {
  font-size: 0.16rem;
  line-height: 0.25rem;
  margin-top: 0.3rem;
  color: #4E4E4E;
}

.speech-mobie {
  display: none;
}

.speech-bo {
  display: none;
}

.speech-container-text {
  height: 7.8rem;
  border-bottom: 1px solid #D8D8D8;
}

.speech-swiper {
  padding-right: 0.06rem;
}

.speech-text {
  box-sizing: border-box;
  overflow: hidden;
  height: 6.85rem;
  padding: 0.5rem 0rem;
  text-align: justify;
  text-justify: distribute;
}

/* 正文样式 */
.speech-text p {
  margin-bottom: 0.2rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #4E4E4E;
  letter-spacing: 0.0015rem;
}

.speech-text p strong {
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #4E4E4E;
  font-weight: 800;
  letter-spacing: 0.0015rem;
}

.text-item {
  margin-bottom: 0.25rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #4E4E4E;
  /* text-indent: 2em; */
  letter-spacing: 0.0015rem;

}

.text-bold {
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #4E4E4E;
  font-weight: 800;
  letter-spacing: 0.0015rem;

}

.text-p {
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #4E4E4E;
  letter-spacing: 0.0015rem;
  text-indent: 0 !important;

}

.title-item {
  margin-bottom: 0.25rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  font-weight: 800;
  color: #232323;
  /* text-indent: 2em; */
  letter-spacing: 0.0015rem;

}

@media screen and (max-width: 1240px) {
  .speech-title-container h2 {
    display: block;
    height: 2rem;
    font-size: 0.42rem;
    font-weight: 800;
    padding-top: 1rem;
    box-sizing: border-box;
    letter-spacing: 0.0015rem;
    border-bottom: 0.01rem solid #D8D8D8;
  }

  .speech-container-text {
    height: 7.8rem;
    border-bottom: 0.01rem solid #D8D8D8;
  }
}

@media screen and (max-width: 768px) {
  .speech-web {
    display: none;
  }

  .speech-mobie {
    display: block;
  }

  .speech-title-container {
    height: 4.79rem;
  }

  .speech-title-container h2 {
    font-size: 0.48rem;
    border-bottom: 0.01rem solid #D8D8D8;
  }

  .speech-title-container .speech-title-author h3 {
    font-size: 0.38rem;
    line-height: 0.53rem;
  }

  .speech-title-container .speech-title-author p {
    margin-top: 0.2rem;
    color: #515151;
    font-size: 0.3rem;
    line-height: 0.53rem;

  }

  .speech-container-text {
    height: 15.56rem;
    border-bottom: 0.01rem solid #D8D8D8;
  }

  .speech-text {
    box-sizing: border-box;
    overflow: hidden;
    height: 13.9rem;
    padding: 0.5rem 0;
  }

  .speech-container-text .speech-page {
    width: 7.03rem;
  }

  .speech-text p {
    line-height: 0.50rem;
    font-size: 0.3rem;
    color: #1D1D1D;
    margin-bottom: 0.2rem;

  }

  .speech-text p strong {
    line-height: 0.5rem;
    font-size: 0.3rem;
    color: #4E4E4E;
    font-weight: 800;
    margin-bottom: 0.2rem;
  }

  .text-item {
    line-height: 0.50rem;
    font-size: 0.3rem;
    color: #1D1D1D;
    margin-bottom: 0.2rem;

  }

  .text-bold {
    line-height: 0.5rem;
    font-size: 0.3rem;
    color: #4E4E4E;
    font-weight: 800;
    margin-bottom: 0.2rem;

  }

  .text-p {
    line-height: 0.5rem;
    font-size: 0.3rem;
    color: #232323;
    margin-bottom: 0.2rem;

  }

  .title-item {
    line-height: 0.50rem;
    font-size: 0.3rem;
    color: #1D1D1D;
    margin-bottom: 0.2rem;

  }


}
.safety-book {
  height: 7.84rem;
  background-image: url('/static/images/about/safety_concept/book.png');
  overflow: hidden;
  background-position: right center;
  background-size: cover;
}

.bool-tetle {
  box-sizing: border-box;
  height: 2.03rem;
  padding-top: 1rem;
  position: relative;
}

.bool-tetle h2 {
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.0015rem;
}

.bool-tetle .title-slot {
  display: none;
  position: absolute;
  top: 0.98rem;
  right: 0;
  display: -ms-flexbox;
  display: flex;

}

.bool-tetle .title-slot .tilte-pagination {
  display: none;
}

.bool-tetle .title-slot .title-arrow-prev {
  background: url(/static/images/about/safety_concept/page1.png) no-repeat;
  background-position: center;
  cursor: pointer;
}

.bool-tetle .title-slot .title-arrow-next {
  background: url(/static/images/about/safety_concept/page2.png) no-repeat;
  background-position: center;
  cursor: pointer;
}


.book-content .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.book-content .book-item {
  width: 3.39rem;
  height: 4.78rem;
  position: relative;
  background-color: black;
}

.book-content .book-item:last-child::before {
  content: '';
  display: block;
  position: absolute;
  width: 2.69rem;
  height: 0.3rem;
  left: 0.4rem;
  bottom: 0.4rem;
  background-image: url(/static/images/about/safety_concept/marshalling10.png);
  overflow: hidden;
  background-position: right center;
  background-size: contain;
}

.book-content .book-item a:hover {
  background-color: black;
  z-index: 1;
  opacity: 0.7;
  transition: all 0.5s;
  display: block;
}

.book-content .book-item img {
  width: 100%;
}

.book-content .book-item .book-item-a {
  display: inline-block;
  position: absolute;
  width: 2.69rem;
  height: 0.3rem;
  left: 0.4rem;
  bottom: 0.4rem;
}

.book-content .book-item .book-item-a img {
  width: 100%;
  height: 0.3rem;

}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 768px) {
  .safety-book {
    height: 11.45rem;
    background-image: url('/static/images/about/safety_concept/mobieBook.png');
    overflow: hidden;
  }

  .book-content .book-item {
    width: 6.08rem;
    height: 8.36rem;
    margin-right: 0.32rem;
  }

  .book-content img {
    width: 6.08rem;
    height: 8.36rem;
  }

  .bool-tetle .title-slot {
    display: inline-block;
    position: absolute;
    top: 0.92rem;
    right: 0;
    display: -ms-flexbox;
    display: flex;

  }

  .bool-tetle .title-slot .title-arrow-prev,
  .bool-tetle .title-slot .title-arrow-next {
    width: 0.64rem;
    height: 0.64rem;
    background-size: cover;

  }

  .bool-tetle .title-slot .title-arrow-prev:hover,
  .bool-tetle .title-slot .title-arrow-next:hover {
    cursor: pointer;
  }

  .bool-tetle .title-slot .tilte-pagination {
    display: inline-block;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #000;
  }

  .book-content .book-item:last-child::before {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 0.4rem;
    left: 0.4rem;
    bottom: 0.4rem;
    background-image: url(/static/images/about/safety_concept/marshalling10.png);
    overflow: hidden;
    background-position: right center;
    background-size: cover;

  }


}
.recommend-title {
  padding-top: 1rem;
}

.recommend-title h2 {
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.0015rem;

}

.recomment-item {
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}

.recomment-item:not(:last-child) {
  border-bottom: 0.01rem solid #D8D8D8;
}

.recommend-img {
  width: 2.2rem;
  height: 3.12rem;
}

.recommend-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recomment-text {
  -ms-flex: 1;
      flex: 1;
  padding-left: 0.32rem;
}

.title34 {
  font-size: 0.26rem;
  font-weight: 800;
  line-height: 0.36rem;
}

.recomment-content {
  margin-bottom: 0.5rem;
}

.recomment-content-text {
  padding-top: 0.15rem;
  margin-bottom: 1.4rem;
}

.recomment-content-text p {
  height: 1.04rem;
  font-size: .16rem;
  font-weight: 400;
  color: #4E4E4E;
  line-height: .26rem;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recomment-text a {
  font-size: 0.16rem;
  font-weight: 400;
  color: #1842B3;
  position: relative
}

.recomment-text a::after {
  content: '';
  display: inline-block;
  width: 0.18rem;
  height: 0.17rem;
  background-image: url('/static/images/index/arrow-blue.png');
  background-size: 0.18rem 0.17rem;
  background-repeat: no-repeat;
  margin-left: 0.12rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .recommend-title h2 {
    font-size: 0.48rem;
    font-weight: 800;
  }

  .recomment-text .title34 {
    font-size: 0.36rem;
    font-weight: 800;
    line-height: 0.48rem;
  }

  .recomment-text .recomment-content-text {
    width: 4.4rem;
    height: 1.6rem;
    margin-bottom: 0.53rem;
    overflow: hidden;
  }

  .recomment-text .recomment-content-text .text {
    height: auto;
    font-size: 0.28rem;
    font-weight: 400;
    color: #4E4E4E;
    line-height: 0.4rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .recomment-text a {
    font-size: 0.32rem;
    line-height: 0.42rem;
    position: relative
  }

  .recomment-text a::after {
    content: '';
    display: none;
  }

}