@charset "UTF-8";
/* 内页banner */
.page_banner .banner_wrapper .item {
  height: 200px;
}

.page_banner .banner_wrapper .item .text_block h2 {
  font-size: 20px;
  letter-spacing: 3px;
}

.subNav {
  z-index: 199;
  height: 40px;
}

.subNav .breadcrumb {
  height: 40px;
  line-height: 40px;
}

.subNav .breadcrumb li:last-child,
.subNav .breadcrumb li:nth-last-child(2) {
  display: none;
}

.subNav.active {
  top: 60px;
}

.title {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}

.text {
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
  text-indent: 28px;
}

.text_header {
  font-size: 16px;
  color: #696969;
  margin-top: 20px;
  text-indent: 28px;
}

.main {
  width: 100%;
  margin: 0 auto;
}

.environment .main {
  margin-top: 20px;
}

.environment .mySwiper {
  display: none;
}

.environment .mySwiper2 {
  display: block;
}

.environment .swiper-button-next {
  display: none;
}

.environment .swiper-button-prev {
  display: none;
}

.environment .swiper-pagination {
  display: none;
}

/* 团队 */
.team {
  color: #ffffff;
  flex-direction: column;
}

.team .item {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;
  padding: 10px;
  height: auto;
}

.team .item h3 {
  font-size: 16px;
  line-height: 40px;
}

.team .item ul {
  margin-top: 10px;
}

.team .item ul li {
  font-size: 14px;
  line-height: 30px;
  margin: 5px 0;
}

.team .item ul li span {
  padding-right: 10px;
  font-size: 10px;
}

/* 专利 */
.patent .main {
  display: none;
}

.patent .swiper {
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 20px;
}

.patent .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.patent .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

.patent .swiper-slide img:hover {
  transform: scale(1.3);
}

/* 计划 */
.plan {
  display: none;
}

.m_plan {
  display: block;
  background-color: #1257b4;
  border-radius: 5px;
  padding: 10px;
  color: #ffffff;
  margin-top: 20px;
}

.m_plan li {
  font-size: 14px;
  line-height: 30px;
  margin: 5px 0;
}

.m_plan li span {
  padding-right: 10px;
  font-size: 10px;
}

/* 新闻详情 */
.news_main {
  width: calc(100% - 40px);
  padding: 0 20px;
}

.news_main .title {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 0px;
}

.news_main .date {
  line-height: 24px;
  font-size: 12px;
}

.news_main .text {
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
  text-indent: 28px;
}

.news_main .img {
  margin: 20px auto 0;
  width: 100%;
}

.product {
  /* 表格横向滚动支持 */
  /* 表格间距优化 */
}

.product .product-highlight {
  padding: 20px;
  margin: 10px 0;
}

.product .text_header {
  font-size: 16px;
}

.product .table-container {
  padding: 10px;
  margin: 20px 0;
}

.product .highlight-content {
  font-size: 14px;
  text-align: left;
}

.product .table {
  display: block;
  overflow-x: auto;
  /* 添加横向滚动 */
  min-width: 100%;
  /* 确保表格宽度不被压缩 */
  margin: 20px 0;
}

.product .table th,
.product .table td {
  white-space: nowrap;
  /* 防止单元格内容换行 */
  padding: 10px;
}

.product .table + .table {
  margin-top: 20px;
}

/* 关于我们联系方式 */
.local {
  padding: 10px;
}

.local p {
  font-size: 14px;
}

.local p::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.local p:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}

