@media only screen and (min-device-width: 866px) {
  .home_top {
    display: block;
  }
  .home_top1 {
    display: none;
  }
  .home_banner {
    display: block;
  }
  .home_banner_mb {
    display: none;
  }
  .home_ssph {
    display: block;
  }
  .home_ssph_mb {
    display: none;
  }
  .home_zyqx {
    display: block;
  }
  .home_zyqx_mb {
    display: none;
  }
  .home_hxjs {
    display: block;
  }
  .home_hxjs_mb {
    display: none;
  }
  .home_hzgy {
    display: block;
  }
  .home_hzgy_mb {
    display: none;
  }
}
@media only screen and (max-device-width: 866px) {
  .home_top1 {
    display: block;
  }
  .home_top {
    display: none;
  }
  .home_banner {
    display: none;
  }
  .home_banner_mb {
    display: block;
  }
  .home_ssph {
    display: none;
  }
  .home_ssph_mb {
    display: block;
  }
  .home_zyqx {
    display: none;
  }
  .home_zyqx_mb {
    display: block;
  }
  .home_hxjs {
    display: none;
  }
  .home_hxjs_mb {
    display: block;
  }
  .home_hzgy {
    display: none;
  }
  .home_hzgy_mb {
    display: block;
  }
}

#home {
  background: #f5f5f5;
}
.home_top {
  width: 100%;
  height: 100vh;
  position: relative;
  img {
    width: 100%;
    height: 100%;
  }
  p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    color: #fff;
    letter-spacing: 12px;
    font-size: 60px;
    font-weight: 900;
  }
}
.home_top1 {
  width: 100%;
  height: 100vh;
  position: relative;
  img {
    width: 100%;
    height: 100%;
  }
  p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    color: #fff;
    letter-spacing: 6px;
    font-size: 2.1429rem;
    font-weight: 900;
  }
}
/* web轮播图 */
.home_banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home_banner .home_banner_titlebox {
  position: absolute;
  top: 40%;
  left: 4%;
  .home_banner_title {
    font-size: 70px;
    color: #fff;
    font-weight: 900;
  }
  .home_banner_title1 {
    font-size: 40px;
    color: #fff;
    margin-top: 40px;
    /* font-weight: 900; */
  }
}

