@charset "UTF-8";

/* 公司介绍 */
.about-container {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* 确保内边距不会影响宽度 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  /* 将子元素垂直排列 */
}

/* 内容头部 */
.content-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
}

/* 头部左边logo */
.content-header .header-logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-logo .SH-STIC {
  position: relative;
  white-space: nowrap;
  line-height: 1;
  width: 4.9rem;
}

.header-logo .SH-STIC img {
  width: 100%;
}


/* 头部右边文字介绍 */
.content-header .header-tro {
  padding-left: 1.8rem;
  /* 左边距 */
}

.header-tro h2 {
  font-weight: normal;
  font-size: 0.42rem;
  color: #000000;
  line-height: 0.56rem;
}

.header-tro p {
  font-weight: normal;
  font-size: 0.18rem;
  text-align:justify;
  color: #333333;
  line-height: 0.34rem;
  white-space: pre-line;
}

.image-container {
  width: 100%;
  /* 图片容器宽度 */
}

.image-container img {
  width: 100%;
  /* 图片宽度为容器宽度 */
  height: auto;
  /* 保持图片比例 */
  border-radius: 0.1rem;
  margin-bottom: 0.9rem;
  /* 可选：给图片加圆角 */
}

/* 中间 */
.container-middle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom:0.6rem;
}

/* 底部 */
.container-bottom {
  width: 100%;
}

/* 底部左侧文字和图片 */
.left-section {
  width: 65%;
  float: left;
}

.left-section h1 {
  font-weight: normal;
  font-size: 0.42rem;
  color: #000000;
  line-height: 0.56rem;
}

.left-section p {
  font-weight: normal;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.34rem;
  text-align:justify;
}

.right-section {
  width: 33%;
}

.image-container2 {
  width: 100%;
  /* 图片容器宽度 */
}

.image-container2 img {
  width: 100%;
  /* 图片宽度为容器宽度 */
  height: auto;
  /* 保持图片比例 */
  border-radius: 0.1rem;
  /* 可选：给图片加圆角 */
}

.left-stat-section {
  width: 65%;
  float: left;
}

/* 底部右侧统计数 */
.stat {
  display: flex;
  align-items: flex-start;
  margin-top: 0.2rem;
  margin-left: 2%;
  width: 33%;
  opacity: 0;
  float: left;
  transition: opacity 1s ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0.01rem solid #fff;
  padding: 0.55rem 0.45rem;
  border-radius: 0.28rem;
  position: relative;
}

.container-bottom .stat:nth-of-type(1){
  margin-top: 0.6rem;
}

.stat .stat-icon {
  background-color: #1E56C2;
  width: 0.37rem;
  height: 0.37rem;
  padding: 0.175rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  transition: all 0.3s;
}

.stat .stat-icon img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.stat.active {
  opacity: 1;
}

.stat span {
  font-weight: bold;
  font-family: "SKSans-Bold";
  font-size: 0.55rem;
  color: #1e56c2;
  line-height: 0.45rem;
}

.stat small {
  font-family: "AlibabaHealthFont20CN";
  font-weight: normal;
  font-size: 0.2rem;
  color: #1e56c2;
  margin-left: 0.1rem;
  margin-top: 0.18rem;
}

.stat label {
  position: absolute;
    left: 2.02rem;
    font-weight: normal;
    font-size: 0.14rem;
    color: #434445;
    text-align: left;
    bottom: 0.5rem;
}

.stat-line {
  background-color: #ccc;
  margin-right: 0.4rem;
  width: 0.01rem;
  height: 0.72rem;
  margin-left: 0.4rem;
}

/* 组织架构 */
.image-container-zzjg {
  width: 100%;
  /* 图片容器宽度 */
}

.image-container-zzjg .zzjg-pc {
  width: 100%;
  /* 图片宽度为容器宽度 */
  height: auto;
  /* 保持图片比例 */
  border-radius: 0.1rem;
  /* 可选：给图片加圆角 */
  padding: 0.14rem 1.4rem 0;
  display: block;
}

.image-container-zzjg .zzjg-mb{
  display: none;
}

