* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.navBar {
  position: fixed;
  top: 0;
  width: 100%;
  /* height: 90px; */
  z-index: 100;
  background: #fff;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.navBar div {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  gap: 10px; /* 添加间距 */
}

.navBar a {
  flex: 1;
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
  color: #666;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
  font-weight: 400;
}

.content-section {
  /* min-height: 100vh; */
  padding: 80px 20px 20px;
}

.navBar a.active {
  color: #4BA8FF !important;
  font-weight: 600 !important;
  font-size: 19px;
}

.navBar img {
  width: 180px;
  margin-right: 35px; /* 增大logo右边距 */
}

.navBar span {
  margin-left: 35px; /* 增大客服电话左边距 */
  /* color: #1677ff; */
  font-weight: 500;
}

/* 首页全宽 */
#carousel.content-section {
  width: 100%;
  max-width: none;
  padding: 80px 0 20px;
}

/* 其他区块65%宽度 */
.content-section:not(#carousel) {
  width: 65%;
  margin: 0 auto;
  padding: 45px 0 20px;
}

/* 保持导航栏全宽 */
.navBar {
  width: 100% !important;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-slide {
  display: flex;
  width: 200%; /* 2张图片 */
  transition: transform 0.5s ease;
}

.carousel-slide img {
  width: 50%; /* 每张占容器50% */
  flex-shrink: 0;
  /* 移除opacity相关样式 */
}

.carousel-slide img.active {
  opacity: 1;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.indicator {
  width: 28px;
  height: 12px;
  border-radius: 6px;
  background: #56A2FF;
  cursor: pointer;
}

.indicator.active {
  width: 38px;
  border-radius: 6px;
  background: #0065E0;
}
/* 模块标题 */
.module_title{
  margin-bottom: 10px;
  font-size: 38px;
  color: #333;
  text-align: center;
  font-weight: 800;
}
/* 模块说明 */
.module_explain{
  margin-bottom: 25px;
  font-size: 26px;
  color: #666666;
  text-align: center;
  width: 1200px;
}

.solution-container {
  display: grid;
  grid-template-columns: repeat(3, 388px);
  gap: 18px;
  justify-content: center;
  max-width: calc(388px*3 + 18px*2);
  margin: 0 auto;
}

.solution-item {
  padding: 385px 0 0 30px;
  width: 388px;
  height: 436px;
  background: #fff;
  display: flex;
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 12px rgba(175, 12, 12, 0.5); */
}

/* 鼠标移入样式 */
ul,li{list-style: none; padding: 0; margin: 0;}
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}
.img_list{ margin-left: 10px; margin-right: 10px;}
.img_list li{float: left; width:33.33%;margin-bottom:20px;}
.img_list li > div{margin:0 10px}
.w-simImg .image-w{position:relative; overflow:hidden; }
.w-simImg img{ max-width: 100%;}
.caption{ position:relative;}
.caption .captionbg{position:absolute;width:100%; height:100%;}
.caption .caption-text{z-index:10; position:relative;word-break: break-all; word-wrap: break-word;padding:0.5em 1px 0.7em;}
.bg_main{ background: #006BCC;}
.simImg_spec .caption h3{ font-size:18px;}
.simImg_spec .caption{ overflow:hidden;}
.simImg_spec3 img{-webkit-transition: -webkit-transform 0.35s;transition: transform 0.35s;-webkit-transform: translate3d(-5%,0, 0) scale(1.1);transform: translate3d(-5%,0, 0) scale(1.1);}
.simImg_spec3:hover img{-webkit-transform: translate3d(0,0,0) scale(1.1);transform: translate3d(0,0,0) scale(1.1);}
.simImg_spec3 .captionbg{ left:0; top:0; opacity:0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:all 0.35s;transition:all 0.35s;}
.simImg_spec3:hover .captionbg{ opacity:0.7;*filter:alpha(opacity=70); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);}
.simImg_spec3 .w-img-caption{ position:absolute; left:0; right:0; top:0; bottom:0;}
.simImg_spec3 .caption-text {position: absolute;bottom: -30px;left: 0;padding: 1em;width: 100%;min-height: 5.5em; color:#fff; /*text-align:left;*/}
.simImg_spec3 h3,.simImg_spec3 p{-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}
.simImg_spec3 p{opacity: 0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.simImg_spec3 h3 {-webkit-transition: -webkit-transform 0.35s;transition: transform 0.35s;}
.simImg_spec3 p{color: rgba(255,255,255,0.8);opacity: 0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); height:0;-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;transition: opacity 0.2s, transform 0.35s;}
.simImg_spec3:hover p {opacity: 1;}
.simImg_spec3:hover h3,.simImg_spec3:hover p {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.simImg_spec3:hover p {opacity: 1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);-webkit-transition-delay: 0.05s;transition-delay: 0.05s;-webkit-transition-duration: 0.35s;transition-duration: 0.35s; height:auto;}
.caption-text p {
  font-size: 20px;
  width: 328px;
}
/* 解决鼠标悬浮时距离底部距离不够的问题 */
.w-simImg:hover .jrww {
  bottom: 105px !important;
  transition: all 0.3s ease-in-out;
}
.w-simImg:hover .srdg {
  bottom: 85px !important;
  transition: all 0.3s ease-in-out;
}
.w-simImg:hover .dyyc {
  bottom: 137px !important;
  transition: all 0.3s ease-in-out;
}
.w-simImg:hover .xczx {
  bottom: 115px !important;
  transition: all 0.3s ease-in-out;
}
.w-simImg:hover .shfw {
  bottom: 195px !important;
  transition: all 0.3s ease-in-out;
}.w-simImg:hover .jkfw {
  bottom: 195px !important;
  transition: all 0.3s ease-in-out;
}
/* 解决多个p标签时，默认情况对不齐的问题 */
.w-simImg:hover .caption-text .caption-text_p {
  margin: 20px 0 !important;
}

/* 修改原有定位样式 */
.simImg_spec3 .caption-text {
  position: absolute;
  bottom: -30px;
  left: 0;
  padding: 1em;
  width: 100%;
  min-height: 5.5em;
  color: #fff;
  transition: all 0.3s ease-in-out; /* 添加过渡效果 */
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px 2%;
  max-width: 1440px;
  margin: 0 auto;
}

.service-item {
  text-align: center;
}

.service-item img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 12px;
}

.service-title {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  word-break: keep-all;
}

/* 视听会员、知识付费样式 */
.sthy,.zsff{
  color: #666666;
  width: 274px;
  height: 70px;
  line-height: 70px;
  margin: 30px auto;
  text-align: center;
  cursor: pointer;
}
.zzfw_active{
  background-image: url(./images/zzfw.png);
  background-repeat: no-repeat;
}

/* 移除品牌名称相关样式 */
.brand-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 46px;
  /* padding: 0 100px; */
}

