/*
.banner {
  height: 900px;
  background: url(../image/banner.jpg) no-repeat center / Cover;
}
.banner .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .content .bannerTitle p {
  font-size: 58px;
  padding: 5px 0;
}
.banner .content .bannerTitle span {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 70px;
  display: block;
}
.banner .content .bannerTitle a,
.service-introduce .btn {
  display: block;
  width: 200px;
  height: 54px;
  background: #004add url(../image/arrow.png) no-repeat center right 50px;
  border-top-right-radius: 20px;
  text-indent: 50px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
}
.banner .content * {
  color: #fff;
}
/* 服务内容 */
.home-service {
  display: flex;
}

.home-service .service-introduce {
  width: 55%;
  padding-right: 30px;
}

.home-service .service-list {
  width: 45%;
  padding-left: 30px;
}

.service-introduce .service-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
}

.service-introduce .service-big1title {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 1em;
  position: relative;
  /* 添加相对定位 */
}

.service-introduce .service-big1title::before {
  content: "";
  position: absolute;
  /* 设置为绝对定位 */
  left: -15px;
  /* 调整左边距 */
  top: 50%;
  /* 垂直居中 */
  transform: translateY(-50%);
  /* 垂直居中 */
  border-left: 3px solid #1c4cd1;
  /* 设置竖杠样式 */
  height: 20px;
  /* 设置竖杠高度 */
}

.home-service.container-box {
  padding-bottom: 0px;
}

.service-introduce .service-message {
  color: #252525;
  font-size: 16px;
  line-height: 32px;
  margin: 45px 0 45px 0;
}

.service-introduce .service-message1 {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  margin: 45px 0 45px 0;
  text-indent: 4em;
  margin-bottom: 6em;
  line-height: 4;
  margin-top: 20px;
}

/* 服务介绍样式 */
.home-service .service-introduce {
  padding: 50px 0;
}

.home-service .service-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.home-service .service-message p {
  text-indent: 2em;
  margin-bottom: 1em;
  line-height: 1.6;
}

.service-introduce ul {
  display: flex;
  justify-content: space-between;
}

/* 企业愿景和使命样式 */
.home-service .service-message p:nth-of-type(4),
.home-service .service-message p:nth-of-type(5) {
  color: #007bff;
  /* 设置蓝色 */
}

.service-introduce ul li {
  /* width: 25%; */
}

.service-introduce .service-intro {
  margin-bottom: 50px;
}

.service-introduce .service-intro .num {
  display: flex;
  align-items: flex-end;
}

.service-introduce .service-intro p {
  font-size: 58px;
  font-family: "Bahnschrift";
  font-weight: bold;
}

.service-introduce .service-intro span {
  display: block;
  padding: 0 0 10px 10px;
  font-size: 22px;
  font-family: "MicrosoftYaHei";
}

.service-introduce .service-intro .text {
  font-size: 18px;
  color: #333;
}

