body {
  background-color: #fff;
}

.index_banner .swiper-banner {
  height: 341px;
  width: 100%;
}
.index_banner .swiper-wrapper {
  height: 341px;
}
.index_banner .swiper-slide {
  height: 341px;
}
.index_banner .swiper-slide-banner {
  background-position: center;
}
.index_banner .swiper-pagination-banner {
  padding: 34px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.index_banner .swiper-pagination-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #A1B0BD;
  border-radius: 50%;
  display: block;
  margin: 0 10px;
}
.index_banner .swiper-pagination-banner .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #0057A9;
  border-radius: 50%;
}

.index-title {
  font-size: 20px;
  font-weight: 600;
  color: #000003;
  text-align: center;
}

.index_about {
  padding: 40px 0 47px 0;
}
.index_about .about-inner {
  display: flex;
  margin-top: 40px;
}
.index_about .about-inner .about-text {
  padding-top: 10px;
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 44px;
}
.index_about .about-inner .about-text p {
  text-indent: 2em;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
.index_about .about-inner .about-img {
  padding-left: 45px;
  width: 336px;
  margin-right: 33px;
}
.index_about .about-inner .about-img img {
  width: 100%;
}
.index_about .about-inner .about-img p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.index-strategy {
  padding: 60px 0 81px 0;
  background: #fff;
}
.index-strategy .strategy-inner {
  display: flex;
  margin-top: 40px;
}
.index-strategy .strategy-two {
  width: 66%;
  background: #FFFFFF;
  box-shadow: 0px 14px 23px 1px rgba(0, 0, 0, 0.07);
  display: flex;
  padding-top: 50px;
  padding: 0 32px;
  align-items: center;
  box-sizing: border-box;
}
.index-strategy .strategy-one {
  width: 34%;
  display: flex;
  align-items: center;
}
.index-strategy .strategy-li {
  flex: 1;
  min-height: 257px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.index-strategy .strategy-li .li-img {
  width: 39px;
  height: 32px;
}
.index-strategy .strategy-li .li-img img {
  width: 100%;
}
.index-strategy .strategy-li .li-t {
  font-size: 16px;
  font-weight: 600;
  color: #0057A9;
  margin-top: 26px;
  text-align: center;
}
.index-strategy .strategy-li .li-p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding: 0 60px;
  text-align: center;
  margin-top: 19px;
}
.index-strategy .strategy-plus {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.index-strategy .strategy-plus img {
  width: 100%;
}
.index-strategy .strategy-go {
  width: 44px;
  height: 42px;
  flex-shrink: 0;
  margin: 0 10px;
}
.index-strategy .strategy-go img {
  width: 100%;
}
.index-strategy .strategy-three {
  flex: 1;
  min-height: 257px;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 14px 23px 1px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.index-strategy .strategy-three .li-img {
  width: 39px;
  height: 32px;
}
.index-strategy .strategy-three .li-img img {
  width: 100%;
}
.index-strategy .strategy-three .li-t {
  font-size: 16px;
  font-weight: 600;
  color: #0057A9;
  margin-top: 26px;
  text-align: center;
}
.index-strategy .strategy-three .li-p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding: 0 60px;
  text-align: center;
  margin-top: 19px;
}

.timeline {
  padding: 50px 0;
  padding-bottom: 80px;
  background-color: #F7F9FD;
}
.timeline .container {
  display: flex;
  padding-top: 41px;
  position: relative;
  padding-left: 482px;
  box-sizing: border-box;
}
.timeline .timeline-img {
  width: 548px;
  height: 301px;
  position: absolute;
  top: 176px;
  right: 50%;
  margin-right: 73px;
}
.timeline .timeline-img .number {
  font-size: 148px;
  line-height: 1;
  font-family: "POLYARegular";
  color: #1167A3;
  position: absolute;
  top: -163px;
  right: 135px;
}
.timeline .timeline-img img {
  width: 100%;
}
.timeline .timeline-img-f {
  position: fixed;
  top: 15px;
  right: 50%;
  margin-right: 70px;
}
.timeline .timeline-text {
  position: relative;
  padding-left: 46px;
  padding-bottom: 350px;
}
.timeline dl {
  margin-bottom: 30px;
  position: relative;
  margin-top: 0;
}
.timeline dl:last-child {
  margin-bottom: 0;
}
.timeline dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #092540;
  line-height: 32px;
}
.timeline dl dd {
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #092540;
  line-height: 30px;
  padding: 0;
  margin: 0;
  padding-left: 18px;
  position: relative;
}
.timeline dl dd::after {
  width: 6px;
  height: 6px;
  background: #666666;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 4px;
  top: 12px;
}
.timeline dl.on dt {
  color: #1167A3;
}
.timeline dl.on dd {
  color: #1167A3;
  font-weight: bold;
  font-size: 18px;
}
.timeline dl.on dd::after {
  background: #0059AB;
}

.pad0 {
  padding-bottom: 0px;
}

.product {
  background: #F7F9FD;
  padding: 50px 0 50px 0;
}

.swiper-product {
  width: 100%;
  margin-top: 34px;
}

.swiper-slide-pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.swiper-slide-pic img {
  width: 207px;
  height: 70px;
  margin-bottom: 19px;
  margin-right: 16px;
}
.swiper-slide-pic img:nth-child(5n) {
  margin-right: 0;
}

.swiper-pagination-product {
  padding: 22px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-product .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #A1B0BD;
  border-radius: 50%;
  display: block;
  margin: 0 8px;
}
.swiper-pagination-product .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #0057A9;
  border-radius: 50%;
}

