body {
  margin: 0;
  font-family: 'ABeeZee', Arial, sans-serif;
  color: #222;
}
.header_index {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: rgba(255,255,255,0);
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  backdrop-filter: blur(4px);
}
.header_scrolled {
  background-color: rgba(255,255,255,1);
}
.header_index .header-inner {
    width: 1312px;
    margin: 0 auto;
    display: flex;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: bold;
  color: #0053fd;
  margin-right: 12px;
}
.logo img {
  height: 35px;
  width: 136px;
}
.nav_index {
  display: flex;
  justify-content: right;
  align-items: center;
  flex: 1;
  border: none;
  padding: 0;
}
.nav_index a {
  margin: 0 24px;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.2s;
}
.nav_index a:hover {
  color: #0053fd;
}
.nav_index a.active {
  color: #0053fd;
  border-bottom: 3px solid #0053fd;
  padding-bottom: 6px;
}
.nav-phone{
background: url('../images/tel_bg.png') center/cover no-repeat;
width:124px;
height:43px;
line-height:43px;
padding-left:50px;
margin-left:30px
  }
.nav-phone span{
  color: #0053fd;
  font-size: 16px;

  }
.banner_index {
  position: relative;
  width: 100%;
  height: 562px;
  overflow: visible;
  margin-top: 0;
}
.banner-bg {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-content {
 position: absolute;
  left: 0px;
  top: 200px;
  z-index: 2;
  color: #222;
  width: 100%;
}
.banner-content h1 {
  font-size: 48px;
  margin: 0 0 0px 0;
  font-weight: 700;
  color: #222;
  line-height: 1;
}
.banner-content h1 span {
  color: #0053fd;
  font-weight: 700;
}
.banner-content p {
  font-size: 20px;
  color: #222;
  margin-bottom: 50px;
  line-height: 1;
}

#banner-content-0{
background: url('../images/banner01.png') center/cover no-repeat;}
#banner-content-1{
background: url('../images/banner02.png') center/cover no-repeat;}
#banner-content-2{
background: url('../images/banner03.png') center/cover no-repeat;}
#banner-content-3{
background: url('../images/banner04.png') center/cover no-repeat;}
.btn-primary {
  background: #0053fd;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 36px;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.banner-content1 {
 position: absolute;
  left: 0px;
  top: 160px;
  z-index: 2;
  color: #222;
  width: 100%;
}
.banner-content1 h1 {
  font-size: 50px;
  margin: 0 0 0px 0;
  font-weight: 800;
  color: #222;
  line-height: 1;
letter-spacting:10px;
}
.banner-content1 h1 span {
  color: #0053fd;
  font-weight: 700;
}
.banner-content1 p {
  font-size: 24px;
  color: #222;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing:10px;
 font-style: italic;
}
.btn-primary1 {
  background: linear-gradient(45deg, #ff7c24, #ffa302);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 46px;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
margin-top:50px
}
.banner-list {
  position: absolute;
  top: 180px;
  z-index: 2;
  color: #222;
  width: 100%;
}
.banner-list .t{
  width: 1312px;
    margin: 0px auto;
 }
.banner-list h1 {
  font-size: 38px;
  margin: 0 0 25px 0;
  font-weight: 700;
  color: #0053fd;
  line-height: 1;
}
.banner-list h1 span {
  color: #0053fd;
  font-weight: 700;
}
.banner-list p {
  font-size: 24px;
  color: #222;
  margin-bottom: 50px;
  line-height: 1;
}
.line_c1{
    width: 135px;
    height: 8px;
    background: linear-gradient(to right, #0153da, #1365ec);;
    margin: 10px 0;
}
.banner-main {
  position: absolute;
  right: 180px;
  top: 80px;
  height: 360px;
  z-index: 2;
}
.banner-carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; top: 0;
  z-index: 1;
}
.banner-dot-group {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  display: flex;
  gap: 12px;
  z-index: 3;
}
.banner-dot {
  width: 25px;
  height: 5px;
  border-radius: 2px;
  background: #e0e0e0;
  transition: background 0.2s;
}
.banner-dot.active {
  background: #1677ff;
}
.core-value {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  background: #fff;
  padding: 60px 0;
  margin-top: 24px;
}
.core-item {
  width: 320px;
  text-align: center;
}
.core-item img {
  height: 80px;
  margin-bottom: 16px;
}
.core-item h2 {
  font-size: 22px;
  color: #0053fd;
  margin: 12px 0 8px 0;
}
.core-item p {
  font-size: 16px;
  color: #666;
}
.solution {
  background: linear-gradient(to bottom, #ffffff, #f5f6f8);
  padding: 70px 0 20px 0;
}
.solution h2 {
  text-align: center;
  font-size: 28px;
  color: #222;
  margin-bottom: 12px;
}
.solution-desc {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-bottom: 40px;
}
.solution-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 1312px;
  margin: 0 auto 40px auto;
}
.solution-card-large {
  width: 325px;
  height: 390px;
  background: #fff url('../images/solution_large.png') center center/100% 100% no-repeat;
  border-radius: 5px;
  box-shadow: 0 4px 24px 0 rgba(22,119,255,0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.solution-card-large-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 68px 28px 32px 28px;
  border-radius: 0 0 18px 18px;
  box-sizing: border-box;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.solution-card-large-title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 22px;
  line-height: 1.35;
}
.solution-card-large-desc {
  font-size: 14px;
  color: #999;
  line-height: 1.8;
  margin-bottom: 36px;
  flex: 1;
}
.solution-btn {
  background: #fff;
  color: #0053fd;
  border: 1px solid #0053fd;
  border-radius: 5px;
  padding: 7px 22px;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
  align-self: flex-start;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
  margin-top: auto;
}
.solution-btn:hover {
  background: #0053fd;
  color: #fff;
}
.solution-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 18px;
  width: 1020px;
  height: 390px;
}
.solution-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px 20px 16px 25px;
  height: auto;
}
.solution-card:hover {
 box-shadow: 0 4px 15px 0 rgba(0,0,0,0.15);
}
.solution-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.solution-card img {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  margin-bottom: 1px;
}
.solution-card-title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
  line-height: 1.3;
}
.solution-card-title a:link{
  font-size: 18px;
  font-weight: 500;
  color: #222;
 text-decoration: none;
}
.solution-card-title a:hover{
  font-size: 18px;
  font-weight: 500;
  color: #222;
 text-decoration: none;
}
.solution-card-title a:visited{
  font-size: 18px;
  font-weight: 500;
  color: #222;
 text-decoration: none;
}
.solution-card-desc {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
}
.solution-card-desc a:link {
  font-size: 14px;
  color: #999;
text-decoration: none;
}
.solution-card-desc a:hover{
  font-size: 14px;
  color: #999;
text-decoration: none;
}
.solution-card-desc a:visited{
  font-size: 14px;
  color: #999;
text-decoration: none;
}
.product {
  position: relative;
  background: #fff;
  padding: 20px 0 0 0;
  min-height: 600px;
  overflow: hidden;
}
.product-bg {
  position: absolute;
  left: 0; top: 140px;
  width: 100%;
  height: calc(100% - 140px);
  background: url('../images/productions_bg.png') bottom no-repeat;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  filter: blur(0.5px);
}
.product-title {
  text-align: center;
  font-size: 28px;
  color: #222;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.product-desc {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.product-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 150px;
  margin-bottom: 56px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  z-index: 1;
}
.product-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  min-width: 180px;
  border-bottom: 4px solid transparent;
  transition: border 0.2s;
  padding: 20px 30px;
  gap: 16px;
}
.product-tab.active {
  border-bottom: 1px solid #2d5cf6;
}
.product-tab.active span {
  color: #0053fd;
}
.product-tab img {
  width: 61px;
  height: 59px;
  margin-bottom: 0;
}
.product-tab-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-tab span {
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  margin-bottom: 2px;
}
.product-tab-desc {
  font-size: 14px;
  color: #999;
}
.product-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  z-index: 1;
  min-height: 340px;
  padding-left: 120px;
}
.product-main-img {
  width: 416px;
  min-width: 416px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 10%;
}
.product-main-img img {
  width: 416px;
  height: 357px;
}
.product-main-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  min-width: 0;
}
.product-main-info {
  width: 100%;
  background: none;
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
.product-main-title {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  margin-bottom: 12px;
}
.product-main-desc {
  font-size: 14px;
  color: #999;
  margin-bottom: 18px;
  line-height: 1.8;
}
.product-main-btns {
  display: flex;
  gap: 18px;
}
.product-btn {
  background: #fff;
  color: #0053fd;
  border: 1px solid #0053fd;
  border-radius: 5px;
  padding: 7px 22px;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
  transition: background 0.2s, color 0.2s;
  height: 38px;
  min-width: 110px;
}
.product-btn.primary {
  background: #0053fd;
  color: #fff;
  border-radius: 5px;
  padding: 7px 22px;
  font-size: 14px;
  height: 38px;
  min-width: 110px;
}
.product-btn:hover {
  background: #0053fd;
  color: #fff;
}
.product-carousel {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 0;
  position: relative;
  flex-direction: column;
  padding-bottom: 56px;
}
.carousel-cards {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px !important;
  overflow-x: auto !important; /* 强制横向滚动 */
  overflow-y: hidden !important;
  scroll-behavior: smooth !important;
  width: 100% !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  /* 添加以下关键修复 */
  min-width: 0 !important;
  flex-wrap: nowrap !important; /* 禁止换行 */
}

/* 隐藏滚动条但保留滚动功能 */
.carousel-cards::-webkit-scrollbar {
  display: none;
}
.carousel-cards {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.carousel-arrows {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  display: flex;
  flex-direction: row;
  gap: 16px;
  z-index: 2;
  justify-content: center;
  margin: 0 auto;
  margin-top: 18px;
  margin-left: 0px;
}

.carousel-arrow {
   background: #fff;
    border: 1px solid #b8cbea;
    color: #1677ff;
    border-radius: 3px;
    width: 36px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-arrow:hover {
  background: #1677ff !important;
  color: #fff;
}
.carousel-arrow:visited {
  background: #fff;
    border: 1px solid #b8cbea;
    color: #1677ff;
}
.carousel-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 24px 0 rgba(22,119,255,0.06);
  flex-shrink: 0 !important; /* 禁止卡片收缩 */
  width: 362px !important; /* 强制卡片宽度 */
  min-width: 0;
  padding: 28px 18px 22px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  overflow: hidden;
  gap: 18px;

}
.carousel-card img {
  width: 72px;
  height: 72px;
  margin-bottom: 0;
}
.carousel-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}




.carousel-card-title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
  text-align: left;

}
.carousel-card-desc {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
  text-align: left;

}
.carousel-card-arrow {
  color: #1677ff;
  font-size: 24px;
}
.carousel-card-arrow a:link {
  color: #1677ff;
  font-size: 24px;
text-decoration: none;
  
}
.carousel-card-arrow a:hover {
  color: #1677ff;
  font-size: 24px;
text-decoration: none;
}
.carousel-card-arrow a:visited {
  color: #1677ff;
  font-size: 24px;
text-decoration: none;
}
.case {
  background: #ffffff;
  padding: 25px 0;
}
.case h2 {
text-align: center;
    font-size: 28px;
    color: #222;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}
.case-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto 0 auto;
}
.case-list {
  display: flex;
  flex-direction: row;
  gap: 0px;
  overflow: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
.case-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,1);
  border: 1px solid #d9dbe2;
  color: #cfd2db;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(22,119,255,0.08);
  transition: background 0.2s, color 0.2s;
}
.case-arrow.left {
  left: -62px;
}
.case-arrow.right {
  right: -62px;
}
.case-arrow:hover {
  background: #1677ff;
  color: #fff;
}
.case-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.case-dot {
  width: 16px;
  height: 4px;
  border-radius: 2px;
  background: #e0e0e0;
  transition: background 0.2s;
}
.case-dot.active {
  background: #1677ff;
}
.case-item {
  width: 414px;
  min-width: 414px;
  background: url('../images/item_bg.png') center center/100% 100% no-repeat;
  border-radius: 5px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  position: relative;
    border: 1px solid #fff;
    box-shadow: 0 6px 15px rgba(0, 57, 205, .1);
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.case-img-area {
  width: 100%;
  height: 160px;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  padding: 5px;
  box-sizing: border-box;

  transition-duration: 0.5s, 0.5s;
}
.case-img {
  width: 98%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px 5px 0 0;
 margin:0px auto;
 margin-top:5px;
}
.case-info-area {
  position: relative;
  background: none;
  padding: 28px 24px 32px 24px;
  min-height: 160px;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.case-img-area:hover img
{
transform: scale(1.02);
}
.case-info-bg {
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.case-icon {
  width: 24px;
  height: 24px;
}
.case-title-row h3 {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin: 0;
}
.case-desc-text {
  font-size: 14px;
  color: #999;
  margin: 5px 0 32px 0;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  min-height: 38px;
}
.case-btn {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  background: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
    color: #0053fd;
    border: 1px solid #0053fd;
    border-radius: 5px;
    padding: 7px 22px;
    font-size: 14px;
}
.case-btn:hover {
  background: #0053fd;
  color: #fff;
}
.case-title {
  text-align: center;
  font-size: 28px;
  color: #222;
  margin-bottom: 8px;
  font-weight: bold;
}
.case-subtitle {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-bottom: 32px;
}
.support {
  background: #fff;
  padding: 60px 0;
}
.support h2 {
  text-align: center;
  font-size: 32px;
  color: #0053fd;
  margin-bottom: 40px;
}
.support-list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  background: #f5f6f8;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  padding: 32px 24px;
}
.support-item img {
  height: 48px;
  margin-bottom: 12px;
}
.support-item span {
  font-size: 18px;
  color: #222;
}
.contact {
  background: #f5f6f8;
  padding: 60px 0;
}
.contact h2 {
  text-align: center;
  font-size: 32px;
  color: #0053fd;
  margin-bottom: 40px;
}
.contact-list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  padding: 32px 24px;
}
.contact-item img {
  height: 48px;
  margin-bottom: 12px;
}
.contact-item span {
  font-size: 18px;
  color: #222;
}
.footer {
  background: #0A1633;
  color: #fff;
  font-family: 'ABeeZee', Arial, sans-serif;
  padding: 0 0 18px 0;
  border-top: 2px solid #e5eaf3;
}
.footer  a:link{
  text-decoration:none
}
.footer-service-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  border-bottom: 1px solid #26314a;
  padding: 32px 0 24px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.footer-service-item {
  flex: 1;
  text-align: center;
  min-width: 0;
}
.footer-service-item img {
  width: 41px;
  height: 41px;
  margin-bottom: 8px;
}
.footer-service-title {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 4px;
}
.footer-service-desc {
  font-size: 14px;
  color: #CFD3DC;
  font-weight: 400;
}
.footer-main-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 0 0 0;
}
.footer-main-left {
  display: flex;
  flex-direction: row;
  gap: 80px;
  padding-top: 20px;
}
.footer-mailbox, .footer-contactus {
  margin-bottom: 0;
}
.footer-mailbox-title, .footer-contactus-title {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
}
.footer-mailbox-en, .footer-contactus-en {
  font-size: 12px;
  color: #CFD3DC;
  margin-bottom: 10px;
}
.footer-mailbox-content, .footer-contactus-content {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #fff;
  flex-wrap: wrap;
}
.footer-mailbox-content img, .footer-contactus-content img {
  width: 30px;
  height: 30px;
}
.footer-main-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 140px;
}
.footer-qrcode {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 8px;
  object-fit: cover;
}
.footer-qrcode-desc {
  font-size: 13px;
  color: #999C9D;
  text-align: center;
}
.footer-bottom-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  color: #88909B;
  padding: 18px 0 0 0;
  border-top: 1px solid #26314a;
  margin-top: 32px;
}
.footer-bottom-row a {
  color: #88909B;
  text-decoration: underline;
  font-size: 12px;
}
@media (max-width: 1400px) {
  .footer-service-row { max-width: 1000px; }
  .footer-main-row { max-width: 900px; }
}
@media (max-width: 900px) {
  .footer-service-row, .footer-main-row { flex-direction: column; align-items: center; }
  .footer-main-left { flex-direction: column; gap: 32px; }
}
.banner-cards {
  position: relative;
  width: 1312px;
  bottom: -515.5px;
  display: flex;
  margin: 0px auto;
  z-index: 10;
  justify-content: space-between;
}
.banner-card {
  width: 273px;
  height: 93px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;

    cursor: pointer;
    display: flex
;
    background: linear-gradient(90deg, rgba(234,240,250,1), rgba(255,255,255,0.3));
    border: 1px solid #fff;
    box-shadow: 0 6px 20px rgba(0, 57, 205, .1);


}
.banner-card img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.banner-card-title {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 6px;
}
.banner-card-desc {
  font-size: 14px;
  color: #999999;
  line-height: 1.4;
}
.right-float-bar {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 70px;

  overflow: visible;
  transform: translateY(-50%);
}
.float-btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
    overflow: visible;
  justify-content: center;
  padding: 20px 0px 20px 0px;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 2px 16px 0 rgba(22, 119, 255, 0.13);
}
.float-btn {
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
    overflow: visible;
}
.float-btn:first-child {
  border-radius: 35px 0 0 0;
}
.float-btn-arrow {
  background: #fff;
  border-radius: 0 0 35px 35px;
  margin-top: 0;
  box-shadow: 0 2px 12px 0 rgba(22,119,255,0.10);
}
.float-btn img {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  display: block;
}
.float-btn-label {
  font-size: 13px;
  color: #999;
  text-align: center;
  line-height: 1;
}
.back-to-top-btn {
 
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0 2px 16px 0 rgba(22,119,255,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  z-index: 1000;
  cursor: pointer;
}
.back-to-top-btn img {
  width: 18px;
  height: 18px;
  display: block;
}
.float-btn-phone {
  position: relative;
}
.phone-popup {
  display: none;
  position: absolute;
  left: -275px;
  top: 0;
  width: 245px;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(22,119,255,0.13);
  border-radius: 8px;
  padding: 18px 5px 12px 18px;
  z-index: 2000;
}
.float-btn-phone:hover .phone-popup {
  display: block;
}
.phone-row {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #222;
  margin-bottom: 8px;
}
.phone-row img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.phone-row span {
  color: #6B7B8D;
  margin-right: 2px;
}
.phone-row a {
  color: #1677ff;
  text-decoration: none;
  font-size: 15px;
  margin-left: 2px;
}
.phone-row:last-child {
  margin-bottom: 0;
}
.float-btn-trial {
  position: relative;
}
.trial-popup {
  width: 400px;
  margin:0px auto;
  background: #f6f8fa;
  border-radius: 16px;
  padding: 40px;
  z-index: 2000;
 margin-bottom:100px;
 margin-top:180px;
}
.float-btn-trial:hover .trial-popup {
  display: block;
}
.trial-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin-left: 24px;
  margin-bottom:30px;
}
.trial-title-bar {
  display: inline-block;
  width: 6px;
  height: 18px;
  background: #1677ff;
  border-radius: 2px;
  margin-right: 8px;
}
.trial-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 30px;
}
.trial-input {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  color: #999;
  padding: 0 16px;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}