.swipe-hint{
  display: none;
}

/* 管理团队 */

.background-div-gltd {
  background-image: url('http://www.sh-stic.com/2024/images/gltd_bg.png');
  background-size: cover;
  /* 使背景图像覆盖整个 div */
  background-position: center;
  /* 将背景图像居中 */
  background-repeat: no-repeat;
  /* 防止背景图像重复 */
  width: 100%;
  /* 使 div 的宽度占满其父容器 */
}

.container {}

.row1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 0.17rem;
  row-gap: 0.2rem;
  margin-bottom: 0.2rem;
}

.row2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 0.2rem;
  justify-content: space-between;
}

.card {
  display: inline-block;
  padding: 0;
  /* 移除内边距 */
  margin: 0;
  position: relative;
  width: 4.05rem;
  height: 3.5rem;
}

.row.right-align {
  justify-content: flex-end;
  /* 靠右对齐 */
}


/* 标题 短标题 */
.card .card-title {
  position: absolute;
  top: 0.46rem;
  left: 0.45rem;
  font-size: 0.26rem;
  font-weight: normal;
  color: #000000;
  display: flex;
  flex-direction: column;
}

/* 短标题 */
.card .card-title .sub-title {
  font-size: 0.18rem;
  margin-top: 0.12rem;
}

/* 正文 */
.card .card-content {
  position: absolute;
  right: 0.45rem;
  top: 1.45rem;
  left: 0.45rem;
  font-weight: normal;
  font-size: 0.18rem;
  color: #737373;
  line-height: 0.3rem;
  text-align: justify;
}

.card1 {
  width: 7.26rem;
  height: 4.29rem;
}


.card2 {
  width: calc((100% - 0.34rem) / 3);
  height: auto;
}


.card1 img,
.card img,
.card2 img {
  width: 100%;
  /* 图片宽度自动 */
  height: 100%;
  /* 图片高度自动 */
  display: block;
  /* 去除图片底部的默认空白 */
  transition: all 0.5s ease;
  position: relative;
  will-change: transform;
}

.card:hover img {
  transform: scale(1.03);
}

/* 标题 短标题 */
.card1 .card-title {
  position: absolute;
  top: 0.57rem;
  left: 0.55rem;
  font-size: 0.26rem;
  font-weight: normal;
  color: #fff;
  display: flex;
  flex-direction: column;
}

/* 短标题 */
.card1 .card-title .sub-title {
  font-size: 0.18rem;
  margin-top: 0.12rem;
}

/* 正文 */
.card1 .card-content {
  position: absolute;
  right: 0.8rem;
  top: 2.6rem;
  left: 0.55rem;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #737373;
  text-align: justify;
}

/* 标题2 短标题 */
.card2 .card-title {
  position: absolute;
  top: 0.45rem;
  left: 0.5rem;
  font-size: 0.26rem;
  font-weight: normal;
  color: #fff;
  display: flex;
  flex-direction: column;
}

/* 短标题2 */
.card2 .card-title .sub-title {
  font-size: 0.18rem;
  margin-top: 0.12rem;
}

/* 正文2 */
.card2 .card-content {
  position: absolute;
  right: 0.5rem;
  top: 1.7rem;
  left: 0.5rem;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #737373;
  text-align: justify;
}


/* 加入我们开始 */
.group_3 {
  /* height: 8.71rem; */
  background: url(/2024/images/jrwm-bgjrwm.png) no-repeat;
  background-size: contain;
  /* margin: 0.944rem 0 1.808rem 1.936rem; */
}



.group_4 {
  height: 8.71rem;
  padding: 1.24rem 0 0 1.04rem;
}

.text_15 {
  /* width: 6.35rem;
  height: 0.656rem; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.42rem;
  font-family: AlibabaHealthFont20CN-85B;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.57rem;
  /* padding-left: 0.52rem;
  padding-top: 0.72rem; */
  margin-bottom: 0.42rem;
}

.paragraph_1 {
  display: block;
  width: 6.35rem;
  /* height: 1.584rem; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.18rem;
  font-family: AlibabaHealthFont20CN-45R;
  font-weight: normal;
  text-align: left;
  line-height: 0.27rem;
  margin-bottom: 0.4rem;
  /* margin: 0.672rem 0 0 0.52rem; */
}

