@charset "UTF-8";
/**
 * master
 * @description: 页面主体样式表 - 振兴基金
 */

/* ========== 全局与滚动容器 ========== */
html,
body {
  width: 100%;
  height: 100%;
}

.indexpage {
  height: 100%;
  overflow: hidden;
  padding-top: 0px;
}

.page-index {
  width: 100%;
  height: 100%;
}

.page-index .page-slide {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
}

.page-index .page-slide:not(.banner) {
  padding: 0 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-index .page-slide .plate-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* ========== 第1屏: Hero Banner ========== */
.page-index .banner {
  background: linear-gradient(180deg, #1a3a6b, transparent);
}

.page-index .banner .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.page-index .banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-index .banner .swiper-slide .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transform: scale(1.1);
}

.page-index .banner .swiper-slide .banner-content {
  position: relative;
  z-index: 3;
  text-align: center;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
}

.page-index .banner .swiper-slide.swiper-slide-active .banner-content {
  transition: all 2ms;
  -webkit-transition: all 2s;
  opacity: 1;
}

.page-index .banner .swiper-slide .banner-h {
  margin-bottom: 30px;
  letter-spacing: 8px;
  font-weight: bold;
  text-shadow: 5px 5px 3px #777777;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: scale(0.9);
}

.page-index .banner .swiper-slide .banner-p {
  width: 700px;
  text-align: center;
  text-align-last: center;
  line-height: 30px;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0 auto;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}


/* ========== 第2屏: 新闻中心 ========== */
.page-index .news-center {
  padding-top: 40px !important;
  background: url('../Images/indexpage2bg.jpg') center no-repeat;
  background-size: 100% 100%;

}

.page-index .news-center .news-top {
  text-align: center;
  margin-top: 20px;
}

.page-index .news-center .news-top .news-top-swiper {
  height: 96px;
  padding: 0 200px;
}

.page-index .news-center .news-top .headline a {
  color: #b92e32;
  font-size: 28px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.page-index .news-center .news-top .headline-des {
  color: #333333;
  line-height: 32px;
  margin-top: 16px;
  font-size: 18px;
  display: flex;
  justify-content: center;
}

.page-index .news-center .news-top .headline-des .text {
  font-size: 18px;
  flex: 1;
}

.page-index .news-center .news-top .headline-des .more {
  width: 78px;
  font-size: 18px;
  color: #b92e32;
  transition: letter-spacing 0.3s;
}

.page-index .news-center .news-top .headline-des .more:hover {
  letter-spacing: 2px;
}

.page-index .news-center .news-body {
  width: 100%;
  height: 464px;
  display: flex;
  margin-top: 30px;
}

.page-index .news-center .news-body .news-swiper {
  width: calc(40% - -22px);
  margin-right: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 410px;
}

.page-index .news-center .news-body .news-swiper .swiper-slide {
  position: relative;
  z-index: 1;
}

.page-index .news-center .news-body .news-swiper .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.page-index .news-center .news-body .news-swiper .swiper-slide .time {
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background-color: #ea1a1a;
  border-radius: 4px;
  position: absolute;
  bottom: 67px;
  left: 21px;
  z-index: 2;
  width: 114px;
  height: 32px;
}

.page-index .news-center .news-body .news-swiper .swiper-slide .title {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 80px 30px 30px;
  cursor: pointer;
  z-index: 50;
}

.page-index .news-center .news-body .news-swiper .swiper-slide .title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}

.page-index .news-center .news-body .news-swiper .swiper-slide .title:hover {
  color: #ea1a1a;
}

.page-index .news-center .news-body .news-swiper .swiper-slide .title:hover::after {
  opacity: 1;
}

.page-index .news-center .news-body .news-swiper .news-page {
  position: absolute;
  top: auto;
  bottom: 30px;
  width: 140px;
  padding-right: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  left: auto;
  right: 0;
}

.page-index .news-center .news-body .news-swiper .news-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 0;
  background-color: #ffffff;
  opacity: 0.5;
}

.page-index .news-center .news-body .news-swiper .news-page .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b92e32;
}

.page-index .news-center .news-body .news-group {
  flex: 1;
}

.page-index .news-center .news-body .news-group .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-index .news-center .news-body .news-group .tabs li {
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  width: 32%;
  font-size: 22px;
  color: #333333;
  position: relative;
  overflow: hidden;
  z-index: 1;
  position: relative;
  /* 使伪元素定位相对于这个 div */
  z-index: 1;
  /* 确保文本在伪元素之上 */
}

.page-index .news-center .news-body .news-group .tabs li:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #B92E32;
  height: 0px;
  z-index: -1;
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
}

.page-index .news-center .news-body .news-group .tabs li i {
  font-size: 22px;
  color: #bdbdbd;
}

.page-index .news-center .news-body .news-group .tabs li.light:after {
  height: 100%;
}

.page-index .news-center .news-body .news-group .tabs li a {
  width: 100%;
  height: 100%;
  display: block;
}

.page-index .news-center .news-body .news-group .tabs li.light a {
  color: #FFFFFF;
  cursor: pointer;
}

.page-index .news-center .news-body .news-group .tabs li.light i {

  color: #FFFFFF;
}

.page-index .news-center .news-body .news-group .group-box {

  margin-top: 16px;

  width: 100%;
}

.page-index .news-center .news-body .group-item {

  display: none;

  width: 100%;
}

.page-index .news-center .news-body .group-item.light {
  display: inline-block;
}

.page-index .news-center .news-body .group-item li {
  width: 100%;
  position: relative;
}

.page-index .news-center .news-body .group-item li.light {
  z-index: 20
}

.page-index .news-center .news-body .group-item li a {
  padding: 8px 120px 8px 32px;
  line-height: 26px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0s;
  -webkit-transition: all 0s;
}

.page-index .news-center .news-body .group-item li:not(.light):hover a {
  padding-left: 40px;
}

.page-index .news-center .news-body .group-item li:not(.light):hover .title .text {
  color: #b92e32;
}

.page-index .news-center .news-body .group-item li .lingixng {
  position: absolute;
  left: 0;
  line-height: 42px;
  font-size: 12px;
  color: #a3a3a3;
  top: 0;
}

.page-index .news-center .news-body .group-item li .dateleft {
  display: none;
}

.page-index .news-center .news-body .group-item li .title {
  width: 100%;
  display: flex;
}

.page-index .news-center .news-body .group-item li .title .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 26px;
  margin-right: 5px;
  transition: color 0.3s;
}

.page-index .news-center .news-body .group-item li .title i {
  color: #d53124;
  font-size: 26px;
}

.page-index .news-center .news-body .group-item li .img {

  width: 128px;

  height: 81px;

  display: none;

  position: absolute;

  right: 0;

  top: 0;
}

.page-index .news-center .news-body .group-item li .dateright {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 42px;
  color: #a5a5a5;
  font-size: 16px;
}

.page-index .news-center .news-body .group-item li.light a {
  padding: 10px 160px 10px 21px;
  height: 81px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(185, 46, 50, 0.08);
  margin-bottom: 14px;
}

.page-index .news-center .news-body .group-item li.light:hover {
  box-shadow: 0 4px 20px rgba(185, 46, 50, 0.15);
}

.page-index .news-center .news-body .group-item li.light .lingixng {
  display: none;
}

.page-index .news-center .news-body .group-item li.light .dateleft {
  display: inline-block;
  left: 21px;
  top: 0;
  line-height: 46px;
  color: #b92e32;
  font-size: 16px;
  width: 113px;
}

.page-index .news-center .news-body .group-item li.light .img {
  display: inline-block;
  object-fit: cover;
}

.page-index .news-center .news-body .group-item li.light .title .text {
  -webkit-line-clamp: 2;
}

.page-index .news-center .news-body .group-item li.light .dateright {
  display: none;
}

.page-index .news-center .announcement-swiper {
  width: 100%;
  height: 80px;
}

.page-index .news-center .announcement-swiper .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}

.page-index .news-center .announcement-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}

.page-index .news-center .announcement-swiper .slide-bg {
  width: 100%;
  height: 80px;
  transform-origin: center;
  transition: transform 0.5s;
  object-fit: cover;
}

.page-index .news-center .announcement-swiper .swiper-slide:hover .slide-bg {
  transform: scale(1.2);
}

.page-index .news-center .announcement-swiper .new {
  z-index: 10;
  position: absolute;
  right: 9px;
  top: 11px;
  color: #FFFFFF;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  background-color: #d53124;
  border-radius: 2px;
  padding: 0 2px;
}

.page-index .news-center .announcement-swiper .slide-bg {
  width: 100%;
  height: 80px;
  transform-origin: center;
  transition: transform 0.5s;
  object-fit: cover;
}

.page-index .news-center .announcement-swiper .swiper-slide:hover .slide-bg {
  transform: scale(1.2);
}

.page-index .news-center .announcement-swiper .new {
  z-index: 10;
  position: absolute;
  right: 9px;
  top: 11px;
  color: #FFFFFF;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  background-color: #d53124;
  border-radius: 2px;
  padding: 0 2px;
}

/* ========== 第3屏: 关于我们 ========== */
.page-index .aboutus {
  color: #fff;
}

.page-index .aboutus .plate-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -o-object-fit: cover;
  object-fit: cover;
}

