html,
body {
  position: relative;
  /* height: 100%; */
  font-family: 微软雅黑;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.marginB0 {
  margin-bottom: 0 !important;
}

.contentH {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.section4-3 {
  height: auto !important;
}

.valueVerification {
  background: #FBFBFB;
}

.colorb {
  color: #000000;
}

.zhwljj {
  padding: 0;
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  margin-top: 0.6rem !important;
}

.swiper-scrollbar-drag {
  background: #d81e06 !important;
  border-radius: 2px !important;
}

.video-title {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  line-height: 0.4rem;
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.video-thumb {
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
  aspect-ratio: 16/10;
}

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

#ecologyGrid::-webkit-scrollbar {
  width: 5px;
}

#ecologyGrid::-webkit-scrollbar-track {
  background: #E0E0E0;
}

#ecologyGrid::-webkit-scrollbar-thumb {
  background: #d81e06;
  border-radius: 2px;
}

/* 人才生态模块 */
.ecology-section {
  padding: 0.6rem 0;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.ecology_bg {
  width: 4.11rem;
  height: 3.54rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ecology-container {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 16rem;
  margin: 0 auto;
  align-items: flex-start;
}

.ecology-left {
  width: 2rem;
  flex-shrink: 0;
}

.ecology-title {
  font-size: 0.4rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.7rem;
  position: relative;
}

.ecology-title::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0.2rem;
  height: 3px;
  background: #d81e06;
}

.ecology-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.tab-btn {
  width: 2.1rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  border: none;
  border-radius: 0.35rem;
  background: #f5f5f5;
  color: #333;
  font-size: 0.18rem;
  cursor: pointer;
  transition: all 0.3s;
}

.tab-btn.active {
  background: #d81e06;
  color: #fff;
}

/* SWIPER 区域 */
.ecology-right {
  flex: 1;
  height: 8.6rem;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 1.64rem;
  padding-right: 0.2rem;
  padding-top: 0.9rem;
}

/* 卡片样式 */
.video-grid {
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
}

.other {
  height: 100% !important;
}

.other .video-card {
  width: 5.1rem !important;
  height: auto !important;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-right: 0.8rem !important;
}

.other .video-thumb {
  height: 3.5rem !important;
}

.date_icon {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.08rem;
}

.now_address {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.08rem;
}

p {
  margin: 0;
}

/* 移入元素字体颜色变为位红色 */
.redColor:hover {
  color: red;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@font-face {
  font-family: "DINAlternate-Bold";
  src: url(../font/DINCond-Regular.otf);
}

body {
  background-color: #FFFFFF;
  font-size: 0.16rem;
  /* line-height: 30px; */
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* border: 1px solid transparent; */
  /* box-sizing: border-box; */
}

.wow {
  visibility: hidden;
  /* 必需！ */
}

.animate__animated {
  visibility: visible;
  /* 动画触发时显示 */
}

body::-webkit-scrollbar {
  background-color: rgba(56, 90, 205, 0.4);
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #385acd;

}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}


img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  display: block;

}

.top {
  width: 100%;
  height: 0.96rem;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  transition: 0.5s all;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.top .wrapper {
  width: calc(100% - 0.45rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.45rem;
}


.top .wrapper .logo {
  width: 3.9rem;
  height: 2.12rem;
  display: block;
  transition: 0.4s all;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}


.top .wrapper .right {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 3.6rem;
  box-sizing: border-box;
}

.top .wrapper .right .max_right {
  display: flex;
  align-items: center;
}

.top .wrapper .nav {
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.4s all;
}

.top .wrapper .nav .nav-item {
  font-size: 0.16rem;
  color: white;
  margin-right: 0.7rem;
}

.oneLogo {
  background: white;
}

.img-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.img-modal.active {
  display: flex;
}

.img-modal img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: scale-down;
  cursor: pointer;
}

.img-modal .close-btn {
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}

.img-modal .close-btn::before,
.img-modal .close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.36rem;
  height: 2px;
  background: #fff;
}

.img-modal .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.img-modal .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.oneLogo .wrapper .nav .nav-item {
  color: #000000;
}

.top .wrapper .nav .active-nav,
.top .wrapper .nav .nav-item:hover {
  color: #E62129;
}

.top .wrapper .nav .activeNow {
  color: #E62129;
}

.top .wrapper .lx_phone {
  display: flex;
  align-items: center;
}

.top .wrapper .lx_phone>img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.56rem;
  cursor: pointer;
}

.top .wrapper .lx_phone .phone_div {
  width: 2.9rem;
  height: 0.96rem;
  background: #C80A14;
  padding-right: 0.54rem;
  padding-top: 0.15rem;
  box-sizing: border-box;
  text-align: right;
}

.top .wrapper .lx_phone .phone_div .remark {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
}

.top .wrapper .lx_phone .phone_div .phone {
  font-family: DIN Black;
  font-weight: bold;
  font-size: 0.28rem;
  color: #FFFFFF;
}


/*  移动端*/
.mobileNav {
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  background-color: white;
  z-index: 999;
  width: 100%;
  transition: 0.3s linear;
  overflow: hidden;
}

.mobileNav ul {
  width: 100%;
  margin-top: 10vw;
}

.mobileNav ul li {
  width: 100%;
  line-height: 10vw;
  text-align: center;

}

.mobileNav ul li a {
  font-size: 4vw;
}

.hideNav {
  height: 0;
}

.gxHead {
  width: 100%;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 999;
}

.gxHead .logo {
  margin: 0.15rem;
  width: 40%;
}

.gxHead .logo img {
  width: 100%;
  height: auto;
}

.menu_btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0px;
  right: 0%;
  z-index: 50;
  background: linear-gradient(135deg, #21aee6, #85a6ec) center center no-repeat;
}

.menu_btn span {
  top: 35px;
  left: 22px;
  width: 25px;
}

.menu_btn span:before {
  top: -6px;
  width: 18px;
}

.menu_btn span:after {
  top: 6px;
  width: 18px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn.active span {
  background-color: transparent;
}

.menu_btn.active span:after,
.menu_btn.active span:before {
  width: 25px;
}

.menu_btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}

.index-container {
  overflow: hidden;
}

.index-container .swiper-container {
  width: 100%;
  height: 100%;
  /* margin-top:0.9rem; */
}




.marginTop {
  margin-top: 1rem;
}

.marl {
  width: 100%;
  margin-left: 0;
  padding: 0 2.3rem;
  box-sizing: border-box;
}

.aboutRb {
  background: url("https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/about_rb_bg.png") center/cover no-repeat !important;

}