.text-wrapper_7 {
  display: inline-block;
  background-color: rgba(30, 86, 194, 1);
  border-radius: 0.35rem;
  /* height: 0.7rem;
  width: 2rem;
  margin: 0 0 0 0.26rem; */
  padding: 0.2rem 0.64rem;
  color: rgba(255, 255, 255, 1);
  font-size: 0.18rem;
  font-family: AlibabaHealthFont20CN-45R;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  /* line-height: 0.7rem;
  margin-top: 0.21rem;
  margin-left: 0.52rem; */
}

/* 加入我们结束 */

/* 联系我们开始 */

.page {
  position: relative;
  width: 100%;
  height: 6.81rem;
  overflow: hidden;
  background: url(/2024/images/lxwm-bg.png) no-repeat;
  background-size: contain;
}

.contact-container {
  text-align: center;
  width: 100%;
  background-color: #E7F0FE;
  border-radius: 0.28rem;
}


.contact-title h1 {
  font-weight: normal;
  font-size: 0.38rem;
  color: #000000;
  line-height: 0.52rem;
  margin-top: 0.38rem;
}

.qrcode-images {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 0.23rem;
}

.qrcode-item {
  text-align: center;
}

.qrcode-item img {
  width: 1rem;
  /* 调整二维码图片大小 */
  height: auto;
  margin-bottom: 0.1rem;

  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  will-change: transform;
}

.qrcode-item:hover img {
  transform: scale(1.03);
  /* 鼠标经过图片放大倍数 */
}

.qrcode-item p {
  font-size: 0.16rem;
  color: #555;
}

.follow-us p {
  font-size: 0.16rem;
  color: #555;
  margin-top: 0.2rem;
}