.brand-item img {
  width: 78px;
  height: 78px;
  margin: 0 50px 46px; /* 调整上下内边距 */
}

/* 卡券样式 */
.card_text{
  margin-top: 15px;
  color: #666666;
  font-size: 22px;
  text-align: center;
}
.card-text_active{
  padding-bottom: 10px;
  /* margin-top: -2px; */
  font-weight: 600;
  font-size: 28px;
  color: #0063B7;
  border-bottom: 5px solid #0063B7;
}

.xeq,.xxq,.xyq,.xlq{
  height: 478px;
  text-align: center;
  /* background-color: #0065E0; */
}

/* 默认隐藏内容区块 */
.xeq, .xxq, .xyq, .xlq {
    display: none;
}

/* 卡券流程 */
/* 流程文本样式 */
.process-text {
    text-align: center;
    font-size: 22px;
    color: #666;
    /* padding: 5px 10px; */
    cursor: pointer;
}
.process-text_active{
  font-weight: 600;
  font-size: 26px;
  color: #0063B7;
}
.process-text_active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    /* width: 100%; */
    height: 2px;
    background: #1890FF;
}
/* 虚线分隔样式 */
.dashed-line {
    border-bottom: 2px dashed #D9D9D9;
    margin: 0 10px;
    position: relative;
    top: -20px;
}

.qycg,.sckq,.ygxf{
  margin-top: 20px;
  height: 354px;
  display: none;
}

/* 奖项资质 */
.zz-left{
  background-image: url(./images/left.png);
  margin-right: 20px;
}
.zz-right{
  background-image: url(./images/right.png);
  margin-left: 25px;
}
.zz-left,.zz-right{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  height: 93px;
  width: 54px;
  border: 1px solid #B7B7B7;
  border-radius: 5px;
}
.zz-left:hover, .zz-right:hover {
    opacity: 1;
}
.zz-content{
  height: 254px;
  /* width: 1192px; */
  border-radius: 5px;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.zz-content::-webkit-scrollbar {
    display: none;
}

/* 页脚 */
.footer{
  margin-top: 150px;
  height: 411px;
  background-color: #031846;
}

/* 回到顶部 */
.toTop{
  position: fixed;
  right: 108px;
  bottom: 553px;
  display: none;
  text-align: center;
  font-size: 20px;
  color: #003F8C;
  width: 80px;
  z-index: 999;
  cursor: pointer;
}
.toTop.active {
  display: block;
  opacity: 1;
}