img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.item_hover {
  overflow: hidden;
}

.item_hover:hover img {
  transform: scale(1.05);
}

.item_hover img {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}

.common_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.home_img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.home_img img {
  width: 100%;
  height: 100%;
}

.section1 {
  padding: 10.7291666667vw 3.6458333333vw 15.1041666667vw 3.6458333333vw;
}

.section1 .top {
  padding: 0 5.3645833333vw 0 6.0416666667vw;
  display: flex;
  justify-content: space-between;
}

.section1 .top .l {
  margin: 4.7916666667vw 0 0 0;
  width: 37.6041666667vw;
}

.section1 .top .l .p1 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 4.1666666667vw;
  /* 105.263% */
  text-transform: capitalize;
  margin: 0 0 2.0833333333vw;
}

.section1 .top .l .p2 {
  color: #999;
  font-style: normal;
  font-weight: 400;
}

.section1 .top .img {
  width: 38.5416666667vw;
}

.section1 .top .img img {
  width: 100%;
}

.section1 .bottom {
  margin: 11.4583333333vw 0 0 0;
  clip-path: inset(0 100% 0 0);
  transition: cubic-bezier(0.77, 0, 0.175, 1) 1s;
}

.section1 .bottom.on {
  clip-path: inset(0 0 0 0);
}

.section1 .bottom.on .list.list_move p {
  transform: translateX(0) !important;
  transition-delay: 1s;
}

.section1 .bottom.on .list .dian {
  transform: scale(1);
  opacity: 1;
  transition-delay: 1.2s;
}

.section1 .bottom .list {
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  position: relative;
}

.section1 .bottom .list .clip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
}

.section1 .bottom .list .clip:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
}

.section1 .bottom .list .clip:nth-child(2) p {
  color: #111;
}

.section1 .bottom .list.list_move p {
  transition: 1s;
}

.section1 .bottom .list.list_move p:first-child {
  transform: translateX(2.5vw);
}

.section1 .bottom .list.list_move p:last-child {
  transform: translateX(-2.5vw);
}

.section1 .bottom .list .dian {
  width: 5vw;
  height: 4.84375vw;
  transform: scale(0.3);
  transform-origin: bottom;
  transition: 1s ease;
  opacity: 0;
}