.aboutRb .about-section {
  height: 100%;
  padding: 1.16rem 1.6rem 0.7rem 1.6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.aboutRb .about-section .right_imgs>img {
  width: 8rem;
  height: 5rem;
}

.aboutRb .about-section .right_imgs{
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.aboutRb .desc-text {
  line-height: 0.3rem;
  /* word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden; */
}

.aboutRb .about-section .about_title_icon {
  width: 5.6rem;
  height: 1.2rem;
  object-fit: contain;
  position: absolute;
  top: -0.9rem;
  left: 0;
}

.aboutRb .content-wrap {
  /* width: 8rem; */
  z-index: 1;
}

/* 
.aboutRb .content-wrap .posTop {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  letter-spacing: -0.1rem;
  font-size: 1.2rem;
  color: rgba(37, 78, 158, 0.06);
  display: flex;
  align-items: flex-end;
}

.aboutRb .content-wrap .posTop .two {
  font-size: 1.6rem;
  line-height: 1.6rem;
} */

/* 主标题 */
.aboutRb .main-title {
  font-size: 0.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  position: relative;
}

.zzjg {
  height: 8.96rem;
  background: url("https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/about_three_bg.png") center/cover no-repeat !important;

}

.zzjg .warpper {
  padding: 1rem 1.6rem;
  box-sizing: border-box;
}

.zzjg .warpper .title .en {
  font-family: Arial;
  font-weight: bold;
  font-size: 0.48rem;
  line-height: 0.8rem;
  color: #000000;
}

.zzjg .warpper .title .cn {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.4rem;
  color: #000000;
  line-height: 0.48rem;
}

.zzjg .warpper .img_div {
  display: flex;
  gap: 3.21rem;
  align-items: flex-end;
}

.zzjg .warpper .img_div img:first-child {
  width: 1.01rem;
  height: 1.01rem;
}

.zzjg .warpper .img_div img:last-child {
  width: 7.2rem;
  height: 5.8rem;
}

.industryMedal {
  height: 9rem;
  background: url("https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/hangyexunzhang_bg.png") center/cover no-repeat !important;
}

.industryMedal .warpper {
  height: 100%;
  padding: 1.1rem 1.6rem;
  box-sizing: border-box;
}

.industryMedal .warpper .title .en {
  font-family: Arial;
  font-weight: bold;
  font-size: 0.48rem;
  line-height: 0.8rem;
  color: #FFFFFF;
}

.industryMedal .warpper .title .cn {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.48rem;
}

.industryMedal .certificate-section {
  /* background: #b71c1c; */
  /* 背景红色，和截图一致 */
  padding: 0.6rem 0;
}

.industryMedal .certificate-section .wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0.2rem;
  text-align: center;

}

.industryMedal .swiper-paginationdal {
  margin-top: 0.83rem;
}

.industryMedal .swiper-pagination-bullet-active {
  background: url('https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/swiper_active.png') center/cover no-repeat;
}

.industryMedal .certificate-swiper {
  /* overflow: visible; */
  overflow: hidden;

}

.industryMedal .certificate-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}


.industryMedal .cert-item {
  text-align: center;
  color: #fff;
  width: 3.76rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.34rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
}

.industryMedal .cert-item:hover {
  color: #000;
  background: rgba(255, 255, 255, 1);
}

.industryMedal .cert-img {
  width: 3.3rem;
  height: 2.13rem;
  /* 半透明白色卡片效果 */
  margin-bottom: 0.45rem;
}

.industryMedal .cert-img img {
  object-fit: cover;
}

.industryMedal .cert-title {
  font-size: 0.16rem;
  line-height: 1.5;
  margin: 0;
}

/* 分页指示器样式 */
.industryMedal .certificate-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.industryMedal .certificate-swiper .swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #fff;
}

.certificate_lunbo_btn {
  display: flex;
  position: relative;
  z-index: 2;
}

.certificate_lunbo_btn .certificate-button-prev,
.certificate_lunbo_btn .certificate-button-next {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  color: #C80A14;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate_lunbo_btn .certificate-button-prev:hover,
.certificate_lunbo_btn .certificate-button-next:hover {
  background-color: #C80A14;
}

.certificate_lunbo_btn .certificate-button-prev img,
.certificate_lunbo_btn .certificate-button-next img {
  width: 20px;
  height: 20px;
}

.certificate_lunbo_btn .certificate-button-prev {
  position: absolute;
  left: -1rem;
  top: -2.2rem;
}

.certificate_lunbo_btn .certificate-button-next {
  position: absolute;
  right: -1rem;
  top: -2.2rem;
}


.exhibition {
  width: 100%;
  position: relative;
  background-color: white;
  border-bottom: 1px solid #F4F5F6;
}

.exhibition-nav {
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 1.6rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.exhibition-nav .right_nav {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  display: flex;
  align-items: center;
}

.exhibition-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.2rem;
  /* width: 16rem; */
  height: 100%;
}

.exhibition-nav ul li {
  text-align: center;
  padding: 0 0.3rem;
  height: 0.8rem;
  line-height: 0.9rem;
  color: #333333;
  font-size: 0.16rem;
  color: #7d7d7d;
  /* border: 1px solid rgba(255, 255, 255, .2); */
}

a:hover {
  /* color: white; */
  /* transform: scale(1.1); */
}

.exhibition-nav ul .active {
  color: #E62129;
  border-bottom: 4px solid #C80A14;
}


.banner {
  width: 100%;
  background-image: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/banner1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 6.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem;
  box-sizing: border-box;
}

.positionR{
  position: relative;
  overflow: hidden;
}

.banner video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner video[src] {
  display: block;
}

.banner:has(video[src]) {
  background-image: none !important;
}

.banner p:first-child {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.44rem;
  color: #FFFFFF;
  margin-bottom: 0.3rem;
}

.banner p:nth-of-type(2) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
}



.swiper-container .swiper-pagination {
  width: auto;
  right: 0.8rem;
  bottom: 0.6rem;
  left: unset;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.04rem;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  border-radius: 0px;

}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a0733e;
  opacity: 1;
  height: 0.08rem;
}

.section1 {
  height: 100vh;
}

.section1 .wrapper {
  height: 100%;
  padding: 1.4rem 0rem 0 0rem;
  box-sizing: border-box;
  background: url('https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/index_bg_one.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.section1 .wrapper .title {
  padding: 0 1.6rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  margin-top: 230px;
}

/* 底部服务栏 */
.section1 .wrapper .service-bar {
  padding: 0.3rem 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  bottom: 0;
}

/* 单个服务项 */
.section1 .wrapper .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.1rem;
}

/* 图标容器 */
.section1 .wrapper .icon-box {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* 图标 */
.section1 .wrapper .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  /* 默认白色图标 */
  transition: all 0.3s ease;
}

/* 文字描述 */
.section1 .wrapper .service-text {
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
  transition: all 0.3s ease;
}

/* 鼠标移入样式 */
.section1 .wrapper .service-item.active .icon-box {
  transform: scale(1.15);
}

.section1 .wrapper .service-item.active .icon-box img {
  /* filter: none; */
  /* transform: rotate(360deg); */
  filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(7477%) hue-rotate(357deg) brightness(100%) contrast(103%);
  /* 恢复图标原色 */
}

.section1 .wrapper .service-item.active .service-text {
  color: #ff4444;
  /* 文字变红 */
  font-weight: bold;
}

.section2 {
  height: 100vh;
}

.section2 .wrapper {
  height: 100%;
  /* background: url('../images/index_bg_two.png') no-repeat; */
  /* background-size: 100% 100%; */
  display: flex;
  justify-content: space-between;
}