.footerdiv {
  margin-top: 0.84rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-info {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  gap: 0.18rem;
  margin: 0 0.96rem;
}

.info-item {
  text-align: left;
  flex: 1;
  min-width: 1.8rem;
  padding: 0.19rem 0.18rem;
  /* border-radius: 0.08rem; */
  transition: background-color 0.3s;
  /* border: 0.01rem solid #90d9ff; */
  border: 0.01rem solid rgba(144, 217, 255, 0.3);
  /* 添加边框 */
  /* background-color: rgba(0, 71, 207, 0.15); */
  background-color: rgba(255, 255, 255, 0.3);
  /* 添加白色背景色并设置透明度 */
}


.info-item p {
  margin: 0.05rem 0;
}

.info-item .name {
  font-weight: bold;
  font-size: 0.16rem;
}

.info-item .phone {
  font-size: 0.14rem;
  color: #555;
}

.info-item .address {
  font-size: 0.14rem;
  color: #555;
}

.info-item.selected {
  background-color: #1E56C2;

}

.info-item.selected .name {
  color: #fff;

}

.info-item.selected .phone {
  color: #fff;

}

.info-item.selected .address {
  color: #fff;

}

.info-item:hover {
  border: 0.01rem solid #90D9FF;
}

.info-item:hover p {
  color: #fff;
  transform: scale(1.03);
}

.bottom-qrcodes {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  flex: 1;
  background-color: #fff;
  padding: 0.55rem 0 0.65rem;
  margin: 0.98rem -1.25rem -1.25rem;

}

.bottom-qrcodes .qrcode-item {
  text-align: center;
  flex: 1;
  min-width: 1.8rem;
  border-right: 0.01rem solid #E8EAED;
  transition: background-color 0.3s, color 0.3s;
}

.bottom-qrcodes .qrcode-item:last-child {
  border-right: none;
}

.bottom-qrcodes .qrcode-item img:hover {
  transform: scale(1.03);
}

.bottom-qrcodes .qrcode-item img {
  width: 1.2rem;
  /* 调整二维码图片大小 */
  height: auto;
  margin-bottom: 0.1rem;
}

.bottom-qrcodes .qrcode-item p {
  font-size: 0.14rem;
  color: #555;
}

.bottom-qrcodes .qrcode-item:hover {
  /* background-color: #e9ecef; */
  color: #333;
}

.bottom-qrcodes .qrcode-item:hover p {
  color: #333;
}

/* 联系我们结束 */
/* 企业荣誉开始 */
.containerqyry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item {
  width: calc((100% - 0.46rem) / 4);
  height: 3.17rem;
  text-align: center;
  background: url(/2024/images/qyry-imgbg.png) no-repeat;
  background-size: contain;
  margin-bottom: 0.33rem;
}

.item img {
  width: 100%;
  height: 2.31rem;
  object-fit: contain;
  padding: 0.46rem 0.75rem 0;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  will-change: transform;
}

.item:hover img {
  transform: scale(1.03);
  /* 鼠标经过图片放大倍数 */
}

.item p {
  
  font-weight: normal;
  font-size: 0.2rem;
  color: #333333;
  padding: 0.2rem 0;
}

/* 企业荣誉结束 */


/* 手机版适配--------------*/
@media screen and (max-width: 768px) {

  /* 活页样式 */
  .tab-part-nav-title-r .title-item {
    padding: 0.15rem 0.65rem;
}

/* 内容头部 */
.content-header {
  display: block;
  margin-bottom: 0.65rem;
}

/* 头部左边logo */
.content-header .header-logo {
  margin-bottom: 0.64rem;
  align-items: center;
}

.header-logo .SH-STIC {
  width: 88%;
}

/* 头部右边文字介绍 */
.content-header .header-tro {
  padding-left: 0rem;
}

.header-tro h2 {
  font-weight: bold;
}

.header-tro p {
  font-size: 0.22rem;
  line-height: 0.44rem;
}

.image-container img {
  width: 100%;
  /* 图片宽度为容器宽度 */
  height: auto;
  /* 保持图片比例 */
  border-radius: 0.28rem;
  margin-bottom: 0.7rem;
  /* 可选：给图片加圆角 */
}

/* 中间 */
.container-middle {
  display: block;
  margin-bottom: 0.64rem;
}

/* 底部 */
.container-bottom {
  display: flex;
  justify-content: space-between;
}

/* 底部左侧文字和图片 */
.left-section {
  width: 100%;
}

.left-section h1 {
  font-weight: bold;
}

.left-section p {
  font-size: 0.22rem;
  line-height: 0.44rem;
}

.right-section {
  display: none;
}

.image-container2 {
  width: 100%;
  /* 图片容器宽度 */
}

.image-container2 img {
  width: 4.07rem;
  height: 2.56rem;
}

.left-stat-section {
  width: 4.07rem;
}

/* 底部右侧统计数 */
.right-stat{
  width: 2.5rem;
}

.stat {
  margin-left: 0%;
  width: 100%;
  padding: 0.14rem 0.16rem;
  margin-top: 0.1rem;
}

.container-bottom .stat:nth-of-type(1) {
  margin-top: 0rem;
}

.stat .stat-icon {
  width: 0.3rem;
  height: 0.3rem;
  padding: 0.1rem;
}

.stat span {
  font-size: 0.26rem;
  line-height: 0.26rem;
}

.stat small {
  font-size: 0.14rem;
  margin-left: 0.05rem;
  margin-top: 0.05rem;
}

.stat label {
    left:0.88rem;
    font-size: 0.12rem;
    bottom: 0.15rem;
}

.stat-line {
  margin-right: 0.1rem;
  height: 0.5rem;
  margin-left: 0.1rem;
}

/* 组织架构 */
.image-container-zzjg {
  width: 100%;
  /* 图片容器宽度 */
}

.image-container-zzjg .zzjg-mb {
  display: block;
}

.image-container-zzjg .zzjg-mb img{
  width: 100%;
  height: auto;
}

.image-container-zzjg .zzjg-mb .zzjg-mb-scroll{
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 0.5rem;
}

.zzjg-mb .zzjg-mb-scroll img{
  width: auto;
  height: 4rem;
}

.image-container-zzjg .zzjg-pc{
  display: none;
}

.swipe-hint {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
color:#666;
font-size:0.2rem;
}

.blink {
  animation: blinker 2s linear infinite;
  display:flex;
  align-items: center;
}

@keyframes blinker {
  50% {
      opacity: 0;
  }
}

/* 滚动条整体样式 */
.zzjg-mb-scroll::-webkit-scrollbar {
  height: 0.07rem; /* 水平滚动条高度 */
}

/* 滚动条轨道样式 */
.zzjg-mb-scroll::-webkit-scrollbar-track {
  background: #D8D8D8; /* 滚动条轨道背景色 */
  border-radius: 0.1rem; /* 圆角 */
}

/* 滚动条滑块样式 */
.zzjg-mb-scroll::-webkit-scrollbar-thumb {
  background: #1E56C2; /* 滚动条滑块背景色 */
  border-radius: 0.1rem; /* 圆角 */
  border: 0.01rem solid #D8D8D8; /* 滑块边框，与轨道颜色相同，使边缘平滑 */
}

/* 滑块在悬停时的样式 */
.zzjg-mb-scroll::-webkit-scrollbar-thumb:hover {
  background: #1E56C2; /* 悬停时的背景色 */
}

/* 管理团队 */

.card {
  display: inline-block;
  padding: 0;
  /* 移除内边距 */
  margin: 0;
  position: relative;
  width: 4.05rem;
  height: 3.5rem;
}




/* 标题 短标题 */
.card .card-title {
  position: absolute;
  top: 0.46rem;
  left: 0.45rem;
  font-size: 0.26rem;
  
  font-weight: normal;
  color: #000000;
  display: flex;
  flex-direction: column;
}

/* 短标题 */
.card .card-title .sub-title {
  font-size: 0.18rem;
  margin-top: 0.12rem;
}

/* 正文 */
.card .card-content {
  position: absolute;
  right: 0.45rem;
  top: 1.45rem;
  left: 0.45rem;
  
  font-weight: normal;
  font-size: 0.18rem;
  color: #737373;
  line-height: 0.3rem;
  text-align: justify;
}


.card2 {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

/* 标题2 短标题 */
.card2 .card-title {
  top: 0.57rem;
  left: 0.55rem;
  font-size: 0.36rem;
  color: #fff;
}

/* 短标题2 */
.card2 .card-title .sub-title {
  font-size: 0.24rem;
  margin-top: 0.1rem;
}

/* 正文2 */
.card2 .card-content {
  right: 0.5rem;
  top: 2rem;
  left: 0.5rem;
  font-size: 0.22rem;
  line-height: 0.36rem;

}

/* 联系我们开始 */
.page {
  height: auto;
  background-size: 100% 100%;
}

.contact-title h1 {
  font-weight: bold;
}


.qrcode-item img {
  width: 1.75rem;
  height: auto;
  margin-bottom: 0.1rem;
}


.qrcode-item p {
  font-size: 0.16rem;
  color: #555;
}

.follow-us p {
  font-size: 0.16rem;
  color: #555;
  margin-top: 0.2rem;
}

.footerdiv {
  margin: 0.5rem auto;
}

.contact-info {
  justify-content: space-between;
  margin: 0.2rem;
  gap: 0.4rem 0.2rem;
}

.info-item {
  min-width:auto;
  width: 48%;
  height: auto;
  flex: none;
}

.info-item p {
  margin: 0.05rem 0;
}

.info-item .name {
  font-size: 0.28rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.info-item .phone,.info-item .address {
  font-size: 0.2rem;
}

.bottom-qrcodes {
  gap: 0;
  margin: 0.6rem -0.4rem -1rem;
}


.bottom-qrcodes .qrcode-item p {
  font-size: 0.18rem;
}
/* 联系我们结束 */

/* 企业荣誉开始 */
.item {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  margin-bottom: 0.33rem;
  background-size: 100% 100%;
}

.item img {
  height: 1.58rem;
  padding: 0.4rem 0.65rem 0;
}

.item p {
  
  font-weight: normal;
  font-size: 0.2rem;
  color: #333333;
  padding: 0.2rem 0;
}
/* 企业荣誉结束 */
}