:root {
  color-scheme: light;
  --el-color-white: #ffffff;
  --el-color-black: #000000;
  --el-color-primary: #409eff;
  --el-color-primary-light-3: #79bbff;
  --el-color-primary-light-5: #a0cfff;
  --el-color-primary-light-7: #c6e2ff;
  --el-color-primary-light-8: #d9ecff;
  --el-color-primary-light-9: #ecf5ff;
  --el-color-primary-dark-2: #337ecc;
  --el-color-success: #67c23a;
  --el-color-success-light-3: #95d475;
  --el-color-success-light-5: #b3e19d;
  --el-color-success-light-7: #d1edc4;
  --el-color-success-light-8: #e1f3d8;
  --el-color-success-light-9: #f0f9eb;
  --el-color-success-dark-2: #529b2e;
  --el-color-warning: #e6a23c;
  --el-color-warning-light-3: #eebe77;
  --el-color-warning-light-5: #f3d19e;
  --el-color-warning-light-7: #f8e3c5;
  --el-color-warning-light-8: #faecd8;
  --el-color-warning-light-9: #fdf6ec;
  --el-color-warning-dark-2: #b88230;
  --el-color-danger: #f56c6c;
  --el-color-danger-light-3: #f89898;
  --el-color-danger-light-5: #fab6b6;
  --el-color-danger-light-7: #fcd3d3;
  --el-color-danger-light-8: #fde2e2;
  --el-color-danger-light-9: #fef0f0;
  --el-color-danger-dark-2: #c45656;
  --el-color-error: #f56c6c;
  --el-color-error-light-3: #f89898;
  --el-color-error-light-5: #fab6b6;
  --el-color-error-light-7: #fcd3d3;
  --el-color-error-light-8: #fde2e2;
  --el-color-error-light-9: #fef0f0;
  --el-color-error-dark-2: #c45656;
  --el-color-info: #909399;
  --el-color-info-light-3: #b1b3b8;
  --el-color-info-light-5: #c8c9cc;
  --el-color-info-light-7: #dedfe0;
  --el-color-info-light-8: #e9e9eb;
  --el-color-info-light-9: #f4f4f5;
  --el-color-info-dark-2: #73767a;
  --el-bg-color: #ffffff;
  --el-bg-color-page: #f2f3f5;
  --el-bg-color-overlay: #ffffff;
  --el-text-color-primary: #303133;
  --el-text-color-regular: #606266;
  --el-text-color-secondary: #909399;
  --el-text-color-placeholder: #a8abb2;
  --el-text-color-disabled: #c0c4cc;
  --el-border-color: #dcdfe6;
  --el-border-color-light: #e4e7ed;
  --el-border-color-lighter: #ebeef5;
  --el-border-color-extra-light: #f2f6fc;
  --el-border-color-dark: #d4d7de;
  --el-border-color-darker: #cdd0d6;
  --el-fill-color: #f0f2f5;
  --el-fill-color-light: #f5f7fa;
  --el-fill-color-lighter: #fafafa;
  --el-fill-color-extra-light: #fafcff;
  --el-fill-color-dark: #ebedf0;
  --el-fill-color-darker: #e6e8eb;
  --el-fill-color-blank: #ffffff;
  --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04),
    0px 8px 20px rgba(0, 0, 0, 0.08);
  --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
  --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
  --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08),
    0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
  --el-disabled-bg-color: var(--el-fill-color-light);
  --el-disabled-text-color: var(--el-text-color-placeholder);
  --el-disabled-border-color: var(--el-border-color-light);
  --el-overlay-color: rgba(0, 0, 0, 0.8);
  --el-overlay-color-light: rgba(0, 0, 0, 0.7);
  --el-overlay-color-lighter: rgba(0, 0, 0, 0.5);
  --el-mask-color: rgba(255, 255, 255, 0.9);
  --el-mask-color-extra-light: rgba(255, 255, 255, 0.3);
  --el-border-width: 1px;
  --el-border-style: solid;
  --el-border-color-hover: var(--el-text-color-disabled);
  --el-border: var(--el-border-width) var(--el-border-style)
    var(--el-border-color);
  --el-svg-monochrome-grey: var(--el-border-color);
  --el-radius: 20px;
}

.radius-20 {
  border-radius: 20px;
  box-shadow: var(--el-box-shadow);
}

body {
  overflow-x: hidden;
  width: 100vw;
}

