.home .section1 {
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
  padding: 8.3333333333vw 12.5vw;
  display: flex;
  justify-content: space-between;
}

.home .section1 .l {
  width: 33.3333333333vw;
}

.home .section1 .l .t {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.0416666667vw;
  width: 13.4375vw;
  border-bottom: 0.1041666667vw solid rgba(5, 18, 40, 0.6);
  padding-bottom: 0.2083333333vw;
}

.home .section1 .l .t2 {
  margin: 2.0833333333vw 0 2.9166666667vw 0;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.5;
  font-size: 2.6041666667vw;
  letter-spacing: 0.1px;
  font-family: "Montserrat";
  font-weight: 300;
}

.home .section1 .l .des {
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  font-size: 0.9375vw;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

.home .section1 .r {
  overflow: hidden;
}

.home .section1 .r img {
  width: 38.4375vw;
  height: 23.75vw;
  object-fit: cover;
  border-radius: 1.0416666667vw;
  transition: all 600ms ease-in-out;
}

.home .section1 .r:hover img {
  transform: scale(1.05);
}

.home .section2 {
  padding: 13.9583333333vw 0 6.4583333333vw;
}

.home .section2 .wrap {
  width: 75vw;
  margin: 0 auto;
}

.home .section2 .wrap .swiper_box {
  position: relative;
}

.home .section2 .wrap .swiper_box .btn {
  width: 78.125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.home .section2 .wrap .swiper_box .btn .swiper_btn {
  width: 3.125vw;
  height: 3.125vw;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  cursor: pointer;
  pointer-events: auto;
}

.home .section2 .wrap .swiper_box .btn .swiper_btn img {
  display: block;
  width: 0.8333333333vw;
  transition: 0.6s;
}

.home .section2 .wrap .swiper_box .btn .swiper_btn:hover {
  background: #000;
}

.home .section2 .wrap .swiper_box .btn .swiper_btn:hover img {
  filter: invert(1);
}

.home .section2 .wrap .swiper_box .btn .swiper_btn:nth-child(2) {
  transform: rotate(180deg);
  background: #000;
}

.home .section2 .wrap .swiper_box .btn .swiper_btn:nth-child(2) img {
  filter: invert(1);
}

.home .section2 .wrap .swiper_box .btn .swiper_btn:nth-child(2):hover {
  background: #fff;
}

.home .section2 .wrap .swiper_box .btn .swiper_btn:nth-child(2):hover img {
  filter: invert(0);
}

.home .section2 .wrap .swiper_box .sec2_swiper {
  width: 100%;
  overflow: hidden;
  padding: 1.1458333333vw 0 0;
}

.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide {
  position: relative;
}

.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide .num {
  width: 2.1875vw;
  height: 2.1875vw;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1.5625vw;
  top: -1.09375vw;
  background: #ffffff;
  transition: 0.6s;
}

.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
  height: 13.1770833333vw;
  border-radius: 1.0416666667vw;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.6666666667vw 0 0;
  transition: 0.6s;
}

.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5833333333vw;
  height: 4.5833333333vw;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  margin: 0 0 1.5625vw;
}

.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide .item .icon img {
  display: block;
  max-width: 2.0833333333vw;
}

.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide .item p {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1vw;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  transition: 0.6s;
}

.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide.on .num,
.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide:hover .num {
  background: #3FAEEE;
  border: 1px solid #3FAEEE;
  color: #ffffff;
}

.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide.on .item,
.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide:hover .item {
  background: #DDF2FF;
  border: 1px solid #3FAEEE;
}

.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide.on .item p,
.home .section2 .wrap .swiper_box .sec2_swiper .swiper-wrapper .swiper-slide:hover .item p {
  color: #0EA6FE;
}

.home .section2 .wrap .control {
  margin: 3.125vw 0 0;
  display: flex;
  justify-content: space-between;
}

.home .section2 .wrap .control .control_item {
  position: relative;
  z-index: 1;
}

.home .section2 .wrap .control .control_item .control_item_sq {
  width: 24.2708333333vw;
  height: 100%;
  border-radius: 1.0416666667vw;
  border: 2px solid #fff;
  box-shadow: 0.2083333333vw 0.2083333333vw 1.5625vw rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 1.875vw 1.875vw 1.0416666667vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.6s;
  cursor: pointer;
}

.home .section2 .wrap .control .control_item .control_item_sq ul {
  margin: 0 0 1.40625vw;
}

.home .section2 .wrap .control .control_item .control_item_sq ul li {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.9895833333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  padding: 0 0 0 0.625vw;
  position: relative;
}

.home .section2 .wrap .control .control_item .control_item_sq ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home .section2 .wrap .control .control_item .control_item_sq ul li:not(:nth-last-child(1)) {
  margin-bottom: 0.625vw;
}

.home .section2 .wrap .control .control_item .control_item_sq .control_item_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8333333333vw 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.home .section2 .wrap .control .control_item .control_item_sq .control_item_bottom h5 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  margin: 0;
}

.home .section2 .wrap .control .control_item .control_item_sq .control_item_bottom .icon img {
  width: 1.6666666667vw;
}

.home .section2 .wrap .control .control_item .control_item_sq:hover {
  border: 2px solid #3DB8FF;
}

.home .section2 .wrap .control .control_item .control_item_sq:hover {
  transform: scale(1.1);
}

.home .section2 .wrap .control .control_item.on .control_item_sq {
  border: 2px solid #3DB8FF;
}

.home .section2 .wrap .control .control_item:hover {
  z-index: 3;
}

.home .ph {
  display: none !important;
}

.home .section3 {
  background: #F5F5F5;
  padding: 4.6875vw 0 4.4791666667vw;
  position: relative;
}

