.header_warp {
  width: 100%;
}
.header_warp .header_swiper_box .swiper-container {
  height: 600px;
}
.header_warp .header_swiper_box .swiper-container .swiper-pagination-bullet {
  background: white !important;
  opacity: 0.5;
}
.header_warp .header_swiper_box .swiper-container .swiper-pagination-bullet-active {
  background: #7B8FFF !important;
  opacity: 1;
}
.header_warp .header_swiper_box .swiper-container .swiper-slide .header_swiper_image {
  object-fit: cover;
  min-width: 1200px;
  height: 600px;
  width: 100%;
}
.header_warp .banner_content_box {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.header_warp .banner_content_box .banner_content_item {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.header_warp .fixed_box {
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2005;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.header_warp .fixed_box .header_content {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
}
.header_warp .fixed_box .header_content .navbar div,
.header_warp .fixed_box .header_content .navbar a {
  cursor: pointer;
  margin-right: 98px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
}
.header_warp .fixed_box .header_content .navbar div .line,
.header_warp .fixed_box .header_content .navbar a .line {
  position: absolute;
  width: 28px;
  height: 4px;
  background: #e74022;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.header_warp .fixed_box .header_content .navbar div .go_admin,
.header_warp .fixed_box .header_content .navbar a .go_admin {
  width: 278px;
  margin: 0;
  text-align: center;
  line-height: 80px;
  height: 80px;
  background: linear-gradient(312deg, #8669FF 0%, #73ABFF 100%);
  border-radius: 8px;
}
.header_warp .fixed_box .header_content .navbar .activeRoute {
  color: #7B8FFF;
}
.header_warp .fixed_box .header_content .navbar .activeRoute .line {
  opacity: 1;
}
.header_warp .fixed_box .header_line {
  height: 1px;
  background: #FFFFFF;
  opacity: 0.1;
}
.header_warp .help_box {
  height: 80px;
  width: 100%;
}
.index_warp {
  width: 100%;
  overflow-x: hidden;
}
.index_warp .solution_warp {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 92px;
}
.index_warp .solution_warp .title{
 text-align: center;
  padding: 92px 0 60px 0;
}
.index_warp .solution_warp .slide_inner{
  display: flex;
  margin: 0 auto;
}
.slide_inner .box{
  flex-basis: 154px;
  height: 446px;
  margin: 0 9px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ;
  background: rgba(0,0,0,0.3);
}
.slide_inner .box.active{
  flex-basis: 700px;
}
.slide_inner .box img{
  position: absolute;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  top: 0;
  z-index: -1;
  border-radius: 8px;
}
.slide_inner{
  width: 1062px;
}
.slide_inner .box h2{
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  opacity: 1;
  transition: all 0.2s ;
  position: absolute;
}
.slide_inner .box .txt{
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/mask.png") 0 0 no-repeat;
  text-align: center;
  transition: all 0.2s ;
}
.slide_inner .active{
  background: none;
}
.slide_inner .active .txt{
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.slide_inner .active h2{
  opacity: 0;
}
.slide_inner .box h3{
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.slide_inner .box li{
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  list-style: disc;
  text-align: left;
}
.bg3{
  background: url("../images/bg3.png") bottom center no-repeat;
  background-size: cover;
}
.bg4{
  background: url("../images/bg4.png") bottom center no-repeat;
  background-size: cover;
}
.bg6{
  background: url("../images/bg6.png") bottom center no-repeat;
  background-size: cover;
}
.bg7{
  background: url("../images/bg7.png") bottom center no-repeat;
  background-size: cover;
}
.index_warp .solution_warp .cnt{
  text-align: center;
}
.index_warp .solution_warp .about{
  width: 1166px;
  padding: 32px 56px;
  background: rgba(255,255,255,0.36);
  box-shadow: 5px 4px 22px 0px rgba(158,190,255,0.2);
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 20px;
  color: #000430;
  line-height: 28px;
  text-indent: 26px;
  text-align: justify;
}
.certificate{
  display: flex;
}
.certificate .l{
  width: 468px;
  margin-right: 40px;
}
.certificate .l ul{

  padding: 0 20px;
}
.certificate .l li{
  height: 97px;
  line-height: 97px;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  list-style: disc;
  cursor: pointer;
  padding-left: 20px;
  list-style-position: inside;
}
.certificate .l li.active{
  background: linear-gradient( 90deg, #B8D8FF 0%, rgba(205,227,255,0) 100%);
  box-shadow: -11px 4px 16px 0px rgba(123,149,252,0.25);
  border-radius: 4px 4px 4px 4px;
  border-left: 4px solid #3490FF;
  color: #0A48F4;
}
.certificate .r{
  flex: 1;
}
.certificate .r img{
  display: none;
}
.certificate .r img.active{
  display: block;
}
.product_list{
  width: 1088px;
  margin: 0 auto;
}
.product_list li{
  height: 59px;
  line-height: 59px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(153, 153, 153, 0.1));
  border-radius: 4px 4px 4px 4px;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 20px;
  cursor: pointer;
}
.product_list li:hover{
  background: linear-gradient( 90deg, #328EFF 0%, #0073FF 100%);
  box-shadow: 0px 8px 28px 0px rgba(0,0,0,0.25);
}
.product_icon{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  height: 186px;
}
.product_icon .arraw{
  width: 65px;
  display: inline-block;
  height: 65px;
  background: url("../images/arrow.png") center no-repeat;
  background-size: 65px auto;
  margin: 0 8px 0 14px;
}
.product_icon .item{
  flex-basis: 112px;
  height: 112px;
  background: #B5CDFF;
  box-shadow: 0px 6px 16px 0px rgba(46,109,234,0.2);
  border-radius: 56px 56px 56px 56px;
  border: 10px solid rgba(159,186,253,0.8);
  transition: all 0.2s ;
  cursor: pointer;
}
.product_icon .item svg{
  transition: all 0.2s ;
  margin-top: 22px;
}
.product_icon .item p{
  transition: all 0.2s ;
  margin-top: 2px;
  font-weight: 400;
  font-size: 16px;
  color: #1F253A;
  line-height: 22px;
  font-family: PingFang SC, PingFang SC;
}
.product_icon .item.active{
  flex-basis: 186px;
  height: 186px;
  background: linear-gradient( 140deg, #66ABFF 0%, #1880FE 100%);
  box-shadow: 0px 6px 16px 0px rgba(46,109,234,0.2);
  border: 26px solid #B8C9EC;
  border-radius: 93px;
}
.product_icon .item.active .white{
  fill:#fff;
}
.product_icon .item.active svg{
  margin-top: 35px;
  width: 32px;
  height: 32px;
}
.product_icon .item.active p{
  margin-top:6px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.board{
  display: flex;
  align-items: center;
  justify-content: center;
}
.board .item{
  width: 328px;
  height: 186px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.board .item:hover{
  background: linear-gradient( 180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%);
  border-radius: 0px 0px 0px 0px;
  border-top: 6px solid #FFFFFF;
}
.board .item h2{
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
  font-weight: normal;
  font-size: 72px;
  color: #FFFFFF;
}
.board .item h2 span{ font-size: 36px}
.board .item p{
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
.case{
  position: relative;
  height: 740px;
  width: 1120px;
}
.case .box{
  position: absolute;
}
.case .b1{
  width: 730px;
  height: 360px;
  left: 0;
  top: 0;
}
.case .b2{
  width: 730px;
  height: 360px;
  left: 0;
  bottom: 0;
}
.case .b3{
  width: 372px;
  height: 740px;
  right: 0;
  top: 0;
}
.case .box .txt{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.case .box h4{
  position: relative;
  font-weight: 500;
  font-size: 32px;
  padding:0 32px;
  color: #FFFFFF;
  text-align: left;
}
.case .box .line{
  position: absolute;
  left: 32px;
  bottom: -20px;
  width: 36px;
  height: 4px;
  background: #FFFFFF;

}
.case .box p{
  opacity: 0;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  padding: 20px 32px 0 32px;
  max-width: 532px;
  text-align: justify;
  margin-bottom: 0;
  transition: all 0.2s;
}
.case .box{

  transition: all 0.2s;
}
.case .box:hover{
  box-shadow: 0px 0px 15px 3px rgba(7, 10, 59, 0.5);
}
.case .box .txt:hover{
  background: linear-gradient(270deg, rgba(18, 36, 95, 0.52) 0%, rgba(7, 17, 50, 0.52) 100%);
}
.case .box:nth-child(1) .txt div{
  transform: translate(0, 74px);
  transition: all 0.2s;
}
.case .box:nth-child(2) .txt div{
  transform: translate(0, 102px);
  transition: all 0.2s;
}
.case .box:nth-child(3) .txt div{
  transform: translate(0, 116px);
  transition: all 0.2s;
}
.case .box .txt:hover div{
  transform: translate(0, 0);
}
.case .box .txt:hover p{
  opacity: 1;
}

html, body {
  width: 100%;
  height: 100%;
}


/* 移动端缩放核心逻辑 */
@media (max-width: 1200px) { /* 手机端（宽度<1200px）触发缩放 */
  .header_warp .fixed_box .header_content{
    width: 100%;
  }
  .header_warp .fixed_box .header_content .navbar div, .header_warp .fixed_box .header_content .navbar a{ margin-right: 40px}
  #app {
    /* 自动计算缩放比例：手机宽度 / 1200px（保证宽度全屏） */
    transform: scale(calc(100vw / 1200));
    transform-origin: top left; /* 从左上角缩放，避免偏移 */
    width: 1200px; /* 保持PC原始宽度，确保缩放基准正确 */
    height: calc(100vh / (100vw / 1200)); /* 高度按比例缩放，避免内容截断 */
    overflow-y: auto; /* 若内容过长，允许容器内纵向滚动 */
    -webkit-overflow-scrolling: touch; /* 优化移动端滚动体验 */
  }
}