.index-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.index-banner-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.index-banner-bottom img {
  position: relative;
  z-index: 1;
}
.index-banner-bottom-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
}
.index-banner-bottom-box-h{
  color:#0746FF;
  font-size: 40px;
}
.index-banner-bottom-box-h .index-banner-bottom-box-u{
  font-size: 20px;
}
.box-item{
  width: 20%;
  text-align: center;
}
.index-content{
  width: 70%;
  margin: 0 auto;
}
.index-content-c {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-content-leftc {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.index-content-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.index-content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}

.index-banner-h {
  font-size: 42px;
  font-weight: 500;
  color: #090F19;
  line-height: 74px;
}

.index-banner-h-c {
  font-size: 24px;
  font-weight: 500;
  color: #666666;
  line-height: 44px;
}
.index-banner-p {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 44px;
  margin: 0px 0 10px 0;
}

.index-banner-p-c {
  font-size: 30px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  color: #C6281E;
  line-height: 24px;
  margin: 30px 0 50px 0;
}

.index-banner-btn {
  width: 110px;
  height: 36px;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  text-align: center;

  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  cursor: pointer;
}

.index-banner-btn a {
  color: #FFFFFF;
}

.index-banner-btn a:hover {
  text-decoration: none;
}

.index-banner-btn-color {
  width: 130px;
  height: 36px;
  border: 1px solid #3269FF;
  background-color: #3269FF;
  border-radius: 20px;

  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}

.carousel-indicators li {
  position: relative;
}

.carousel-indicators .active{
  background-color: rgba(153, 153, 153, 0.4);
}

.carousel-indicators .active .carousel-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c6281d;
  opacity: .7;
  animation: slideBackground 5s linear 1 forwards;
}

@keyframes slideBackground {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

/* .carousel-indicators .active .carousel-bg{
  background-color: #555;
  transition: background-color 0.1s ease; 
} */


.banner-list {
  height: 570px;
  width: 100%;
  background-color: #11151A;
}

.banner-list h2 {
  text-align: center;
  font-size: 26px;
  padding-top: 30px;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
}
.banner-list h6{
  font-size: 16px;
  font-weight: 200;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
}




/* 基础样式 */
.banner-list1-box{
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.banner-list-tab {
  position: relative;
  margin-bottom: 20px;
}

.banner-list-tab-buttons {
  display: flex;
}
.tab-btn {
  flex: 1;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.tab-btn.active {
  background-color: #165DFF;
  color: white;
}
.tab-btn.inactive {
  background-color: #f1f1f1;
  color: #333;
}
.tab-arrow {
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #165DFF;
  transition: left 0.3s ease;
  z-index: 10;
}
banner-list-tab-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  min-height: 200px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  width: 100%;
  box-sizing: border-box;
}
.banner-list-tab-content-section {
  display: none;
}
.banner-list-tab-content-section.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

.tab-content-section {
  display: flex;
  align-items: center; 
  justify-content: center; 
  padding: 20px 20px;
  max-width: 1200px; 
  margin: 0 auto; 
  gap: 40px; 
}

.tab-content-section-left {
  flex: 1; 
  text-align: center; 
}

.tab-content-section-left img {
  max-width: 100%; 
  height: auto; 
  border-radius: 8px; 
  box-shadow: 0 0 20px rgba(255,255,255,0.1); 
}

.tab-content-section-right {
  flex: 1;
  padding: 20px 0;
  text-align: left;
}

.tab-content-section-right h2 {
  font-size: 24px;
  margin-bottom: 15px;
  position: relative; 
  padding-bottom: 18px;
  text-align: left;
}

.tab-content-section-right h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px; 
  height: 8px; 
  background-color: #165DFF; 
}

.tab-content-section-right p {
  color: #ccc; 
  line-height: 1.6;
  margin-bottom: 30px; 
  font-size: 15px;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  background-color: #165DFF;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-more:hover {
  background-color: #0E4CD1;
}

.btn-more i {
  margin-left: 8px;
}


.text-with-line {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.text-with-line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 5px;
  background-color: #165DFF;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.banner-list2 {
  background: #FFFFFF;
  overflow: hidden;
}

.banner-list2-company-intro {
  width: 100%;
  /* height: 600px; */
  margin: 0 auto;
  padding: 40px;
  position: relative;
  overflow: hidden;
  background: url(../img/index/bg1.png);
  background-size: cover;
}
.banner-list2-company-intro-box{
  width: 80%;
  margin: 0 auto;
}

/* 装饰性圆形元素 */
/* .decor-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.5;
}

.decor-circle-circle1 {
  width: 300px;
  height: 300px;
  background-color: #E6F4F1;
  bottom: -100px;
  left: -100px;
}

.decor-circle-circle2 {
  width: 200px;
  height: 200px;
  background-color: #FFF5E6;
  top: 50px;
  right: -50px;
}

.decor-circle-circle3 {
  width: 60px;
  height: 60px;
  background-color: #FFE5E5;
  top: 30%;
  right: 35%;
} */

.banner-list2-section-title {
  text-align: center;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  color: #1A1A1A;
  position: relative;
  z-index: 1;
}

.banner-list2-section-subtitle {
  text-align: center;
  margin-bottom: 50px;
  color: #666;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

/* 内容布局 */
.banner-list2-content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}

/* 文字内容区域 */
.banner-list2-content-wrapper-t {
  flex: 1;
}

.company-name {
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 20px;
}

.company-desc {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.8;
}

/* 按钮样式 */
.banner-list2-more-btn {
  display: inline-flex;
  align-items: center;
  background-color: #165DFF;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.banner-list2-more-btn:hover {
  background-color: #0E4CD1;
  transform: translateY(-2px);
}

.banner-list2-more-btn i {
  margin-left: 8px;
  font-size: 14px;
}

/* 图片区域 */
.banner-list2-image-content {
  flex: 0 0 400px; /* 固定宽度 */
}

.company-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.banner-list3 {
  background: #FAFAFA;
  overflow: hidden;
}
/* 标题区域 */
.banner-list3 .title {
  text-align: center;
  margin: 40px 0;
}
.banner-list3 .title h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}
.banner-list3 .title p {
  color: #666;
  font-size: 16px;
}
.banner-list3 .title img{
  width: 34%;
}




