/* 主容器 */
.section2 .wrapper .about-section {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/index_bg_two.png") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

/* 左侧垂直标题 */
.section2 .wrapper .vertical-title {
  position: absolute;
  left: 1.88rem;
  top: 32%;
  font-size: 1.06rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  opacity: 0.8;
  z-index: 1;
}

/* 内容区 */
.section2 .wrapper .content-wrap {
  position: absolute;
  left: 3.74rem;
  top: 24%;
  transform: translateY(-50%);
  width: 8rem;
  z-index: 1;
}

.section2 .wrapper .content-wrap .posTop .about_title_icon {
  width: 5.5rem;
  height: 1.16rem;
  background-size: cover;
}


/* 主标题 */
.section2 .wrapper .main-title {
  font-size: 0.44rem;
  margin-bottom: 0.3rem;
  position: relative;
  margin-top: -0.22rem;
}

/* 描述文本 */
.section2 .wrapper .desc-text {
  font-size: 0.16rem;
  line-height: 1.8;
  margin-bottom: 1.4rem;
  opacity: 0.9;
  /* height: 2.45rem; */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

/* 探索按钮 */
.explore_div {
  display: flex;
  align-items: center;
  position: relative;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0.18rem 0.3rem;
  background: rgba(255, 255, 255, 1);
  color: #333;
  border-radius: 0.3rem;
  text-decoration: none;
  font-size: 0.16rem;
  transition: transform 0.3s ease;
  /* 只保留位移动画 */
  z-index: 1;
}

.arrow-icon {
  width: 0.58rem;
  height: 0.58rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: opacity 0.3s ease;
  /* 箭头显隐动画 */
}

/* ======================
   下面是我新增的核心代码
====================== */

/* 初始状态 */
.arrow-icon.one {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
}

.arrow-icon.two {
  opacity: 1;
  visibility: visible;
}

/* 鼠标移入时 */
.explore_div:hover .arrow-icon.one {
  opacity: 1;
  visibility: visible;
}

.explore_div:hover .arrow-icon.two {
  opacity: 0;
  visibility: hidden;
}

/* 按钮向右移动 = 箭头宽度（0.58rem） */
.explore_div:hover .explore-btn {
  transform: translateX(0.58rem);
}

/* 新增：箭头微小左右往复动画 */
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0.05rem);
  }

  100% {
    transform: translateX(0);
  }
}

/* hover 后给 one 开启无限微动 */
.explore_div:hover .arrow-icon.one {
  animation: arrowMove 1s ease-in-out infinite;
}

/* 右侧导航菜单 */
.section2 .wrapper .nav-menu {
  position: absolute;
  right: 1.8rem;
  top: 22%;
  display: flex;
  gap: 0.23rem;
  z-index: 1;
}

.section2 .wrapper .nav-menu .left_nav,
.section2 .wrapper .nav-menu .right_nav {
  display: flex;
  flex-direction: column;
  gap: 0.21rem;
}

.section2 .wrapper .nav-menu .right_nav {
  padding-top: 1.29rem;
}

/* 导航项 */
.section2 .wrapper .nav-item {
  width: 1.66rem;
  height: 1.8rem;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.3rem 0.2rem;
}

.section2 .wrapper .nav-item:hover {
  background: #C82C3F;
  /* 选中项红色背景 */
}

.section2 .wrapper .nav-item .xian {
  width: 0.26rem;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.3;
  margin-top: 0.15rem;
}

.section2 .wrapper .nav-icon {
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.1rem;
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
}

.section2 .wrapper .nav-text {
  font-size: 0.16rem;
  text-align: left;
}

.section3 {
  height: 100vh;
}

.section3 .wrapper {
  height: 100%;
  display: flex;
  padding: 1.6rem 1.3rem 0rem 1.3rem;
  box-sizing: border-box;
  justify-content: space-between;
  cursor: pointer;
}

.section3 .wrapper .left_con {
  width: 2.19rem;
  height: 4.93rem;
  margin-top: 0.3rem;
  margin-right: 0.55rem;
}

.section3 .wrapper .right_picture {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.section3 .wrapper .right_picture .item {
  display: flex;
}

.section3 .wrapper .right_picture .type_one {
  width: 8.98rem;
  height: 3.1rem;
  object-fit: cover;
}

.section3 .wrapper .right_picture .type_two {
  width: 4.4rem;
  height: 3.1rem;
}

.section3 .wrapper .right_picture .two,
.section3 .wrapper .right_picture .one {
  display: flex;
  gap: 0.18rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.section3 .wrapper .img_div {
  position: relative;
}

.section3 .wrapper .img_div:hover img {
  transform: scale(1.03);
}

.section3 .wrapper .img_div:hover .text_div {
  /* color: #C80A14; */
}

/* 动画4：左右摇摆 */
.section3 .wrapper .img_div:hover {
  animation: shake 0.3s ease;
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-3px);
  }

  75% {
    transform: translateX(3px);
  }
}

.section3 .wrapper .img_div .text_div {
  position: absolute;
  top: 0.44rem;
  left: 0.39rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  transition: all 0.3s ease;
  /* 统一过渡效果 */
}

.section3 .wrapper .img_div .text_div p:first-child {
  font-size: 0.3rem;
}

.section3 .wrapper .img_div .text_div p:last-child {
  font-size: 0.18rem;
  line-height: 0.4rem;
}



@keyframes icon-rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.section4 {
  height: 100vh;
  width: 100%;
  background-color: #FBFBFB;
}

.section4 .wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.section4 .logistics-section {
  max-width: 100%;
  margin: 0 auto;
  /* padding: 0.2rem; */
}

.section4 .section-header {
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  margin-top: 1.36rem;
  border-bottom: 1px solid #eee;
}

.section4 .header-text h1,
.section5 .header-text h1,
.section6 .header-text h1 {
  font-size: 0.48rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.08rem;
}

.section4 .header-text p,
.section5 .header-text p,
.section6 .header-text p {
  font-size: 0.4rem;
  color: #222;
  margin-bottom: 0.2rem;
}

.section6 .header-text h1 {
  color: white;
}

.section6 .header-text p {
  color: white;
}

.section4 .nav-tabs {
  display: flex;
  justify-content: flex-end;
  gap: 0.2rem;
}

.section4 .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease;
  min-width: 1.1rem;
  text-align: center;
  position: relative;
}