.page-index .aboutus .aboutus-body {
  position: relative;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-index .aboutus .aboutus-body .aboutus-left {
  width: 100%;
  height: 100%;
  padding: 8% 0px 0;
}

.page-index .aboutus .aboutus-body .aboutus-left .plate-title {
  padding-left: 120px;
}

.page-index .aboutus .aboutus-body .aboutus-left .plate-title .en {
  font-size: 18px;
}

.page-index .aboutus .aboutus-body .aboutus-left .plate-title .cn {
  font-size: 36px;
  margin-bottom: 0;
}

.page-index .aboutus .aboutus-body .aboutus-left .company-name {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -80px;
  text-align: center;
  width: 100%;
  text-shadow: 2px 2px 5px #323232;
}

.page-index .aboutus .aboutus-body .aboutus-left .company-name span {
  width: 90px;
  display: inline-block;
}

.page-index .aboutus .aboutus-body .aboutus-left .tagline {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns {
  display: flex;
  gap: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s;
  cursor: pointer;
  text-decoration: none;
}

.page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-solid {
  color: #fff;
  font-size: 20px;
  transition: all 0.4s;
  cursor: pointer;
  line-height: 84px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 10;
}

.page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-item {
  color: #fff;
  font-size: 20px;
  transition: all 0.4s;
  cursor: pointer;
  width: 20%;
  height: 84px;
  line-height: 84px;
  text-align: center;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(191, 156, 149, 0.6) 100%);
  border-radius: 1px;
}

.page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-item .subset {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 1;
}

.page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-item:hover .subset {
  display: inline-block;
  bottom: 100%;
  opacity: 1;
}

.page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-item .subset .subsetitem {
  color: #FFFFFF;
  display: inline-block;
  line-height: 84px;
  height: 84px;
  padding: 0 20px;
  font-size: 18px;
}

.page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-item .subset .subsetitem:hover {
  background: rgba(255, 255, 255, 0.4);
}

.page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-item:hover .btn-solid {
  background: rgba(255, 255, 255, 0.6);
  border-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}



/* ========== 第4屏: 业务板块 - 三栏卡片 ========== */
.page-index .product {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f6fa;
  overflow: hidden;
  width: 100%;
}

.page-index .product .plate-title {
  padding-left: 120px;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  padding-top: 8%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-index .product .plate-title .en {
  font-size: 18px;
}

.page-index .product .plate-title .cn {
  font-size: 44px;
  margin-bottom: 0;
}

.page-index .product .product-cards {
  width: 130%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-index .product .card {
  flex: 1;
  width: 33.333%;
  padding: 15% 133px 0% 156px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s, box-shadow 0.5s;
  height: 100%;
  color: #FFFFFF;
  background-size: auto 100% !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  float: left;
}

.page-index .product .card h4 {
  margin-top: 90px;
  font-size: 24px;
  line-height: 32px;
  display: none;
}

.page-index .product .card .alilist {
  width: 608px;
  margin-top: 26px;
  display: none;
}

.page-index .product .card .alilist .moreal {
  display: inline-block;
  width: 143px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  border-radius: 6px;
  font-size: 16px;
  background-color: #F3F6FA;
  color: #666666;
}

.page-index .product .card .alilist .moreal:hover {
  background-color: #b92e32;
  color: #FFFFFF;
}

.page-index .product .card .alilist img {
  width: 143px;
  height: 49px;
  float: left;
  margin: 0 7px 7px 0;
}

.page-index .product:hover .card.min {
  /* width: 25%; */
  transition: all 0.6s;
}

.page-index .product .card.big {
  transition: all 0.3s;
  padding: 8% 133px 0% 156px;
}

.page-index .product .card:hover .card-desc {
  height: 120px;
}

.page-index .product .card:hover h4,
.page-index .product .card:hover .alilist {
  display: block;
}


/* 卡片通用样式 */
.page-index .product .card .card-icon {
  width: 110px;
  height: 80px;
  margin-left: -24px;
}

.page-index .product .card .card-icon img {
  width: 100%;
}

.page-index .product .card .card-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 13px;
}

.page-index .product .card .card-subtitle {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
}

.page-index .product .card .card-desc {
  height: 140px;
}


.page-index .product .card .card-desc .min3 {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.page-index .product .card .card-more {
  display: inline-flex;
  align-items: center;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 50px;
  font-size: 18px;
  text-decoration: none;
  width: 120px;
  height: 40px;
  justify-content: center;
  transition: all 0.3s;
  margin-top: 30px;
  font-weight: bold;
}

.page-index .product .card .card-more:hover {
  background: rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
  transform: translateY(-2px);
}


/* ========== 第5屏: 党的建设 ========== */
.page-index .dangjian {
  position: relative;
}

.page-index .dangjian .plate-title {
  padding-left: 120px;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  padding-top: 8%;
}

.page-index .dangjian .plate-title .en {
  font-size: 18px;
}

.page-index .dangjian .plate-title .cn {
  font-size: 44px;
  margin-bottom: 0;
}

.page-index .dangjian .dangjian-swiper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-index .dangjian .dangjian-swiper .slide-bg {
  width: 100%;
  height: 100%;
  background-size: 100% auto !important;
  transform: scale(1.1);
  object-fit: cover;
}

.page-index .dangjian .dangjian-swiper .swiper-pagination-horizontal {
  bottom: 270px;
}

.page-index .dangjian .dangjian-swiper {
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}

.page-index .dangjian .dangjian-body {
  position: absolute;
  bottom: 95px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 100%;
}

.page-index .dangjian .dangjian-btns {
  display: flex;
}

.page-index .dangjian .dangjian-type {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  padding: 0 120px;
}

.page-index .dangjian .dangjian-type .dangjian-type-img {
  width: 24%;
  /* height: 80px; */
  background-color: #b92e32;
  border-radius: 4px;
  transition: all 0.3s;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  position: relative;
}


.page-index .dangjian .dangjian-type .dangjian-type-img p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.page-index .dangjian .dangjian-type .dangjian-type-img img {
  width: 100%;
}

.page-index .dangjian .dangjian-type .dangjian-type-img:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}



/* ========== 第6屏: 页脚 ========== */
/* .page-index .page-slide.foot {} */


/* ========== 侧边分页指示器 ========== */
.page-index .body-page {
  width: 32px;
  position: fixed;
  right: 28px;
  top: 50%;
  margin-top: -230px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-index .body-page .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  opacity: 1;
  border-radius: 50%;
  position: relative;
  transition: all 0.6s ease;
  margin: 12.5px auto;
  z-index: 1003;
  transition: all 0s;
  -webkit-transition: all 0s;
}

.page-index .body-page .swiper-pagination-bullet-active {
  opacity: 1;
  background-image: url(../Images/logo.png);
  background-color: inherit;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  border: none;
}

.page-index .body-page.dark .swiper-pagination-bullet {
  border-color: #b92e32;
}

.page-index .body-page.dark .swiper-pagination-bullet-active {
  background-image: url("../Images/logo.png");
  background-color: inherit;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  border: none;
}

.page-index .body-page-shu {
  position: fixed;
  width: 2px;
  height: 51px;
  background-color: #FFFFFF;
  right: 42px;
  top: 50%;
  margin-top: -95px;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.page-index .body-page-number {
  position: fixed;
  right: 28px;
  top: 50%;
  margin-top: -32px;
  z-index: 5;
  display: flex;
  color: #FFFFFF;
  font-size: 16px;
  align-items: flex-end;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.page-index .body-page-number .atPresent {
  font-size: 26px;
  line-height: 25px;
}

.page-index .body-page-shu.dark {
  background-color: #b92e32;
}

.page-index .body-page-number.dark {
  color: #b92e32;
}

.page-index .body-page.white .swiper-pagination-bullet {
  border-color: #FFFFFF;
}

.page-index .body-page.white .body-page-shu,
.page-index .body-page.white .body-page-number {
  color: #FFFFFF;
}

/* 反腐倡廉 */
.ffcl {
  background: url(../Images/honest-bg.jpg) no-repeat center top #f4f4f4;
  padding-top: 300px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

.ffcl .container {
  max-width: 1400px;
  margin: 0 auto;
}

.ffcl .contitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 3px #eee solid;
  padding-bottom: 12px;
}

.ffcl .contitle h3 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin: 0;
  color: #aa9144;
}

.ffcl .contitle h3::after {
  display: inline-block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #aa9144;
  position: absolute;
  left: 0px;
  top: 36px;
}

.ffcl .contitle .more {
  font-size: 14px;
  color: #999;
  transition: color 0.3s;
}

.ffcl .contitle .more:hover {
  color: #b92e32;
}

/* item-a 工作动态+热点专题 */
.ffcl .item-a {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.04);
  border: 1px #e8e8e8 solid;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
}

.ffcl .item-a .gzdt {
  width: 68%;
  border-right: 1px #e8e8e8 solid;
  padding: 24px;
  position: relative;
}

.ffcl .item-a .contitle {
  margin-bottom: 30px;
}

.ffcl .ffcl-new-swiper {
  height: 250px;
  width: 46%;
  overflow: hidden;
  float: left;
  position: relative;
}

.ffcl .ffcl-new-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.ffcl .ffcl-new-swiper .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ffcl .ffcl-new-swiper .swiper-slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 150px 12px 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.ffcl .ffcl-new-swiper .news-page {
  position: absolute;
  bottom: 21px;
  right: 15px;
  z-index: 10;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  padding-right: 12px;
}

.ffcl .ffcl-new-swiper .news-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  opacity: 1;
}

.ffcl .ffcl-new-swiper .news-page .swiper-pagination-bullet-active {
  background: #b92e32;
}

/* 通用新闻列表 */
.ffcl .newslist {
  list-style: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.ffcl .item-a .newslist {
  width: 54%;
  float: right;
  padding-left: 30px;
}

.ffcl .item-a .newslist li {
  line-height: 35px;
}

.ffcl .newslist li {
  line-height: 32px;
  padding-left: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ffcl .newslist li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
}

.ffcl .newslist li a {
  color: #555;
  font-size: 16px;
  transition: color 0.3s;
}

.ffcl .newslist li a:hover {
  color: #b92e32;
}

/* 热点专题 */
.ffcl .rdzt {
  width: 32%;
  padding: 24px;
}

.ffcl .rdzt .rdzt-swiper {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.ffcl .rdzt .rdzt-swiper .swiper-slide {
  overflow: hidden;
  height: 125px;
}

.ffcl .rdzt .rdzt-swiper .swiper-slide .slide-bg {
  width: 100%;
  height: 125px;
  object-fit: cover;
}

/* item-b 党纪法规/警钟长鸣/廉洁文化 */
.ffcl .row {}

.ffcl .item-b {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.04);
  border: 1px #e8e8e8 solid;
  padding: 24px;
  margin-bottom: 30px;
}

.ffcl .item-b .pic-slider-swiper {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.ffcl .item-b .pic-slider-swiper .swiper-slide {
  overflow: hidden;
  position: relative;
}

.ffcl .item-b .pic-slider-swiper .swiper-slide .slide-bg {
  width: 100%;
  height: 180px;
}

.ffcl .item-b .pic-slider-swiper .swiper-slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 12px;
  color: #222222;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 2.6em;
}

.ffcl .item-b .pic-slider-swiper .swiper-slide:hover .title {
  color: #aa9144;
}

/* item-c 廉洁讲堂 */
.ffcl .item-c {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.04);
  border: 1px #e8e8e8 solid;
  padding: 24px;
  margin-bottom: 20px;
}

.ffcl .item-c dl {
  margin: 0 0 15px;
}

.ffcl .item-c dl a {
  display: block;
  color: #333;
  transition: color 0.3s;
}

.ffcl .item-c dl a:hover {
  color: #b92e32;
}

.ffcl .item-c dl .image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.ffcl .item-c dl .image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 31px;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
  background-color: rgba(0, 0, 0, 0.6);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  padding-left: 10px;
}

.ffcl .item-c dl .image:hover i {
  transform: translate(-50%, -50%) scale(1.2);
}

.ffcl .item-c dl .title {
  font-size: 15px;
  line-height: 40px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background-color: #eee;
  padding: 0 15px;
}

.ffcl .item-c ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ffcl .item-c ul li {
  line-height: 32px;
  padding-left: 14px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ffcl .item-c ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
}

.ffcl .item-c ul li a {
  color: #555;
  font-size: 16px;
  transition: color 0.3s;
}

.ffcl .item-c ul li a:hover {
  color: #b92e32;
}

/* 在线举报按钮 */
.ffcl .report-btn {
  display: block;
  margin-top: 0.2rem;
  text-indent: -100000px;
  background: url(../Images/report-btn.jpg) no-repeat center center;
  background-size: cover;
  height: 80px;
}

.ffcl .report-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(185, 46, 50, 0.4);
  color: #fff;
}

/*  关于我们 集团荣誉 */
.introduction-honors {
  font-size: 18px;
  line-height: 38px;
  color: #333333;
  margin-top: 50px;
  text-indent: 2em;
  position: relative;
  z-index: 10;
}

.introduction {
  position: relative;
  width: 100%;
  padding: 10px 0 14px;
  z-index: 1;
}

.introduction .aboutimg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.introduction .pagecenter {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}

.introduction .certificate-swiper {
  position: relative;
  padding: 80px 70px 100px;
  overflow: hidden;
}

.introduction .certificate-swiper .swiper-wrapper {
  align-items: center;
}

.introduction .certificate-swiper .swiper-slide {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  padding: 30px 20px 25px;
  text-align: center;
  transform: scale(0.75);
  transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease;
  position: relative;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  z-index: 1;
}

/* 第三排（外侧）slide 向中间偏移 */
.introduction .certificate-swiper .swiper-slide:has(+ .swiper-slide-prev) {
  transform: scale(0.82) translateX(110%);
  z-index: 2;
}

.introduction .certificate-swiper .swiper-slide-next+.swiper-slide {
  transform: scale(0.82) translateX(-110%);
  z-index: 2;
}

/* 第二排（相邻）slide 向中间偏移 */
.introduction .certificate-swiper .swiper-slide-prev {
  transform: scale(0.88) translateX(42%);
  z-index: 3;
}

.introduction .certificate-swiper .swiper-slide-next {
  transform: scale(0.88) translateX(-42%);
  z-index: 3;
}

.introduction .certificate-swiper .swiper-slide-active {
  transform: scale(1.12);
  opacity: 1;
  box-shadow: 0 25px 40px -10px rgba(0, 0, 0, 0.28);
  z-index: 5;
  -webkit-box-reflect: below 8px -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);
}

.introduction .certificate-swiper .swiper-slide .img {
  display: block;
  width: 76%;
  height: 248px;
  object-fit: contain;
  margin: 0 auto 15px;
}