.swiper-slide-after {
  position: relative;
  width: 1920px;
  margin: 0 auto;
  /* background-color: #f4f7fc; */
  /* border-bottom-left-radius: 200px; */
  /* border-bottom-right-radius: 200px; */
}

.swiper-slide-after .content {
  background-image: url(/image/index_bg.png);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: right center;
  height: 800px;
}

.swiper-slide-after::after {
  display: block;
  content: " ";
  width: 1920px;

  height: 100%;
  background-color: #f4f7fc;
  /* border-bottom-left-radius: 500px; */
  /* border-bottom-right-radius: 500px; */
  position: absolute;
  z-index: 0;
  top: 0;
  /* left: -60%;
            transform: translateX(40%); */
}

.banner-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-content {
  z-index: 100;
  background-color: white;
  position: relative;
  padding: 50px;
}

.index_lm_h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.index_lm_h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #7f7f7f;
  margin-bottom: 60px;
}

.product_1 {
  overflow: visible;
  height: auto;
  width: 1280px;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

.industry-li {
  border-radius: 15px;
  width: 275px;
  overflow: hidden;
  height: 465px;

  background-color: #fff;
  max-height: 500px;
  /* width: 377px */
}

.industry-li-top {
  border-radius: 15px;
  height: 285px;
  background-size: 200%;
  background-position: center;
}

.industry-li-top:before {
  display: none;
}
.title-a {
  color: #fff;
}
.title-a:hover {
  color: var(--bs-link-color);
}
.gallery a {
  text-align: center;
  color: #fff;
}
.tonyong_li {
  /* position: relative; */
  width: calc(20% - 20px);
  margin-bottom: 10px;
  min-width: 190px;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.06),
    inset 0px 3px 6px rgba(255, 255, 255, 0.16);
  /* backdrop-filter: blur(10px); */
}
.tonyong_li .fa_img {
  margin: 40px auto 0;
  display: block;
}

.tonyong_li-bg {
  z-index: 0;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background-image: url(/image/a1e8ffdbcf41978d507b8f8f94e81c0.png); */
}
.tonyong_li_name {
  text-align: center;
  font-size: 1.2em;
  color: #163ab4;
  line-height: 2.4em;
}
.tonyong_li_bg {
  background-size: 1920px 1080px !important;

}

.banner-section-bulr {
  position: relative;
  height: 740px;

  /* background-image: url(/image/a1e8ffdbcf41978d507b8f8f94e81c0.png), url(/image/a1e8ffdbcf41978d507b8f8f94e81c0.png); */
  /* background-position: center 0; */
}
.banner-section-bulr:before {
  content: " ";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  height: 740px;
  width: 100%;
  background-size: 1920px 1080px, 150% !important;
  background-repeat: no-repeat;
  background-image: url(/image/a1e8ffdbcf41978d507b8f8f94e81c0.png),
    url(/image/a1e8ffdbcf41978d507b8f8f94e81c0.png);
  background-position: center -300px,center bottom;;


  opacity: 0.5;
}

.team_1 {
  display: flex;
  color: #000;
}
.team_ul {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  flex-wrap: wrap;
}
.team_li {
  text-align: center;
  width: 380px;
  min-height: 240px;
  min-height: 200px;
  width: calc(33% - 20px);
  width: calc(50% - 20px);
  margin-bottom: 20px;
  padding: 40px;
  padding: 25px 25px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: var(--el-box-shadow-light);
  backdrop-filter: blur(20px);
}
.team_li:hover {
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.16),
    inset 0px 3px 5px rgba(255, 255, 255, 0.16);
}

.team_li span {
  color: #000;
}
.team_1_w {
  text-align: center;
  font-size: 14px;
}
.team_1_n {
  font-size: 30px;
}
.team_1_j {
  font-size: 26px;
  margin: 10px;
  display: block;
}
.logo-li {
  overflow: hidden;
  width: 180px;
  height: 70px;

  width: calc(25% - 30px);
  height: 100px;
  opacity: 1;
  border-radius: 11px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
  padding: 10px;
}

.case-li {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
}