.home .section3 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home .section3 .bg .logo1 {
  position: absolute;
  top: 3.5416666667vw;
  right: 3.8541666667vw;
  width: 13.6979166667vw;
}

.home .section3 .bg .logo1 img {
  display: block;
  width: 100%;
}

.home .section3 .bg .logo2 {
  position: absolute;
  bottom: 1.6145833333vw;
  left: 27.6041666667vw;
  width: 9.9479166667vw;
}

.home .section3 .bg .logo2 img {
  display: block;
  width: 100%;
}

.home .section3 .wrap {
  width: 75vw;
  margin: 0 auto;
  position: relative;
  padding: 0 2.0833333333vw 0 0;
  z-index: 3;
}

.home .section3 .wrap h1 {
  font-size: 2.0833333333vw;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin: 0 0 4.6875vw;
  font-family: Montserrat;
}

.home .section3 .wrap .flex {
  display: flex;
  justify-content: space-between;
}

.home .section3 .wrap .flex .item {
  width: 17.7083333333vw;
}

.home .section3 .wrap .flex .item .icon {
  width: 5.0520833333vw;
}

.home .section3 .wrap .flex .item .icon img {
  display: block;
  width: 100%;
}

.home .section3 .wrap .flex .item h5 {
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  margin: 50px 0 15px;
}

.home .section3 .wrap .flex .item p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
}

@media screen and (max-width: 1024px) {
  .home {
    padding-top: 60px;
  }

  .home .ph {
    display: block !important;
  }

  .home .pc {
    display: none !important;
  }

  .home .section1 {
    padding: 20px 5%;
    flex-direction: column;
  }

  .home .section1 .l {
    width: 100%;
  }

  .home .section1 .l .t {
    font-size: 20px;
    width: 80%;
    border-bottom: 2px solid rgba(5, 18, 40, 0.6);
    padding-bottom: 4px;
  }

  .home .section1 .l .t2 {
    margin: 20px 0;
    font-size: 24px;
    line-height: 1.3;
  }

  .home .section1 .l .des {
    font-size: 16px;
    line-height: 1.3;
  }

  .home .section1 .r {
    width: 100%;
    margin-top: 20px;
  }

  .home .section1 .r img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .home .section2 .wrap {
    width: 90%;
    margin: 0 auto;
  }

  .home .section2 .wrap .controlList {
    margin: 3.125vw 0 0;
    display: flex;
    justify-content: space-between;
  }

  .home .section2 .wrap .controlList .control_item_box {
    margin-bottom: 20px;
  }

  .home .section2 .wrap .controlList .control_item_box .control_item1 {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 20px 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.6s;
    cursor: pointer;
  }

  .home .section2 .wrap .controlList .control_item_box .control_item1 ul {
    margin: 0 0 20px;
  }

  .home .section2 .wrap .controlList .control_item_box .control_item1 ul li {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    padding: 0 0 0 12px;
    position: relative;
  }

  .home .section2 .wrap .controlList .control_item_box .control_item1 ul li::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 11px;
  }

  .home .section2 .wrap .controlList .control_item_box .control_item1 ul li:not(:nth-last-child(1)) {
    margin-bottom: 12px;
  }

  .home .section2 .wrap .controlList .control_item_box .control_item1 .control_item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .home .section2 .wrap .controlList .control_item_box .control_item1 .control_item_bottom h5 {
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    /* 36px */
    margin: 0;
  }

  .home .section2 .wrap .controlList .control_item_box .control_item1 .control_item_bottom .icon img {
    width: 24px;
  }

  /* .home .section2 .wrap .controlList .control_item_box .control_item1:hover, */
  .home .section2 .wrap .controlList .control_item_box .control_item1.on {
    border: 2px solid #3DB8FF;
  }

  .home .section2 .wrap .controlList .control_item_box .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0;
  }

  .home .section2 .wrap .controlList .control_item_box .flex .item {
    width: 49%;
    height: 45vw;
    border-radius: 1.0416666667vw;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 9vw 0 0;
    transition: 0.6s;
    margin-bottom: 2vw;
  }
  /* .home .section2 .wrap .controlList .control_item_box .control_item1:hover{
    border: 2px solid #fff;
  } */
  .home .section2 .wrap .controlList .control_item_box .flex .on{
    background: #DDF2FF;
    border: 1px solid #3FAEEE;

  }
  .home .section2 .wrap .controlList .control_item_box .flex .on p{
    color: #0EA6FE;
  }

  .home .section2 .wrap .controlList .control_item_box .flex .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    margin: 0 0 1.5625vw;
  }

  .home .section2 .wrap .controlList .control_item_box .flex .item .icon img {
    display: block;
    max-width: 24px;
  }

  .home .section2 .wrap .controlList .control_item_box .flex .item p {
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    /* 36px */
    transition: 0.6s;
  }

  .home .section3 {
    padding: 40px 0 10px;
  }

  .home .section3 .bg .logo1 {
    top: 109px;
    right: 15%;
    width: 101px;
  }

  .home .section3 .bg .logo2 {
    bottom: 30px;
    left: 20%;
    width: 118px;
  }

  .home .section3 .wrap {
    width: 90%;
    margin: 0 auto;
  }

  .home .section3 .wrap h1 {
    font-size: 24px;
    margin: 0 0 30px;
  }

  .home .section3 .wrap .flex {
    flex-wrap: wrap;
  }

  .home .section3 .wrap .flex .item {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
  }

  .home .section3 .wrap .flex .item .icon {
    width: 60px;
    margin: 0 auto 15px;
  }

  .home .section3 .wrap .flex .item h5 {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .home .section3 .wrap .flex .item p {
    font-size: 14px;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=solution.css.map */