.section1 .top .l .btn {
  /* width: 202px; */
  width: fit-content;
  padding: 0 1.5625vw;
  height: 52px;
  background-color: rgba(38, 144, 197, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  color: white;
  gap: .72917vw;
  transition: all 600ms;
}
.section1 .top .l .btn img {
  width: .9375vw;
}
.section1 .top .l .btn:hover {
    background: #2690c5;
}
@media screen and (max-width:768px){
  .section1 .top .l .btn {
    width: fit-content;
    padding: 0 15px;
    margin-top: 20px;
    height: 45px;
    gap: 10px;
  }
  .section1 .top .l .btn img {
    width: 20px;
  }
}
.section2 {
  padding: 0 12.3958333333vw 16.40625vw 12.96875vw;
}

.section2 .title {
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  /*text-transform: uppercase;*/
}

.section2 .content {
  margin: 11.09375vw 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section2 .content .item {
  position: relative;
  z-index: 2;
}

.section2 .content .item:after {
  content: '';
  position: absolute;
  width: 12.5520833333vw;
  height: 12.5520833333vw;
  opacity: 0.04;
  background: #2690C5;
  z-index: -1;
  top: -4.0625vw;
  left: -2.5vw;
}

.section2 .content .item:before {
  content: '';
  width: 10.5729166667vw;
  height: 10.5729166667vw;
  background: linear-gradient(155deg, #47C3F1 16.06%, #29708B 103.85%);
  position: absolute;
  z-index: -1;
  opacity: 0.04;
  top: 0.4166666667vw;
  right: -1.5625vw;
}

.section2 .content .item .img {
  width: 12.2395833333vw;
  height: 6.9791666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.section2 .content .item .text {
  color: #666;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  transform: translateY(-1.0416666667vw);
}

.section3 {
  height: 100vh;
}

.section3 .fix {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 .fix .wrap {
  width: 100%;
  position: relative;
  top: 2.6041666667vw;
}

.section3 .fix .title {
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin: 0 0 4.1666666667vw;
}

.section3 .fix .content {
  display: flex;
  justify-content: space-between;
  padding: 0 3.6458333333vw 0 7.2916666667vw;
  width: 100%;
}

.section3 .fix .content .r {
  width: 42.8645833333vw;
  height: 34.375vw;
  position: relative;
  overflow: hidden;
  padding: 2.6041666667vw;
}

.section3 .fix .content .r:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -3.6458333333vw;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  z-index: 8;
}

.section3 .fix .content .r .item {
  width: 37.65625vw;
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 3.6458333333vw 2.9166666667vw;
}

.section3 .fix .content .r .item:not(:last-child) {
  margin: 0 0 11.8229166667vw;
}

.section3 .fix .content .r .item .p1 {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 0.5208333333vw;
}

.section3 .fix .content .r .item .p2 {
  color: #999;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
  /* 140% */
}

.section3 .fix .content .l {
  width: 39.5833333333vw;
  height: 31.40625vw;
  position: relative;
}

.section3 .fix .content .l .svg1 {
  width: 17.96875vw;
  height: 18.28125vw;
  position: absolute;
  left: -1.5104166667vw;
  bottom: 7.65625vw;
}

.section3 .fix .content .l .svg1 path {
  opacity: 0;
}

.section3 .fix .content .l .svg1 image {
  width: 1.0416666667vw;
  transform: rotate(90deg) translate(0.2604166667vw, 0.5208333333vw);
  x: -0.78125vw;
  y: -0.78125vw;
}

.section3 .fix .content .l .svg2 {
  position: absolute;
  right: 1.8229166667vw;
  top: 3.9583333333vw;
  width: 13.4375vw;
  height: 16.5104166667vw;
}

.section3 .fix .content .l .svg2 path {
  opacity: 0;
}

.section3 .fix .content .l .svg2 image {
  width: 1.0416666667vw;
  transform: rotate(-90deg) translate(0.2604166667vw, 0.5208333333vw);
  x: -0.78125vw;
  y: -0.78125vw;
}

.section3 .fix .content .l .svg {
  width: 34.375vw;
  height: 21.6666666667vw;
  position: absolute;
  top: 5.6770833333vw;
  left: 0.8854166667vw;
}

.section3 .fix .content .l .svg image {
  width: 1.0416666667vw;
  transform: rotate(-90deg) translate(0.2604166667vw, 0.5208333333vw);
}

.section3 .fix .content .l .point {
  position: absolute;
  width: 16.4583333333vw;
  height: 9.7395833333vw;
  background: #fff;
  padding: 1.3020833333vw 0 1.1458333333vw 0;
  box-shadow: 0px 8px 25.1px rgba(0, 0, 0, 0.05);
}

.section3 .fix .content .l .point .icon {
  width: 2.7083333333vw;
  height: 2.65625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.section3 .fix .content .l .point .icon img {
  object-fit: contain;
}

.section3 .fix .content .l .point .text {
  color: #666;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.26px;
  margin: 1.3020833333vw 0 0 0;
}

.section3 .fix .content .l .point1 {
  left: 16.4583333333vw;
  top: 0;
}

.section3 .fix .content .l .point2 {
  left: 0;
  bottom: 0;
}

.section3 .fix .content .l .point3 {
  right: 0;
  top: 15.46875vw;
}

.section4 {
  padding: 13.0729166667vw 17.0833333333vw 12.2395833333vw 17.9166666667vw;
}

.section4 .title {
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin: 0 0 3.125vw;
}

.section4 .content {
  display: flex;
  justify-content: space-between;
}

.section4 .content .item {
  width: 29.375vw;
  height: 25.0520833333vw;
  background: #fff;
  padding: 3.125vw 1.3541666667vw 2.96875vw 1.8229166667vw;
  box-shadow: 0px 8px 25.1px rgba(0, 0, 0, 0.05);
}

.section4 .content .item .icon {
  width: 5.5729166667vw;
  height: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section4 .content .item .icon img {
  object-fit: contain;
}

.section4 .content .item .p1 {
  margin: 2.2916666667vw 0 1.25vw;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 2.7083333333vw;
  /* 144.444% */
  letter-spacing: -0.18px;
}

.section4 .content .item .p2 {
  color: #999;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
  /* 140% */
}

@media screen and (max-width: 768px) {
  .section1 {
    padding: 100px 5% 40px 5%;
  }

  .section1 .top {
    padding: 0;
    flex-direction: column;
  }

  .section1 .top .l {
    width: 100%;
  }

  .section1 .top .l .p1 {
    line-height: 1.2;
    margin: 0 0 15px;
  }

  .section1 .top .img {
    width: 100%;
    margin: 25px 0 0 0;
  }

  .section1 .bottom {
    display: none;
  }

  .section1 .sj_bottom {
    display: block !important;
    margin: 50px 0 0 0;
  }

  .section1 .sj_bottom p {
    font-size: 18px;
  }

  .section1 .sj_bottom p .dian {
    width: 20px;
    margin: 0 10px;
  }

  .section2 {
    padding: 50px 5%;
  }

  .section2 .content {
    margin: 30px 0 0 0;
    flex-direction: column;
    gap: 20px;
  }

  .section2 .content .item {
    width: 100%;
  }

  .section2 .content .item::before,
  .section2 .content .item::after {
    display: none;
  }

  .section2 .content .item .img {
    width: 110px;
    height: 60px;
  }

  .section2 .content .item .text {
    transform: translateY(0);
  }

  .sj_section3 {
    display: block !important;
    padding: 60px 16px;
  }

  .sj_section3 .title {
    color: #000;
    text-align: center;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin: 0 0 18.6666666667vw;
  }

  .sj_section3 .content {
    width: 79.2vw;
    position: relative;
    margin: 0 0 0 1.8666666667vw;
  }

  .sj_section3 .content .img {
    width: 100%;
  }

  .sj_section3 .content .item {
    width: 37.8666666667vw;
    height: 22.4vw;
    background: #FFF;
    border: 1px solid #F7F7F7;
    box-shadow: 0px 3.401px 10.669px rgba(0, 0, 0, 0.05);
    padding: 4.2666666667vw 0 2.4vw;
    position: absolute;
  }

  .sj_section3 .content .item .icon {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .sj_section3 .content .item .icon svg {
    max-width: 100%;
    max-height: 100%;
  }

  .sj_section3 .content .item .text {
    color: #666;
    text-align: center;
    font-size: 2.1333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.111px;
    margin: 2.1333333333vw 0 0 0;
  }

  .sj_section3 .content .item1 {
    top: -13.0666666667vw;
    right: 5.3333333333vw;
  }

  .sj_section3 .content .item2 {
    bottom: -9.3333333333vw;
    left: -1.8666666667vw;
  }

  .sj_section3 .content .item3 {
    right: -9.8666666667vw;
    bottom: 4.8vw;
  }

  .sj_section3 .content .jt1 {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 14.1333333333vw;
    left: 15.7333333333vw;
    position: absolute;
  }

  .sj_section3 .content .jt2 {
    position: absolute;
    top: 13.3333333333vw;
    right: -1.6vw;
    width: 3.7333333333vw;
    height: 2.1333333333vw;
  }

  .sj_section3 .content2 {
    margin: 16vw 0 0 0;
  }

  .sj_section3 .content2 .item {
    background: #FFF;
    box-shadow: 0px 1.77px 22.122px 0px rgba(0, 0, 0, 0.1);
    padding: 9.6vw 9.8666666667vw 12vw 6.9333333333vw;
  }

  .sj_section3 .content2 .item:not(:last-child) {
    margin: 0 0 4vw;
  }

  .sj_section3 .content2 .item .p1 {
    color: #000;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 1.3333333333vw;
  }

  .sj_section3 .content2 .item .p2 {
    color: #999;
    font-size: 2.6666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2vw;
    /* 123.886% */
  }

  .section3 {
    height: auto !important;
    padding: 50px 5%;
    display: none;
  }

  .section3 .fix {
    height: auto !important;
  }

  .section3 .fix .wrap {
    top: 0;
  }

  .section3 .fix .wrap .title {
    margin: 0 0 25px;
  }

  .section3 .fix .wrap .content {
    padding: 0;
    flex-direction: column;
  }

  .section3 .fix .wrap .content .l {
    width: 100%;
    height: auto;
  }

  .section3 .fix .wrap .content .l .svg {
    display: none;
  }

  .section3 .fix .wrap .content .l .point {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 5%;
    background: #f8f8f8;
    margin: 0 0 20px;
    box-shadow: unset;
  }

  .section3 .fix .wrap .content .l .point .icon {
    width: 40px;
    height: 40px;
  }

  .section3 .fix .wrap .content .l .point .text {
    line-height: 1.4;
  }

  .section3 .fix .wrap .content .r {
    width: 100%;
    height: auto;
  }

  .section3 .fix .wrap .content .r:after {
    display: none;
  }

  .section3 .fix .wrap .content .r .y {
    transform: none !important;
  }

  .section3 .fix .wrap .content .r .item {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .section3 .fix .wrap .content .r .item:not(:last-child) {
    margin: 0 0 30px;
  }

  .section3 .fix .wrap .content .r .item .p1 {
    margin: 0 0 15px;
  }

  .section3 .fix .wrap .content .r .item .p2 {
    line-height: 1.4;
  }

  .section4 {
    padding: 50px 5%;
  }

  .section4 .title {
    margin: 0 0 30px;
  }

  .section4 .content {
    flex-direction: column;
    gap: 20px;
  }

  .section4 .content .item {
    width: 100%;
    height: auto;
    padding: 30px 5%;
  }

  .section4 .content .item .icon {
    width: 40px;
    height: 40px;
  }

  .section4 .content .item .p1 {
    line-height: 1.4;
    margin: 25px 0;
  }

  .section4 .content .item .p2 {
    line-height: 1.4;
  }
}

/*# sourceMappingURL=solution2.css.map */