.case-li-question {
  z-index: 1;
  position: relative;
  width: 50%;
  width: calc(50% - 40px);
  min-width: 400px;
  min-height: 300px;
  border-radius: 21px;
  background: #fff;
  box-shadow: var(--el-box-shadow-light);
  margin: 0 0 20px;
}
.section-industry-card {
  max-width: 1050px;
  display: flex;
  margin: 120px 0 0;
  justify-content: space-between;
  width: 100%;
}
.case-li-method {
  z-index: 1;
  position: relative;
  width: calc(50% - 20px);
  width: calc(50% - 40px);
  min-width: 400px;
  min-height: 300px;
  border-radius: 21px;
  background: #fff;
  box-shadow: var(--el-box-shadow-light);
  margin: 0 0 20px;
}

.case-li-question:before,
.case-li-method:before {
  z-index: 0;
  top: -10px;
  left: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 21px;
  background: rgb(1, 50, 113, 255);
  background: #3270fd;
}
.case-li-content {
  z-index: 12;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  position: relative;
  padding: 20px 40px;
}

.industry-card-li {
  min-height: 70px;
  height: 100%;
  position: relative;
  margin-top: 30px;
}

.industry-card-center {
  margin-top: 30px;
  height: 100%;
  width: 140px;
  z-index: 100;
  background-color: #fff;
  background-image: url(/image/635112fadd6307120315b32f.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
}
.industry-card-li-line {
  position: absolute;
  top: 0;
  color: #3271ff;
}
.li-line-left:after {
  z-index: 0;
  left: 30px;
  top: 14px;
  position: absolute;
  content: "";
  width: 100px;
  height: 0;
  border: 1px dashed #3271ff;
}
.li-line-right:after {
  z-index: 0;
  right: 30px;
  top: 14px;
  position: absolute;
  content: "";
  width: 100px;
  height: 0;
  border: 1px dashed #3271ff;
}

.li-line-left:before {
  z-index: 0;
  left: 130px;
  top: 14px;
  position: absolute;
  content: "";
  width: 74px;
  height: 0;
  border: 1px dashed #3271ff;
  transform-origin: left;
  /* transform: rotate(45deg); */
}

.industry-card-li:first-child .li-line-left:before {
  transform-origin: left;
  width: 100px;
  transform: rotate(45deg) !important;
}
.industry-card-li:last-child .li-line-left:before {
  width: 100px;
  transform: rotate(-45deg);
}
.industry-card-li:last-child {
  margin-top: 50px !important;
}
.industry-card-li:first-child {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}



.li-line-right:before {
  z-index: 0;
  right: 130px;
  top: 14px;
  position: absolute;
  content: "";
  width: 74px;
  height: 0;
  border: 1px dashed #3271ff;
  /* transform: rotate(-45deg); */
  transform-origin: right;
}

.industry-card-li:first-child .li-line-right:before {
  width: 100px;
  transform: rotate(-45deg) !important;
}
.industry-card-li:last-child .li-line-right:before {
  width: 100px;
  transform: rotate(45deg);
}

.h-title {
  font-size: 50px;
  line-height: 60px;
}

.swiper-slide-after .content-bg {
  width: 1200px;
  display: flex;
  align-items: center;
  height: 700px;
  background-image: url("/image/63ef2712b276e7a4814f7489.png"),
    url("/image/yuan.png") !important;
  background-size: 600px, 640px;
  background-position: right 0px center, right -10px bottom 110px;
}
@media screen and (max-width: 768px) {
  .team_li {
    width: calc(100% - 20px);
  }
  .swiper-slide-after .content-bg {
    height: 700px;
    background-image: url("/image/63ef2712b276e7a4814f7489.png"),
      url("/image/yuan.png") !important;
    background-size: 90%, 100% !important;
    background-position: center, center bottom 34% !important;
  }
  .h-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    width: 100%;
  }
  .case-li-method,
  .case-li-question {
    width: calc(100% - 20px);
    margin: 20px;
  }
  .logo-li {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .industry-li {
    max-width: 540px;
    height: auto;
    max-height: max-content;
    height: 560px;
    width: 90% !important;
    /* padding-bottom: 10px; */
  }

  .industry-li-top {
    height: 90vw;
  }

  .swiper-slide-after {
    display: block;
  }

  .swiper-slide-after .content {
    width: 100%;
    display: block;
    text-align: center;
    background-image: url(/image/index_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media screen and (max-width: 1200px) {
  .logo img {
    max-height: 40px;
  }
  .banner-three .content {
    max-width: 960px;
  }
  .swiper-slide-after::after {
    border-radius: 0;
  }

  .btn-one,
  .mt-65 {
    display: none;
  }

  .industry-li {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .banner-section {
    height: auto;
  }

  .about-content {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}
