/* CSS Document */

/********************* 初始化样式 *********************/

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑";
}
div,
input,
p,
dl,
dd,
dt,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
img {
  border: none;
  display: block;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/********************* 头部导航 *********************/

.header-modular {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 5px;
}
.header-top {
  width: 1024px;
  height: 64px;
  margin: 0 auto;
  position: relative;
}
.header-top h1 {
  width: 260px;
  height: 90px;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
}
.header-modular .header-top h1 img {
  width: 172px;
  height: 24px;
  float: left;
  padding: 20px 0px 0px 0px;
}

/* 菜单 */
.header-top .nav {
  width: 550px;
  height: 64px;
  float: left;
  margin-left: 260px;
  padding: 0px;
  position: relative;
}
.header-top .nav li {
  width: 90px;
  height: 64px;
  line-height: 64px;
  float: left;
  text-align: center;
  font-size: 15px;
  position: relative;
}
.header-top .nav li a {
  display: block;
  color: #666;
  cursor: pointer;
}
.header-top .nav li a:hover {
  display: block;
  color: #0a5ceb;
}
.header-top .nav li a.cur {
  color: #0a5ceb;
}

/* 下拉菜单样式 */
.header-top .nav li #textBox {
  display: none;
  position: absolute;
  top: 64px; /* 位于菜单下方 */
  left: 50%;
  transform: translateX(-10%);
  background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  z-index: 100;
  padding: 0 20px;
  box-sizing: border-box;
  min-width: 400px; /* 最小宽度，可根据内容扩展 */
  width: max-content; /* 让宽度根据内容自动扩展 */
}

/* 两大标题容器 */
.location-content {
  display: flex;
  gap: 40px; /* 两大标题之间的间距 */
}

.header-top .nav li .location_b_2_box {
  display: flex;
  /* flex: 1; 使两个区块平分可用空间 */
  min-width: 180px; /* 设置最小宽度防止内容挤压 */
}

.header-top .nav li .location_b_2_box .location-info {
  color: #323232;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  float: left;
}

.header-top .nav li .location_b_2_box .location-info .location-info-title {
  color: #0a5ceb;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.header-top .nav li .location_b_2_box .location-info-title-1 {
  white-space: normal; /* 允许小标题内容换行 */
  color: inherit; /* 继承父元素颜色 */
  padding: 10px 15px 18px 15px;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all 0.2s ease; /* 添加过渡效果 */
  line-height: 1.8; /* 调整行高 */
}

.header-top .nav li .location_b_2_box .location-info-title-1:hover {
  background-color: #dde9fe; /* 悬停效果 */
}

/* 确保标题和描述文字在悬停时也变色 */
.header-top .nav li .location-b_2_box .location-info-title-1:hover .title-text,
.header-top .nav li .location-b_2_box .location-info-title-1:hover .title-text-1 {
  color: #0a5ceb; /* 统一悬停文字颜色 */
}

.header-top .nav li .location_b_2_box .title-text {
  font-size: 16px;
  color: #323232;
  font-weight: bold;
  margin-bottom: 5px;
}

.header-top .nav li .location_b_2_box .title-text-1 {
  font-size: 12px;
  color: #666;
  line-height: 0.5;
  /* margin-top: -20px; */
}

/* 按钮 */

.header-top .button1 {
  width: 90px;
  height: 30px;
  line-height: 30px;
  margin: 17px 0px 0px 35px;
  position: absolute;
  right: 100px;
  top: 0px;
  z-index: 5;
}
.header-top .button1 a {
  display: block;
  background: #0a5ceb;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.header-top .button1 a:hover {
  background: #0a4ec5;
}

.header-top .button2 {
  width: 90px;
  height: 30px;
  line-height: 30px;
  margin: 17px 0px 0px 35px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 5;
}
.header-top .button2 a {
  display: block;
  background: #fff;
  border: #0a5ceb solid 1px;
  color: #0a5ceb;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}
.header-top .button2 a:hover {
  background: #0a5ceb;
  color: #fff;
}

/********************* banner *********************/

.header-banner {
  width: 100%;
  height: 574px;
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0168f5),
    to(#0168f5)
  );
}
/* banner文案 */
.header-banner-text {
  width: 100%;
  position: absolute;
  width: 1920px;
  height: 574px;
  left: 50%;
  bottom: 0;
  z-index: 2;
  margin-left: -960px;
}
.header-banner-text-left {
  width: 1024px;
  margin: 0 auto;
}