.trial-input:focus {
  border: 1.5px solid #1677ff;
  color: #222;
}
.trial-tip {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}
.trial-tip-sub {
  text-align: center;
  color: #999;
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 0;
}
.trial-submit {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 22px;
  background: linear-gradient(90deg, #1890ff 0%, #1677ff 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(22,119,255,0.08);
  transition: background 0.2s;
}
.trial-submit:hover {
  background: linear-gradient(90deg, #1677ff 0%, #1890ff 100%);
}
.float-btn-wechat {
  position: relative;
}
.float-btn-wechat:hover .wechat-popup {
  display: block;
}
.wechat-popup {
  display: none;
  position: absolute;
  left: -180px;
  top: 0;
  width: 150px;
  height: 150px;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(22,119,255,0.13);
  border-radius: 8px;
  padding: 0;
  z-index: 2000;
  
}
.wechat-qr-img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
  
} 
.service-process {
    padding: 60px 0;
    background-color: #ffffff;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 32px;
    color: #1a202c;
    margin-bottom: 12px;
    font-weight: 700;
}

.title-underline {
    width: 80px;
    height: 4px;
    background-color: #3182ce;
    margin: 0 auto;
}

.process-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
   width: 1312px;
    margin: 0px auto;
}

.process-card {
    width: 240px;
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 20px 0 #eeeeee;
    transition: transform 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    width: 72px;
    height: 72px;
   margin:0px auto;
    margin-bottom: 10px;
}