.section4 .tab-item::after {
  content: '';
  position: absolute;
  bottom: -0.16rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e53935;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.section4 .tab-item.active::after {
  transform: scaleX(1);
}

.section4 .tab-item.active {
  color: #e53935;
}

.section4 .tab-icon {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 8px;
  fill: currentColor;
}

.section4 .tab-text {
  font-size: 0.14rem;
  line-height: 1.4;
}

/* ———— SWIPER 样式 ———— */
.section4 .swiper {
  width: 100%;
  padding: 0 0 0.7rem 0 !important;
}

.section4 .swiper-slide {
  /* 固定宽度 核心 */
  width: 12.6rem !important;
  height: 5.2rem;
  display: flex;
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  border: 1px solid #f3f3f3;
}

.section4 .slide-content {
  flex: 1;
  padding: 0.28rem 0.48rem;
  box-sizing: border-box;
}

.section4 .slide-content h2 {
  font-size: 0.32rem;
  margin-bottom: 0.25rem;
  color: #222;
}

.section4 .slide-content p {
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #555;
  margin-bottom: 0.3rem;
}

.section4 .slide-actions {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.section7 .explore_div {
  margin-top: 0.34rem;
}

.section4 .explore_div,
.section5 .explore_div {
  margin-top: 0;
}

.section4 .explore_div .arrow-icon,
.section4 .explore_div .explore-btn {
  background: #111;
  color: #fff;
}

.section5 .explore_div .arrow-icon,
.section5 .explore_div .explore-btn {
  background: #F7F7F7;
  color: #333333;
}

.section7 .explore_div .arrow-icon,
.section7 .explore_div .explore-btn {
  background: #F7F7F7;
  color: #333333;
}

.section4 .btn-explore:hover {
  background: #e53935;
}

.section4 .btn-arrow {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.section4 .btn-arrow:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.section4 .slide-right-image {
  width: 5.7rem;
  height: 4.3rem;
  object-fit: cover;
  border-radius: 0.08rem;
  margin-left: 0.2rem;
  margin: 0.45rem;
}

.section4 .lunbo_btn {
  width: 1.4rem;
  position: absolute;
  left: 0.4rem;
  bottom: 0.45rem;
}

/* 左右箭头按钮 */
.swiper-button-prev,
.swiper-button-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 0.16rem;
  border: 1px solid #D2D2D2;
  background: #fff;
  top: auto;
  bottom: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #C80A14;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 0.18rem;
  height: 0.18rem;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 0rem;
  font-weight: bold;
}

.section5 {
  height: 100vh;
}

.section5 .warpper {
  height: 100%;
}

.section5 .dynamic-narrative {
  display: flex;
  flex-direction: column;
  padding: 1.24rem 1.6rem 0rem 1.6rem;
  box-sizing: border-box;
  background: #fff;
}

.section5 .dynamic-narrative .topdh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section5 .dynamic-narrative .content {
  display: flex;
}


/* 左侧侧边栏 */
.section5 .sidebar {
  width: 2.65rem;
  flex-shrink: 0;
}

.section5 .section-title {
  font-size: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.section5 .nav-list {
  list-style: none;
  padding-top: 0.4rem;
  box-sizing: border-box;
  line-height: 0.42rem;
}

.section5 .nav-list li {
  padding: 0.12rem 0;
  font-size: 0.18rem;
  color: #333;
  cursor: pointer;
  transition: 0.2s;
}

.section5 .nav-list li.active {
  color: #e63946;
  font-weight: 500;
}

.section5 .sidebar-actions {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.16rem;
}

.section5 .btn-red,
.section5 .btn-expand {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: none;
}

.section5 .btn-red {
  background: #e63946;
}

.section5 .btn-expand {
  background: #fff;
  border: 1px solid #ddd;
}

/* 右上角按钮 */
.section5 .header-actions {
  display: flex;
  gap: 0.12rem;
}

.section5 .btn-more {
  width: 1.6rem;
  line-height: 0.58rem;
  background: #F7F7F7;
  border-radius: 0.29rem;
  border: none;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 0.16rem;
  color: #333333;
}

.section5 .btn-arrow {
  width: 0.58rem;
  height: 0.58rem;
  background: #F7F7F7;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 0.3rem;
}


/* 右侧视频网格 —— 固定 3列 两行 = 6个 */
.section5 .video-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}

.section5 .video-card {
  width: 4.26rem;
  height: 2.9rem;
  cursor: pointer;
  position: relative;
  margin-right: 0;
}

.video-card a {
  width: 100%;
  height: 100%;
}

/* 初始状态：隐藏 + 缩小 + 透明 */
.section5 .right_top_icon {
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none;
  /* 避免隐藏时还能点击 */
}

/* hover 状态：显示 + 恢复大小 */
.section5 .video-card:hover .right_top_icon {
  opacity: 1;
  transform: scale(1);
}

.section5 .video-card:hover .video-thumb img {
  border-radius: 0.12rem 0.6rem 0.12rem 0.12rem;
}

.section5 .video-thumb {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.section5 .video-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem;
  object-fit: cover;
  display: block;
  margin-right: 0;
}

.section5 .video_name {
  width: 90%;
  position: absolute;
  text-align: center;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.section5 .video-card:hover .video_name {
  opacity: 1;
}

/* 自定义播放按钮 */
.section5 .play-btn {
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/video_play.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

/* hover 黑色蒙层 */
.section5 .video-thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 0.12rem 0.6rem 0.12rem 0.12rem;
  pointer-events: none;
  z-index: 1;
}

.section5 .video-card:hover .video-thumb::after {
  opacity: 1;
}

.section5 .video-card:hover .play-btn {
  opacity: 1;
}

.section5 .text-thumb::after{
  background: rgba(0, 0, 0, 0);

}

.section5 .video-card:hover .text-thumb img {
  border-radius: 0.12rem 0.7rem 0.12rem 0.12rem;
  transform: scale(1.02);
}

.section6 .wrapper {
  width: 100%;
  height: 100vh;
  padding: 1.3rem 1.6rem 0 1.6rem;
  box-sizing: border-box;
  background: url('https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/index_bg_three.png') no-repeat;
  background-size: 100% 100%;
}

.section6 .wrapper h2 {
  font-size: 0.32rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

/* 轮播容器 */
.section6 .wrapper .mySwiper {
  width: 100%;
  width: 15.95rem;
  overflow: hidden;
  position: relative;
}

.section6 .wrapper .swiper-wrapper {
  align-items: flex-end;
  /* 底部对齐，保证阶梯效果 */
}

.section6 .wrapper .swiper-slide {
  display: flex;
  height: 6rem;
}

/* 卡片样式 */
.section6 .wrapper .timeline-item {
  text-align: center;
  padding: 0.2rem 0.1rem;
  transition: transform 0.3s ease;
  color: white;
  text-align: left;
}

.section6 .wrapper .timeline-item .date {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.section6 .wrapper .timeline-item .desc {
  font-size: 0.16rem;
  line-height: 1.6;
}

/* 核心：从左到右依次升高 */
/* 第1个（当前激活） */
.section6 .swiper-slide-active .timeline-item {
  padding-top: 3.2rem;
}

/* 第2个 */
.section6 .swiper-slide-active+.swiper-slide .timeline-item {
  padding-top: 2.8rem;
}

/* 第3个 */
.section6 .swiper-slide-active+.swiper-slide+.swiper-slide .timeline-item {
  padding-top: 2rem;
}

/* 第4个 */
.section6 .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide .timeline-item {
  padding-top: 0.8rem;
}

/* 第5个 */
.section6 .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .timeline-item {
  padding-top: 0;
}

.section6 .swiper-slide-active .left_div {
  position: relative;
  top: 3.2rem;
}

/* 第2个 */
.section6 .swiper-slide-active+.swiper-slide .left_div {
  position: relative;
  top: 2.8rem;
}

/* 第3个 */
.section6 .swiper-slide-active+.swiper-slide+.swiper-slide .left_div {
  position: relative;
  top: 2rem;
}

/* 第4个 */
.section6 .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide .left_div {
  position: relative;
  top: 0.8rem;
}

/* 第5个 */
.section6 .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .left_div {
  position: relative;
  top: 0;
}

.section6 .wrapper .mySwiper .left_div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section6 .wrapper .mySwiper .left_div .yuan {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
}

.section6 .wrapper .mySwiper .left_div .xian {
  width: 1px;
  height: 3.36rem;
  background: linear-gradient(180deg, white, rgba(0, 0, 0, 0));
  ;
}

.section6 .wrapper .topdh {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.section6 .wrapper .section-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.48rem;
  text-align: left;
  margin-bottom: -0.5rem;
  margin-top: 0;
}

.section6 .lunbo_btn {
  width: 1.6rem;
  height: 0.5rem;
  position: absolute;
  top: 1rem;
  z-index: 2;
}

.section7 {
  height: 100vh;
  padding: 1.4rem 1.6rem 0 1.6rem;
  box-sizing: border-box;
}

.section7 .top_dh {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section7 .news-center {
  display: flex;
  align-items: flex-start;
  position: relative;
}

/* 左侧导航 */
.section7 .sidebar {
  width: 3.1rem;
  padding-top: 1rem;
}

.section7 h2 {
  font-size: 0.48rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 0rem;
}

.section7 h3 {
  font-weight: 400;
  font-size: 0.4rem;
  color: #000000;
  margin: 0;
}

.section7 .sidebar-menu {
  list-style: none;
}

.section7 .sidebar-menu li {
  margin-bottom: 0.7rem;
  font-size: 0.18rem;
  color: #333;
  cursor: pointer;
  transition: color 0.2s;
}

.section7 .sidebar-menu li.active {
  color: #e63946;
}

/* 右侧内容区 */
.section7 .content-wrap {
  flex: 1;
  position: relative;
}

/* 轮播容器 */
.section7 .carousel {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
}

.section7 .carousel-track {
  display: flex;
  gap: 0.3rem;
  transition: transform 0.5s ease;
}

.section7 .news-card {
  width: 4.1rem;
  border-radius: 0.12rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 0.12rem rgba(0, 0, 0, 0.05);
}

.section7 .news-card:hover .card-img{
  transform: scale(1.05);
}

.section7 .card-img {
  width: 100%;
  height: 2.8rem;
  background-color: #ddd;
  object-fit: cover;
}

.section7 .card-content {
  padding: 0.24rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section7 .card-title {
  font-size: 0.2rem;
  font-weight: 600;
  color: #000;
  height: 0.66rem;
  line-height: 1.5;
  margin-bottom: 0.16rem;
  margin-top: 0.05rem;
}

.section7 .card-desc {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.7;
  height: 0.72rem;
  margin-bottom: 0.16rem;
}

.section7 .card-date {
  font-family: Objectivity;
  font-weight: 500;
  font-size: 0.16rem;
  color: #000000;
  display: flex;
  align-items: center;
}

/* 左右箭头 */
.section7 .arrow-btn {
  position: absolute;
  bottom: -0.6rem;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: none;
  font-size: 0.24rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.section7 .arrow-btn.prev {
  left: 0;
  background-color: #fff;
  border: 1px solid #eee;
}

.section7 .arrow-btn.next {
  left: 0.7rem;
  background-color: #e63946;
  color: #fff;
}

.section7 .arrow-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.section8 {
  height: 100vh;
}

.section8 .warpper {
  height: 100%;
  box-sizing: border-box;
}

.section8 .title {
  width: 100%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.48rem;
  color: #000000;
  margin: 1.9rem 0 0.48rem 0;
}

.jzyz_lunbo .warpper {
  padding-top: 0;
}

.jzyz_lunbo .title {
  margin: 0;
}

.jzyz_lunbo .title .desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
}

.section8 .section {
  max-width: 19.2rem;
  overflow: hidden;
}

.section8 .swiper-left,
.section8 .swiper-left-two,
.section8 .swiper-right {
  width: 100%;
  height: 1.8rem;
}

.section8 .swiper-wrapper {
  display: flex;
  align-items: center;
}

.section8 .swiper-slide {
  width: 1.8rem;
  height: 1.5rem;
  padding: 0.2rem;
  box-sizing: border-box;
  box-shadow: 0 2px 0.12rem rgba(0, 0, 0, 0.08);
  /* 可选：加上圆角，和你截图的卡片效果更匹配 */
  border-radius: 0.08rem;
  background-color: white;
}

.section8 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.section8 .warpper {
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
  /* 关键：超出部分被裁剪 */
}

/* 左侧蒙层：从左到右，白色透明渐变 */
.section8 .warpper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4rem;
  /* 蒙层宽度，根据你的设计调整 */
  z-index: 10;
  /* 要比 Swiper 高，盖住轮播 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  pointer-events: none;
  /* 关键：不影响中间轮播的点击 */
}

/* 右侧蒙层：从右到左，白色透明渐变 */
.section8 .warpper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4rem;
  /* 蒙层宽度，和左侧一致 */
  z-index: 10;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.section8 .foundersMessage {
  padding-bottom: 0;
}

.swiper-right .swiper-wrapper,
.swiper-left .swiper-wrapper,.swiper-left-two .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* 底部样式 */
.footer {
  width: 100%;
  /* padding: 0 2.3rem; */
  box-sizing: border-box;
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/footet_fw_bg.png) no-repeat;
  background-size: cover;
}

.footer .f-a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 0.7);
}

.footer .f-a .wrapper .text_div {
  padding: 0 1.6rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
  margin-top: 0.3rem;
  padding-bottom: 0.4rem;
}

.footer .f-a .wrapper .top_div {
  width: 100%;
  padding: 0.3rem 1.6rem;
  margin: 0.3rem 0;
  box-sizing: border-box;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .f-a .wrapper .top_div .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  width: 2rem;
  line-height: 0.36rem;
}

.footer .f-a .wrapper .top_div .lianjie {
  display: flex;
  flex-wrap: wrap;
}

.footer .f-a .wrapper .top_div .lianjie a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.36rem;
  margin-right: 0.3rem;
}

.footer .f-a .wrapper .top_div .lianjie a:hover {
  color: white;
}

.footer .f-w {
  display: flex;
  /* width: 100%; */
  margin: 0 auto;
  padding: 0.5rem 1.6rem;
  box-sizing: border-box;
  justify-content: space-between;

}

.footer .f-w .left {
  display: flex;
  flex-direction: column;

}

.footer .f-w .left .ptitle {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
}

.footer .f-w .left .lxPhone {
  font-family: Objectivity;
  font-weight: bold;
  font-size: 0.36rem;
  color: #FFFFFF;
}

.footer .f-w .left .logo {
  width: 2.29rem;
  height: 0.67rem;
  margin-bottom: 0.3rem;
}

.footer .f-w .left .cell {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}


.footer .f-w .left .cell .label {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
}


.footer .f-w .left .cell .value {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
}

.footer .f-w .center .codes {
  margin-top: 0.3rem;
  display: flex;
  gap: 0.1rem;
  align-items: end;
}

.footer .f-w .center .codes .code {
  width: 1.16rem;
  height: 1.65rem;
}

.footer .f-w .center .codes .code .g {
  width: 100%;
  background-color: #FFFFFF;
  height: 1.16rem;
  padding: 0.05rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
}

.footer .f-w .center .codes .code p {
  text-align: center;
  margin-top: 0;
  line-height: 0.35rem;
  color: #FFFFFF;
}

.footer .f-w .center .codes select {
  width: 2rem;
  height: 0.44rem;
  border: solid 1px #977751;
  background-color: transparent;
  color: #977751;
  margin-left: 0.2rem;
}

.footer .f-w .right {
  display: flex;
  align-items: flex-start;
}

.footer .f-w .right ul {
  margin: 0rem 0.4rem;
}

.footer .f-w .right ul li {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.48rem;
}

.footer .f-w .right ul li:nth-child(1) {
  font-weight: bold;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
}

/* 旋转360度 */

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes unrotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
  }
}