.header-banner-text-left .text1 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 100px 0 50px 0;
}

.header-banner-text-left .text2 {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}

.header-banner-text-left .button1 {
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  font-size: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  margin: 40px 0 0 0;
}

.header-banner-text-left .button1 a {
  display: block;
  color: #1161eb;
}

.header-banner-text-left .button1 a:hover {
  color: #000;
}

/* banner背景 */
.header-banner-bg {
  position: absolute;
  width: 1920px;
  height: 574px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0168f5),
    to(#0168f5)
  );
  background-image: -webkit-linear-gradient(left, #0168f5, #0168f5);
  background-image: -o-linear-gradient(left, #0168f5, #0168f5);
  background-image: linear-gradient(to right, #0168f5, #0168f5);
  left: 50%;
  bottom: 0;
  z-index: 1;
  margin-left: -960px;
}

.header-banner-video {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/********************* 产品功能 *********************/

.product-modular {
  width: 100%;
  float: left;
  position: relative;
}

.product-modular-auto {
  width: 1024px;
  margin: 0 auto;
}

/* 功能说明 */
.product-explain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 80px 0 50px 0px;
}

.product-explain-list {
  width: 213px;
}

.product-explain-list img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.product-explain-list span {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin: 25px 0 20px 0;
}

.product-explain-list p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #6d7076;
}

/*********** 连接系统 ***********/

.product-connect-bt {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 60px;
  float: left;
  background: url(../images/jiubo_middle_06.png) no-repeat center top 52px;
  background-size: 40px 4px;
  margin: 50px 0 40px 0;
}

.bigBox {
  width: 1024px;
  margin: 0 auto;
  margin: 10px 0 40px 0;
  float: left;
}

.bigBox ul {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.bigBox ul strong {
  width: 100%;
  height: 1px;
  border-bottom: #f2f3f3 solid 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -10;
}

.bigBox ul li {
  width: auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: all 0.7s ease 0s;
  color: #54595e;
}

.bigBox ul li img {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
}

.bigBox ul li:hover {
  cursor: pointer;
}

.box {
  width: 100%;
  height: 500px;
  margin: 10px auto;
  overflow: hidden;
  border-radius: 5px;
}

/* 内容区域 */

.product-connect-nr {
  width: 100%;
  float: left;
  height: 500px;
}

.product-connect-left {
  width: 360px;
  float: left;
}

.product-connect-left .text1 {
  font-size: 48px;
  line-height: 70px;
  color: #000;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 80px 0 50px 0;
}

.product-connect-left .text2 {
  height: 120px;
  font-size: 15px;
  line-height: 26px;
  color: #262a30;
}

.product-connect-left .button1 {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  font-size: 15px;
  margin: 40px 0 0 0;
}

.product-connect-left .button1 a {
  display: block;
  color: #267ef0;
  border-radius: 50px;
  border: #267ef0 solid 1px;
}

.product-connect-left .button1 a:hover {
  color: #fff;
  background: #267ef0;
  border-radius: 50px;
}

.product-connect-right {
  width: 640px;
  height: 320px;
  float: right;
  margin: 80px 0 0 0;
}

.product-connect-right img {
  width: 640px;
  height: 320px;
  float: right;
}

.product-connect-right2 {
  width: 500px;
  height: 350px;
  float: right;
  margin: 80px 0 0 0;
}

.product-connect-right2 img {
  width: 500px;
  height: 350px;
  float: right;
}

.bigBox .active {
  color: #267ef0;
  border-bottom: #267ef0 solid 1px;
}

/*********** 效率与办公 ***********/

.product-office {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
}

.product-office-list {
  width: 206px;
  margin: 0 0 40px 0;
}

.product-office-list h1 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 20px;
  float: left;
}

.product-office-list h1 img {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 10px 0 0;
}

.product-office-lists {
  width: 206px;
  margin: 18px 0 0 0;
  float: left;
}

.product-office-lists span {
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #6d7076;
  font-size: 14px;
  float: left;
}

.product-office-lists span img {
  width: 6px;
  height: 6px;
  float: left;
  margin: 9px 10px 0 0;
}

/********************* 行业方案 *********************/

.industry-scheme {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
}

.industry-scheme-list {
  width: 330px;
  height: 224px;
  border: #edeeef solid 1px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 35px 40px;
  margin: 0 0 17px 0;
}

.industry-scheme-list h1 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 20px;
  float: left;
}