.home_banner .swiper-pagination-bullet {
  background-color: rgba(253, 253, 253, 0.4);
  height: 12px;
  width: 12px;
}
.home_banner .swiper-pagination-bullet-active {
  background-color: #fdfdfd;
}
.home_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 移动轮播图 */
.home_banner_mb {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.home_banner_mb .home_banner_titlebox {
  position: absolute;
  top: 30%;
  left: 1.4286rem;
  .home_banner_title {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 900;
  }
  .home_banner_title1 {
    font-size: 1.4286rem;
    color: #fff;
    margin-top: 1.4286rem;
    /* font-weight: 900; */
  }
}
.home_banner_mb img {
  width: 100vw;
  height: 100vh;
}
/* 视频组件 */
.home_video {
  width: 100%;
  height: 100%;
  position: relative;
}
.home_video .dgVideo {
  width: 100%;
  height: 100%;
}
/* 数说鹏鹄 */
.home_ssph {
  padding: 0 7.1429rem;
}
.home_ssph .home_ssph_title {
  margin-top: 10.7143rem;
  margin-bottom: 5.7143rem;
  font-size: 2.2857rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
}
.ssph_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home_ssph .ssph_list {
  width: 31%;
  border-radius: 2.1429rem;
  overflow: hidden;
  margin-bottom: 1.4286rem;
}
.home_ssph .ssph_list img {
  width: 100%;
  height: 32.2857rem;
}
.home_ssph .ssph_cont_modal {
  background: #ffffff;
  text-align: center;
}
.home_ssph .ssph_list_num {
  font-family: DINCond-Black;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000000;
  padding-top: 2.1429rem;
  margin-bottom: 1rem;
}
.home_ssph .ssph_list_num span {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.8);
}
.home_ssph .ssph_list_name {
  padding-bottom: 2.1429rem;
  font-size: 2.2857rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
.home_ssph_mb {
  padding: 0 1.4rem;
}
.home_ssph_mb .home_ssph_title {
  margin-top: 2.1429rem;
  font-size: 1.1429rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
}
.home_ssph_mb .home_ssph_title1 {
  margin-top: 0.7143rem;
  margin-bottom: 1.4286rem;
  font-size: 0.7143rem;
  text-align: center;
  color: #000000;
}
.home_ssph_mb .ssph_list {
  width: 48%;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.7143rem;
}
.home_ssph_mb .ssph_list img {
  width: 100%;
  height: 9.7857rem;
}
.home_ssph_mb .ssph_cont_modal {
  background: #ffffff;
  text-align: center;
}
.home_ssph_mb .ssph_list_num {
  font-family: DINCond-Black;
  font-size: 1.4286rem;
  font-weight: 700;
  color: #000000;
  padding-top: 0.7143rem;
}
.home_ssph_mb .ssph_list_num span {
  font-size: 0.7143rem;
  color: rgba(0, 0, 0, 0.8);
}
.home_ssph_mb .ssph_list_name {
  padding-bottom: 0.7143rem;
  font-size: 0.7143rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
/* 载誉前行 */
.home_zyqx {
  margin-top: 8.5714rem;
}
.home_zyqx .home_zyqx_title {
  font-size: 2.2857rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-bottom: 2.2857rem;
}
.home_zyqx .home_zyqx_img {
  padding: 0 7.1429rem;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5.7143rem;
}
.home_zyqx .home_zyqx_img img {
  width: 100%;
  height: 100%;
}
.home_zyqx_mb {
  margin-top: 1.8rem;
}
.home_zyqx_mb .home_zyqx_title {
  font-size: 1.1429rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-bottom: 0.5714rem;
}
.home_zyqx_mb .home_zyqx_title1 {
  margin-top: 0.7143rem;
  margin-bottom: 1.4286rem;
  font-size: 0.8571rem;
  text-align: center;
  color: #000000;
}
.home_zyqx_mb .home_zyqx_img {
  width: 100vw;
  border-radius: 0.5714rem;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.home_zyqx_mb .home_zyqx_img img {
  width: 100%;
  height: 100%;
}
.home_hxjs {
  background: #fff;
  padding-top: 5.7143rem;
}
.home_hxjs .home_hxjs_title {
  font-size: 2.2857rem;
  font-weight: 600;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
.home_hxjs .home_hxjs_title1 {
  font-size: 20px;
  /* font-weight: 700; */
  text-align: center;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.home_hxjs_mb {
  margin-top: 1.8rem;
}
.home_hxjs_mb .home_hxjs_title {
  font-size: 1.1429rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-bottom: 0.5714rem;
}
.home_hxjs_mb .home_hxjs_title1 {
  margin-top: 0.7143rem;
  margin-bottom: 1.4286rem;
  font-size: 0.8571rem;
  text-align: center;
  color: #000000;
}

.home_hzgy .home_hzgy_title {
  font-size: 2.2857rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-top: 8.5714rem;
}
.home_hzgy .home_hzgy_title1 {
  font-size: 1rem;
  text-align: center;
  color: #000000;
  margin-top: 0.7143rem;
  margin-bottom: 8.1429rem;
}
.home_hzgy .home_hzgy_box {
  padding: 0 8.5714rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_hzgy .home_hzgy_list {
  width: 23%;
  height: 19.5714rem;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 7.1429rem;
  position: relative;
  padding: 0 1.5714rem;
}
.home_hzgy .home_hzgy_list_title {
  margin-top: 5.8571rem;
  font-size: 1.7143rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
}
.home_hzgy .home_hzgy_list_title1 {
  margin: 0.7143rem 0;
  font-size: 1.4286rem;
  text-align: center;
  color: #000000;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.home_hzgy .home_hzgy_list_cont {
  font-size: 1.1429rem;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home_hzgy .home_hzgy_img {
  width: 7.7143rem;
  height: 9.7143rem;
  position: absolute;
  top: -2.2857rem;
  left: 50%;
  transform: translateX(-50%);
}

.home_hzgy_mb .home_hzgy_title {
  font-size: 1.1429rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-top: 2.1429rem;
}
.home_hzgy_mb .home_hzgy_title1 {
  font-size: 0.8571rem;
  text-align: center;
  color: #000000;
  margin-top: 0.7143rem;
  margin-bottom: 2rem;
}
.home_hzgy_mb .home_hzgy_box {
  padding: 0 1.4286rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.home_hzgy_mb .home_hzgy_list {
  width: 48%;
  height: 9.1429rem;
  border-radius: 0.5714rem;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  position: relative;
  padding: 0 0.7143rem;
}
.home_hzgy_mb .home_hzgy_list_title {
  margin-top: 2rem;
  font-size: 0.8571rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
}
.home_hzgy_mb .home_hzgy_list_title1 {
  margin: 4px 0;
  font-size: 0.7143rem;
  text-align: center;
  color: #000000;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.home_hzgy_mb .home_hzgy_list_cont {
  font-size: 0.7143rem;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home_hzgy_mb .home_hzgy_img {
  width: 2.2857rem;
  height: 2.2857rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