.introduction .certificate-swiper .swiper-slide .title {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.introduction .certificate-swiper .swiper-slide .name {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.introduction .certificate-swiper .swiper-button-prev,
.introduction .certificate-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin-top: -25px;
  transition: background-color 0.3s;
}

.introduction .certificate-swiper .swiper-button-prev::after,
.introduction .certificate-swiper .swiper-button-next::after {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.introduction .certificate-swiper .swiper-button-prev {
  left: 0;
}

.introduction .certificate-swiper .swiper-button-next {
  right: 0;
}

.introduction .certificate-swiper .swiper-button-prev:hover {
  background-color: #b92e32;
}

.introduction .certificate-swiper .swiper-button-next:hover {
  background-color: #9e2629;
}

/* 核心企业 */
.core-enterprise {
  width: 100%;
  position: relative;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-image: url("../Images/abouttpbg.png");
  background-position: center;
  background-size: 100% 100%;
}

.core-enterprise .core-enterprise-top-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.core-enterprise.foundation-topbg {
  background-image: url("../Images/abouttpbg1.png");
}

.core-enterprise.technology-topbg {
  background-image: url("../Images/abouttpbg2.png");
}

.core-enterprise.management-topbg {
  background-image: url("../Images/abouttpbg3.png");

}

.core-enterprise .core-introduction {
  padding-top: 78px;
}

.core-enterprise .core-introduction .core-video {
  position: relative;
  width: 46%;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.core-enterprise .core-introduction .core-video .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80px;
  color: #FFFFFF;
  z-index: 20;
  width: 100%;
  height: 100%;
  line-height: 370px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.core-enterprise .core-introduction .core-video .video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.core-enterprise .core-introduction .core-video .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.core-enterprise .core-introduction .textjs {
  width: 46%;
}

.core-enterprise .core-introduction .textjs .core-title {
  font-size: 32px;
  line-height: 54px;
}

.core-enterprise .core-introduction .textjs .core-text {
  font-size: 18px;
  line-height: 34px;
  margin-top: 28px;
  max-height: 300px;
  overflow: auto;
}

.core-model-name {
  line-height: 60px;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: bold;
}

.core-model-name.black {
  color: #333333;
}

.card-more {
  width: 78px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #d7282b;
  line-height: 28px;
  text-align: center;
  color: #dd3032;
  font-size: 16px;
}

.card-more:hover {
  color: #FFFFFF;
  background-color: #B92E32;
}

.core-business {
  width: 100%;
  margin-top: 50px;
  background-size: 100% auto !important;
  padding: 100px 0 48px;
  background-attachment: fixed !important;
  background-position: top center !important;
  background: url("../Images/aboutyun.jpg") no-repeat center;
}

.core-business.core-foundation {
  background: url("../Images/aboutyun1.png") no-repeat center;
}

.core-business.core-technology {
  background: url("../Images/aboutyun2.png") no-repeat center;
}

.core-business.core-management {
  background: url("../Images/aboutyun3.png") no-repeat center;
}

.core-business .business-list {
  display: flex;
  gap: 40px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.core-business .business-list .item {
  width: calc(50% - 20px);
  float: left;
  min-height: 126px;
  background-color: rgba(235, 249, 254, 0.5);
  border-radius: 10px;
  padding: 10px;
}

.core-business .business-list .item .box {
  float: left;
  background-color: #eff5fe;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 220px;
}

.core-business .business-list .item .number {
  position: absolute;
  font-size: 24px;
  color: #2686cf;
  line-height: 26px;
  left: 97px;
  top: 50%;
  margin-top: -26px;
  z-index: 20;
  font-weight: bold;
}

.core-business .business-list .item .tu {
  position: absolute;
  left: 58px;
  width: 106px;
  top: 50%;
  transform: translate(0%, -25%);
}

.core-business .business-list .item .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #2686cf;
  font-weight: bold;
  margin-bottom: 10px;
}

.core-business .business-list .item .description {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.core-news {
  padding-top: 77px;
  background: #F5F6F8;
}

.core-news .newslist {
  padding-top: 32px;
  display: inline-block;
  width: 100%;
}

.core-news .newslist.jx-newslist {}

.core-news .newslist.jx-newslist .item {
  width: 100%;
  margin: 9px 0 34px 0;
}

.core-news .newslist.jx-newslist .item .img {
  display: none;
}

.core-news .newslist.jx-newslist .item .name {
  flex: 1;
  height: fit-content;
  margin-bottom: 9px;
  padding-left: 14px;
}

.core-news .newslist .item {
  width: calc(50% - 19px);
  /* height: 66px; */
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 9px 20px 9px 9px;
  margin: 0 38px 34px 0;
  float: left;
}

.core-news .newslist .item:nth-child(2n) {
  margin-right: 0;
}

.core-news .newslist .item:hover {
  box-shadow: 0 0 5px rgba(155, 46, 50, 0.4);
}

.core-news .newslist .item:hover .name,
.core-news .newslist .item:hover .date {
  color: #b92e32;
}

.core-news .newslist .item .img {
  width: 131px;
  height: 78px;
  border-radius: 6px;
  flex: none;
  object-fit: cover;
}

.core-news .newslist .item .name {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  /* 2行文本超出部分省略号显示 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 9px;
  padding-left: 24px;
}

.core-news .newslist .item .date {
  right: 30px;
  top: 20px;
  line-height: 30px;
  color: #999999;
  flex: none;
  margin-left: 38px;
  margin-top: 9px;
}

.core-invest {
  padding-top: 86px;
  padding-bottom: 100px;
}

.core-invest .ywbk-case .list {
  margin-top: 33px;
}

/* 共产党员手机报飘窗 */
.bayWindow {
  position: fixed;
  right: 20px;
  bottom: 53%;
  z-index: 50;
  width: 180px;
  opacity: 0.6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.bayWindow span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 0 0 0 10px;
  text-align: center;
  line-height: 18px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
}

.bayWindow span:hover {
  background-color: #000000;
  cursor: pointer;
}

.bayWindow:hover {
  opacity: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.bayWindow img {
  width: 100%;
}

/* 党建顶部新闻轮播 */
.party-top-news {
  position: relative;
  width: 100%;
  padding: 0px 0 80px;
  overflow: hidden;
}

.party-top-news .partybg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.party-top-news .pagecenter {
  position: relative;
  z-index: 2;
}

.party-news-swiper {
  position: relative;
  margin-top: 70px;
  padding-bottom: 50px;
}

.party-news-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  gap: 50px;
}

.party-news-swiper .slide-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

.party-news-swiper .slide-left .date-tag {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}

.party-news-swiper .slide-left .date-tag .label {
  display: inline-block;
  background-color: #b92e32;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 12px;
}

.party-news-swiper .slide-left .title {
  font-size: 26px;
  color: #222222;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.party-news-swiper .slide-left .desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.9;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.party-news-swiper .slide-left .more {
  display: inline-block;
  width: 110px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 19px;
  font-size: 14px;
  color: #666666;
  transition: all 0.3s;
}

.party-news-swiper .slide-left .more:hover {
  background-color: #b92e32;
  border-color: #b92e32;
  color: #ffffff;
}

.party-news-swiper .slide-right {
  flex: 0 0 55%;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.party-news-swiper .slide-right .slide-bg {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.party-news-swiper .slide-right:hover .slide-bg {
  transform: scale(1.05);
}

.party-news-swiper .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: left;
  width: auto;
}

.party-news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #cccccc;
  opacity: 1;
  margin: 0 15px 0 0;
  transition: all 0.3s;
}

.party-news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b92e32;
}

/* 党建工作列表 */
.party-list {
  width: 100%;
  padding: 50px 0 40px;
}

.party-list .item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 36px 0;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.3s ease;
}

.party-list .item:hover {
  border-bottom: 1px solid #b92e32;
}

.party-list .item .texts {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: stretch;
  padding-right: 80px;
}

.party-list .item .texts .date-name {
  flex: 0 0 42%;
  padding-right: 80px;
}

.party-list .item .texts .date-name .date {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 18px;
}

.party-list .item .texts .date-name .date span {
  display: inline-block;
  background-color: #b92e32;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 4px;
  margin-right: 10px;
}

.party-list .item .texts .date-name .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.party-list .item .texts .title-more {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.party-list .item .texts .title-more .title {
  font-size: 18px;
  color: #888888;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 18px;
}

.party-list .item .texts .title-more .more {
  display: inline-block;
  align-self: flex-start;
  min-width: 78px;
  padding: 6px 18px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  font-size: 13px;
  color: #888888;
  text-align: center;
  transition: all 0.3s ease;
}

.party-list .item .img {
  flex: 0 0 280px;
  width: 280px;
  height: 160px;
  object-fit: cover;
  border-radius: 4px;
}

.party-list .item:hover .texts .date-name .name {
  color: #b92e32;
}

.party-list .item:hover .texts .title-more .more {
  background-color: #b92e32;
  border-color: #b92e32;
  color: #ffffff;
}

.party-list .item:hover .img {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* 企业文化轮播 */
.enterprise-culture {
  width: 100%;
  padding: 40px 0 30px;
}

.enterprise-culture-swiper {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  height: 540px;
}

/* 主轮播 */
.enterprise-culture-swiper .culture-main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.enterprise-culture-swiper .culture-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enterprise-culture-swiper .culture-main .slide-left {
  width: 48%;
}

.enterprise-culture-swiper .culture-main .slide-left .title {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  height: 56px;
  line-height: 1.2;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.enterprise-culture-swiper .culture-main .slide-left .desc {
  font-size: 15px;
  color: #777777;
  line-height: 2;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}

.enterprise-culture-swiper .culture-main .slide-left .more {
  display: inline-block;
  min-width: 96px;
  padding: 8px 22px;
  border: 1px solid #dddddd;
  border-radius: 22px;
  font-size: 13px;
  color: #888888;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.enterprise-culture-swiper .culture-main .slide-left .more:hover {
  background-color: #b92e32;
  border-color: #b92e32;
  color: #ffffff;
}

.enterprise-culture-swiper .culture-main .slide-right {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
}

.enterprise-culture-swiper .culture-main .slide-right img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.enterprise-culture-swiper .culture-main .swiper-slide:hover .slide-right img {
  transform: scale(1.05);
}

/* 中间控制条 */
.enterprise-culture-swiper .culture-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 24px;
  gap: 20px;
  width: 49%;
  z-index: 10;
}

.enterprise-culture-swiper .culture-control .control-line {
  flex: 1;
  height: 1px;
  background-color: #e5e5e5;
}

.enterprise-culture-swiper .culture-control .control-fraction {
  display: flex;
  align-items: baseline;
  font-family: Arial, sans-serif;
  color: #999999;
  user-select: none;
}

.enterprise-culture-swiper .culture-control .control-fraction .current {
  font-size: 26px;
  font-weight: bold;
  color: #222222;
  margin-right: 6px;
}

.enterprise-culture-swiper .culture-control .control-fraction .split {
  font-size: 16px;
  color: #cccccc;
  margin: 0 4px;
}

.enterprise-culture-swiper .culture-control .control-fraction .total {
  font-size: 16px;
  color: #999999;
}

.enterprise-culture-swiper .culture-control .control-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.enterprise-culture-swiper .culture-control .control-btns .btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f0f0f0;
  color: #888888;
}

.enterprise-culture-swiper .culture-control .control-btns .btn .iconfont {
  font-size: 16px;
  line-height: 1;
}

.enterprise-culture-swiper .culture-control .control-btns .btn:hover {
  background-color: #b92e32;
  color: #ffffff;
}

.enterprise-culture-swiper .culture-control .control-btns .btn-next {
  background-color: #b92e32;
  color: #ffffff;
}

.enterprise-culture-swiper .culture-control .control-btns .btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 缩略图（jQuery 控制，阶梯放大） */
.enterprise-culture-swiper .culture-thumbs {
  width: 100%;
  padding: 30px 0 20px;
  position: absolute;
  bottom: 0;
  z-index: 5;
}

.enterprise-culture-swiper .culture-thumbs .thumb-list {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  transition: transform 0.6s ease;
  will-change: transform;
}

.enterprise-culture-swiper .culture-thumbs .thumb-item {
  flex: 0 0 auto;
  width: 333px;
  margin: 0 17px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.6s ease, opacity 0.6s ease, box-shadow 0.6s ease;
}

.enterprise-culture-swiper .culture-thumbs .thumb-item img {
  width: 100%;
  height: 208px;
  object-fit: cover;
  display: block;
}

.enterprise-culture-swiper .culture-thumbs .thumb-item.active img {
  height: 516px;
}

/* 阶梯层级：越近 active 越大 */
.enterprise-culture-swiper .culture-thumbs .thumb-item {}

.enterprise-culture-swiper .culture-thumbs .thumb-item.active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  width: 52%;
}

/* 联系我们 */
.contact-us {
  width: 100%;
  padding: 110px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.contact-us .contact-left {
  min-width: 0;
  padding-top: 20px;
  width: 52%;
}

.contact-us .contact-title {
  font-size: 34px;
  color: #222;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.contact-us .contact-line {
  width: 84px;
  height: 4px;
  background: #b92e32;
  margin-bottom: 36px;
  margin-top: -4px;
}

.contact-us .contact-info {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.contact-us .contact-info li {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  color: #333;
  line-height: 28px;
  margin-bottom: 22px;
}

.contact-us .contact-info li:last-child {
  margin-bottom: 0;
}

.contact-us .contact-info li .iconfont {
  font-size: 22px;
  color: #b92e32;
  margin-right: 12px;
  line-height: 28px;
  flex-shrink: 0;
}

.contact-us .contact-info li .label {
  color: #222;
  flex-shrink: 0;
}

.contact-us .contact-info li .value {
  color: #444;
  word-break: break-all;
}

.contact-us .contact-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 20px;
}

.contact-us .contact-codes .code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-us .contact-codes .code-item img {
  width: 110px;
  height: 110px;
  display: block;
  border: 1px solid #eee;
  padding: 4px;
  background: #fff;
  box-shadow: 0 0 6px #efefef;
}

.contact-us .contact-codes .code-item p {
  margin: 14px 0 0;
  font-size: 14px;
  color: #555;
  text-align: center;
}

.contact-us .contact-right {
  width: 37%;
  border-radius: 50%;
  overflow: hidden;
}

.contact-us .contact-right img {
  width: 100%;
  display: block;
}

.contact-us .contact-right:hover {
  border-radius: 20px;
}

/* 人才建设 - 人才理念 + echarts */

/* 关于我们-年份列表 */
.about-year {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  padding-top: 62px;
}

.about-year .year-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

.about-year .year-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.6s ease;
  z-index: 0;
}

.about-year .year-img {
  padding-top: 62.2%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.about-year .year-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s ease;
}

.about-year .year-item:hover .year-img img {
  transform: scale(1.1);
}

.about-year .year-title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.about-year .year-more {
  width: 78px;
  height: 30px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  border-radius: 15px;
  border: solid 1px #ffffff;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
}

.about-year .year-more .ico {
  font-size: 16px;
  color: #ffffff;
  margin-left: 8px;
}

.about-talent {
  position: relative;
}

.about-talent .aboutjsbg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.about-talent-team {
  width: 100%;
  padding: 90px 0 57px;
}

.about-talent-team .talent-intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding-bottom: 40px;
  position: relative;
}

.about-talent-team .talent-intro .intro-left {
  width: 100%;
  padding-right: 44%;
  position: relative;
  z-index: 10;
}

.about-talent-team .talent-intro .intro-left .title {
  font-size: 32px;
  color: #222;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}

.about-talent-team .talent-intro .intro-left .subtitle {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 24px;
  position: relative;
}

.about-talent-team .talent-intro .intro-left .desc {
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  text-align: justify;
}

.about-talent-team .talent-intro .intro-right {
  width: 35%;
  position: absolute;
  right: 71px;
  bottom: 0px;
  z-index: 0;
}

.about-talent-team .talent-intro .intro-right img {
  width: 100%;
  display: block;
}

.about-talent-team .talent-table {
  width: 100%;
  margin-top: 40px;
  height: 506px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  border: solid 1px #ffffff;
  padding: 30px;
}

.about-talent-team .talent-table .talent-data-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.about-talent-team .talent-table .talent-data-top .talent-data-top-left {
  width: 100%;
  flex: 1;
}


.about-talent-team .talent-table .talent-data-top .talent-data-top-left .talent-data-parse3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}


.about-talent-team .talent-table .talent-data-top .talent-data-top-left .talent-data-parse2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}

.about-talent-team .talent-table .talent-data-top .talent-data-top-left .td-box {
  height: 134px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 50px 20px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
}

.about-talent-team .talent-table .talent-data-top .talent-data-top-left .td-box strong {
  color: #1d62ad;
  font-size: 40px;
}

.about-talent-team .talent-table .talent-data-top .talent-data-top-right {
  width: 391px;
  padding: 35px 14px 0;
  height: 290px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.about-talent-team .talent-table .talent-data-top .talent-data-top-right .item-box {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  padding-left: 26px;
}

.about-talent-team .talent-table .talent-data-top .talent-data-top-right .item-box strong {
  color: #1d62ad;
  font-size: 40px;
}

.about-talent-team .talent-table .talent-data-top .talent-data-top-right .ul {
  width: 100%;
  height: 184px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d1e4fc;
  padding: 20px 25px;
  margin-top: 14px;
}

.about-talent-team .talent-table .talent-data-top .talent-data-top-right .ul .li {
  width: 100%;
  line-height: 33px;
  font-size: 16px;
}

.about-talent-team .talent-table .talent-data-top .talent-data-top-right .ul .li strong {
  color: #1d62ad;
  font-size: 24px;
}

.about-talent-team .talent-table .talent-data-top-bottom {
  width: 100%;
  margin-top: 22px;
}

.about-talent-team .talent-table .talent-data-top-bottom .item-box {
  width: 100%;
  height: 134px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.about-talent-team .talent-table .bg-top{
  position: relative;
  z-index: 5;
}
.about-talent-team .talent-table .bg-top::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../Images/databordertopimg.png") no-repeat top right;
  position: absolute;
  z-index: -1;
  top: 0;
  right:0;
}
.about-talent-team .talent-table .bg-bottom::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../Images/databorderbottomimg.png") no-repeat left bottom;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom:0;
}

@keyframes patentMeteor {
  0% {
    bottom: -20%;
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    bottom: 90%;
    opacity: 0;
  }
}

/* 新闻中心 - 集团要闻 */
.news-center-group {
  width: 100%;
  padding: 70px 0 0px;
}

.news-center-group .group-news-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 20px 20px 32px;
  margin-bottom: 37px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.news-center-group .group-news-item:last-child {
  margin-bottom: 0;
}

.news-center-group .group-news-item:hover {
  border-color: #b92e32;
  box-shadow: 0 10px 28px rgba(185, 46, 50, 0.1);
  transform: translateY(-2px);
}

.news-center-group .news-text {
  flex: 1;
  min-width: 0;
}

.news-center-group .news-date {
  font-size: 16px;
  color: #999;
  line-height: 36px;
}

.news-center-group .news-title {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  line-height: 30px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.news-center-group .group-news-item:hover .news-title {
  color: #b92e32;
}

.news-center-group .news-desc {
  font-size: 16px;
  color: #777;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}

.news-center-group .news-more {
  display: inline-block;
  min-width: 76px;
  height: 32px;
  padding: 0 18px;
  line-height: 30px;
  text-align: center;
  color: #666;
  font-size: 13px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #fff;
  transition: all 0.3s ease;
  margin-top: 16px;
}

.news-center-group .group-news-item:hover .news-more {
  color: #fff;
  background: #b92e32;
  border-color: #b92e32;
}

.news-center-group .news-img {
  width: 352px;
  height: 207px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.news-center-group .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.news-center-group .group-news-item:hover .news-img img {
  transform: scale(1.05);
}

/* 新闻中心 - 时政要闻 */
.news-center-political {
  width: 100%;
  padding: 70px 0 30px;
}

.news-center-political .political-block {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}

.news-center-political .political-block:last-child {
  margin-bottom: 0;
}

.news-center-political .political-left {
  width: 50%;
  flex-shrink: 0;
  height: 410px;
}

.news-center-political .political-swiper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.news-center-political .political-swiper .swiper-wrapper,
.news-center-political .political-swiper .swiper-slide {
  height: 100%;
}

.news-center-political .political-swiper .slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.news-center-political .political-swiper .slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-center-political .political-swiper .slide-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 160px 0px 20px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
}

.news-center-political .political-swiper .swiper-pagination {
  position: absolute;
  right: 7px;
  bottom: 8px;
  left: auto;
  width: auto;
  text-align: right;
}

.news-center-political .political-swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  opacity: 0.55;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.news-center-political .political-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.news-center-political .political-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 46px;
}

.news-center-political .political-right .news-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  border-bottom: 1px solid #dddddd;
}

.news-center-political .political-right .news-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 47px;
  margin: 0;
  color: #c92a30;
  position: relative;
  height: 47px;
}