.js2-timeline {
  display: none;
}

.strategy-h5 {
  display: none;
}

@media (max-width: 1100px) {
  .index_about .about-inner .about-text {
    font-size: 14px;
    line-height: 30px;
  }
  .index-title {
    font-size: 18px;
  }
  .index_about {
    padding: 20px 20px 0;
  }
  .index_about .about-inner {
    margin-top: 15px;
  }
  .product {
    padding: 20px 20px;
  }
  .swiper-product {
    margin-top: 20px;
  }
  .brand-swiper li {
    width: 49% !important;
    height: 82px;
    box-sizing: border-box;
    margin-right: 2% !important;
  }
  .brand-swiper li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .strategy-h5 {
    display: block;
    padding: 20px 0;
  }
  .strategy-h5 img {
    width: 100%;
  }
  .index-strategy {
    padding: 20px 0;
  }
  .index-strategy .strategy-inner {
    display: flex;
    margin-top: 40px;
    display: none;
  }
  .index-strategy .strategy-two {
    padding: 0 15px;
  }
  .index-strategy .strategy-li {
    padding: 30px 0;
    min-height: 100px;
  }
  .index-strategy .strategy-li .li-img {
    width: 39px;
    height: 32px;
  }
  .index-strategy .strategy-li .li-img img {
    width: 100%;
  }
  .index-strategy .strategy-li .li-t {
    font-size: 16px;
    font-weight: 600;
    color: #0057A9;
    margin-top: 26px;
    text-align: center;
  }
  .index-strategy .strategy-li .li-p {
    padding: 0 10px;
  }
  .index-strategy .strategy-plus {
    width: 27px;
    height: 27px;
  }
  .index-strategy .strategy-go {
    width: 27px;
    height: 27px;
  }
  .index-strategy .strategy-three {
    padding: 30px 0;
    min-height: 100px;
  }
  .index-strategy .strategy-three .li-img {
    width: 39px;
    height: 32px;
  }
  .index-strategy .strategy-three .li-img img {
    width: 100%;
  }
  .index-strategy .strategy-three .li-t {
    font-size: 16px;
    font-weight: 600;
    color: #0057A9;
    margin-top: 26px;
    text-align: center;
  }
  .index-strategy .strategy-three .li-p {
    padding: 0 10px;
  }
  .js-timeline {
    display: none;
  }
  .js2-timeline {
    display: block;
  }
  .timeline {
    padding: 20px 20px;
    padding-bottom: 40px;
    position: relative;
    background-color: #F7F9FD;
  }
  .timeline .container {
    display: block;
    padding-top: 0px;
    position: relative;
    padding-left: 0;
    box-sizing: border-box;
  }
  .timeline .timeline-img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    margin-right: 0;
    padding-top: 20px;
    background-color: #F7F9FD;
    z-index: 2;
  }
  .timeline .timeline-img .number {
    font-size: 80px;
    line-height: 1;
    font-family: "POLYARegular";
    color: #1167A3;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    text-align: center;
    display: none;
  }
  .timeline .timeline-img img {
    width: 100%;
  }
  .timeline .timeline-img-f {
    position: fixed;
    top: 15px;
    right: 50%;
    margin-right: 70px;
  }
  .timeline .timeline-text {
    position: relative;
    padding-left: 0px;
    padding-bottom: 0px;
    z-index: 1;
  }
  .timeline dl {
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
  }
  .timeline dl:last-child {
    margin-bottom: 0;
  }
  .timeline dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #092540;
    line-height: 32px;
  }
  .timeline dl dd {
    margin-top: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #092540;
    line-height: 30px;
    padding: 0;
    margin: 0;
    padding-left: 18px;
    position: relative;
  }
  .timeline dl dd::after {
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 4px;
    top: 12px;
  }
  .timeline dl.on dt {
    color: #1167A3;
  }
  .timeline dl.on dd {
    color: #1167A3;
    font-weight: bold;
    font-size: 16px;
  }
  .timeline dl.on dd::after {
    background: #0059AB;
  }
}/*# sourceMappingURL=index.css.map */