* {
  margin: 0;
  padding: 0;
}
:root {
  --card-width: 200px;
  --card-height: 300px;
  --card-transition-duration: 800ms;
  --card-transition-easing: ease;
}
/* 针对 Firefox */
html {
  overflow-x: hidden;
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
#chestnut,
#chestnut2,
#chestnut3 {
  width: 40px;
  height: 2px;
  /* background-color: #52F6FE; */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #06ecf8 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 200px;
  left: 22%;
  border-radius: 50%;
  /* 使元素看起来更像栗子 */
}
#chestnut2 {
  top: 200px;
  left: 80%;
}
#chestnut3 {
  top: 400px;
  left: 22%;
}
.header {
  width: 100%;
  background-image: url(../static/img/index3/bg.png);
  background-size: 100% 100%;
  padding: 0 12%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.header .header-logo {
  left: 0;
  width: 100%;
  position: absolute;
  background: rgba(3, 0, 22, 0.73);
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  padding: 24px 13%;
  box-sizing: border-box;
}
.header .header-logo .about {
  display: flex;
}
.header .header-logo .about p {
  margin: 0 60px 0 0;
  cursor: pointer;
  font-size: 18px;
}
.header-main {
  margin: 300px 0 0 0;
}
.title {
  font-family: Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic Pro;
  font-weight: normal;
  font-size: 74px;
  color: #FFFFFF;
  line-height: 87px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
.describe {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 41px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-more img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
/* From Uiverse.io by niat786 */
.header-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: 194px;
  height: 71px;
  margin-top: 90px;
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
  background-size: 100% auto;
  font-family: inherit;
  font-size: 20px;
}
.header-more:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
}
@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(218, 103, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(218, 103, 68, 0);
  }
}
.header-about {
  margin-top: 186px;
  display: flex;
  align-items: center;
}
.header-about .left p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 56px;
  letter-spacing: 15px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-about .left span {
  font-family: DIN Alternate, DIN Alternate;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
}
.header-about .center {
  margin-left: 124px;
  /* 隐藏垂直滚动条 */
  /* 隐藏水平滚动条 */
  /* 隐藏滚动条的轨道 */
  /* 隐藏滚动条的滑块 */
}
.header-about .center .box {
  width: 316px;
  height: 376px;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 0px 90px 0px 90px;
  color: #fff;
  padding: 45px;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
}
.header-about .center .box .tip {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 296px;
  background: linear-gradient(180deg, #2C4BE0 0%, rgba(124, 145, 245, 0.39) 71%, rgba(165, 180, 255, 0) 100%);
  border-radius: 0px 0px 0px 0px;
}
.header-about .center .box h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-about .center .box p {
  margin-top: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-about .center .box::-webkit-scrollbar {
  width: 0;
}
.header-about .center .box::-webkit-scrollbar {
  height: 0;
}
.header-about .center .box::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.header-about .center .box::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}
.header-about .right {
  margin-left: 40px;
  /* 隐藏垂直滚动条 */
  /* 隐藏水平滚动条 */
  /* 隐藏滚动条的轨道 */
  /* 隐藏滚动条的滑块 */
}
.header-about .right .box {
  width: 316px;
  height: 376px;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 0px 90px 0px 90px;
  color: #fff;
  padding: 45px;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
}
.header-about .right .box .tip {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 296px;
  background: linear-gradient(180deg, #2C4BE0 0%, rgba(124, 145, 245, 0.39) 71%, rgba(165, 180, 255, 0) 100%);
  border-radius: 0px 0px 0px 0px;
}
.header-about .right .box h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-about .right .box p {
  margin-top: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-about .right .box::-webkit-scrollbar {
  width: 0;
}
.header-about .right .box::-webkit-scrollbar {
  height: 0;
}
.header-about .right .box::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.header-about .right .box::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}
.header-about-phone {
  display: none;
}
.header-two {
  color: #fff;
  background-image: url(../static/img/index3/bg2.png);
  background-size: 100% 100%;
  padding: 100px 11% 0;
  height: 868px;
  box-sizing: border-box;
  position: relative;
}
.header-two .flashing-dot,
.header-two .flashing-dot2,
.header-two .flashing-dot3,
.header-two .flashing-dot4 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  /* 创建圆形 */
  background-color: #18B4B4;
  /* 闪光点颜色 */
  position: absolute;
  top: 34%;
  /* 定位到容器的中心 */
  left: 10%;
  transform: translate(-50%, -50%);
  animation: blink 1s infinite;
  /* 动画设置 */
  /* 背景图 */
  background-size: cover;
  box-shadow: 0px 0 0.5px hsl(170, 95%, 80%), 0px 0 1px hsla(170, 91%, 80%, 0.95), 0px 0 2px hsla(171, 91%, 80%, 0.95), 0px 0 3px hsla(171, 91%, 80%, 0.95), 0px 0 4px hsla(171, 91%, 82%, 0.9), 0px 0 5px hsla(172, 91%, 82%, 0.9), 0px 0 10px hsla(173, 91%, 84%, 0.9), 0px 0 20px hsla(174, 91%, 86%, 0.85), 0px 0 40px hsla(175, 91%, 86%, 0.85), 0px 0 60px hsla(175, 91%, 86%, 0.85);
  /* 水平偏移、垂直偏移、模糊半径、颜色 */
  /* 背景图覆盖整个容器 */
}
.header-two .flashing-dot2 {
  top: 30%;
  left: 64%;
}
.header-two .flashing-dot3 {
  top: 24%;
  left: 80%;
}
.header-two .flashing-dot4 {
  top: 44%;
  left: 40%;
}
@keyframes blink {
  0% {
    background-color: #dfe9e9;
    opacity: 0;
    /* 开始时透明 */
  }
  50% {
    background-color: #4b9fee;
    opacity: 1;
    /* 中间时不透明 */
  }
  100% {
    background-color: #fff;
    opacity: 0;
    /* 结束时透明 */
  }
}
.header-two .header-two-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 69px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-two .header-two-title-two {
  margin-top: 14px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 28px;
  color: #9D9D9D;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-two .header-two-list {
  padding: 0 10%;
  display: flex;
  margin: 140px 0 0 0;
  justify-content: space-between;
}
.header-two .header-two-list .header-two-box .header-two-box-num {
  display: flex;
  align-items: center;
}
.header-two .header-two-list .header-two-box .header-two-box-num span {
  font-size: 0.45rem;
}
.header-two .header-two-list .header-two-box h1 {
  text-align: center;
  font-size: 1.48rem;
}
.programme {
  width: 100%;
  height: 700px;
  position: relative;
}
.programme .industry-plan {
  z-index: 1;
  position: absolute;
  top: 400px;
  right: 0;
  width: 70%;
  height: 430px;
  background-image: url(../static/img/index3/bg4.png);
  background-size: 100% 100%;
}
.programme .industry-main {
  width: 100%;
  position: absolute;
  z-index: 2;
}
.programme .industry-main .programme-tip {
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 52px;
  color: #9D9D9D;
  line-height: 61px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.programme .industry-main .programme-main {
  display: flex;
  justify-content: center;
}
.programme .industry-main .programme-main .programme-title {
  margin-top: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 536px;
  height: 120px;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #2A3D8F;
}
.programme .industry-main .programme-main .programme-title .programme-box span {
  display: inline-block;
  width: 36px;
  height: 92px;
  background: #3155DE;
  border-radius: 0px 0px 0px 0px;
  margin-right: 14px;
}
.programme .industry-main .programme-main .programme-title .programme-box span:nth-child(2) {
  background: rgba(49, 85, 222, 0.54);
}
.programme .industry-main .programme-main .programme-title .programme-box span:nth-child(3) {
  background: rgba(49, 85, 222, 0.26);
}
.programme .industry-main .programme-main .programme-title h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 69px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 8px;
  width: 300px;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略符号表示文本溢出 */
  flex-shrink: 0;
}
.programme .industry-main .line {
  display: flex;
  justify-content: center;
}
.programme .industry-main .line .line-one {
  width: 2px;
  height: 250px;
  background-color: #4D4D4D;
}
.programme .industry-main .line .line-two {
  margin-top: -150px;
  width: 60%;
  height: 1px;
  background-color: #4D4D4D;
}
.programme .industry-main .line .line-three {
  margin-top: -150px;
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.programme .industry-main .line .line-three p {
  width: 2px;
  height: 152px;
  background-color: #4D4D4D;
}
.programme .industry-main .programme-content {
  display: flex;
  justify-content: center;
}
.programme .industry-main .programme-content .programme-content-box {
  border-right: 1px solid #2A2A2A;
  height: 278px;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(180deg, #171719 0%, rgba(0, 0, 0, 0) 69%, rgba(55, 55, 55, 0.3) 100%);
}
.programme .industry-main .programme-content .programme-content-box:hover {
  background: linear-gradient(90deg, #86a9f5 0%, #6191f9 69%, #395693 100%);
  border: 2px solid radial-gradient(circle, #6191f9, #395693) 2 2;
}
.information {
  padding: 160px 11% 0;
}
.information .in-title {
  display: flex;
  align-items: center;
}
.information .in-title p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 69px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.information .in-title span {
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 28px;
  color: #9D9D9D;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 35px;
}
.information .info-index-box {
  padding: 0px 7%;
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
}
.information .info-index-box .info-index-left {
  width: 4.75rem;
  background-color: #fff;
  border-radius: 6px 6px 6px 6px;
  box-sizing: border-box;
  padding: 0.33rem;
  margin: 0 10px;
}
.information .info-index-box .info-index-left .info-index-left-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.information .info-index-box .info-index-left .info-index-left-main .left img {
  width: 4.19rem;
  height: 4.19rem;
}
.information .info-index-box .info-index-left h3 {
  font-size: 24px;
  margin: 24px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.information .info-index-box .info-index-left .left-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 16px 0 0 0;
  font-size: 16px;
}
.information .info-index-box .info-index-left .left-right p {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.information .info-index-box .more {
  margin-top: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.information .info-index-box .more span {
  color: #1890ff;
}
.information .info-index-box .more img {
  margin-left: 8px;
  width: 15px;
  height: 15px;
}
.info-index-box-four {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 107px 11% 0;
  margin: 80px 0 0 0;
  box-sizing: border-box;
}
.info-index-box-four .info-index-four-title {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 60px 0;
  color: #fff;
}
.info-index-box-four .info-index-box-four-img {
  display: flex;
  justify-content: space-between;
}
.info-index-box-four .info-index-box-four-img img {
  width: 229px;
  height: 80px;
}
.info-index-box-four .info-border {
  margin: 70px 0 40px;
  border: 1px dashed rgba(255, 255, 255, 0.38);
}
.info-index-box-four .info-index-four-main {
  display: flex;
  align-items: center;
}
.info-index-box-four .info-index-four-main .info-index-box-four-right {
  text-align: center;
}
.info-index-box-four .info-index-four-main .info-index-box-four-right .info-index-img {
  width: 100%;
}
.info-index-box-four .info-index-four-main h2 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 88px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.about-us {
  width: 100%;
  padding: 160px 0 148px 0;
}
.about-us .in-title {
  padding: 0 11%;
  display: flex;
  align-items: center;
}
.about-us .in-title p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 69px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.about-us .in-title span {
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 28px;
  color: #9D9D9D;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 35px;
}
.about-us .about-list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 600px;
}
.waves {
  position: relative;
  height: 914px !important;
}
.waves canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 914px !important;
}
.app__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  filter: blur(8px);
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}
.app__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.8;
}
.app__bg__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateX(var(--image-translate-offset, 0));
  width: 180%;
  height: 180%;
  transition: transform 1000ms ease, opacity 1000ms ease;
  overflow: hidden;
}
.app__bg__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app__bg__image.current--image {
  opacity: 1;
  --image-translate-offset: 0;
}
.app__bg__image.previous--image,
.app__bg__image.next--image {
  opacity: 0;
}
.app__bg__image.previous--image {
  --image-translate-offset: -25%;
}
.app__bg__image.next--image {
  --image-translate-offset: 25%;
}
.cardList {
  position: absolute;
  top: 350px;
  width: calc(3 * var(--card-width));
  height: auto;
}
.card-btn {
  --btn-size: 35px;
  width: var(--btn-size);
  height: var(--btn-size);
  position: absolute;
  left: 60%;
  bottom: -260px;
  transform: translateY(-50%);
  z-index: 100;
}
.card-btn .swiper-slide-left,
.card-btn .swiper-slide-right {
  width: 97px;
  height: 74px;
}
.btn--left {
  left: 60%;
}
.btn--right {
  position: absolute;
  top: -8px;
  right: -123px;
}
.cardList__btn .icon {
  width: 100%;
  height: 100%;
}
.cardList__btn .icon svg {
  width: 100%;
  height: 100%;
}
.cardList .cards__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
.card {
  --card-translateY-offset: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateX(var(--card-translateX-offset)) translateY(var(--card-translateY-offset)) rotateY(var(--card-rotation-offset)) scale(var(--card-scale-offset));
  display: inline-block;
  width: var(--card-width);
  height: var(--card-height);
  transition: transform var(--card-transition-duration) var(--card-transition-easing);
  user-select: none;
}
.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  transition: opacity var(--card-transition-duration) var(--card-transition-easing);
  opacity: calc(1 - var(--opacity));
}
.card__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.card__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.current--card {
  --current-card-rotation-offset: 0;
  --card-translateX-offset: 0;
  --card-rotation-offset: var(--current-card-rotation-offset);
  --card-scale-offset: 1.2;
  --opacity: 0.8;
}
.card.previous--card {
  --card-translateX-offset: calc(-1 * var(--card-width) * 1.1);
  --card-rotation-offset: 25deg;
}
.card.next--card {
  --card-translateX-offset: calc(var(--card-width) * 1.1);
  --card-rotation-offset: -25deg;
}
.card.previous--card,
.card.next--card {
  --card-scale-offset: 0.9;
  --opacity: 0.4;
}
.infoList {
  position: absolute;
  width: calc(3 * var(--card-width));
  height: var(--card-height);
  pointer-events: none;
  top: 350px;
}
.infoList .info__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.info {
  margin-bottom: calc(var(--card-height) / 8);
  margin-left: calc(var(--card-width) / 1.5);
  transform: translateZ(2rem);
  transition: transform var(--card-transition-duration) var(--card-transition-easing);
}
.info .text {
  position: relative;
  font-family: "Montserrat";
  font-size: calc(var(--card-width) * var(--text-size-offset, 0.2));
  white-space: nowrap;
  color: #fff;
  width: fit-content;
}
.info .name,
.info .location {
  text-transform: none;
}
.info .location {
  font-weight: 800;
}
.info .location {
  --mg-left: 40px;
  --text-size-offset: 0.12;
  font-weight: 600;
  margin-left: var(--mg-left);
  margin-bottom: calc(var(--mg-left) / 2);
  padding-bottom: 0.8rem;
}
.info .location::before,
.info .location::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0%;
  transform: translate(calc(-1 * var(--mg-left)), -50%);
}
.info .location::before {
  top: 50%;
  width: 20px;
  height: 5px;
}
.info .location::after {
  bottom: 0;
  width: 60px;
  height: 2px;
}
.info .description {
  --text-size-offset: 0.065;
  font-weight: 500;
}
.info.current--info {
  opacity: 1;
  display: block;
}
.info.previous--info,
.info.next--info {
  opacity: 0;
  display: none;
}
@media only screen and (min-width: 800px) {
  :root {
    --card-width: 450px;
    --card-height: 300px;
  }
}
/* 针对手机 (<768px) */
@media (max-width: 767px) {
  #server {
    font-size: 18px !important;
  }
  .header-about-web {
    display: none;
  }
  .header-about-phone {
    display: block !important;
  }
  .header-about-phone .left {
    margin-bottom: 20px;
  }
  .header-about-phone .center {
    margin: 0;
  }
  .header-about-phone .right {
    margin: 40px 0 0 0;
  }
  .programme .industry-main .programme-content .programme-content-box {
    height: auto;
    font-size: 16px;
  }
  .header-two {
    margin-top: 70px;
    height: auto;
  }
  .header-two .header-two-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-two .header-two-list .header-two-box {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .header-two .header-two-list .header-two-box .header-two-box-num {
    display: flex;
    align-items: center;
  }
  .header-two .header-two-list .header-two-box .header-two-box-num span {
    padding-left: 10px;
  }
  .industry-main {
    margin: 80px 0 0 0;
  }
  .info-index-box {
    display: flex;
    flex-wrap: wrap;
  }
  .info-index-box .info-index-left {
    margin-bottom: 30px !important;
  }
  .info-index-box .info-index-left-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .info-index-box .left img {
    width: 100%;
  }
  .info-index-box .right img {
    width: 100%;
  }
  .info-index-box-four .info-index-four-title {
    font-size: 42px;
  }
  .info-index-box-four .info-index-box-four-img {
    display: flex;
    flex-wrap: wrap;
  }
  .info-index-box-four .info-index-box-four-img img {
    width: 45%;
    margin-bottom: 30px;
    margin: 10px 10px 30px 10px;
    height: 100px;
  }
  .info-index-box-four .info-index-four-main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .info-index-box-four .info-index-four-main .info-index-box-four-right {
    text-align: center;
  }
  .info-index-box-four .info-index-four-main .info-index-box-four-right .info-index-img {
    width: 60%;
  }
  .info-index-box-four .info-index-four-main h2 {
    font-size: 42px;
  }
}