.p_one_line {
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.p_two_line {
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.p_three_line {
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

/* 企业文化 */
.foundersMessage {
  padding: 0.8rem 1.6rem;
  box-sizing: border-box;
}

.foundersMessage .title .name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.4rem;
  color: #000000;
  line-height: 0.48rem;
}

.foundersMessage .title .linex {
  width: 0.3rem;
  height: 0.06rem;
  background: #C80A14;
  margin-top: 0.24rem;
  margin-bottom: 0.4rem;
}

.newsDiv {
  padding: 0.82rem 1.6rem !important;
  height: 7.61rem !important;
  background: #F4F5F6;
  box-sizing: border-box;
}

.newsDiv .content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.newsDiv .news-card {
  height: 4.9rem;
  width: 3.6rem;
}

.newsDiv .card-img {
  height: 2.5rem;
}

.newsDiv .news-card:hover .card-img{
  transform: scale(1.05);
}

.newsDiv .card-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
  height: 0.66rem;
}

.newsDiv .card-desc {
  height: 0.55rem;
  line-height: 0.27rem;
}

.newsDiv .card-date {
  font-weight: 300;
  font-size: 0.16rem;
  color: #787878;
}

.newsDiv .page_fy,
.videoDiv .page_fy {
  text-align: center;
  margin-top: 0.63rem;
}

.videoDiv {
  padding: 0.8rem 1.6rem 0.62rem 1.6rem;
  box-sizing: border-box;
  height: auto !important;
}

.videoDiv .video-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}