.solution-container .right-container{
  flex: 1;
  background-image: url('https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/index/solution_bg1.png');
  background-size: 100% 100%;
}

.solution-container .right-container-bg0 {
  background-image: url('https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/index/solution_bg4.png');
}

.solution-container .right-container-bg1 {
  background-image: url('https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/index/solution_bg2.png');
}

.solution-container .right-container-bg2 {
  background-image: url('https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/index/solution_bg3.png');
}

.solution-container .right-container-bg3 {
  background-image: url('https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/index/solution_bg1.png');
}
.solution-container .right-container-bg4 {
  background-image: url('https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/index/solution_bg5.png');
}


.right-container .right-content{
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(52, 47, 47, .6);
  padding: 52px 37px;
  width: 351px;
  backdrop-filter: blur(3px);
}

.right-content .solution-list{
  display: flex;
  flex-direction: column;
  gap: 28px 0;
  font-weight: 400;
  font-size: 16px;
  color: rgba(247,247,247,0.8);
  line-height: 30px;
}

.solution-list a{
  font-size: 18px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  color: #F7F7F7;
  line-height: 21px;
}

.right-content a {
  cursor: pointer;
  
}
.right-content a:hover {
  /* .top-bar .en-title,.top-bar .cn-title,.top-bar .en-title-s  { */
    /* color: #d8d8d8 !important; */
  /* } */
  .top-bar .top-bar-right {
    animation: fontJump 1s 1;
  }
  text-decoration: none;
}

@keyframes fontJump {
  0%, 100%{
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}

.right-content a .top-bar{
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.top-bar .top-bar-left{
  display: flex;
  flex-direction: column;
  margin-right: 19px;
}

.top-bar .top-bar-right{
  height: 36px;
  margin-right: 10px;
}

.top-bar .en-title-s {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}

.top-bar .en-title{
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px; 
  margin-bottom: 19px;
}

.top-bar .cn-title{
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}

.swiper-scrollbar-drag {
  background-color: #C6281D !important;
}


@media (max-width: 768px) {
  .tab-content-section {
    flex-direction: column; /* 改为垂直布局 */
    gap: 30px;
  }
  
  .text-section {
    width: 100%;
  }

  .banner-list2-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  
  .banner-list2-image-content {
    flex: none;
    width: 100%;
    max-width: 400px;
  }
  
  .banner-list2-company-intro {
    padding: 60px 20px;
  }
}
