/* 行业产业链 */
.industryChain_text > div::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #b4b8c1;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 5px;
  margin-right: 5px;
}
#industryChain img {
  object-fit: cover;
}
.industryChain_text .active::after {
  background-color: #ff4610;
  height: 60%;
}
.industryChain_text .active h4::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ff4610;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
#industryChain nav > div.active {
  background-color: #ff4610;
}
.industryChain_text .active h4 {
  color: #ff4610;
}
.industryChain_text .active p {
  color: #000;
}

/* 行业发展分析 */
.analyse_content .img-box {
  background: #ffffff;
  box-shadow: 0 8px 10px -5px #00000014, 0 16px 24px 2px #0000000a,
    0 6px 30px 5px #0000000d;
  border-radius: 8px;
}

/* 行业痛点 */
.painSpot_content {
  box-shadow: 0 8px 10px -5px #00000014, 0 16px 24px 2px #0000000a,
    0 6px 30px 5px #0000000d;
}
.painSpot_content li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 162px;
  right: 0;
  top: 14px;
  background-color: #979797;
}
.painSpot_content li:last-child::after {
  display: none;
}
.painSpot_content .active h3 {
  color: #ff4610;
}
.painSpot_content .active p {
  color: #000000;
}

/* 行业应用 */
.use_content ul,
.use_content li {
  box-shadow: 0 2px 4px -1px #0000001f, 0 4px 5px 0 #00000014,
    0 1px 10px 0 #0000000d;
}
.use_content li .use_text {
  display: none;
}
.use_content li.active .use_text {
  display: inline-block;
}
.use_content li.active {
  width: 100%;
  background: #000000;
  display: inline-block;
  padding: 24px 32px 40px 16px;
}
.use_content li.active.w50 {
  width: 50%;
}
.use_content li.active h3 {
  color: #ff4610;
}
.use_content li {
  width: 50%;
}

/* 解决方案 */
#scheme nav > div.active {
  background-color: #ff4610;
}
.scheme_img {
  box-shadow: 0 8px 10px -5px #00000014, 0 16px 24px 2px #0000000a,
    0 6px 30px 5px #0000000d;
}

/* 遮罩 */
.Banner-shade {
  background-image: linear-gradient(180deg, #00000000 50%, #000000 100%);
}
.case_content .client_case_content_li {
  box-shadow: 0 3px 14px 2px #0000000d, 0 8px 10px 1px #0000000f,
    0 5px 5px -3px #0000001a;
  margin-right: 24px;
}
.case_content .client_case_content_li:nth-child(3) {
  margin-right: 0;
}
.case_content .client_case_content_li:hover {
  transform: translateY(-10px);
}
.client_case_content_li p {
  /* 定义一个包含文本的容器 */
  display: -webkit-box; /* 将容器以弹性盒子形式布局 */
  -webkit-line-clamp: 2; /* 限制文本显示为两行 */
  -webkit-box-orient: vertical; /* 将弹性盒子的主轴方向设置为垂直方向 */
  overflow: hidden; /* 隐藏容器中超出部分的内容 */
  text-overflow: ellipsis; /* 超出容器范围的文本显示省略号 */
}
.client_case_content_li ul li span {
  display: -webkit-box; /* 将容器以弹性盒子形式布局 */
  -webkit-line-clamp: 1; /* 限制文本显示为两行 */
  -webkit-box-orient: vertical; /* 将弹性盒子的主轴方向设置为垂直方向 */
  overflow: hidden; /* 隐藏容器中超出部分的内容 */
  text-overflow: ellipsis; /* 超出容器范围的文本显示省略号 */
}

/* 轮播 */
.swiper-wrapper {
  align-items: center;
}
.analyse_content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  transition: 300ms;
  transform: scale(0.5) !important;
  padding: 40px;
  opacity: 0.5;
}

.analyse_content .swiper-slide-active,
.analyse_content .swiper-slide-duplicate-active {
  transform: scale(1) !important;
  opacity: 1;
}