.videoDiv .video-card {
  width: 5.1rem;
  height: 4.1rem;
}

.videoDiv .video-thumb {
  height: 3.7rem;
}

.videoDiv .video-thumb img {
  height: 100%
}

.videoDiv .video-card .name {
  margin-top: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
}

.benevolence_one {
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/ryxs_one_bg.png) no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 1.2rem;
}

.benevolence_one .container {
  display: flex;
  justify-content: space-between;
  padding: 0rem 1.6rem 0.8rem 1.6rem;
  box-sizing: border-box;
}

/* 左侧导航区域 */
.benevolence_one .left-nav {
  position: relative;
  z-index: 3;
}

.benevolence_one .main-title {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  position: relative;
}

.benevolence_one .main-title::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0.3rem;
  height: 0.04rem;
  background-color: #dd2222;
}

.benevolence_one .nav-item {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.24rem 0.72rem;
  box-sizing: border-box;
}

.benevolence_one .nav-item .title {
  font-size: 0.22rem;
  color: #333;
  margin-bottom: 0.08rem;
}

.benevolence_one .nav-item .desc {
  font-size: 0.16rem;
  color: #666;
}

/* 激活样式 */
.benevolence_one .nav-item.active {
  width: 7.3rem;
  background-color: #dd2222;
  color: #fff;

  border-radius: 0 0.5rem 0 0.5rem;
  margin-left: -0.24rem;
}

.benevolence_one .nav-item.active .title,
.benevolence_one .nav-item.active .desc {
  color: #fff;
}

/* 右侧内容区域 */
.benevolence_one .right-content {
  margin-top: 0.25rem;
  position: absolute;
  left: 7.3rem;
  z-index: 2;
  width: 9.36rem;
  height: 6rem;
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/ryxs_content_bg.png) center / cover no-repeat;
  border-radius: 0.12rem;
  padding: 0.4rem 1.2rem;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .benevolence_one .right-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
} */

.benevolence_one .content-text {
  position: relative;
  z-index: 1;
  font-size: 0.16rem;
  line-height: 1.8;
}

.benevolence_one .content-text p {
  margin: 0.12rem 0;
}

/* 引号装饰 */
.benevolence_one .quote-mark-top,
.benevolence_one .quote-mark-bottom {
  position: absolute;
  width: 0.88rem;
  height: 0.73rem;
}

.benevolence_one .quote-mark-top {
  top: 0.66rem;
  left: 0.66rem;
}

.benevolence_one .quote-mark-bottom {
  bottom: 0.66rem;
  right: 0.66rem;
}

.benevolence_one .foundersMessage {
  padding: 0.6rem 1.6rem;
  box-sizing: border-box;
}

.textcenter {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.textcenter .desc {
  margin-top: 0.24rem;
}

.section4-2 .section-header {
  border-bottom: none !important;
  margin-top: 0.6rem;
}

.section4-2 .foundersMessage .title .linex {
  /* margin-bottom: 0.24rem; */
}

.section4-2 .swiper-slide {
  position: relative;
  width: 11.9rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

.xtswiper .slide-right-image {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  border-radius: 0;
  z-index: 2;
}

.xtswiper .slide-content {
  width: 100%;
  position: absolute;
  z-index: 3;
  color: white;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #204693d7 42%, #204693d8 100%);
}

.xtswiper .slide-content h2 {
  font-weight: 400;
  font-size: 0.28rem;
  color: #FFFFFF;
}

.xtswiper .slide-content .linex {
  width: 0.3rem;
  height: 0.06rem;
  background: #C80A14;
}

.xtswiper .slide-content .desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  margin-bottom: 0;
}

/* .system-energy-section{
  position: relative;
} */

.xtswiper_lunbo_btn {
  display: flex;
  position: relative;
}

.xtswiper_lunbo_btn .xtswiper-button-prev,
.xtswiper_lunbo_btn .xtswiper-button-next {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  color: #C80A14;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xtswiper_lunbo_btn .xtswiper-button-prev:hover,
.xtswiper_lunbo_btn .xtswiper-button-next:hover {
  background-color: #C80A14;
}

.xtswiper_lunbo_btn .xtswiper-button-prev img,
.xtswiper_lunbo_btn .xtswiper-button-next img {
  width: 20px;
  height: 20px;
}

.xtswiper_lunbo_btn .xtswiper-button-prev {
  position: absolute;
  left: 1.44rem;
  top: -3.2rem;
}

.xtswiper_lunbo_btn .xtswiper-button-next {
  position: absolute;
  right: 1.44rem;
  top: -3.2rem;
}

.section4-2 {
  background-color: white;
  /* padding-top: 0.77rem; */
  height: auto;
}

.rbjbzfc {
  width: 100%;
  /* height: 8.6rem; */
  padding: 0.88rem 1.6rem;
  box-sizing: border-box;
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/jbrfzfc_bg.png) no-repeat;
  background-size: cover;
}

.rbjbzfc .foundersMessage {
  padding: 0;
}


.rbjbzfc .container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.05);
}

/* 左侧标题栏 */
.rbjbzfc .left-sidebar {
  width: 2.6rem;
  display: flex;
  flex-direction: column;
}


.rbjbzfc .left-sidebar .item {
  flex: 1;
  background: linear-gradient(270deg, #DFDFDF, #FDFDFD);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}


.rbjbzfc .left-sidebar .sidebar-top {
  background: rgba(0, 0, 0, 0);
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/sl_logo.png) no-repeat;
  background-size: 100% 100%;
}

.rbjbzfc .left-sidebar .sidebar-top .sidebar-title {
  color: white;
}

/* .rbjbzfc .left-sidebar .sidebar-top::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/sl_logo.png) no-repeat;
  background-size: cover;
  border-radius: 0.04rem;
} */

/* 中间内容区 */
.rbjbzfc .content-area {
  flex: 1;
  padding: 0px 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rbjbzfc .content-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 0.15rem;
}

.rbjbzfc .divider {
  width: 0.3rem;
  height: 0.04rem;
  background-color: #e02020;
  margin-bottom: 0.3rem;
}

.rbjbzfc .desc-text {
  font-size: 0.18rem;
  line-height: 2.2;
  color: #333;
  margin-bottom: 0.5rem;
}

.rbjbzfc .data-list {
  display: flex;
  gap: 0.6rem;
}

.rbjbzfc .data-item {
  text-align: center;
}

.rbjbzfc .data-value {
  font-size: 0.36rem;
  font-weight: bold;
  color: #e02020;
  margin-bottom: 0.08rem;
}

.rbjbzfc .data-value span {
  font-size: 0.16rem;
  font-weight: 400;
  color: #D50F0F;
}

.rbjbzfc .data-unit {
  font-size: 0.18rem;
  color: #333;
}

/* 右侧图片区 */
.rbjbzfc .image-area {
  width: 7.18rem;
  height: 4.8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rbjbzfc .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xncbj {
  width: 100%;
  padding: 0.71rem 1.6rem 0.6rem 1.6rem;
  box-sizing: border-box;
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/xncbj.png) no-repeat;
  background-size: cover;
}

.xncbj .foundersMessage {
  padding: 0;
  box-sizing: border-box;
}

.xncbj .content {
  display: flex;
  gap: 1.6rem;
}

.xncbj .content .left {
  flex: 1;
}

.xncbj .content .right {
  flex: 1;
}

.xncbj .content .left h2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.36rem;
}