.card-title {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 15px;
    font-weight: 600;
   text-align: center;
}

.card-desc {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
}
.right-float-bar {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 70px;

  overflow: visible;
  transform: translateY(-50%);
}
.float-btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
    overflow: visible;
  justify-content: center;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 2px 16px 0 rgba(22, 119, 255, 0.13);
}
.float-btn {
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
    overflow: visible;
}
.float-btn:first-child {
  border-radius: 35px 0 0 0;
}
.float-btn-arrow {
  background: #fff;
  border-radius: 0 0 35px 35px;
  margin-top: 0;
  box-shadow: 0 2px 12px 0 rgba(22,119,255,0.10);
}
.float-btn img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  display: block;
}
.float-btn-label {
  font-size: 13px;
  color: #999;
  text-align: center;
  line-height: 1;
}
.float-btn-label a:link{
  color: #999;
  text-decoration: none;
}
.float-btn-label a:hover{
  color: #0053fd;
  text-decoration: none;
}
.float-btn-label a:visited{
  color: #999;
  text-decoration: none;
}
.back-to-top-btn {
 
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0 2px 16px 0 rgba(22,119,255,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  z-index: 1000;
  cursor: pointer;
}
.back-to-top-btn img {
  width: 18px;
  height: 18px;
  display: block;
}
.float-btn-phone {
  position: relative;
}
.phone-popup {
  display: none;
  position: absolute;
  left: -275px;
  top: 0;
  width: 245px;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(22,119,255,0.13);
  border-radius: 8px;
  padding: 18px 5px 12px 18px;
  z-index: 2000;
}
.float-btn-phone:hover .phone-popup {
  display: block;
}
.phone-row {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #222;
  margin-bottom: 8px;
}
.phone-row img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.phone-row span {
  color: #1677ff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 2px;
}
.phone-row:last-child {
  margin-bottom: 0;
}
.float-btn-trial {
  position: relative;
}
.trial-popup {
  width: 800px;
  margin:0px auto;
  background: #f6f8fa;
  border-radius: 16px;
  padding: 30px;
  z-index: 2000;
 margin-bottom:100px;
 margin-top:180px;
}
.float-btn-trial:hover .trial-popup {
  display: block;
}
.trial-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin-left: 24px;
  margin-bottom: 30px;
}
.trial-title-bar {
  display: inline-block;
  width: 6px;
  height: 18px;
  background: #1677ff;
  border-radius: 2px;
  margin-right: 8px;
}
.trial-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 30px;
}
.trial-input {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 12px;
  background: #fff;
  font-size: 16px;
  color: #999;
  padding: 0 16px;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}