.news-center-political .political-right .news-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #c92a30;
  left: 0;
  bottom: 0;
}

.news-center-political .political-right .news-more {
  min-width: 72px;
  height: 30px;
  padding: 0 16px;
  line-height: 28px;
  text-align: center;
  color: #666;
  font-size: 13px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #fff;
  transition: all 0.3s ease;
}

.news-center-political .political-right .news-more:hover {
  color: #fff;
  background: #b92e32;
  border-color: #b92e32;
}

.news-center-political .political-right .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.news-center-political .political-right .news-list li {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.news-center-political .political-right .news-list li a {
  position: relative;
  padding: 6px 0 6px 24px;
  font-size: 19px;
  color: #444;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
  display: block;
}

.news-center-political .political-right .news-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c0c0c0;
}

.news-center-political .political-right .news-list li a:hover {
  color: #b92e32;
}

.news-center-political .political-right .news-list li a:hover::before {
  background: #b92e32;
}

/* 集团视觉 - 图片视觉 */
.about-vision {
  width: 100%;
  padding: 50px 0 90px;
  position: relative;
}

.about-vision::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 17px;
  bottom: 40px;
  width: 1px;
  background: #dcdcdc;
}

.about-vision .vision-year-group {
  width: 100%;
  padding-left: 30px;
  position: relative;
  margin-bottom: 50px;
}

.about-vision .vision-year-group:last-child {
  margin-bottom: 0;
}

.about-vision .vision-year-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c8c8c8;
}

.about-vision .vision-year-group.active::before {
  border-color: #b92e32;
  background: #b92e32;
  box-shadow: 0 0 0 4px rgba(185, 46, 50, 0.15);
}

.about-vision .vision-year-group .year-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.about-vision .vision-year-group .year-title {
  font-size: 24px;
  color: #666666;
  line-height: 28px;
  margin: 0;
}

.about-vision .vision-year-group.active .year-title {
  color: #b92e32;
  font-weight: bold;
}

.about-vision .vision-year-group .year-more {
  min-width: 72px;
  height: 30px;
  padding: 0 16px;
  line-height: 28px;
  text-align: center;
  color: #666;
  font-size: 13px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #fff;
  transition: all 0.3s ease;
}

.about-vision .vision-year-group .year-more:hover {
  color: #fff;
  background: #b92e32;
  border-color: #b92e32;
}

.about-vision .year-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
}

.about-vision .vision-item {
  display: block;
  width: 100%;
  position: relative;
}

.about-vision .vision-item .img-box {
  width: 100%;
  padding-top: 55.2%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.about-vision .vision-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.6s ease;
}

.about-vision .vision-item span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  padding: 13px 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;

}

.about-vision .vision-item:hover img {
  transform: scale(1.06);
}

.about-vision .vision-item:hover span {
  color: #b92e32;
}

/* 图片视觉更多 */
.vision-more-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.vision-more-list a {
  display: block;
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.vision-more-list a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.vision-more-list a:hover img {
  transform: scale(1.06);
}

/* 集团视觉 - 专题专栏 */
.about-special {
  width: 100%;
  padding: 60px 0 90px;
}

.about-special .special-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.about-special .special-item {
  width: calc(50% - 18px);
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.about-special .special-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
}

.about-special .special-item .special-img {
  width: 100%;
  padding-top: 52%;
  position: relative;
  overflow: hidden;
}

.about-special .special-item .special-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.about-special .special-item:hover .special-img img {
  transform: scale(1.05);
}

.about-special .special-item .special-more {
  position: absolute;
  right: 24px;
  top: 24px;
  min-width: 80px;
  height: 34px;
  padding: 0 18px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;
  z-index: 2;
}

.about-special .special-item:hover .special-more {
  background: #b92e32;
  border-color: #b92e32;
}

/* 基金核心企业 - 卡片列表 */
.about-core-fund {
  width: 100%;
  padding: 60px 0 90px;
}

.about-core-fund .core-fund-list {
  width: 100%;
  gap: 36px;
  display: flex;
  flex-wrap: wrap;
}

.about-core-fund .fund-card {
  display: block;
  border-radius: 10px;
  padding: 38px 38px 0px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  width: calc(33.33% - 24px);
  overflow: hidden;
  z-index: 1;
  text-align: center;
  border: 1px solid #FFFFFF;
}

.about-core-fund .fund-card::before {
  content: '';
  /* 必须有content属性，即使为空 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../Images/about_kernel_bg.jpg') center no-repeat;
  z-index: -1;
  /* 确保背景在内容后面 */
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-size: 100% 100% !important;
  !i;
  !;
}

/* .about-core-fund .fund-card:before {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  border: 50px solid #FDF5F6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: -1;
  box-sizing: border-box;
} */

.about-core-fund .fund-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  !i;
  !;
}

.about-core-fund .fund-card:hover::before {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.about-core-fund .fund-card .logos {
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}

.about-core-fund .fund-card .zxjjlogo {
  max-height: 49px;
  max-width: 49px;
}

.about-core-fund .fund-card .logoline {
  width: 1px;
  height: 54px;
  background-color: #dee3e6;
  margin: 0 16px;
}

.about-core-fund .fund-card .otherlogo {
  max-height: 49px;
  max-width: 120px;
}

/* 
.about-core-fund .fund-card:hover:before {
  width: 700px;
  height: 700px;
  right: -200px;
  top: -200px;
  border-radius: 50%;
  background-color: #FDF5F6;
  z-index: -1;
} */


.about-core-fund .fund-card .card-title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.about-core-fund .fund-card .card-info p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin: 0;
  height: 60px;
}

.about-core-fund .fund-card .card-info p.tel {
  height: 30px;
}

.about-core-fund .fund-card .card-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color: #666666;
  font-size: 16px;
  line-height: 66px;
  border-top: 1px solid #E6E6E6;
}

.about-core-fund .fund-card .card-link .iconfont {
  font-size: 16px;
  color: #b92e32;
}

/* 建言献策表单 */
.feedback {
  position: relative;

}

.feedback .feedbackbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.feedback-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 110px 0 80px;
  position: relative;
  z-index: 5;
}

.feedback-form .feedback-intro {
  padding-top: 30px;
  flex: 1;
}

.feedback-form .feedback-title {
  font-size: 32px;
  color: #222;
  margin-bottom: 40px;
}