.xncbj .content .left h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
}

.xncbj .content .left .desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.48rem;
}

.xncbj .content .right {
  display: flex;
  align-items: flex-end;
  gap: 0.39rem;
}

.xncbj .content .right .item {
  width: 1.7rem;
  height: 1.7rem;
  background: #124187;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  perspective: 10rem;
  cursor: pointer;
}

.xncbj .content .right .item img {
  width: 0.56rem;
  height: 0.56rem;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-style: preserve-3d;
  /* 开启 3D 模式 */
}

.xncbj .content .right .item .name {
  margin: 0.12rem 0 0.16rem 0;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.xncbj .content .right .item .num {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.xncbj .content .right .item.active {
  background: #C80A14;
}

.xncbj .content .right .item:hover img {
  transform: rotateY(360deg);
}

.xncbj .warehouse-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  max-width: 16rem;
  margin: 0 auto;
  padding-top: 0.5rem;
}

.xncbj .warehouse-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.xncbj .warehouse-item:hover {
  transform: scale(1.02);
}

.xncbj .warehouse-item img {
  width: 100%;
  height: 3.28rem;
  border-radius: 8px;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.xncbj .warehouse-item .warehouse-name {
  text-align: center;
  font-size: 0.18rem;
  color: #333;
  margin-top: 0.26rem;
  margin-bottom: -0.1rem;
  line-height: 1.5;
}

.culture-section {
  width: 100%;
  margin: 0 auto;
  padding: 0.7rem 1.6rem 1.3rem 1.6rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: center;
  position: relative;
}

/* 背景世界地图装饰 */
.culture-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/rlzy_bg.png);
  background-size: 100%;
  z-index: -1;
}

.culture-section .text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.culture-section .title {
  font-size: 0.42rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.culture-section .title-main {
  color: #222;
}

.culture-section .title-highlight {
  color: #d92222;
}

.culture-section .desc-text {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0.2rem;
}

.logo-container {
  width: 1.6rem;
  margin-top: 0.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-container .logo {
  width: 1rem !important;
  height: 1rem !important;
  position: absolute;
}

/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
    /* 从0度开始 */
  }

  to {
    transform: rotate(360deg);
    /* 转到360度 */
  }
}

.logo-container .waiwei {
  position: absolute;
  width: 1.26rem !important;
  height: 1.26rem !important;
  animation: rotate 10s linear infinite;
}

.culture-section .logo {
  width: 1.2rem;
  height: auto;
}

.culture-section .image-container {
  margin-top: 1.2rem;
  box-sizing: border-box;
  border-radius: 0.12rem;
  width: 7.8rem;
  height: 4.9rem;
  overflow: hidden;
}

.culture-section .team-image {
  width: 100%;
  height: 100%;
  display: block;
}

.counselingHotline {
  padding: 0.7rem 1.6rem;
  box-sizing: border-box;
  background: #FAFBFB;
}

.counselingHotline .content {
  display: flex;

}

.counselingHotline .content .left_div {
  flex: 1;
}

.counselingHotline .content .right_div {
  flex: 1;
}

.counselingHotline .content .fwrx {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 0.14rem;
  color: #9F9F9F;
  line-height: 0.36rem;
}

.counselingHotline .content .phone {
  font-family: Objectivity;
  font-weight: bold;
  font-size: 0.36rem;
  color: #C80A14;
  line-height: 0.36rem;
}

.counselingHotline .content .allbmPhone {
  display: flex;
  flex-wrap: wrap;
}

.counselingHotline .content .allbmPhone .item {
  width: 50%;
  margin-bottom: 0.3rem;
}

.counselingHotline .content .allbmPhone .til {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 0.14rem;
  color: #666666;
}

.counselingHotline .content .allbmPhone .phone {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 0.18rem;
  color: #333333;
}

.counselingHotline .foundersMessage {
  padding: 0;
}

.counselingHotline .foundersMessage .title .linex {
  margin-bottom: 0.48rem;
}

.counselingHotline .content .zxphone {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  margin: 0.52rem 0 0.45rem 0;
}

.counselingHotline .content .right_div {
  position: relative;
}

.counselingHotline .content .right_div .one {
  position: absolute;
  height: 4.1rem;
  width: 9.23rem;
  top: 1.1rem;
}

.counselingHotline .content .right_div .two {
  width: 6.29rem;
  height: 5.07rem;
  position: absolute;
  left: 1.4rem;
  top: 0;
}

.counselingHotline .content .erCode {
  display: flex;
  gap: 0.36rem;
}

.counselingHotline .content .erCode .qr-wrapper .g {
  width: 1.32rem;
  height: 1.32rem;
  padding: 0.1rem;
  box-sizing: border-box;
  margin-bottom: 0.24rem;
}

.counselingHotline .content .erCode .qr-wrapper p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
}

.spatialCoordinates .foundersMessage {
  padding-bottom: 0;
}

.spatialCoordinates .map {
  padding: 0 1.6rem 0.63rem 1.6rem;
  box-sizing: border-box;
}

.qr-wrapper {
  width: 1.32rem;
  height: 1.32rem;
  position: relative;
  background: #fff;
  border-radius: 0.12rem;
  /* 整体圆角 */
}

/* 用伪元素画四个角 */
.qr-wrapper::before,
.qr-wrapper::after,
.qr-wrapper .corner-top-right,
.qr-wrapper .corner-bottom-left {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  border: 2px solid #000;
  /* 角的颜色和粗细 */
}

/* 左上角 */
.qr-wrapper::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 0.12rem;
  /* 和整体圆角对应 */
}

/* 右上角 */
.qr-wrapper .corner-top-right {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 0.12rem;
}

/* 左下角 */
.qr-wrapper .corner-bottom-left {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
  border-bottom-left-radius: 0.12rem;
}

/* 右下角 */
.qr-wrapper::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 0.12rem;
}

.talentPhilosophy {
  padding: 1rem 1.6rem;
  box-sizing: border-box;
  min-height: 8.36rem;
  width: 100%;
}

.talentPhilosophy>div {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
}

.jobPosting {
  background: #F7F7F7;
}

.jobPosting .job-container {
  /* max-width: 1000px; */
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.04rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.jobPosting .job-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 0.8rem;
  height: 0.9rem;
  line-height: 0.9rem;
  /* background: linear-gradient(180deg, #65AF11, #315EB4); */
  background: #EEEEEE;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: 3px;
  padding: 0 0.16rem;
}


.jobPosting .job-item {
  background-color: white;
  border-bottom: 1px solid #eee;
}

.jobPosting .job-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 0.8rem;
  padding: 0.16rem;
  align-items: center;
  text-align: center;
  font-size: 0.18rem;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s;
}

.jobPosting .job-row:hover {
  background-color: #f9fafc;
}

.jobPosting .job-row.active {
  background: #C80A14;
  color: white;
}

.jobPosting .job-name {
  /* text-align: left; */
  font-weight: 500;
}

.jobPosting .toggle-btn {
  width: 0.16rem;
  height: 0.16rem;
  color: #666;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.2s;
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/table_zk.png) no-repeat;
  background-size: cover;
  background-position: center center;
}


.jobPosting .toggle-btn.active {
  background-color: #0847A5;
  color: white;
  background: url(https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/table_sq.png) no-repeat;
  /* background-size: cover; */
  background-position: center center;
}