/* 数字、加号和单位 */
.service-intro .num {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.service-intro .num .value {
  font-size: 70px;
  font-weight: bold;
  margin-right: 8px;
  color: #007bff;
}

.service-intro .num .addon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-intro .num .plus {
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
}

.service-intro .num .unit {
  font-size: 20px;
  color: #007bff;
}

/* 图片区域 */
.service-intro .service-images {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.service-intro .service-img {
  width: 100px;
  height: 100px;
  margin: 0 30px;
}

.service-intro .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-service .service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-list .service-box {
  width: calc(50% - 15px);
  height: 120px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 0px 30px 0px 0px;
  padding-left: 6%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}

.service-list .service-box p {
  margin-left: 20px;
  font-size: 24px;
  color: #333;
}

/*下三张图片*/
.service-intro .service-images {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.service-intro .service-img-wrapper {
  width: 461px;
  height: 155px;
  margin: 0 20px;
  border-radius: 3%;
  /* 设置圆角 */
  overflow: hidden;
  /* 隐藏超出圆角部分的图片 */
}

.service-intro .service-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 行业 背景浮于最上面*/
.slideshow-container {
  display: flex;
  overflow: hidden;
  position: relative;
}

.slide {
  flex: 1;
  min-width: 100%;
  height: 940px;
  background-size: cover;
  transition: transform 0.5s ease;
}

.controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.control-btn {
  background-color: blue;
  color: white;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
}

/*客户案例*/
.home-customer.bg-image {
  background-image: url('img\anli.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.customer-list-container {
  overflow: hidden;
  white-space: nowrap;
  padding: 0 50px;
  /* 增加左右内边距 */
}

.customer-list {
  display: flex;
  transition: transform 0.5s;
}

.customer-list img {
  width: 20%;
  height: auto;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  padding: 10px 15px;
  /* 增加按钮大小 */
  background-color: rgba(255, 255, 255, 0.7);
  /* 增加按钮背景色透明度 */
  border: none;
  cursor: pointer;
  z-index: 1;
  /* 增加 z-index 确保按钮在最上层 */
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/*解决方案图片变化*/
.industry-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.industry-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-list {
  position: relative;
  z-index: 2;
  padding-top: 110px;
}

.industry-list .industry-box {
  width: calc(25% - 150px);
}

.industry-box p {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  padding: 25px 0;
}

.industry-box span {
  display: block;
  opacity: 0.8;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

/* 案例 */
.home-case .case-list {
  flex-wrap: wrap;
}

.home-case.blockBox {
  margin: 20px auto;
  /* 上下margin为20px，左右自动居中 */
  padding: 30px;
  /* 内边距为30px */
}

.case-list .case-box {
  width: 100%;
  margin-top: 55px;
  overflow: hidden;
}

.case-list .case-box .case-title {
  font-size: 24px;
  padding: 25px 0 18px 0;
  color: #333;
}

.case-list .case-box .case-description {
  display: flex;
}

.case-list .case-box .tag-title {
  font-size: 16px;
  color: #737373;
}

.case-list .case-box .tag {
  font-size: 16px;
  color: #333;
  padding-left: 5px;
}

.gray-bg {
  background-color: #ffffff;
}

/* 服务流程 */
.home-flow {
  background: #f7f7f7;
}

.home-flow .flow-list {
  padding-top: 60px;
  flex-wrap: wrap;
}

.flow-list .flow-box {
  width: calc(33.33% - 5px);
  background: #fff;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  box-sizing: border-box;
}

.flow-list .flow-box .flow-index {
  position: absolute;
  left: 40px;
  top: 0;
  width: 40px;
  text-align: center;
  line-height: 35px;
  height: 40px;
  background: #004add;
  border-radius: 0px 0px 20px 20px;
  font-size: 20px;
  font-family: "Barlow";
  color: #fff;
}

.flow-list .flow-box p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1em;
}

.flow-list .flow-box span {
  display: block;
  line-height: 1em;
  color: #737373;
}

.flow-list .flow-box.right-border::after,
.flow-list .flow-box.left-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 38px;
  right: -29px;
  z-index: 999;
  background: #fff url(../image/flow-img1.png) no-repeat center right;
}

.flow-list .flow-box.bottom-border::after {
  content: "";
  width: 38px;
  height: 28px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -28px;
  z-index: 999;
  background: #fff url(../image/flow-img3.png) no-repeat center right;
}

.flow-list .flow-box.left-border::after {
  left: -29px;
  right: auto;
  background: #fff url(../image/flow-img2.png) no-repeat center right;
}

/*   新闻资讯   */
body {
  margin: 0;
  padding: 0;
  background-color: white;
}

.news-container {
  padding: 40px;
  background-color: white;
}

.news-block {
  padding: 80px;
  background-color: #ffffff;
}

/* 标题和副标题居中 */
.news-header {
  text-align: center;
  margin-bottom: 20px;
}

.news-title {
  font-size: 24px;
  font-weight: bold;
}

.news-subtitle {
  font-size: 18px;
  color: #666;
}

/* 标签栏右对齐 */
.news-tags {
  text-align: right;
  margin-bottom: 20px;
}

.tag {
  display: inline-block;
  background-color: #f2f2f2;
  color: #333;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 10px;
}

.news-divider {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

/* 图片和新闻内容 */
.news-content {
  display: flex;
  justify-content: space-around;
}

.news-image {
  flex-basis: 40%;
}

.news-image img {
  max-width: 100%;
  height: auto;
}

.news-items {
  flex-basis: 55%;
  display: flex;
  flex-direction: column;
}

.news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.news-date {
  flex-basis: 20%;
  color: #666;
}

.news-heading {
  flex-basis: 30%;
  font-size: 18px;
  font-weight: bold;
}

.news-text {
  flex-basis: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 合作客户 */
.customer-list {
  text-align: center;
  padding-top: 38px;
}

.bg-image {
  background-image: url('img\anli.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* 表单 */
.block5 {
  background: url(../image/block5Img.jpg) no-repeat center/cover;
}

.block5 .title p,
.block5 .title div {
  color: #fff;
}

.block5 .w1400 form {
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 82px;
}

.block5 .w1400 form input {
  width: calc(450 / 1400 * 100%);
  height: 60px;
  background: none;
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 30px;
  margin-right: 20px;
}

.block5 .w1400 form input::-webkit-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input:-ms-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input::-ms-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input::placeholder {
  color: #fff;
}

.block5 .w1400 form .btn {
  width: 180px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 2px;
  color: #0042ff;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.block5 .title {
  text-align: center;
  padding-top: 57px;
  padding-bottom: 68px;
}

.block5 .title p {
  font-size: 42px;
  line-height: 88px;
  color: #fff;
}

.block5 .title div {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  margin-top: 3px;
}

.flow-list.mobile {
  display: none;
}

.pc-box {
  display: block;
}

.mobile-box {
  display: none;
}

@media (max-width: 1440px) {
  #newBridge {
    display: none !important;
  }

  .header .w1400 {
    margin: 0;
  }

  .banner {
    height: 560px;
  }

  .header {
    padding: 0 60px;
  }

  .width-1400,
  .w1400 {
    width: auto;
    margin: 0 60px;
  }

  .service-introduce .service-title,
  .base-title h2,
  .block5 .title p {
    font-size: 42px;
  }

  .service-list .service-box p {
    font-size: 20px;
  }

  .service-introduce .service-intro p {
    font-size: 48px;
  }

  .industry-list .industry-box {
    width: calc(25% - 60px);
  }

  .banner .content .bannerTitle p {
    font-size: 36px;
  }

  .banner .content .bannerTitle a,
  .service-introduce .btn {
    width: 180px;
    background-position: center right 30px;
  }

  .banner .content .bannerTitle span {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .case-list .case-box {
    width: calc(33.33% - 15px);
  }
}

@media (max-width: 1024px) {

  .home-service.container-box,
  .container-box {
    padding: 120px 0;
  }

  .header .w1400 .right span {
    display: none;
  }

  .service-list .service-box p {
    font-size: 16px;
    margin-left: 10px;
  }

  .service-introduce .service-title,
  .base-title h2,
  .block5 .title p,
  .footer .w1400 .right .footerTitle {
    font-size: 36px;
  }

  .service-list .service-box {
    width: calc(50% - 8px);
  }

  .service-list .service-box img {
    width: 30px;
  }

  .service-introduce .service-intro p {
    font-size: 36px;
  }
}

@media (max-width: 750px) {
  .flow-list {
    display: none;
  }

  .pc-box {
    display: none;
  }

  .mobile-box {
    display: block;
  }

  .flow-list.mobile {
    display: flex;
  }

  .flow-list .flow-box::after {
    display: none !important;
  }

  .block5 .w1400 form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .block5 .w1400 form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 3vw;
    height: 40px;
    box-sizing: border-box;
  }

  .block5 .w1400 form .btn {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
  }

  .service-introduce .service-title,
  .base-title h2,
  .block5 .title p,
  .footer .w1400 .right .footerTitle {
    font-size: 6vw;
  }

  /*底边栏样式*/

  /*智能制造下的字符
  
  .base-title .title-container h3,
  .block5 .title div {
    font-size: 3.5vw;
  }
  .base-title h2 {
    line-height: 1.5em;
  }
  .home-service,
  .industry-list {
    flex-wrap: wrap;
  }
  .base-title .title-container .more {
    display: none;
  }*/

  .home-service .service-introduce {
    margin-bottom: 50px;
  }

  .home-service .service-introduce,
  .home-service .service-list {
    width: 100%;
    padding: 0;
  }

  .industry-list .industry-box {
    width: calc(50% - 30px);
    margin-bottom: 60px;
  }

  .case-list .case-box {
    width: calc(50% - 15px);
  }

  .footer .w1400 .company {
    justify-content: space-between;
  }

  .flow-list .flow-box {
    width: calc(50% - 5px);
  }

  .service-list .service-box img {
    width: auto;
  }

  .service-list .service-box p {
    font-size: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 414px) {

  .home-service.container-box,
  .container-box {
    padding: 50px 0;
  }

  .home-industry {
    padding-bottom: 20px;
  }

  .header {
    padding: 0 15px;
  }

  .banner {
    padding-top: 50px;
    height: 400px;
    box-sizing: border-box;
  }

  .base-title .title-container {
    padding-top: 15px;

  }

  .banner .content .bannerTitle a,
  .service-introduce .btn {
    font-size: 12px;
    width: 120px;
    text-indent: 40px;
    height: 36px;
    text-indent: 20px;
    line-height: 36px;
    background-position: center right 20px;
  }

  .banner .content .bannerTitle p {
    font-size: 18px;
  }

  .banner .content .bannerTitle span {
    font-size: 14px;
  }

  .service-introduce .service-message {
    margin: 25px 0;
  }

  .service-introduce .service-intro {
    margin-bottom: 20px;
  }

  .service-introduce .service-intro {
    flex-wrap: wrap;
  }

  .service-introduce ul li {
    margin-bottom: 20px;
  }

  .service-introduce .service-intro p {
    font-size: 20px;
  }

  .service-introduce .service-intro span {
    font-size: 12px;
    padding: 0 0 3px 5px;
  }

  .service-introduce .service-intro .text {
    font-size: 12px;
  }

  .industry-list .industry-box {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .industry-list .industry-box img {
    width: 40px;
  }

  .service-list .service-box {
    height: 80px;
  }

  .service-list .service-box img {
    width: 30px;
  }

  .service-list .service-box p {
    font-size: 14px;
    margin-left: 10px;
  }

  .industry-list {
    padding-top: 40px;
  }

  .industry-box p {
    font-size: 18px;
    padding: 10px 0;
  }

  .industry-box span {
    font-size: 12px;
    line-height: 18px;
  }

  .case-list .case-box {
    width: calc(50% - 5px);
    margin-top: 30px;
  }

  .case-list .case-box .case-title {
    font-size: 18px;
    padding: 15px 0 15px 0;
  }

  .case-list .case-box .tag-title,
  .case-list .case-box .tag {
    font-size: 12px;
  }

  .flow-list .flow-box {
    padding: 0 15px;
    height: 150px;
  }

  .flow-list .flow-box .flow-index {
    left: 15px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 12px;
  }

  .flow-list .flow-box p {
    font-size: 18px;
    margin: 15px 0;
  }

  .flow-list .flow-box span {
    font-size: 12px;
    line-height: 18px;
  }

  .block5 .title p {
    line-height: 1em;
  }

  .block5 .title div {
    padding-top: 15px;
  }

  .width-1400,
  .w1400 {
    margin: 0 15px;
  }

  .footer .w1400 {
    margin: 0 15px;
  }

  .footer .w1400 .company .list {
    width: calc(50% - 10px);
  }
}