.industry-scheme-list h1 img {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 10px 0 0;
}

.industry-scheme-lists {
  width: 206px;
  margin: 18px 0 0 0;
  float: left;
}

.industry-scheme-lists span {
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #6d7076;
  font-size: 14px;
  float: left;
}

.industry-scheme-lists span img {
  width: 12px;
  height: 12px;
  float: left;
  margin: 6px 10px 0 0;
}

/********************* 客户案例 *********************/

.customer-case {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
}

.customer-case-list {
  width: 238px;
  height: 314px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 0 24px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.customer-case-list img {
  width: 238px;
  height: 246px;
  float: left;
  margin: 0 10px 0 0;
}

.customer-case-list h1 {
  width: 100%;
  height: 68px;
  line-height: 68px;
  color: #000000;
  font-size: 16px;
  float: left;
  text-align: center;
}


/********************* 客户案例-页面跳转 *********************/
.case-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* 标题区域样式 */
.container-text {
  text-align: center;
  margin-bottom: 50px;
}

.container-text-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.container-text-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* 案例列表 */
.case-list-cont {
  width: 1200px;
  float: left;
  margin-top: auto; /* 将按钮推到容器底部 */
  text-align: right; /* 按钮右对齐 */
}

/* 单个案例卡片样式 */
.case-card-1 {
  float: left;
  width: calc(33.333% - 20px); /* 每行3个，考虑间隙 */
  margin-bottom: 40px;
  margin: 0 10px 30px 10px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card-1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* 图片容器 */
.list-container {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.list-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.case-card-1:hover .list-container img {
  transform: scale(1.05);
}

/* 左上角分类标签 */
.list-container-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.case-category {
  display: inline-block;
  padding: 2px 8px;
  background: #0a5ceb;
  color: white;
  font-size: 14px;
  border-radius: 6px;
}

/* 内容区域 */
.list-container-title {
  padding: 20px;
}

/* 标题和时间 */
.list-title-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.title-1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0;
  flex: 1;
}

.title-time {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}

/* 描述文本 */
.list-title-info {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 标签区域 */
.title-info-tag {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-tag {
  display: inline-block;
  padding: 4px 10px;
  background: #f0f5ff;
  color: #0a5ceb;
  font-size: 12px;
  border-radius: 4px;
}

/* 查看详情按钮 */
.details-buttom {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  background-color: #003bb3;
  padding: 4px 12px 5px 12px;
  border-radius: 8px;
}

.details-buttom:hover {
  color: #003bb3;
}

.details-buttom i {
  transition: transform 0.3s ease;
}

.details-buttom:hover i {
  transform: translateX(3px);
}

/* 响应式调整 */
@media (max-width: 1024px) {
  .case-card-1 {
    width: calc(50% - 15px); /* 屏幕较小时每行2个 */
  }
}

@media (max-width: 768px) {
  .case-card-1 {
    width: 100%; /* 手机端每行1个 */
  }
  
  .container-text-title {
    font-size: 28px;
  }
}

/********************* 价格套餐 *********************/

.price-package {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  margin-bottom: 40px;
}

.price-package-list {
  width: 244px;
  height: 500px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 0 24px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* 推荐 */

.price-package-list .hot {
  width: 70px;
  height: 50px;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 10;
}

.price-package-list .hot img {
  width: 70px;
  height: 50px;
}

/* 标题 */

.price-package-list .title {
  width: 100%;
  height: 70px;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  float: left;
  border-radius: 10px 10px 0 0;
}

.price-package-list .title strong {
  font-size: 18px;
}

.price-package-list .title.bg1 {
  background-image: linear-gradient(to right, #49c56a, #1da542);
}

.price-package-list .title.bg2 {
  background-image: linear-gradient(to right, #f96385, #fa3177);
}

.price-package-list .title.bg3 {
  background-image: linear-gradient(to right, #faba24, #f09c2c);
}

.price-package-list .title.bg4 {
  background-image: linear-gradient(to right, #3387f8, #256ae7);
}

/* 价格 */

.price-package-list .price {
  width: 100%;
  height: 90px;
  margin: 30px 0px 20px;
  float: left;
  text-align: center;
}

.price-package-list .price1 {
  width: 100%;
  height: 60px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #6d7076;
}

.price-package-list .price1 strong {
  font-size: 48px;
  color: #000;
  margin: 0 5px 0 0;
}

.price-package-list .price1 sup {
  font-size: 18px;
  margin: 0 5px 0 0;
}

.price-package-list .price2 {
  width: 100%;
  color: #6d7076;
  font-size: 14px;
  float: left;
}

.price-package-list .price2 strong {
  color: #fe4067;
  font-weight: normal;
}

.price-package-list .price3 {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 16px;
  float: left;
  margin: 40px 0 0 0;
}

/* 按钮 */

.price-package-list .button1,
.price-package-list .button2,
.price-package-list .button3,
.price-package-list .button4 {
  width: 180px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 15px;
  margin: 10px 32px 30px 32px;
  float: left;
}

.price-package-list .button1 a,
.price-package-list .button2 a,
.price-package-list .button3 a,
.price-package-list .button4 a {
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
}

.price-package-list .button1 a {
  color: #48a963;
  border: #48a963 solid 1px;
}

.price-package-list .button2 a {
  color: #fe4067;
  border: #fe4067 solid 1px;
}

.price-package-list .button3 a {
  color: #fff;
  background-image: linear-gradient(to right, #faba24, #f09c2c);
}

.price-package-list .button4 a {
  color: #fff;
  background-image: linear-gradient(to right, #3387f8, #256ae7);
}

/* 说明 */

.price-package-list .explain {
  width: 100%;
  float: left;
  padding: 0px 20px;
  box-sizing: border-box;
}

.price-package-list .explain span {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #6d7076;
  text-align: center;
}

.price-package-list .explain dl {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #6d7076;
}

.price-package-list .explain dl dd {
  width: 60%;
  float: left;
}

.price-package-list .explain dl dt {
  width: 40%;
  float: left;
  text-align: right;
}

.price-package-list .explain dl dt strong {
  color: #fe4067;
  font-weight: normal;
}

/********************* 底部版权 *********************/

.copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 282px;
  float: left;
}

/* 左侧 */

.copyright-left {
  width: 800px;
  height: 200px;
  float: left;
}

.copyright-left-list {
  margin: 40px 40px 0 0;
  width: 150px;
  float: left;
}

.copyright-left-list h1 {
  width: 100%;
  float: left;
  line-height: 26px;
  font-size: 16px;
  color: #0f141a;
  margin: 0 0 15px 0px;
}

.copyright-left-list span {
  width: 100%;
  float: left;
  color: #696d73;
  font-size: 14px;
  line-height: 36px;
}

.copyright-left-list span a {
  color: #696d73;
}

.copyright-left-list span a:hover {
  color: #267ef0;
}

/* 右侧 */

.copyright-right {
  width: 220px;
  float: right;
}

.copyright-right-list {
  margin: 40px 40px 0 0;
  width: 150px;
  float: left;
}

.copyright-right-list h1 {
  width: 100%;
  float: left;
  line-height: 26px;
  font-size: 16px;
  color: #0f141a;
  margin: 0 0 15px 0px;
}

.copyright-right-list-icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
  float: left;
}

.copyright-right-list-icon img.icon {
  width: 32px;
  height: 32px;
  float: left;
}

.copyright-right-list-icon .qrcode {
  position: absolute;
  z-index: 99;
  top: -195px;
  left: -59px;
  width: 150px;
  max-width: none;
  height: 180px;
  transform: scale(0);
  transform-origin: bottom;
  opacity: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.copyright-right-list-icon .qrcode img {
  width: 120px;
  height: 120px;
  margin: 15px 15px 10px;
  float: left;
}

.copyright-right-list-icon .qrcode p {
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.copyright-right-list-icon:hover .qrcode {
  transform: scale(1);
  opacity: 1;
}

/* 底部 */

.copyright-bottom {
  width: 100%;
  float: left;
  color: #696d73;
  font-size: 14px;
  text-align: center;
}

.copyright-bottom a {
  color: #696d73;
  margin: 0px 10px;
}

.copyright-bottom a:hover {
  color: #267ef0;
}

/********************* 锚点定位 *********************/

/* banner */
.location_b_k1 {
  width: 100%;
  height: 64px;
  float: left;
}

.location_b_k2 {
  position: absolute;
  z-index: 1;
  top: -64px;
  width: 100%;
  float: left;
}