.trial-input:focus {
  border: 1.5px solid #1677ff;
  color: #222;
}
.trial-tip {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}
.trial-tip-sub {
  text-align: center;
  color: #999;
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 0;
}
.trial-submit {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 22px;
  background: linear-gradient(90deg, #1890ff 0%, #1677ff 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(22,119,255,0.08);
  transition: background 0.2s;
}
.trial-submit:hover {
  background: linear-gradient(90deg, #1677ff 0%, #1890ff 100%);
}
.float-btn-wechat {
  position: relative;
}
.float-btn-wechat:hover .wechat-popup {
  display: block;
}
.wechat-popup {
  display: none;
  position: absolute;
  left: -180px;
  top: 0;
  width: 150px;}
/* 业务全景图模块样式 */
.business-panorama {
    padding: 60px 0;
    background-color: #f5f7fa;
}

.panorama-container {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.panorama-image {
    display: block;
    width: 887px;
    height: auto;
    border-radius: 8px;
    transform-origin: center;
    margin: 0 auto;
}


/* 服务辐射范围模块样式 */
.service-coverage {
    padding: 60px 20px;
    background-color: #ffffff;
    text-align: center;
}
.service-coverage p{
	font-size: 24px;
	font-weight: bold;
	color:#222222;
}
.coverage-map {
    width: 100%;
    height: 800px;
    margin: 30px auto;
    max-width: 1200px;
    border-radius: 8px;
    background-color: #ffffff;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .coverage-map {
        height: 550px;
    }
}
.swiper-slide .img01{
  width:100%
  }