
.ban{
  width: 100%;
    height: 500px;
    background: url(../images/index/banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.brand-voice {
    background: #f7f9fb;
    padding: 40px 0 0 0;
    font-family: "微软雅黑", Arial, sans-serif;
  }
  .rgzntit{
    width: 1200px;
    text-align: center;
    margin: 30px auto;
    color: rgb(55, 55, 55);
    font-size: 30px;
  }
  .brand-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold; 
    margin-bottom: 30px;
  }
  .brand-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
  }
  .brand-desc {
    flex: 1.2;
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(66, 66, 66);
    line-height: 2
  }
  .brand-points {
    margin-top: 24px;
  }
  .brand-points .point {
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
  }
  .brand-points .point span {
    color: #3ec6e0;
    font-weight: bold;
    margin-right: 8px;
  }
  .brand-video {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-video {
    position: relative;
    width: 500px;
    height: 260px;
    background: #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .main-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 56px;
    color: #fff;
    background: rgba(60, 198, 224, 0.8);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .video-thumbs {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
  }
  .thumb {
    position: relative;
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    background: #eee;
  }
  .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .thumb .play-btn {
    font-size: 28px;
    width: 36px;
    height: 36px;
    background: rgba(60, 198, 224, 0.8);
  }
  .brand-stats {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: 40px auto 0 auto;
    max-width: 1200px;
    border-top: 1px dashed #e0e0e0;
    padding-top: 32px;
  }
  .stat {
    font-size: 16px;
    font-weight: 400;
    min-width: 120px;
  }
  .bss1{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #1dc6e0;
  }
  .stat .bss2{
    color: #1dc6e0;
    font-family: "SourceHanSansCN";
  }
  @media (max-width: 900px) {
    .brand-content {
      flex-direction: column;
      align-items: stretch;
      gap: 24px;
    }
    .main-video {
      width: 100%;
      max-width: 100vw;
      height: 200px;
    }
    .brand-stats {
      flex-direction: column;
      gap: 18px;
      padding-top: 18px;
    }
    .stat {
      min-width: 0;
    }
  }
  .reputation-voice {
    background: #f7f9fb;
    padding: 40px 0 0 0;
    font-family: "微软雅黑", Arial, sans-serif;
  }
  .reputation-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .reputation-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
  }
  .reputation-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 400px;
    box-shadow: 5px 0 10px 0 rgb(144, 144, 144);
    border-radius: 20px;
  }
  .rep-img-box {
    position: relative;
    width: 280px;
    height: 180px;
    background: #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rep-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rep-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 56px;
    color: #fff;
    background: rgba(60, 198, 224, 0.8);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .rep-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .rep-icon {
    margin-right: 8px;
  }
  .rep-desc {
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(102, 102, 102);
    line-height: 2;
  }
  .rep-info{
    padding: 10px;
  }

  .aifxul{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
  }
  .aifxul li{
    float: left;
    width: 100px;
    height: 100px;
    margin: 30px 20px;
    color: #666;
    font-size: 14px;
    text-align: center;
  }
  .aifxul li a{
    color: #111;
  }
  .aifx-contit{
    width: 1200px;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 0 auto;
  }
  .aifxul li p{
    text-align: center;
  }
  .aifxul li:hover{
    color: #6ccad9;
    border-bottom: 3px solid #6ccad9;
  }
  .aifxul li a:hover{
    color: #6ccad9;
  }
  
  .jjtitle {
	font-size:36px;
	color:#333333;
	text-align:center;
	padding-top:50px;
}

.jjdesc {
	font-size:14px; 
	color:#666666;
	text-align:center;
	margin-top:5px;
}
.jjcallus {
	height:530px;
	width:100%;
	margin:0 auto;
	
	margin-top:10px;
}
.jjcontimg {
	float:left;
}
.jjcontR {
	float:left;
	margin-left:20px;
}
.jjcontR div {
	margin-top:12px;
}
.jjcallcont {
	width:1200px;
    height: 300px;
	margin:0 auto;
	margin-top:40px;
}
.jjcallL {
	width:240px;
	height:100%;
	float:left;
	margin-top:25px;
}
.jjcallLimg {
	text-align:center;
}
.jjcallLp {
	font-size:14px;
	color:#fd5b0f;
	text-align:center;
	margin-left:-40px;
}
.jjcallR {
	width:960px;
	height:100%;
	float:left;
}
.jjcallR p {
	font-size:14px;
	color:#000;
	line-height:32px;
	margin-left:20px;
}
.swiper-slide-active{
    z-index: 999;
}
.honor-swiper-section {
    background: linear-gradient(to bottom, #f7fafd 60%, #fff 100%);
    padding: 60px 0 40px 0;
    text-align: center;
    position: relative;
  }
  .honor-title {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  .honor-swiper {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .honor-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    background: none;
    border-radius: 20px;
    overflow: hidden;
  }
  .honor-swiper .swiper-slide img {
    width: 600px;
    height: 250px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.10);
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .honor-swiper .swiper-slide-active img {
    transform: scale(1.15);
    box-shadow: 0 8px 40px 0 rgba(0,0,0,0.18);
  }
  @media (max-width: 900px) {
    .honor-swiper .swiper-slide img {
      width: 600px;
      height: 250px;
    }
  }


  