@charset "UTF-8";
/* 全局样式重置 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* 容器样式 */
.container {
  width: 100%;
  max-width: 19.2rem;
  margin: 0 auto;
}

/* 导航栏样式 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 10000;
  padding: 0.25rem 0.4rem;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#000000;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.logo img {
  width: 0.8rem;
  height: 0.5rem;
}

.logo-text {
  font-size: 0.24rem;
}

.nav-links {
  display: flex;
  gap: 0.6rem;
}

.nav-links a {
  text-decoration: none;
  color:#000000;
  font-size: 0.24rem;
  padding: 0.08rem 0.15rem;
}
.contact-info {
  font-size: 0.24rem;
  padding: 0.08rem 0.15rem;
}

/* 广告模块样式 */
.banner {
  padding: 1rem 0;
  /* text-align: center; */
}

.banner-content {
  position: relative;
  width: 100%;
  height: 9rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.banner-carousel {
  width: 100%;
  height: 9rem;
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.banner-slide.active {
  opacity: 1;
  z-index: 1;
}

.banner-slide img {
  width: 100%;
  height: 100%;
}

.banner-controls {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  z-index: 1000;
}

.banner-control-btn {
  flex: 1;
  width: 0.5rem;
  height: 0.08rem;
  background-color: #C1BFF3;
  border: none;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.banner-control-btn:hover {
  background-color: #e0e0e0;
  transform: translateY(-0.02rem);
}

.banner-control-btn.active {
  background: linear-gradient(135deg, #865CE9, #5859DF);
  color: white;
}


/* 信息1页面样式 */
.foundation-content {
  text-align: center;
  max-width: 19.2rem;
}


.foundation-title {
  font-size: 0.72rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  position: relative;
  background: radial-gradient(ellipse at left, #865CE9, #007FFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
}
.foundation-subtitle {
  font-size:0.4rem;
  color: #181C1F;
  font-weight: 500;
  text-align: center;
}

.foundation-text {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color:#181C1F;
  padding: 0.25rem 0;
  width: 10.56rem;
  height: 0.65rem;
  margin: 0 auto;

}

/* 信息1页面卡片样式 */
.foundation-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.4rem;
}

.foundation-card {
  margin-top: 0.7rem;
  text-align: center;
  flex: 1 1 30%;
  max-width: 5.2rem;
  display: flex;
  flex-direction: column;

}


.card-icon {
  position: relative;
  margin-bottom: 0.2rem;
  text-align: center;
  width: 100%;
  max-width: 5.2rem;
  height: 2.6rem;
}

.card-icon img {
  width: 100%;
  height: 100%;
}
.card-icon h3{
  position: absolute;
  top: 0.5rem;
  right: 1.6rem;
  font-weight: normal;
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-size: 0.32rem;
color: #1765E3;
line-height: 0.3rem;
text-align: justifyLeft;
}
.card-icon .secondCard{
  color: #D7520A;
}
.card-icon .thirdCard{
  color: #4D3AAB;
}
.card-icon p{
  position: absolute;
  top: 1.1rem;
  left: 1.8rem;
width: 2.96rem;
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.19rem;
color: #626262;
line-height: 0.36rem;
text-align: justifyLeft;
font-style: normal;
text-transform: none;
}

.card-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #1a73e8;
  margin-bottom: 0.15rem;
}

.card-text {
  font-size: 0.14rem;
  line-height: 1.6;
  color: #666;
}
/* 信息2页面样式 */

.info2{
  margin-top: 0.5rem;
  width:100%;
  max-width: 19.2rem;
  height: 8.8rem;
  background-image: none;
  background-color: #ffffff;
  margin: 0 auto;
}
.team-card{
  position: relative;
  width:100%;
  max-width: 17.13rem;
  height: 6.44rem;
}
.team-card img{
  width: 100%;
  height: 100%;
}
.team-card h3{
  position: absolute;
  top: 0.67rem;
  left: 0.95rem;
width: 7.85rem;
height: 0.28rem;
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.28rem;
color: #43348A;
line-height: 0.3rem;
text-align: justifyLeft;
font-style: normal;
text-transform: none;
}
.team-card ul li{
  position: absolute;
  left: 1.1rem;
width: 7.64rem;
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.24rem;
color: #333333;
line-height: 0.32rem;
text-align: justifyLeft;
font-style: normal;
text-transform: none;
}

.team-card ul li:nth-child(1) {
  top: 1.3rem;
}

.team-card ul li:nth-child(2) {
  top: 2.15rem;
}

.team-card ul li:nth-child(3) {
  top: 3.5rem;
}

.team-card ul li:nth-child(4) {
  top: 4.4rem;
}
/* 信息3页面样式 */
.product-buttons {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
    margin-top: 0.35rem;
  flex-wrap: wrap;
}
.product-btn {
  padding: 0.05rem 0.3rem;
  width: 2.6rem;
  height: 0.8rem;
  border: 0.02rem solid #1a73e8;
  background-color: white;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.3rem;
color: #181C1F;
line-height: 0.6rem;
text-align: center;
font-style: normal;
text-transform: none;
}

.product-btn:hover {
  background-color: #f0f7ff;
}

.product-btn.active {
  background: linear-gradient(135deg, #865CE9, #5859DF);
  color: white;
  border-color: transparent;
}

/* 轮播样式 */
.carousel-container {
  position: relative;
  max-width: 16.8rem;
  height: 5.8rem;
  margin: 0 auto;
  border-radius: 0.15rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  width: 16.8rem;
  height: 5.8rem;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
}

.carousel-item.active {
  display: flex;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  border-radius: 0.15rem 0.15rem 0 0;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  font-size: 0.24rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  
}
.carousel-btn  img{
  width: 100%;
  height: 100%;
}
.carousel-btn:hover {
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.2);
}

.carousel-prev {
  left: -1.05rem;
}

.carousel-next {
  right: -1.05rem;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  margin-top: 0.2rem;
}

.indicator {
  width: 0.5rem;
  height: 0.08rem;
  background-color: #ddd;
  border-radius: 0.03rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator:hover {
  background-color: #ccc;
}

.indicator.active {
 background-color: #007FFF;
}

/* 信息4页面样式 */
.info-section-alt{
 /* background-image: url('BG@2x(3).png');  原图不存在，使用纯色背景 */
 background-color: #e8e4f8;
 background-size: 100% 100%;
 background-position: center;
 background-repeat: no-repeat;
 width: 100%;
 max-width: 19.2rem;
 height: 7.8rem;
 margin: 1rem auto 0;
 padding:0.4rem 1.2rem 0;
}

.info-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0.2rem;
}
.info-content .info-left {
  width: 8.4rem;
  height: 5rem;
  padding-top: 0.6rem;
}
.info-content .info-right {
  width: 8.4rem;
  height: 5rem;
  background-color: #F8F7FF;
  padding: 0.1rem 0.2rem;
  border-radius: 0.15rem;
}
.info-content .info-left .top p{
width: 6.98rem;
height: 1.44rem;
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.24rem;
color: #181C1F;
line-height: 0.4rem;
text-align: justifyLeft;
font-style: normal;

text-transform: none;
}
.info-content .info-left .bottom{
  display: flex;
  gap: 0.35rem;
  margin-top: 1.05rem;
}
.info-content .info-left .bottom button{
  width: 3rem;
  height: 0.8rem;
  font-size: 0.24rem;
}
.info-content .info-left .bottom  .actives {
  color: #FFFFFF;
  background: linear-gradient(135deg, #865CE9, #5859DF);
}
.info-content .info-right .top{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  border-bottom: 0.01rem solid #ccc;
}
.info-content .info-right .top img{
  width: 0.4rem;
  height: 0.4rem;
}
.info-content .info-right .top h2{
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.36rem;
color: #000000;
line-height: 0.6rem;
text-align: center;
font-style: normal;
text-transform: none;
}
.info-content .info-right .middle{
  display: flex;
  align-items: center;
  gap: 0.3rem;
  /* margin-left: 10px; */
}
.info-content .info-right .middle h5{
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.28rem;
color: #181C1F;
line-height: 0.6rem;
text-align: center;
font-style: normal;
text-transform: none;
}
.info-content .info-right .middle span{
display: inline-block;
width: 1rem;
height: 0.3rem;
line-height: 0.25rem;
border: 0.01rem solid #ccc;
border-radius: 0.15rem;
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.2rem;
color: #181C1F;
text-align: center;
font-style: normal;
text-transform: none;
}
.info-content .info-right .bottom-con{
  display: flex;
}
.info-right .bottom{
  width: 2.67rem;
  height: 3.5rem;
  border-right: 0.01rem solid #ccc;
}
.info-right .bottom-top .tit-blu{
  color: #2AA1FC;
}
 .info-right .bottom-top .tit-gre{
  color: #009944;
}
.info-right .bottom:last-child{
  border-right: none;
}
.info-right .bottom p{
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.24rem;
color: #000000;
line-height: 0.32rem;
text-align: justifyLeft;
font-style: normal;
text-transform: none;
padding: 0.15rem 0.1rem;
}
.info-right .bottom-top{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
} 
.info-right .bottom-top img{
  width: 0.3rem;
  height: 0.3rem;
}
.info-right .bottom-top h5{
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.28rem;
color: #EC5633;
font-style: normal;
text-transform: none;
}
/* 页脚模块样式 */
 .info4{
  max-width: 19.2rem;
  height: auto;
  min-height: 0.8rem;
  padding: 0.18rem 0 0.14rem;
  margin: 0 auto;
  /* background-image: url('footer-bg.png');  原图不存在，使用纯色背景 */
  background-color: #3d2b8a;
  background-size: 100% 100%;
 background-position: center;
 background-repeat: no-repeat;
}
.info-section .footer-text{
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.3rem;
color: #FFFFFF;
line-height: 0.48rem;
text-align: center;
font-style: normal;
text-transform: none;
margin: 0;
padding: 0;
}
/* ICP 备案号行 */
.info-section .footer-icp{
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
font-weight: normal;
font-size: 0.22rem;
color: rgba(255,255,255,0.65);
line-height: 0.36rem;
text-align: center;
font-style: normal;
margin: 0.06rem 0 0;
padding: 0;
}
/* 响应式设计 */
/* @media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    gap: 0.15rem;
  }
  .nav-links {
    gap: 0.15rem;
  }
  .nav-links a {
    padding: 0.06rem 0.12rem;
    font-size: 0.14rem;
  }
  .contact-info {
    padding: 0.06rem 0.12rem;
    font-size: 0.14rem;
  }
  .banner h1 {
    font-size: 0.36rem;
  }
  .banner p {
    font-size: 0.18rem;
  }
  .foundation-title {
    font-size: 0.32rem;
  }
  .foundation-subtitle {
    font-size: 0.18rem;
  }
  .foundation-cards {
    grid-template-columns: 1fr;
  }
  .product-buttons {
    gap: 0.1rem;
  }
  .product-btn {
    padding: 0.1rem 0.2rem;
    font-size: 0.14rem;
  }
  .carousel-item img {
    height: 2.5rem;
  }
  .carousel-btn {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
  .info-section h2 {
    font-size: 0.28rem;
  }
  .info-content {
    grid-template-columns: 1fr;
  }
} */

/*# sourceMappingURL=index.css.map */