/* 轮播按钮 */
.analyse_content .analyse-mySwiper .swiper-button-prev,
.analyse_content .analyse-mySwiper .swiper-button-next {
  width: 44px;
  height: 44px;
  /* border: 1px solid #e0e2e4; */
  padding: 14px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #828898;
  position: absolute;
}
.analyse_content .analyse-mySwiper .swiper-button-prev:hover,
.analyse_content .analyse-mySwiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.analyse_content .analyse-mySwiper .swiper-button-prev {
  background-image: url(../img/l.svg);
  left: 116px;
}
.analyse_content .analyse-mySwiper .swiper-button-next {
  background-image: url(../img/r.svg);
  right: 116px;
}
.swiperList-hover .swiper-slide:hover img {
  opacity: 1;
}
.swiperList-hover .swiper-slide:hover .scan_tag {
  opacity: 1;
}
.swiperList-hover .swiper-slide:hover span.xiebiaoqian {
  opacity: 1;
}
/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
  width: 44px;
  height: 44px;
  /* border: 1px solid #e0e2e4; */
  border: 1px solid #e0e2e4;
  padding: 14px;
  border-radius: 50%;
  /* top: -40px; */
  /* background: #828898; */
  /* opacity: 0.5; */
}
.swiperList-hover .swiper-button-prev {
  right: 64px;
  left: initial;
  background-image: url(../img/l.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

.swiperList-hover .swiper-button-next {
  right: 0;
  left: initial;
  background-image: url(../img/r.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}
.swiper-slide:hover .more {
  color: #ff4610;
}
.use_content li.active h3 {
  text-align: left;
}
.client_case_content_li {
  box-shadow: 0 3px 14px 2px #0000000d, 0 8px 10px 1px #0000000f,
    0 5px 5px -3px #0000001a;
}
.Scheme-mySwiper {
  padding-right: 33px;
}
/* 大pad断点 lg*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .industryChain_text h3 {
    font-size: 28px;
  }
  .Scheme-mySwiper,
  .Case-mySwiper {
    width: 100%;
    padding-left: 16px;
    margin-left: 0;
  }
  #Case {
    /* padding-left: 16px; */
  }
  .Banner-shade {
    /* display: none; */
  }
}
/* 移动端*/
@media (max-width: 768px) {
  .client_case_content_li ul li span {
    font-size: 3.2vw;
  }
  .case_content .client_case_content_li {
    margin-right: 0;
  }
  #Banner {
    padding-top: 48px;
  }
  #Banner > div {
    height: 91.2vw;
  }
  #Banner > div h1 {
    font-size: 9.6vw;
    line-height: 11.2vw;
    padding-bottom: 3.2vw;
  }
  #Banner > div p {
    font-size: 3.2vw;
    line-height: 4.267vw;
  }
  #Banner .w-512 {
    width: 100%;
    padding: 0 4.267vw;
  }
  #Banner .pa.b-80 {
    bottom: 0;
    top: 7.467vw;
  }
  .Banner-shade {
    height: 91.2vw;
    background-color: #000;
    opacity: 0.3;
  }

  /* 行业产业链 */
  #industryChain {
    padding: 0 4.267vw;
  }

  .md-industryChain_content {
    padding: 5.333vw 11.733vw 10.667vw;
  }
  .md-industryChain_content h3 {
    text-align: center;
    font-size: 4.8vw;
    line-height: 1.2;
    margin-bottom: 5.333vw;
  }

  .industryChain-nav .active {
    background: #ff4610;
  }
  .md_industryChain_content_box {
    margin-top: 5.333vw;
  }
  .md_industryChain_content_box img {
    height: 42.667vw;
    margin-bottom: 4.267vw;
  }
  .md_industryChain_content_box h4 {
    font-size: 4.267vw;
    line-height: 5.867vw;
  }
  .md_industryChain_content_box p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  #industryChain {
    background-color: #fff;
  }
  #industryChain nav > div {
    width: 25.6vw;
    height: 6.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2vw;
    line-height: 4.8vw;
    border-radius: 3.733vw;
  }
  #industryChain .pt-80 {
    padding-top: 10.667vw;
  }
  #industryChain .pb-40 {
    padding-bottom: 10.667vw;
  }
  /* 行业痛点 */
  #painSpot {
    background-color: #fff;
  }
  #painSpot .pb-60 {
    padding-bottom: 0;
  }
  .md_painSpot_content {
    padding: 5.333vw 4.267vw;
  }
  .md_painSpot_content li {
    height: 26.667vw;
    padding-top: 2.133vw;
    margin-bottom: 2.133vw;
  }
  .md_painSpot_content li h3 {
    font-size: 4.8vw;
    padding: 2.133vw 0;
  }
  .md_painSpot_content li p {
    font-size: 3.2vw;
    line-height: 4.267vw;
  }
  #case {
    padding-left: 4.267vw;
    padding-right: 4.267vw;
  }
  .w-368 {
    width: 100%;
  }
  .industryChain-nav {
    width: 90%;
  }
  .pb-120 {
    padding-bottom: 10.667vw;
  }

  /* 部分应用 */
  #use {
    /* background-color: #000; */
  }
  #use .pb-100 {
    padding-bottom: 17.333vw;
  }
  .use_content ul {
    display: block;
    padding: 0 4.267vw;
  }
  .use_content li {
    width: 100%;
    margin-bottom: 3.2vw;
    border-radius: 2.133vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 25.867vw;
    padding-left: 0;
    background-color: #fff;
    transition: all 0.3s;
  }
  .use_content li h3 {
    text-align: center;
  }
  .use_content ul {
    box-shadow: none;
  }
  .use_content li.active {
    height: auto;
    min-height: 66.66vw;
    width: 100%;
  }
  .use_content li.active.w50 {
    width: 100%;
  }

  #use h2 {
    font-size: 6.4vw;
  }
  #use .pb-60 {
    padding-bottom: 10.667vw;
  }
  #use > div .pb-80 {
    padding-bottom: 13.333vw;
  }
  #use > div {
    padding-top: 6.667vw;
  }
  .use_content li h3 {
    font-size: 8.533vw;
    line-height: 12vw;
    width: 100%;
    margin-bottom: 0;
  }

  .use_list {
    -webkit-transform: translateY(-5.333vw);
    transform: translateY(-5.333vw);
    transition: all 0.2s cubic-bezier(0.66, 0, 0.2, 1);
    opacity: 0;
    width: 80.533vw;
  }

  .use_content li.active .use_list {
    transform: translateY(0);
    transition-delay: 0.5s;
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  .use_content li .use_list {
    display: inline-block;
  }

  /* 相关产品 */
  #scheme {
    padding-top: 14.933vw;
    padding-bottom: 0;
  }
  #scheme h3 {
    font-size: 6.4vw;
    line-height: normal;
    margin-bottom: 10vw;
  }
  #scheme .swiper-slide.w-416 {
    width: 44.8vw !important;
    height: auto !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  #scheme .swiper-slide .h-280 {
    height: 30.133vw;
  }
  #scheme .swiper-slide .pt-24.pb-24.pl-16.pr-16 {
    padding: 0 2.133vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 11.733vw;
  }
  #scheme .swiper-slide h4 {
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-bottom: 0;
  }
  #scheme .swiper-slide.w-848.h-390 {
    width: 91.733vw !important;
    height: auto !important;
    padding-bottom: 0;
    padding-top: 0;
  }
  .Scheme-mySwiper {
    padding-left: 4.267vw;
  }
  /* 公共样式 */
  #scheme .swiper-button-next,
  #scheme .swiper-button-prev {
    width: 6.4vw;
    height: 6.4vw;
    /* border: 0.267vw solid #e0e2e4; */
    border: 0.267vw solid #e0e2e4;
    padding: 3.733vw;
    border-radius: 50%;
    /* top: -10.667vw; */
    /* background: #828898; */
    /* opacity: 0.5; */
  }
  #scheme .swiper-button-prev {
    right: 16.933vw;
    left: initial;
    background-image: url(../img/l.svg);
    background-size: 4.267vw 4.267vw;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
  }

  #scheme .swiper-button-next {
    right: 6.4vw;
    left: initial;
    background-image: url(../img/r.svg);
    background-size: 4.267vw 4.267vw;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
  }
  /* 解决方案 */
  #scheme {
    padding-top: 10.667vw;
  }
  #scheme .maxw-1120 {
    margin-left: 4.267vw;
  }
  .w-416 {
    width: 90%;
  }
  .h-280 {
    height: 74.667vw;
  }
  .h-390 {
    /* height: 104vw; */
  }
  /* 客户案例 */
  #Case {
  }
  #Case .w-1120 {
    padding-left: 4.267vw;
  }
  #Case .w-1120 h2 {
    padding-bottom: 0;
  }
  #Case .w-368 {
    width: 80vw;
  }
  .Case-mySwiper {
    padding-right: 32px;
  }
  .Case-mySwiper .swiper-slide {
    padding-left: 4.267vw;
    padding-right: 4.267vw;
  }
  section h2 {
    font-size: 6.4vw !important;
    line-height: normal !important;
  }
  /* 公共样式 */
  #Case .swiper-button-next,
  #Case .swiper-button-prev {
    width: 6.4vw;
    height: 6.4vw;
    /* border: 0.267vw solid #e0e2e4; */
    border: 0.267vw solid #e0e2e4;
    padding: 3.733vw;
    border-radius: 50%;
    /* top: -10.667vw; */
    /* background: #828898; */
    /* opacity: 0.5; */
  }
  #Case .swiper-button-prev {
    right: 16.933vw;
    left: initial;
    background-image: url(../img/l.svg);
    background-size: 4.267vw 4.267vw;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
  }

  #Case .swiper-button-next {
    right: 6.4vw;
    left: initial;
    background-image: url(../img/r.svg);
    background-size: 4.267vw 4.267vw;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
  }
}

/* 大屏幕移动端 sm*/
@media (min-width: 576px) and (max-width: 768px) {
}
/* 小屏幕移动端 xs*/
@media (max-width: 576px) {
}

/* 小pad断点 md*/

@media screen and (min-width: 768px) and (max-width: 992px) {
  .use_text p {
    font-size: 12px;
  }
  .use_content h3 {
    font-size: 20px;
  }
  .painSpot_content .active h3 {
    font-size: 24px;
  }
  .painSpot_content .active p {
    font-size: 12px;
  }
}
/* 大pad断点 lg*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .use_text p {
    font-size: 14px;
  }
  .use_content h3 {
    font-size: 24px;
  }
  .painSpot_content li h3 {
    font-size: 28px;
  }
  .painSpot_content li p {
    font-size: 14px;
  }
}