.jobPosting .toggle-btn img {
  width: 0.24rem;
  height: 0.24rem;
}

.jobPosting .job-detail {
  display: none;
  padding: 0.4rem 0.6rem;
  background-color: #fff;
}

.jobPosting .job-detail.active {
  display: block;
}

.jobPosting .detail-section {
  margin-bottom: 0.16rem;
}

.jobPosting .detail-title {
  margin-bottom: 8px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
}

.jobPosting .detail-content {
  font-size: 0.14rem;
  color: #555;
  line-height: 1.6;
  padding-left: 0.16rem;
}

.jobPosting .detail-content ul {
  list-style-type: decimal;
}

.jobPosting .detail-content li {
  margin-bottom: 6px;
}

.newsDetails .container {
  background: #F7F8F9;
  margin: 0 auto;
  padding: 0.2rem 1.6rem;
  box-sizing: border-box;
  display: flex;
  gap: 0.4rem;
}

.newsDetails .main-content {
  flex: 1;
  background-color: white;
  padding: 0.72rem 0.58rem;
  box-sizing: border-box;
}

.newsDetails .main-content img {
  margin: 0 auto;
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
}

/* 顶部大图区域 */
.newsDetails .top-banner {
  width: 100%;
  margin-bottom: 0.3rem;
}

.newsDetails .top-banner img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

/* 正文段落 */
.newsDetails .newsDetails .intro-text {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.3rem;
  text-align: justify;
}

/* 图文模块通用样式 */
.newsDetails .content-section {
  margin-bottom: 0.4rem;
}

.newsDetails .section-title {
  font-size: 0.15rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
  color: #222;
}

.newsDetails .section-text {
  font-size: 0.13rem;
  color: #555;
  margin-bottom: 0.15rem;
  text-align: justify;
}

.newsDetails .section-image {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* 侧边栏 */
.newsDetails .sidebar {
  width: 2.6rem;
  flex-shrink: 0;
}

.newsDetails .sidebar-title {
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
  padding-bottom: 0.08rem;
  display: flex;
  align-items: center;
}

.newsDetails .sidebar-title .di {
  display: inline-block;
  width: 0.07rem;
  height: 0.22rem;
  background: #C80A14;
  border-radius: 0.04rem;
  margin-right: 0.1rem;
}

.newsDetails .sidebar-list {
  list-style: none;
}

.newsDetails .sidebar-list a {
  width: 100%;
}

.newsDetails .sidebar-item {
  display: flex;
  gap: 0.1rem;
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}

.newsDetails .sidebar-item img {
  width: 0.8rem;
  height: 0.6rem;
  object-fit: cover;
  border-radius: 3px;
}

.newsDetails .sidebar-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsDetails .sidebar-item-title {
  font-size: 0.12rem;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsDetails .sidebar-item-date {
  font-size: 0.11rem;
  color: #999;
}

/* 底部文字和按钮 */
.newsDetails .footer-text {
  font-size: 0.12rem;
  color: #777;
  margin: 0.3rem 0;
  line-height: 1.8;
}

.newsDetails .footer-btn {
  background-color: #c00;
  color: #fff;
  border: none;
  padding: 0.1rem 0.25rem;
  border-radius: 3px;
  font-size: 0.14rem;
  cursor: pointer;
}

.newsDetails .footer-btn:hover {
  background-color: #a00;
}

.serviceSection {
  padding-top: 3rem;
  height: 12.89rem;
  justify-content: flex-start;
}

.serviceSection .tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 0.44rem;
}

.serviceSection .tabs ul {
  display: flex;
  gap: 0.17rem;
}

.serviceSection .tabs li {
  padding: 0 0.45rem;
  height: 0.7rem;
  line-height: 0.7rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.35rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  cursor: pointer;
}

.serviceSection .tabs li.active {
  background: #C80A14;
  color: #FFFFFF;
  border-bottom: none;
}

.serviceSection .tabs .right_nav {
  height: 0.7rem;
  color: white;
  display: flex;
  align-items: flex-end;

}

.serviceSectionDetails {
  padding: 0 1.6rem;
  box-sizing: border-box;
  margin-top: -7rem;
}

.serviceSectionDetails .container {
  /* width: calc(100% - 3.2rem); */
  background-color: white;
  padding: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  gap: 0;
}

.serviceSectionContent {
  background-color: RGBA(247, 248, 249, 1);
  padding-bottom: 0.5rem;
}

.serviceSectionDetails .sidebar {
  width: 4.4rem;
  padding: 0.45rem 0.38rem;
  box-sizing: border-box;
  border-left: 1px solid #ECECEC;
}

.serviceSectionDetails .sidebar .fwbk {
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
}

.serviceSectionDetails .sidebar .fwbk .fw_item {
  width: 3.6rem;
  height: 0.9rem;
  background: #ECF0FB;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
}

.serviceSectionDetails .sidebar .fwbk .fw_item:hover {
  background-color: white;
  border: 2px solid #ECF0FB;
}

.serviceSectionDetails .sidebar .fwbk .fw_item img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.19rem;
}

.warehouseBanner{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.warehouseBanner .tabs{
  margin-top: 0;
}

.warehouseBannerDetails{
  margin-top: -8.6rem;
}

.xlDialog {
  width: 100vw;
  padding: 0.35rem 0;
  background: rgba(255, 255, 255, 0.96);
  position: absolute;
  top: 0.96rem;
  left: 0;
  display: none;
}

.xlDialog .content {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.42rem;
}

.xlDialog ul li {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.4rem;
}

.xlDialog ul li a:hover {
  color: #E62129;
}

.xlDialog ul li:nth-child(1) {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}

.xlDialog img {
  width: 5.86rem;
  height: 2.93rem;
  object-fit: cover;
  position: absolute;
  right: 0;
}

.qpDiv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://mt-runbao-files.oss-cn-chengdu.aliyuncs.com/static/index/images/index_all_code_bg.png') no-repeat;
  background-size: cover;
  z-index: 1000;
}

/* 左上角Logo */
.qpDiv .logo {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  padding: 0.1rem;
  border-radius: 0.08rem;
}

.qpDiv .logo img {
  width: 2.24rem;
  height: 1.49rem;
  display: block;
}

/* 右上角关闭/全屏按钮 */
.qpDiv .top-right-controls {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  display: flex;
  gap: 0.2rem;
}

.qpDiv .control-btn img {
  width: 0.56rem;
  height: 0.56rem;

  cursor: pointer;
}


/* 主内容区域 */
.qpDiv .content {
  padding-top: 2.42rem;
  text-align: center;
  z-index: 10;
  color: white;
}

.qpDiv .main-title {
  font-size: 0.56rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  letter-spacing: 2px;
}

.qpDiv .sub-title {
  font-size: 0.18rem;
  opacity: 0.8;
  margin-bottom: 0.4rem;
}

/* 二维码区域 */
.qpDiv .qrcode-container {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  margin-bottom: 0.6rem;
}

.qpDiv .qrcode-item {
  text-align: center;
}

.qpDiv .qrcode-box {
  width: 1.16rem;
  height: 1.16rem;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.qpDiv .qrcode-label {
  font-size: 0.12rem;
  opacity: 0.7;
}

/* 热线电话 */
.qpDiv .hotline-section {
  text-align: center;
}

.qpDiv .hotline-label {
  font-size: 0.14rem;
  opacity: 0.7;
  margin-bottom: 0.1rem;
}

.qpDiv .hotline-number {
  font-size: 0.36rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.zxzxPage {
  height: auto !important;
}