@charset "UTF-8";
@import url(../../css/common.css);
::-webkit-scrollbar {
  /*隐藏滚轮*/
  display: none;
}

.safety-main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #F4F6F8;
}

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

.section-content {
  width: 100%;
  height: 100%;
  background: #F4F6F8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-content .top-numbers {
  width: 100%;
  height: 480px;
  position: relative;
  display: flex;
  justify-content: center;
}

.section-content .top-numbers .texts-nevs {
  width: 1280px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-content .top-numbers .texts-nevs .texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-content .top-numbers .texts-nevs .texts span {
  width: 474px;
  height: 48px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #1C1D1F;
  line-height: 24px;
  text-align: center;
}

.section-content .top-numbers .texts-nevs .texts span:first-child {
  width: auto;
  height: auto;
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 5px;
}

.section-content .lists-box {
  position: relative;
  top: -14px;
  width: 1280px;
  min-height: 500px;
  background: #F4F6F8;
  display: flex;
  flex-direction: column;
  transform: translateY(-10px);
}

.section-content .lists-box .list-item {
  position: relative;
  width: 100%;
  height: 520px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #E6E9ED;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.section-content .lists-box .list-item .texts {
  position: absolute;
  width: 50%;
  height: 100%;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #1C1D1F;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  padding-top: 71px;
  padding-left: 76px;
}

.section-content .lists-box .list-item .texts span:first-child {
  color: #175CFA;
  margin-bottom: 16px;
}

.section-content .lists-box .list-item .texts span:nth-child(2) {
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 46px;
}

.section-content .lists-box .list-item .texts span:nth-child(3) {
  max-width: 400px;
}

.section-content .lists-box .list-item .texts.right {
  right: 0;
}

.section-content .lists-box .list-item .texts.left {
  left: 0;
}

.section-content .lists-box .list-item .imgs {
  position: absolute;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-content .lists-box .list-item .imgs.right {
  right: 0;
}

.section-content .lists-box .list-item .imgs.left {
  left: 0;
}

/*
  // 媒体查询
*/
@media screen and (min-width: 1081px) and (max-width: 1300px) {
  .section-content .top-numbers {
    width: 100%;
    height: 480px;
  }
  .section-content .top-numbers .texts-nevs {
    width: 1000px;
    height: 100%;
  }
  .section-content .lists-box {
    width: 1000px;
  }
  .section-content .lists-box .list-item .texts {
    width: 40%;
    padding-top: 71px;
    padding-left: 26px;
  }
  .section-content .lists-box .list-item .texts span:nth-child(2) {
    font-size: 30px;
  }
  .section-content .lists-box .list-item .texts span:nth-child(3) {
    max-width: 300px;
  }
  .section-content .lists-box .list-item .imgs {
    width: 60%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1080px) {
  .section-content .top-numbers {
    width: 100%;
    height: 380px;
  }
  .section-content .top-numbers .texts-nevs {
    width: 700px;
    height: 100%;
  }
  .section-content .top-numbers .texts-nevs .texts span:first-child {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .section-content .lists-box {
    width: 700px;
  }
  .section-content .lists-box .list-item {
    flex-direction: column;
    height: auto;
  }
  .section-content .lists-box .list-item .texts {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-left: 76px;
  }
  .section-content .lists-box .list-item .texts span:nth-child(2) {
    font-size: 26px;
  }
  .section-content .lists-box .list-item .texts span:nth-child(3) {
    max-width: 100%;
    padding-right: 40px;
  }
  .section-content .lists-box .list-item .imgs {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .section-content .top-numbers {
    width: 100%;
    height: 320px;
  }
  .section-content .top-numbers .texts-nevs {
    width: 100%;
    height: 100%;
  }
  .section-content .top-numbers .texts-nevs .texts {
    padding: 0 12px;
  }
  .section-content .top-numbers .texts-nevs .texts span {
    width: 100%;
    height: 48px;
    font-size: 14px;
  }
  .section-content .top-numbers .texts-nevs .texts span:first-child {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .section-content .lists-box {
    width: 100%;
    padding: 0 12px;
  }
  .section-content .lists-box .list-item {
    flex-direction: column;
    height: auto;
  }
  .section-content .lists-box .list-item .texts {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-left: 12px;
  }
  .section-content .lists-box .list-item .texts span:nth-child(2) {
    font-size: 22px;
  }
  .section-content .lists-box .list-item .texts span:nth-child(3) {
    max-width: 100%;
    padding-right: 20px;
  }
  .section-content .lists-box .list-item .imgs {
    position: relative;
    width: 100%;
  }
  .section-content .lists-box .list-item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