.feedback-form .feedback-sub {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.feedback-form .feedback-fields {
  flex: 1;
  min-width: 0;
  max-width: 880px;
}

.feedback-form .layui-form-item {
  margin-bottom: 30px;
  display: flex;
  /* align-items: center; */
  min-height: 58px;
}

.feedback-form .layui-form-label {
  width: 150px;
  padding: 11px 0;
  text-align: right;
  font-size: 18px;
  color: #333;
  float: none;
  line-height: 36px;
}

.feedback-form .layui-form-label .req {
  color: #b92e32;
  margin-right: 4px;
}

.feedback-form .layui-input-block {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.feedback-form .layui-input-block .layui-unselect {
  width: 100%;
}

.feedback-form .layui-input,
.feedback-form .layui-select,
.feedback-form .layui-textarea {
  height: 56px;
  line-height: 54px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  font-size: 15px;
}

.feedback-form .layui-textarea {
  height: 138px;
  line-height: 24px;
  padding: 10px 12px;
  resize: vertical;
}

.feedback-form .layui-form-select .layui-input {
  padding-right: 30px;
}

.feedback-form .captcha-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feedback-form .captcha-input {
  flex: 1;
  min-width: 0;
}

.feedback-form .captcha-img {
  width: 180px;
  height: 58px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
  display: block;
}

.feedback-form .form-btns {
  margin-top: 36px;
  padding-left: 170px;
  display: flex;
  gap: 16px;
}

.feedback-form .form-btns .layui-btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}

.feedback-form .btn-submit {
  background: #b92e32;
  color: #fff;
}

.feedback-form .btn-submit:hover {
  background: #a02528;
}

.feedback-form .btn-reset {
  background: #e5e5e5;
  color: #555;
}

.feedback-form .btn-reset:hover {
  background: #d6d6d6;
}

/* layui radio 主色 */
.feedback-form .layui-form-radio[lay-skin=primary] i,
.feedback-form .layui-form-radioed i,
.feedback-form .layui-form-radio i.layui-anim-scaleSpring {
  color: #b92e32;
}

/* 企业文化 */
.staff-presence {
  width: 100%;
  padding: 40px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 78px;
}

.staff-presence .item {
  flex: 0 0 calc((100% - 156px) / 3);
  max-width: calc((100% - 156px) / 3);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.staff-presence .item .img {
  width: 100%;
  height: 268px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}

.staff-presence .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.staff-presence .item .t1 {
  font-size: 20px;
  color: #222222;
  line-height: 36px;
  min-height: calc(17px * 1.6 * 2);
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.staff-presence .item .date {
  font-size: 18px;
  color: #878a93;
  margin-bottom: 22px;
}

.staff-presence .item .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border: 1px solid #dddddd;
  border-radius: 20px;
  font-size: 13px;
  color: #888888;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 78px;
  height: 30px;
}

.staff-presence .item:hover .img img {
  transform: scale(1.06);
}

.staff-presence .item:hover .t1 {
  color: #b92e32;
}

.staff-presence .item:hover .more {
  background-color: #b92e32;
  border-color: #b92e32;
  color: #ffffff;
}

.news-details {
  background-image: linear-gradient(70deg, #E0EFFE 0, #F9FCFF 600px, #F9FCFF 100%);
  padding-top: 119px;
}

.news-details .ywbk-breadcrumb {
  border-bottom: none;
}

.news-details .main {
  padding: 91px 130px 84px;
  border-radius: 20px;
  background-color: #FFFFFF;
  margin-top: 20px;
  position: relative;
}

.news-details .main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  height: 40px;
  width: 100%;
  background-image: linear-gradient(180deg, #B92E32 0, #B92E32 14%, #FFFFFF 14%, #FFFFFF 100%);
}

.news-details .new-name {
  font-size: 30px;
  text-align: center;
  line-height: 48px;
  margin-bottom: 40px;
}

.news-details .detail-tool {
  color: #999999;
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #DDDDDD;
}

.news-details .detail-tool .tool {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.news-details .detail-tool .tool span {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.news-details .detail-tool .tool i {
  font-size: 24px;
  margin-right: 4px;
}

.news-details .detail-tool .shear {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.news-details .detail-container {
  padding: 40px 0;
}

.news-details .detail-container * {
  font-size: 18px !important;
  line-height: 36px !important;
}

.news-details .detail-container p {
  margin-bottom: 1em;
}

.news-details .detail-container img,
.news-details .detail-container video {
  max-width: 100%;
  height: auto;
  text-indent: 0em;
  margin: 0 auto;
}

.news-details .detail-container img {
  height: auto !important;
}

.news-details .detail-change {
  gap: 22px;
}

.news-details .detail-change .changea {
  width: 100%;
  height: 145px;
  padding: 28px 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(32, 97, 189, 0.08);
  border-radius: 6px;
  font-size: 16px;
}

.news-details .detail-change .changea .title {
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  font-weight: bold;
  margin-top: 10px;
}

.news-details .detail-change .changea:hover .title {
  color: #333333;
}

/* 集团业务 - 专利技术 */
.group-patent {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.group-patent .patent-numerical {
  position: relative;
  display: flex;
}

.group-patent .patent-numerical .patent-divider--side {
  position: absolute;
  top: 50px;
  bottom: 50px;
  margin: 0;
  z-index: 1;
  pointer-events: none;
}

.group-patent .patent-numerical .patent-divider--left {
  left: 30px;
}

.group-patent .patent-numerical .patent-divider--right {
  right: 30px;
}

.group-patent .patent-numerical .patent-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 80px 0 30px;
}

.group-patent .patent-numerical .patent-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.group-patent .patent-numerical .patent-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.group-patent .patent-numerical .patent-name {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 7px;
}

.group-patent .patent-numerical .patent-num {
  font-size: 82px;
  font-weight: bold;
  color: #2873ea;
  line-height: 1;
  margin-bottom: 6px;
  font-family: Arial, sans-serif;
  letter-spacing: 2px;
  position: relative;
}

.group-patent .patent-numerical .patent-num em {
  font-size: 50px;
  position: relative;
  top: -28px;
}

.group-patent .patent-numerical .patent-base {
  width: 260px;
  height: 132px;
  margin: -64px auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.group-patent .patent-numerical .patent-unit {
  position: absolute;
  left: 50%;
  top: 71%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: #2873ea;
  color: #fff;
  font-size: 13px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(40, 115, 234, 0.35);
}

.group-patent .patent-numerical .patent-divider {
  width: 0px;
  position: relative;
  flex-shrink: 0;
}

.group-patent .patent-numerical .patent-divider i {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6px;
  height: 130px;
  margin-left: -1px;
  background: linear-gradient(to top, rgba(168, 200, 255, 0), #a8c8ff 60%, #d6e6ff);
  border-radius: 20%;
  opacity: 0;
  animation: patentMeteor 3.2s linear infinite;
  filter: drop-shadow(0 0 4px rgba(168, 200, 255, 0.8));
}

.group-patent .patent-numerical .patent-divider:nth-child(1) i:nth-child(1) {
  transform: translateX(-24px);
  animation-duration: 3.4s;
}

.group-patent .patent-numerical .patent-divider:nth-child(1) i:nth-child(2) {
  transform: translateX(17px);
  animation-delay: 2.6s;
  animation-duration: 4.3s;
}

.group-patent .patent-numerical .patent-divider:nth-child(1) i:nth-child(3) {
  transform: translateX(-4px);
  animation-delay: 3.2s;
  animation-duration: 5.2s;
}

.group-patent .patent-numerical .patent-divider:nth-child(2) i:nth-child(1) {
  transform: translateX(-24px);
  animation-duration: 3.6s;
}

.group-patent .patent-numerical .patent-divider:nth-child(2) i:nth-child(2) {
  transform: translateX(17px);
  animation-delay: 2.9s;
  animation-duration: 3.6s;
}

.group-patent .patent-numerical .patent-divider:nth-child(2) i:nth-child(3) {
  transform: translateX(-4px);
  animation-delay: 3.5s;
  animation-duration: 4s;
}

.group-patent .patent-numerical .patent-divider:nth-child(3) i:nth-child(1) {
  transform: translateX(-24px);
  animation-duration: 4s;
}

.group-patent .patent-numerical .patent-divider:nth-child(3) i:nth-child(2) {
  transform: translateX(17px);
  animation-delay: 2.3s;
  animation-duration: 6.6s;
}

.group-patent .patent-numerical .patent-divider:nth-child(3) i:nth-child(3) {
  transform: translateX(-4px);
  animation-delay: 2.1s;
  animation-duration: 2.8s;
}

.group-patent .patent-numerical .patent-divider:nth-child(4) i:nth-child(1) {
  transform: translateX(-24px);
  animation-duration: 5s;
}

.group-patent .patent-numerical .patent-divider:nth-child(4) i:nth-child(2) {
  transform: translateX(17px);
  animation-delay: 2.3s;
  animation-duration: 3.6s;
}

.group-patent .patent-numerical .patent-divider:nth-child(4) i:nth-child(3) {
  transform: translateX(-4px);
  animation-delay: 5.1s;
  animation-duration: 6.8s;
}

.group-patent .patent-gallery {
  position: relative;
  width: 100%;
  padding-top: 50px;
}

.group-patent .patent-gallery:before {
  content: "";
  display: block;
  width: 100%;
  height: 248px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(180deg, #F1F1F1 0, #FFFFFF 100%)
}

.group-patent .patent-gallery h2 {
  font-size: 24px;
}

.group-patent .patent-gallery .gallery-list {
  width: 100%;
  padding: 30px 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.group-patent .patent-gallery .gallery-list a {
  flex: 0 0 calc((100% - 200px) / 5);
  max-width: calc((100% - 200px) / 5);
  display: block;
  text-decoration: none;
}

.group-patent .patent-gallery .gallery-list a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.group-patent .patent-gallery .gallery-list a figure {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin-top: 12px;
  font-weight: 500;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.group-patent .patent-gallery .gallery-list a:hover img {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #c70019;
}

.group-patent .patent-gallery .gallery-list a:hover figure {
  color: #c70019;
}

/* 微信矩阵 */
.matrix {
  width: 100%;
  height: 100%;
  background-size: 100% auto !important;
  padding: 0 4vw;
  background: url(../Images/wechatMatrixbj.png) top no-repeat, linear-gradient(-180deg, #EFEEF3 0, #EFEEF3 200px, #FFFFFF 600px);
  min-height: 100vh;
}

.matrix .matrix-top {
  height: 47vw;
  width: 100%;
  text-align: center;
  padding-top: 8vw;
}

.matrix .matrix-top img {
  width: 62vw;
  height: 17vw;
}

.matrix .matrix-type {
  width: 100%;
  height: 11vw;
  background-color: #ffffff;
  border-radius: 1.3vw;
  display: flex;
}

.matrix .matrix-type .item {
  width: 50%;
  text-align: center;
  line-height: 11vw;
  color: #666666;
  font-size: 3.7vw;
  position: relative;
}

.matrix .matrix-type .item.opt {
  color: #b92e32;
  font-weight: bold;
}

.matrix .matrix-type .item.opt::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8vw;
  bottom: 0;
  width: 16vw;
  height: 1vw;
  background-color: #b92e32;
}

.matrix .matrix-list {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.3vw;
  margin-top: 2.1vw;
  padding: 7.7vw 3vw 0;
}

.matrix .matrix-list .matrix-list-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 4vw;
}

.matrix .matrix-list .matrix-list-title {
  text-align: center;
  margin: 0vw 0 6vw;
  font-size: 4.7vw;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}

.matrix .matrix-list .matrix-list-title .line-l {
  height: 0.2vw;
  width: 20vw;
  background-image: linear-gradient(90deg, #ffffff 0, #bebebe 100%);
  margin-right: 3vw;
}

.matrix .matrix-list .matrix-list-title .line-r {
  height: 0.2vw;
  width: 20vw;
  background-image: linear-gradient(-90deg, #ffffff 0, #bebebe 100%);
  margin-left: 3vw;
}

.matrix .matrix-list .matrix-list-item {
  width: 33%;
  float: left;
  padding: 0 5vw;
  margin-bottom: 7vw;
  text-align: center;
}

.matrix .matrix-list .matrix-list-item .img {
  width: 16vw;
  height: 16vw;
  background-color: #fdfdfd;
  border: solid 1px #dddde0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  overflow: hidden;
  border-radius: 50%;
}

.matrix .matrix-list .matrix-list-item .img img {
  max-width: 100%;
  max-height: 100%;
}

.matrix .matrix-list .matrix-list-item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 3.5vw;
  font-size: 2.7vw;
  margin-top: 2.8vw;
  height: 14vw;
}

/* ========== 响应式 - 大屏 (>1920px) ========== */
@media screen and (min-width: 1920px) {
  .page-index .page-slide:not(.banner) {}

  .page-index .banner .swiper-slide .banner-h {
    font-size: 72px;
  }

  .page-index .dangjian .dangjian-type {
    padding: 0 120px;
  }
}

/* ========== 响应式 - 中屏偏大 (1441-1659px) ========== */
@media screen and (min-width: 1441px) and (max-width: 1730px) {
  .page-index .product .card {
    padding: 16% 80px 0% 100px;
  }

  .page-index .product .card:hover {
    width: 50%;
    padding: 8% 80px 0% 100px;
  }
  
  .page-index .product .card h4 {
    margin-top: 20px;
  }


  .introduction .certificate-swiper {
    padding-top: 40px;
  }
  
  .about-talent-team .talent-table .talent-data-top .talent-data-top-left .td-box strong,
  .about-talent-team .talent-table .talent-data-top .talent-data-top-right .item-box strong{
    font-size: 36px;
  }

}

/* ========== 响应式 - 中屏 (1024-1440px) ========== */
@media screen and (min-width: 1024px) and (max-width: 1440px) {



  .about-vision .year-grid {
    gap: 26px;
  }

  /* 全局 */
  .page-index .page-slide:not(.banner) {
    padding: 0 80px;
  }

  .page-index .page-slide .plate-title .cn {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .page-index .page-slide .plate-title .en {
    font-size: 26px;
  }

  /* Banner */
  .page-index .banner .swiper-slide .banner-h {
    font-size: 48px;
    letter-spacing: 5px;
  }

  .page-index .banner .swiper-slide .banner-p {
    width: 550px;
    font-size: 18px;
  }

  /* ========== 侧边分页指示器 ========== */
  .page-index .body-page {
    width: 32px;
    margin-top: -186px;
  }

  .page-index .body-page .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 8px auto;
  }

  .page-index .body-page .swiper-pagination-bullet-active {
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }

  .page-index .body-page-shu {
    height: 40px;
    margin-top: -80px;
  }

  /* 新闻中心 */
  .page-index .news-center .news-top .news-top-swiper {
    padding: 0 100px;
  }

  .page-index .news-center .news-top .headline {
    font-size: 22px;
  }

  .page-index .news-center .news-top .headline-des .text {
    font-size: 16px;
  }

  .page-index .news-center .news-body {
    height: 400px;
    margin-top: 40px;
  }

  .page-index .news-center .news-body .news-swiper {
    height: 360px;
  }

  .page-index .news-center .news-body .news-swiper .swiper-slide .title {
    font-size: 17px;
    padding: 0 60px 24px 24px;
  }

  .page-index .news-center .news-body .news-group .tabs li {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }

  .page-index .news-center .news-body .news-group .tabs li i {
    font-size: 18px;
  }

  .page-index .news-center .news-body .group-item li a {
    padding: 6px 110px 6px 28px;
    height: 36px;
    line-height: 24px;
  }

  .page-index .news-center .news-body .group-item li .title .text {
    font-size: 14px;
    line-height: 24px;
  }

  .page-index .news-center .news-body .group-item li .dateright {
    font-size: 14px;
    line-height: 36px;
  }

  .page-index .news-center .news-body .group-item li .lingixng {
    line-height: 36px;
  }

  .page-index .news-center .news-body .group-item li.light a {
    padding: 10px 140px 10px 10px;
    height: 70px;
  }

  .page-index .news-center .news-body .group-item li.light .img {
    width: 110px;
    height: 70px;
  }

  .page-index .news-center .news-body .group-item li.light .dateleft {
    font-size: 14px;
    line-height: 40px;
  }

  .page-index .news-center .announcement-swiper {
    height: 65px;
  }

  .page-index .news-center .announcement-swiper .swiper-slide {
    height: 65px;
  }

  .page-index .news-center .announcement-swiper .slide-bg {
    height: 65px;
  }

  /* 关于我们 */
  .page-index .aboutus .aboutus-body .aboutus-left .company-name {
    font-size: 46px;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .tagline {
    font-size: 18px;
    margin-bottom: 36px;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-outline,
  .page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-solid {
    font-size: 18px;
  }

  /* 业务板块 */
  .page-index .product .card {
    padding: 12% 60px 14% 80px;
  }

  .page-index .product .card.big {
    padding: 8% 70px 14% 100px;
  }

  .page-index .product .card .card-icon {
    width: 90px;
    height: 60px;
  }

  .page-index .product .card .card-title {
    font-size: 24px;
  }

  .page-index .product .card .card-subtitle {
    font-size: 16px;
    height: 50px;
  }

  .page-index .product .card .card-desc {
    height: 200px;
  }

  .page-index .product .card .card-desc .min3 {
    font-size: 15px;
    line-height: 28px;
  }

  .page-index .product .card .alilist {
    width: 470px;
  }

  /* 党建 */
  .page-index .dangjian .dangjian-type {
    padding: 0 80px;
  }

  .page-index .dangjian .dangjian-swiper .swiper-pagination-horizontal {
    bottom: 220px;
  }

  .page-index .dangjian .dangjian-body {
    bottom: 70px;
  }

  /* .about-talent-team .talent-intro .intro-right {
    bottom: -50px;
  } */

  .about-talent-team .chart-card {
    padding: 30px 28px 20px;
  }

  .about-talent-team .chart-card:after {
    width: 200px;
    height: 200px;
    right: -100px;
    top: -100px;
    border: 40px solid #c70019;
  }

  .about-talent-team .chart-card .chart-title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .about-talent-team .chart-card .chart-sub {
    font-size: 16px;
  }

  
  .about-talent-team .talent-table .talent-data-top .talent-data-top-left .td-box,
  .about-talent-team .talent-table .talent-data-top .talent-data-top-right .item-box{
    font-size: 16px;
  }
  .about-talent-team .talent-table .talent-data-top .talent-data-top-left .td-box strong,
  .about-talent-team .talent-table .talent-data-top .talent-data-top-right .item-box strong{
    font-size: 28px;
  }

  .core-news .newslist .item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }

  .core-news .newslist .item .date {
    margin-left: 20px;
  }

  .introduction .certificate-swiper {
    padding-top: 20px;
  }

  /* 企业文化 */
  .staff-presence {
    width: 100%;
    padding: 40px 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .staff-presence .item {
    flex: 0 0 calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
  }

  .staff-presence .item .img {
    height: 200px;
    margin-bottom: 10px;
  }

  .staff-presence .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }

  .staff-presence .item .t1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
  }

  .staff-presence .item .date {
    margin-bottom: 10px;
  }

  .staff-presence .item .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    border: 1px solid #dddddd;
    border-radius: 20px;
    font-size: 13px;
    color: #888888;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 78px;
    height: 30px;
  }

  .staff-presence .item:hover .img img {
    transform: scale(1.06);
  }

  .staff-presence .item:hover .t1 {
    color: #b92e32;
  }

  .staff-presence .item:hover .more {
    background-color: #b92e32;
    border-color: #b92e32;
    color: #ffffff;
  }

  .party-list .item .texts .date-name {
    padding-right: 40px;
  }

  .party-list .item .texts {
    padding-right: 40px;
  }
}

/* ========== 响应式 - 小屏 (<1023px) ========== */
@media screen and (max-width: 1023px) {
  .about-year {
    padding-top: 32px;
    gap: 26px;
  }

  .about-year .year-title {
    font-size: 26px;
  }

  .about-year .year-more {
    width: 60px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
  }

  .about-year .year-more .ico {
    margin-left: 2px;
  }

  .about-vision .vision-item span {
    font-size: 16px;
    line-height: 22px;
  }

  /* 集团业务 - 科研平台 */
  .group-scientific {
    padding: 4vw 0 6vw;
  }

  .group-scientific .sci-item {
    gap: 4vw;
    padding: 4vw 4vw;
    margin-bottom: 3vw;
  }

  .group-scientific .sci-title {
    font-size: 2.4vw;
    line-height: 3.4vw;
    margin-bottom: 2vw;
  }

  .group-scientific .sci-desc {
    font-size: 1.8vw;
    line-height: 3.2vw;
    margin-bottom: 1.2vw;
  }

  /* 集团业务 - 专利技术 */
  .group-patent {}

  .group-patent .patent-numerical .patent-divider--side {
    top: 4vw;
    bottom: 4vw;
  }

  .group-patent .patent-numerical .patent-divider--left {
    left: 2vw;
  }

  .group-patent .patent-numerical .patent-divider--right {
    right: 2vw;
  }

  .group-patent .patent-numerical .patent-divider i {
    width: 3px;
  }

  .group-patent .patent-numerical .patent-item {
    padding: 2vw 0 3vw;
  }

  .group-patent .patent-numerical .patent-icon {
    width: 10vw;
    height: 10vw;
    margin: 0 auto 2.4vw;
  }

  .group-patent .patent-numerical .patent-name {
    font-size: 2vw;
    margin-bottom: 2vw;
  }

  .group-patent .patent-numerical .patent-num {
    font-size: 6.6vw;
  }

  .group-patent .patent-numerical .patent-num em {
    top: -1vw;
  }

  .group-patent .patent-numerical .patent-base {
    width: 24vw;
    height: 11vw;
    margin-top: -5vw;
  }

  .group-patent .patent-numerical .patent-unit {
    width: 3.2vw;
    height: 3.2vw;
    line-height: 3.2vw;
    font-size: 1.4vw;
  }

  /* 新闻中心 - 集团要闻 */
  .news-center-group {
    padding: 3vw 0;
  }

  .news-center-group .group-news-item {
    gap: 3vw;
    margin-bottom: 2.4vw;
  }

  .news-center-group .news-date {
    font-size: 1.6vw;
    margin-bottom: 1.4vw;
  }

  .news-center-group .news-title {
    font-size: 2.4vw;
    line-height: 3.4vw;
  }

  .news-center-group .news-desc {
    font-size: 1.6vw;
    line-height: 2.8vw;
    height: 5.6vw;
  }

  .news-center-group .news-more {
    font-size: 1.6vw;
    height: 3vw;
    line-height: 2.8vw;
    min-width: 8vw;
    padding: 0 1.6vw;
  }

  .news-center-group .news-img {
    width: 32vw;
    height: 20vw;
  }

  /* 新闻中心 - 时政要闻 */
  .news-center-political .political-block {
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 5vw;
  }

  .news-center-political .political-left,
  .news-center-political .political-right {
    width: 100%;
  }

  .news-center-political .political-left {
    height: 62vw;
  }

  .news-center-political .political-swiper .slide-title {
    font-size: 1.8vw;
    padding: 1.6vw 16vw 1.6vw 2.2vw;
  }

  .news-center-political .political-right {
    padding: 0;
  }

  .news-center-political .political-right .news-head {
    margin-bottom: 10px;
  }

  .news-center-political .political-right .news-title {
    font-size: 2.4vw;
    line-height: 5vw;
    height: 5vw;
  }

  .news-center-political .political-right .news-more {
    font-size: 1.6vw;
    height: 3vw;
    line-height: 2.8vw;
    min-width: 8vw;
    padding: 0 1.5vw;
  }

  .news-center-political .political-right .news-list li a {
    font-size: 1.8vw;
    line-height: 3.2vw;
    padding: 0.8vw 0 0.8vw 1.8vw;
  }

  /* 集团视觉 - 图片视觉 */
  .about-vision::before {
    left: 4px;
    top: 5vw;
    bottom: 6vw;
  }

  .about-vision .vision-year-group {
    padding-left: 3vw;
    margin-bottom: 4vw;
  }

  .about-vision .vision-year-group .year-title {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }

  .about-vision .vision-year-group .year-more {
    font-size: 1.6vw;
    min-width: 8vw;
    height: 3vw;
    line-height: 2.8vw;
    padding: 0 1.5vw;
  }

  .about-vision .year-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4vw;
  }

  .vision-more-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  /* 集团视觉 - 专题专栏 */
  .about-special {
    padding: 5vw 0 8vw;
  }

  .about-special .special-list {
    gap: 3vw;
  }

  .about-special .special-item {
    width: calc(50% - 1.5vw);
    border-radius: 1vw;
  }

  .about-special .special-item .special-more {
    right: 2vw;
    top: 2vw;
    min-width: 8vw;
    height: 3.2vw;
    line-height: 3.2vw;
    font-size: 1.8vw;
    padding: 0 1.5vw;
  }

  /* 基金核心企业 */
  .about-core-fund {
    padding: 5vw 0 8vw;
  }

  .about-core-fund .core-fund-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }

  .about-core-fund .fund-card {
    padding: 4vw 4vw 0;
  }

  .about-core-fund .fund-card .card-title {
    font-size: 2.4vw;
    line-height: 3.4vw;
    margin-bottom: 2.4vw;
  }

  .about-core-fund .fund-card .logos {
    margin-bottom: 2vw;
  }

  .about-core-fund .fund-card .card-info p {
    font-size: 2vw;
    line-height: 2.4vw;
    height: 4.8vw;
  }

  .about-core-fund .fund-card .card-link {
    font-size: 2vw;
  }

  html {
    height: auto;
    overflow: auto;
  }

  body {
    height: auto;
  }

  /* 全局 */
  .page-index .page-slide.banner {
    height: 60vw;
  }

  .page-index .page-slide:not(.banner) {
    padding: 4vw;
  }

  .page-index .page-slide.foot {
    padding: 0 4vw;
  }

  .page-index .page-slide .plate-title {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .page-index .page-slide .plate-title .cn {
    font-size: 5vw;
    margin-bottom: 2vw;
  }

  .page-index .page-slide .plate-title .en {
    font-size: 3.6vw;
    line-height: 1.5;
  }

  /* Banner */
  .page-index .banner .swiper-slide {
    padding-top: 8vw;
  }

  .page-index .banner .swiper-slide .banner-h {
    font-size: 5.5vw;
    letter-spacing: 3px;
    margin-bottom: 3vw;
  }

  .page-index .banner .swiper-slide .banner-p {
    width: 80%;
    font-size: 3.5vw;
  }


  .page-index .banner .wavetop {
    display: none;
  }

  /* 新闻中心 */
  .page-index .news-center {
    padding-top: 5vw !important;
  }

  .page-index .news-center .news-top .headline a {
    font-size: 4.5vw;
    line-height: 5vw;
    margin-bottom: 1vw;
  }

  .page-index .news-center .news-top {
    margin-top: 0;
  }

  .page-index .news-center .news-top .news-top-swiper {
    height: 12vw;
    padding: 0 4vw;
  }

  .page-index .news-center .news-top .headline-des {
    font-size: 3.2vw;
    margin-top: 2vw;
    line-height: 5vw;
  }

  .page-index .news-center .news-top .headline-des .text {
    font-size: 3.2vw;
  }

  .page-index .news-center .news-top .headline-des .more {
    font-size: 3.2vw;
  }


  .page-index .news-center .news-body {
    flex-direction: column;
    height: auto;
    margin-top: 4vw;
    gap: 4vw;
  }

  .page-index .news-center .news-body .news-swiper {
    width: 100%;
    margin-right: 0;
    height: 50vw;
  }

  .page-index .news-center .news-body .news-swiper .swiper-slide .title {
    font-size: 3.5vw;
    padding: 0 4vw 4vw 4vw;
  }

  .page-index .news-center .news-body .news-swiper .swiper-slide .time {
    font-size: 3vw;
    width: auto;
    height: auto;
    padding: 0.5vw 2vw;
    bottom: auto;
    top: 0vw;
    left: 0vw;
  }

  .page-index .news-center .news-body .news-group .tabs li {
    height: 8vw;
    line-height: 8vw;
    font-size: 3.5vw;
  }

  .page-index .news-center .news-body .news-group .tabs li i {
    font-size: 3.5vw;
  }

  .page-index .news-center .news-body .group-item li a {
    padding: 1.5vw 22vw 1.5vw 5vw;
    height: auto;
  }

  .page-index .news-center .news-body .group-item li:not(.light):hover a {
    padding: 1.5vw 22vw 1.5vw 5vw;
  }

  .page-index .news-center .news-body .group-item li .title .text {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }

  .page-index .news-center .news-body .group-item li .dateright {
    font-size: 2.8vw;
    line-height: 10vw;
  }

  .page-index .news-center .news-body .group-item li .lingixng {
    font-size: 2.5vw;
    line-height: 10vw;
  }

  .page-index .news-center .news-body .group-item li.light a {
    padding: 1.5vw 22vw 1.5vw 5vw;
    height: auto;
    min-height: 8vw;
    background-color: initial;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
  }

  .page-index .news-center .news-body .group-item li.light:hover {
    box-shadow: none;
  }

  .page-index .news-center .news-body .group-item li.light .lingixng {
    display: inline-block;
  }

  .page-index .news-center .news-body .group-item li.light .dateleft {
    display: none;
  }

  .page-index .news-center .news-body .group-item li.light .img {
    display: none;
  }

  .page-index .news-center .news-body .group-item li.light .title .text {
    /* -webkit-line-clamp: 1; */
  }

  .page-index .news-center .news-body .group-item li.light .dateright {
    display: inline-block;
  }

  .page-index .news-center .announcement-swiper {
    height: 12vw;
    margin-top: 3vw;
  }

  .page-index .news-center .announcement-swiper .swiper-slide {
    height: 12vw;
  }

  .page-index .news-center .announcement-swiper .slide-bg {
    height: 12vw;
  }

  .page-index .news-center .announcement-swiper .new {
    font-size: 2vw;
    height: auto;
    line-height: 1.2;
    padding: 0.5vw 1vw;
  }

  /* 关于我们 */
  .page-index .aboutus {
    height: 55vw;
  }

  .page-index .aboutus .aboutus-body {
    max-width: 100%;
    padding: 4vw 0 0;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .plate-title {
    padding-left: 4vw;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .plate-title .en {
    font-size: 3.5vw;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .plate-title .cn {
    font-size: 6vw;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .company-name {
    font-size: 5vw;
    margin-bottom: 3vw;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .tagline {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.2vw;
    justify-content: space-between;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-outline,
  .page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-solid {
    padding: 0vw;
    font-size: 3.2vw;
    line-height: 12vw;
    height: 12vw;
    width: 19.6vw;
  }

  /* 业务板块 */
  .page-index .product {
    /* height: 80vw; */
    padding: 0 !important;
    overflow: auto;
  }

  .page-index .product .plate-title {
    padding-left: 0;
    left: auto;
    right: 3vw;
    padding-top: 6vw;
  }

  .page-index .product .product-cards {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
  }

  .page-index .product .plate-title .cn {
    font-size: 6vw;
  }

  .page-index .product .plate-title .en {
    font-size: 3.5vw;
    letter-spacing: 3px;
  }

  .page-index .product .card {
    width: 100% !important;
    float: none;
    padding: 6vw 5vw;
    background-size: cover !important;
    height: 80vw;
  }

  .page-index .product:hover .card {
    width: 100%;
  }

  .page-index .product .card:hover {
    width: 100%;
  }

  .page-index .product .card:hover .card-desc {
    height: auto;
  }

  .page-index .product .card:hover h4,
  .page-index .product .card:hover .alilist {
    display: none;
  }

  .page-index .product .card .card-icon {
    width: 16vw;
    height: 11vw;
    margin-left: -2vw;
  }

  .page-index .product .card .card-title {
    font-size: 5vw;
  }

  .page-index .product .card .card-subtitle {
    font-size: 3vw;
    height: auto;
    margin-bottom: 2vw;
  }

  .page-index .product .card .card-desc {
    height: auto;
  }

  .page-index .product .card .card-desc .min3 {
    font-size: 3.2vw;
    line-height: 5vw;
    margin-bottom: 4vw;
  }

  .page-index .product .card .card-more {
    width: auto;
    height: auto;
    padding: 1vw 6vw;
    font-size: 3vw;
  }

  /* 党建 */

  .page-index .dangjian .plate-title {
    padding: 4vw 0;
    text-align: center;
  }

  .page-index .dangjian .plate-title .en {
    font-size: 3.5vw;
  }

  .page-index .dangjian .plate-title .cn {
    font-size: 6vw;
  }

  .page-index .dangjian {
    height: 60vw;
  }

  .page-index .dangjian .dangjian-type {
    flex-wrap: wrap;
    padding: 0 4vw;
    gap: 2vw;
    justify-content: center;
  }

  .page-index .dangjian .dangjian-type .dangjian-type-img {
    width: 42vw;
    height: auto;
  }

  .page-index .dangjian .dangjian-type .dangjian-type-img p {
    font-size: 14px;
  }

  .page-index .dangjian .dangjian-body {
    bottom: 5vw;
  }

  .page-index .dangjian .dangjian-swiper .swiper-pagination-horizontal {
    bottom: 30vw;
  }

  .page-index .dangjian .dangjian-swiper {
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
  }

  /* 侧边分页指示器 & 悬浮按钮 */
  .page-index .body-page {
    display: none;
  }

  .page-index .body-page-shu {
    display: none;
  }

  .page-index .body-page-number {
    display: none;
  }


  /* 反腐倡廉响应式 */
  .ffcl {
    padding-top: 80px;
    padding-bottom: 30px;
    padding: 22vw 0 30px 0;
    background-size: 140% auto;
  }

  .ffcl .item-a {
    flex-direction: column;
  }

  .ffcl .item-a .gzdt {
    width: 100%;
    border-right: none;
    border-bottom: 1px #e8e8e8 solid;
  }

  .ffcl .rdzt {
    width: 100%;
  }

  .ffcl .item-c dl .image {
    height: 150px;
  }

  .ffcl .ffcl-new-swiper {
    width: 100%;
  }

  .ffcl .item-a .newslist {
    width: 100%;
    padding-left: 0;
  }

  /*  关于我们 集团荣誉 */
  .introduction-honors {
    margin-top: 3vw;
    font-size: 16px;
    line-height: 1.7em;
  }

  .introduction .certificate-swiper {
    padding: 5vw 14vw 16vw;
  }

  /* 第三排（外侧）slide 向中间偏移 */
  .introduction .certificate-swiper .swiper-slide:has(+ .swiper-slide-prev) {
    padding: 3vw 2vw 2.5vw;
  }


  .introduction .certificate-swiper .swiper-slide .img {
    height: 51vw;
  }

  .introduction .certificate-swiper .swiper-slide .title {
    font-size: 14px;
  }

  .introduction .certificate-swiper .swiper-slide .name {
    font-size: 16px;
  }

  /* 共产党员手机报飘窗 */
  .bayWindow {
    right: 0px;
    top: 20%;
    width: 40vw;
    opacity: 1;
    bottom: auto;
  }

  .bayWindow span {
    font-size: 4vw;
    z-index: 1;
    width: 8vw;
    height: 8vw;
    border-radius: 0 0 0 10px;
    text-align: center;
    line-height: 8vw;
  }

  .bayWindow:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .party-top-news {
    padding: 0vw 0 0vw;
  }

  .party-news-swiper {
    margin-top: 3vw;
    padding-bottom: 3vw;
  }

  .party-news-swiper .swiper-pagination {
    bottom: 0;
  }

  .party-news-swiper .swiper-slide {
    flex-direction: column-reverse;
    gap: 3vw;
  }

  .party-news-swiper .slide-right .slide-bg {
    height: 50vw;
  }

  .party-news-swiper .slide-left .date-tag {
    margin-bottom: 1vw;
    font-size: 14px;
  }

  .party-news-swiper .slide-left .title {
    font-size: 4vw;
    margin-bottom: 2vw;
    line-height: 1.3;
    -webkit-line-clamp: 1;
  }

  .party-news-swiper .slide-left .desc {
    -webkit-line-clamp: 2;
    margin-bottom: 4vw;
    line-height: 1.4;
  }

  .party-news-swiper .slide-left {
    padding-right: 0;
  }

  .party-list {
    padding: 3vw 0 0;
  }

  .party-list .item {
    padding: 3vw 0;
    flex-direction: row-reverse;
  }

  .party-list .item .texts {
    flex-direction: column;
    padding-right: 0;
    padding-left: 4vw;
  }

  .party-list .item .img {
    width: 20vw;
    height: 20vw;
    flex: 0 0 30vw;
  }

  .party-list .item .texts .date-name {
    flex: 1;
    padding-right: 0;
  }

  .party-list .item .texts .date-name .date {
    margin-bottom: 0vw;
  }

  .party-list .item .texts .date-name .date span {
    font-size: 12px;
    padding: 1px 10px;
  }

  .party-list .item .texts .date-name .name {
    -webkit-line-clamp: 1;
    font-size: 16px;
    line-height: 2em;
  }

  .party-list .item .texts .title-more .title {
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2em;
  }

  /* 核心企业 */
  .core-enterprise {
    padding-top: 60px;
  }

  .core-enterprise .core-enterprise-top-bg {
    width: 100%;
    height: auto;
  }

  .core-enterprise .core-introduction {
    padding-top: 5vw;
  }

  .core-enterprise .core-introduction .flex_bet {
    flex-direction: column;
  }

  .core-enterprise .core-introduction .core-video {
    width: 100%;
    height: 53vw;
    border-radius: 10px;
  }

  .core-enterprise .core-introduction .core-video .iconfont {
    line-height: 53vw;
    font-size: 50px;
  }

  .core-enterprise .core-introduction .textjs {
    width: 100%;
    margin-top: 3vw;
    padding: 0 3vw;
  }

  .core-enterprise .core-introduction .textjs .core-title {
    font-size: 20px;
    line-height: 30px;
    color: #111111;
  }

  .core-enterprise .core-introduction .textjs .core-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    max-height: initial;
  }

  .core-model-name {
    font-size: 5vw;
    line-height: 7vw;
  }

  .core-business {
    margin-top: 0vw;
    padding: 7vw 5vw 3vw;
    background-size: auto 100% !important;
  }

  .core-business .business-list {
    flex-direction: column;
    gap: 20px;
  }

  .core-business .business-list .item {
    width: 100%;
    min-height: 17vw;
  }

  .core-business .business-list .item .box {
    min-height: 18vw;
    padding-right: 3vw;
    display: flex;
    /* align-items: center; */
    padding: 3vw 3vw 3vw 30vw;
  }

  .core-business .business-list .item .number {
    left: 13vw;
    bottom: 12vw;
  }

  .core-business .business-list .item .tu {
    width: 82px;
    left: 13vw;
    transform: translate(-30%, -20%);
  }

  .core-business .business-list .item .title {
    font-size: 18px;
    margin-bottom: 1vw;
  }

  .core-business .business-list .item .description {
    font-size: 14px;
    line-height: 20px;
  }

  .core-news {
    padding-top: 7vw;
    padding: 6vw 0vw 0;
  }

  .core-news .newslist {
    padding-top: 3vw;
    width: 100%;
  }

  .core-news .newslist .item {
    width: 100%;
    padding: 2.2vw 3vw;
    height: 22vw;
    margin: 0 0 3vw 0;
  }

  .core-news .newslist .item .img {
    width: 30vw;
    height: 100%;
  }

  .core-news .newslist .item .name {
    font-size: 15px;
    line-height: 26px;
    height: 52px;
    padding-left: 2vw;
  }

  .core-news .newslist .item .date {
    position: initial;
    font-size: 14px;
    line-height: 22px;
    margin-left: 2vw;
  }

  .core-invest {
    padding: 6vw 3vw 5vw;
  }

  /* 建言献策表单 */
  .feedback {
    position: relative;

  }

  .feedback-form {
    padding: 6vw 0 6vw;
    flex-direction: column;
  }

  .feedback-form .feedback-intro {
    padding: 0;
    margin-bottom: 4vw;
  }

  .feedback-form .feedback-title {
    font-size: 24px;
    margin-bottom: 3vw;
  }

  .feedback-form .feedback-fields {
    width: 100%;
  }

  .feedback-form .layui-form-item {
    margin-bottom: 2vw;
    min-height: 48px;
  }

  .feedback-form .layui-form-label {
    font-size: 16px;
    width: 110px;
    padding: 2vw 0;
  }

  .feedback-form .layui-input,
  .feedback-form .layui-select,
  .feedback-form .layui-textarea {
    height: 46px;
    line-height: 44px;
  }

  .feedback-form .layui-input-block {
    margin-left: 3vw;
  }

  .feedback-form .layui-form-select .layui-input {
    padding-right: 3vw;
  }

  .feedback-form .captcha-img {
    width: 116px;
    height: 46px;
  }

  .feedback-form .form-btns {
    margin-top: 3vw;
    padding-left: 0;
    justify-content: center;
    gap: 0;
  }

  .feedback-form .form-btns .layui-btn {
    margin: 0 2vw;
    width: 120px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }

  /* 联系我们 */
  .contact-us {
    flex-direction: column;
    gap: 0;
    padding: 5vw 3vw;
  }

  .contact-us .contact-left {
    width: 100%;
  }

  .contact-us .contact-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 3vw;
  }

  .contact-us .contact-line {
    margin-bottom: 3vw;
  }

  .contact-us .contact-info {
    margin-bottom: 3vw;
  }

  .contact-us .contact-info li {
    font-size: 16px;
    margin-bottom: 3vw;
  }

  .contact-us .contact-codes {
    justify-content: center;
    gap: 6vw;
  }

  .contact-us .contact-codes .code-item img {
    width: 30vw;
    height: 30vw;
  }

  .contact-us .contact-right {
    width: 100%;
    border-radius: 10px;
    margin-top: 5vw;
  }

  /* 企业文化轮播移动端 */
  .enterprise-culture {
    padding: 3vw 0 3vw;
  }

  .enterprise-culture-swiper {
    max-width: 100%;
    height: auto;
    padding: 4vw 4vw 6vw;
    position: relative;
  }

  .enterprise-culture-swiper .culture-main {
    width: 100%;
    overflow: hidden;
  }

  .enterprise-culture-swiper .culture-main .swiper-slide {
    display: block;
  }

  .enterprise-culture-swiper .culture-main .slide-left {
    width: 100%;
    padding-right: 0;
  }

  .enterprise-culture-swiper .culture-main .slide-left .title {
    font-size: 4.4vw;
    line-height: 6.4vw;
    margin-bottom: 3vw;
  }

  .enterprise-culture-swiper .culture-main .slide-left .desc {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin-bottom: 4vw;
  }

  .enterprise-culture-swiper .culture-main .slide-left .more {
    font-size: 3.2vw;
    padding: 1.5vw 4vw;
    display: none;
  }

  .enterprise-culture-swiper .culture-control {
    width: 100%;
    margin: 4vw 0;
    gap: 3vw;
    z-index: 2;
  }

  .enterprise-culture-swiper .culture-control .control-fraction {
    font-size: 4vw;
  }

  .enterprise-culture-swiper .culture-control .control-btns .btn {
    width: 9vw;
    height: 9vw;
    font-size: 4vw;
  }

  .enterprise-culture-swiper .culture-thumbs {
    position: static;
    padding: 2vw 0 0;
    width: 100%;
    overflow: hidden;
  }

  .enterprise-culture-swiper .culture-thumbs .thumb-list {
    gap: 0;
  }

  .enterprise-culture-swiper .culture-thumbs .thumb-item {
    width: 32vw;
    margin: 0 1vw;
    border-radius: 6px;
    transform: scale(0.92);
    opacity: 0.7;
  }

  .enterprise-culture-swiper .culture-thumbs .thumb-item img {
    width: 100%;
    height: 22vw;
  }

  .enterprise-culture-swiper .culture-thumbs .thumb-item.active {
    width: 36vw;
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .enterprise-culture-swiper .culture-thumbs .thumb-item.active img {
    height: 26vw;
  }

  /* 企业文化 */
  .staff-presence {
    width: 100%;
    padding: 3vw 0 6vw;
    flex-wrap: wrap;
    gap: 3vw 3vw;
  }

  .staff-presence .item {
    flex: auto;
    min-width: 48%;
  }

  .staff-presence .item .img {
    height: 30vw;
    margin-bottom: 2vw;
  }

  .staff-presence .item .t1 {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    margin-bottom: 1vw;
  }

  .staff-presence .item .date {
    font-size: 14px;
    margin-bottom: 1vw;
  }

  .staff-presence .item .more {
    display: none;
  }


  .news-details {
    padding-top: 70px;
  }

  .news-details .ywbk-breadcrumb {
    border-bottom: none;
  }

  .news-details .main {
    padding: 40px;
    margin-top: 0px;
    position: relative;
  }

  .news-details .main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    height: 18px;
    width: 100%;
  }

  .news-details .new-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .news-details .detail-tool {
    height: auto;
    line-height: 44px;
    flex-wrap: wrap;
  }

  .news-details .detail-tool .tool {
    font-size: 12px;
  }

  .news-details .detail-tool .tool span {
    margin-right: 20px;
  }

  .news-details .detail-tool .tool i {
    font-size: 17px;
  }

  .news-details .detail-tool .shear {
    font-size: 14px;
  }

  .news-details .detail-container {
    padding: 20px 0;
  }

  .news-details .detail-container * {
    font-size: 16px !important;
    line-height: 32px !important;
  }

  .news-details .detail-change {
    flex-direction: column;
    gap: 16px;
  }

  .news-details .detail-change .changea {
    height: auto;
    padding: 20px;
  }

  .news-details .detail-change .changea .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }


  .about-talent-team {
    padding: 40px 0 20px;
  }

  .about-talent-team .talent-intro {
    padding-bottom: 0;
  }

  .about-talent-team .talent-intro .intro-left {
    padding: 0;
  }

  .about-talent-team .talent-intro .intro-left .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .about-talent-team .talent-intro .intro-left .subtitle {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 24px;
  }

  .about-talent-team .talent-intro .intro-left .desc {
    font-size: 14px;
    line-height: 24px;
  }

  .about-talent-team .talent-intro .intro-right {
    bottom: -18vw;
    opacity: 0.3;
    left: 0;
    z-index: 0;
    width: 100%;
  }

  .about-talent-team .talent-charts {
    flex-direction: column;
    margin-top: 6vw;
    gap: 5vw;
  }
  .about-talent-team .talent-table{
    height: auto;
    padding: 3vw;
  }
  .about-talent-team .talent-table .talent-data-top{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3vw;
  }
  .about-talent-team .talent-table .talent-data-top .talent-data-top-left .talent-data-parse3{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3vw;
  }
  .about-talent-team .talent-table .talent-data-top .talent-data-top-left .td-box{
    padding: 5vw;
    font-size: 4vw;
    line-height: 6vw;
    height: auto;
  }
  .about-talent-team .talent-table .talent-data-top .talent-data-top-left .talent-data-parse2{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3vw;
  }
  .about-talent-team .talent-table .talent-data-top .talent-data-top-right{
    width: 100%;
    padding: 3vw 3vw;
    height: auto;
  }
  .about-talent-team .talent-table .talent-data-top .talent-data-top-right .item-box{
    font-size: 4vw;
    padding-left: 0;
    text-align: center;
  }
  .about-talent-team .talent-table .talent-data-top .talent-data-top-right .ul{
    padding: 3vw;
    height: auto;
  }
  .about-talent-team .talent-table .talent-data-top .talent-data-top-left .td-box strong,
  .about-talent-team .talent-table .talent-data-top .talent-data-top-right .item-box strong,
  .about-talent-team .talent-table .talent-data-top .talent-data-top-right .ul .li strong{
    font-size: 4.6vw;
  }
  .about-talent-team .talent-table .talent-data-top .talent-data-top-right .ul .li{
    font-size: 4vw;
    text-align: center;
  }
  .about-talent-team .talent-table .talent-data-top-bottom .item-box{
    height: auto;
    padding: 3vw;
    font-size: 4vw;
    line-height: 7vw;
  }

  /* 专利技术 - 证书画廊 */
  .group-patent .patent-gallery {
    padding-top: 4vw;
  }

  .group-patent .patent-gallery h2 {
    font-size: 22px;
  }

  .group-patent .patent-gallery .gallery-list {
    padding: 4vw 0 3vw;
    gap: 3vw;
  }

  .group-patent .patent-gallery .gallery-list a {
    flex: 0 0 calc((100% - 12vw) / 5);
    max-width: calc((100% - 12vw) / 5);
  }

  .group-patent .patent-gallery .gallery-list a figure {
    font-size: 18px;
    line-height: 24px;
    margin-top: 1.5vw;
  }
}

/* ========== 响应式 - 手机 (<767px) ========== */
@media screen and (max-width: 767px) {

  .about-year {
    padding-top: 32px;
    gap: 26px;
    display: block;
  }

  .about-year .year-item {
    margin-bottom: 16px;
    display: block;
  }

  .about-year .year-title {
    font-size: 26px;
  }

  .about-year .year-more {
    width: 60px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
  }

  .about-year .year-more .ico {
    margin-left: 2px;
  }


  .about-vision .vision-item span {
    font-size: 14px;
    line-height: 20px;
    /* 两行溢出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* 首页 */
  .page-index .news-center .news-body .group-item li .title .text {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }

  .page-index .news-center .news-top .headline-des .text {
    font-size: 15px;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-outline,
  .page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-solid {
    font-size: 15px;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-item {
    padding: 0vw;
    line-height: 12vw;
    height: 12vw;
    width: 19.6vw;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns .btn-item .subset .subsetitem {
    font-size: 12px;
    padding: 0px 2vw;
    height: 12vw;
    line-height: 12vw;
  }

  .page-index .aboutus .aboutus-body .aboutus-left .aboutus-btns {}

  .page-index .product .card .card-subtitle {
    font-size: 15px;
  }

  .page-index .product .card .card-desc {
    font-size: 15px;
  }

  .page-index .product .card .card-more {
    font-size: 15px;
  }

  .page-index .product .card .card-desc .min3 {
    font-size: 15px;
  }

  /* 集团业务 - 科研平台 */
  .group-scientific {
    padding: 5vw 0 8vw;
  }

  .group-scientific .sci-item,
  .group-scientific .sci-item:nth-child(even) {
    flex-direction: column;
    align-items: stretch;
    gap: 0vw;
    padding: 5vw 5vw;
    margin-bottom: 4vw;
  }

  .group-scientific .sci-img {
    width: 100%;
    height: 46vw;
  }

  .group-scientific .sci-title {
    font-size: 4vw;
    line-height: 6vw;
    margin-bottom: 3vw;
  }

  .group-scientific .sci-desc {
    font-size: 3.2vw;
    line-height: 5.4vw;
    margin-bottom: 2vw;
  }

  /* 集团业务 - 专利技术 */
  .group-patent {}

  .group-patent .patent-numerical .patent-wrap {
    /* display: flex; */
    /* flex-direction: column; */
    padding: 5vw 0 2vw;
  }

  .group-patent .patent-numerical .patent-divider--side {
    top: 5vw;
    bottom: 5vw;
  }

  .group-patent .patent-numerical .patent-divider--left {
    left: 2vw;
  }

  .group-patent .patent-numerical .patent-divider--right {
    right: 2vw;
  }

  .group-patent .patent-numerical .patent-divider {
    display: none;
  }

  .group-patent .patent-numerical .patent-item {
    padding: 2vw 0 4vw;
  }

  .group-patent .patent-numerical .patent-icon {
    width: 17vw;
    height: 17vw;
    margin: 0 auto 3vw;
  }

  .group-patent .patent-numerical .patent-name {
    font-size: 4.4vw;
    margin-bottom: 1vw;
  }

  .group-patent .patent-numerical .patent-num {
    font-size: 6vw;
  }

  .group-patent .patent-numerical .patent-num em {
    font-size: 5vw;
    top: -1vw;
  }

  .group-patent .patent-numerical .patent-base {
    width: 27vw;
    height: 14vw;
    margin-top: -7vw;
  }

  .group-patent .patent-numerical .patent-unit {
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 2.4vw;
  }

  .group-patent .patent-numerical .patent-divider i {
    height: 10vw;
  }

  /* 新闻中心 - 集团要闻 */
  .news-center-group {
    padding: 4vw 0;
  }

  .news-center-group .group-news-item {
    flex-direction: column;
    align-items: stretch;
    gap: 3vw;
    padding: 3vw;
    margin-bottom: 4vw;
  }

  .news-center-group .news-date {
    font-size: 2.6vw;
    margin-bottom: 1vw;
    line-height: 3vw;
  }

  .news-center-group .news-title {
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .news-center-group .news-desc {
    font-size: 3vw;
    line-height: 5vw;
    height: 10vw;
  }

  .news-center-group .news-more {
    font-size: 2.8vw;
    height: 5.6vw;
    line-height: 5.2vw;
    min-width: 14vw;
    padding: 0 2.4vw;
    margin-top: 3vw;
  }

  .news-center-group .news-img {
    width: 100%;
    height: 50vw;
    order: -1;
  }

  /* 新闻中心 - 时政要闻 */
  .news-center-political {
    padding: 5vw 0 3vw;
  }

  .news-center-political .political-block {
    gap: 4vw;
    margin-bottom: 6vw;
  }

  .news-center-political .political-swiper .slide-title {
    font-size: 3.2vw;
    padding: 2.4vw 24vw 2.4vw 3vw;
    line-height: 4.4vw;
  }

  .news-center-political .political-swiper .swiper-pagination {
    right: 2.4vw;
    bottom: 2.4vw;
  }

  .news-center-political .political-right .news-title {
    font-size: 4vw;
    line-height: 7.6vw;
    height: 7.6vw;
  }

  .news-center-political .political-right .news-head {
    margin-bottom: 2vw;
  }

  .news-center-political .political-right .news-more {
    font-size: 2.8vw;
    min-width: 14vw;
    height: 5.6vw;
    line-height: 5.2vw;
    padding: 0 2.4vw;
  }

  .news-center-political .political-right .news-list li a {
    font-size: 3.2vw;
    line-height: 5.6vw;
    padding: 1.2vw 0 1.2vw 3vw;
  }

  /* 集团视觉 - 图片视觉 */
  .about-vision::before {
    left: 3px;
    top: 6vw;
    bottom: 8vw;
  }

  .about-vision .vision-year-group {
    padding-left: 4vw;
    margin-bottom: 6vw;
  }

  .about-vision .vision-year-group .year-title {
    font-size: 4vw;
    line-height: 6vw;
  }

  .about-vision .vision-year-group .year-more {
    font-size: 2.8vw;
    min-width: 14vw;
    height: 5.6vw;
    line-height: 5.2vw;
    padding: 0 2.4vw;
  }

  .about-vision .year-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }

  /* 集团视觉 - 专题专栏 */
  .about-special {
    padding: 6vw 0 10vw;
  }

  .about-special .special-list {
    gap: 4vw;
  }

  .about-special .special-item {
    width: 100%;
    border-radius: 2vw;
  }

  .about-special .special-item .special-more {
    right: 3vw;
    top: 3vw;
    min-width: 16vw;
    height: 6.4vw;
    line-height: 6.4vw;
    font-size: 3vw;
    padding: 0 3vw;
  }

  .vision-more-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }

  .vision-more-list a {
    border-radius: 1vw;
  }

  /* 基金核心企业 */
  .about-core-fund {
    padding: 6vw 0 10vw;
  }

  .about-core-fund .core-fund-list {
    gap: 3vw;
  }

  .about-core-fund .fund-card {
    padding: 5vw 5vw 0vw;
    width: 100%;
  }

  .about-core-fund .fund-card .logos {
    height: 9vw;
  }

  .about-core-fund .fund-card .logos img {
    max-height: 7vw;
    max-width: 16vw;
  }

  .about-core-fund .fund-card .logos .logoline {
    height: 9vw;
    margin: 0 2vw;
  }

  .about-core-fund .fund-card .card-title {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 2vw;
  }

  .about-core-fund .fund-card .card-info p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }

  .about-core-fund .fund-card .card-link {
    font-size: 14px;
    line-height: 6vw;
  }

  .enterprise-culture-swiper {
    padding: 0vw 4vw 8vw;
  }

  .enterprise-culture-swiper .culture-main .slide-left .title {
    font-size: 5vw;
    line-height: 7.2vw;
    height: 14.4vw;
  }

  .enterprise-culture-swiper .culture-main .slide-left .desc {
    font-size: 3.8vw;
    line-height: 5.4vw;
    -webkit-line-clamp: 2;
    height: 10.8vw;
  }

  .enterprise-culture-swiper .culture-control {
    margin: 3vw 0;
  }

  .enterprise-culture-swiper .culture-thumbs .thumb-item {
    width: 38vw;
  }

  .enterprise-culture-swiper .culture-thumbs .thumb-item img {
    height: 26vw;
  }

  .enterprise-culture-swiper .culture-thumbs .thumb-item.active {
    width: 44vw;
  }

  .enterprise-culture-swiper .culture-thumbs .thumb-item.active img {
    height: 30vw;
  }

  .news-details .main {
    padding: 20px;
    border-radius: 10px;
  }

  .news-details .detail-change .changea {
    padding: 3vw;
  }

  /* 专利技术 - 证书画廊 */
  .group-patent .patent-gallery {
    padding-top: 6vw;
  }

  .group-patent .patent-gallery h2 {
    font-size: 18px;
  }

  .group-patent .patent-gallery .gallery-list {
    padding: 5vw 0 4vw;
    gap: 4vw;
  }

  .group-patent .patent-gallery .gallery-list a {
    flex: 0 0 calc((100% - 8vw) / 2);
    max-width: calc((100% - 8vw) / 2);
  }

  .group-patent .patent-gallery .gallery-list a img {
    border-radius: 2vw;
    border-width: 0.4vw;
  }

  .group-patent .patent-gallery .gallery-list a figure {
    font-size: 3.5vw;
    line-height: 7vw;
    margin-top: 2vw;
  }
}


/* 源网站样式 */
.yzzx {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px
}

.yzzx .item-col {
  margin-top: 40px;
  border-radius: 15px;
  background: #f6f6f2;
  padding: 35px 35px 1px;
  position: relative
}

.yzzx .item-con {
  margin-top: 10px;
}

.yzzx .item {
  margin-bottom: 30px;
}

.yzzx .item-box {
  border: 1px #f96e57 solid;
  border-radius: 0 10px 10px 10px;
  padding: 20px;
  position: relative
}

.yzzx .image {
  margin-bottom: 20px;
  text-align: center;
}

.yzzx .image img {
  max-width: 100%
}

.yzzx .text {
  line-height: 1.8
}

.yzzx .text p {
  text-indent: 2em;
  margin-bottom: 10px
}

.yzzx-tt {
  text-align: center
}

.yzzx-tt img {
  max-width: 100% !important
}

.yzzx-t1 {
  height: 21px;
  border-bottom: 1px #f3caa6 solid;
  margin-bottom: 45px;
  text-align: center;
  position: relative
}

.yzzx-t1 .line {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 16px;
  background: #f3caa6;
}

.yzzx-t1:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px #f6f6f2 solid;
  position: absolute;
  right: 0;
  top: 12px;
  background-image: linear-gradient(225deg, rgb(255, 102, 77) 26%, rgb(255, 212, 103) 76%);
  transform: rotate(-45deg);
  z-index: 2
}

.yzzx-t1:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px #f6f6f2 solid;
  position: absolute;
  left: 0;
  top: 12px;
  background-image: linear-gradient(225deg, rgb(255, 102, 77) 26%, rgb(255, 212, 103) 76%);
  transform: rotate(-45deg);
  z-index: 2
}

.yzzx-t1 em {
  display: inline-block;
  border: 1px #f2ac81 solid;
  width: 36px;
  height: 36px;
  background: #f6f6f2;
  color: rgb(237, 80, 54);
  font-size: 17px;
  line-height: 33px;
  font-weight: bold;
  border-radius: 18px;
  margin: 0 -4px;
  position: relative;
  z-index: 2
}

.yzzx-t2 {
  color: #e42f29;
  font-weight: bold;
  background: #f96e57;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  display: inline-block;
  padding: 6px 15px 6px 25px;
  line-height: 24px;
  position: relative
}

.yzzx-t2:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 12px;
  top: 16px;
  background-color: #fff;
  border-radius: 3px;
}

.yzzx-t3 {
  height: 40px;
  border-bottom: 1px #f3caa6 solid;
  margin-bottom: 35px;
  text-align: left;
  position: relative
}

.yzzx-t3 em {
  display: block;
  height: 40px;
  background: url(../Images/yxzx-t1-bg.png?ss) no-repeat left center;
  color: #f6f6f2;
  padding-left: 37px;
  font-size: 22px;
  font-style: italic;
  line-height: 40px;
  width: 175px;
  letter-spacing: 3px;
  font-weight: bold
}

.yzzx-t3:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  border: 2px #f6f6f2 solid;
  position: absolute;
  right: 0;
  top: 33px;
  background-image: linear-gradient(225deg, rgb(255, 102, 77) 26%, rgb(255, 212, 103) 76%);
  transform: rotate(-45deg);
  z-index: 2
}

@media (max-width:767px) {
  .yzzx-tt img {
    width: 100%
  }

  .yzzx .item-col {
    padding: 15px 15px 1px;
    margin-top: 20px
  }

  .yzzx .item-box {
    border-radius: 0 0px 10px 10px;
    padding: 10px
  }

  .yzzx-tt img {
    max-width: 100% !important
  }

  .yzzx-t1 {
    margin-bottom: 30px;
  }

  .yzzx-t3 {
    margin-bottom: 30px;
  }
}