body .home .container .sec1 {
  padding: 6.25vw 12.5vw;
  background: #F9F9F9;
}

body .home .container .sec1 .content {
  display: flex;
  margin-top: 3.75vw;
  align-items: center;
}

body .home .container .sec1 .content .des {
  width: 37.2916666667vw;
  margin: 0 4.1666666667vw;
}

body .home .container .sec1 .content .pic {
  width: 30.4166666667vw;
  height: 24.2708333333vw;
  border-radius: 10px;
}

body .home .container .sec1 .content .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body .home .container .wrap {
  padding: 6.25vw 12.5vw;
  padding-top: 0;
}

body .home .container .wrap .sec2 {
  padding-top: 6.25vw;
}

body .home .container .wrap .sec2 .content {
  margin-top: 4.7916666667vw;
  display: flex;
  justify-content: space-between;
}

body .home .container .wrap .sec2 .content .lbox {
  width: 24.375vw;
  margin-top: 1.9791666667vw;
}

body .home .container .wrap .sec2 .content .lbox .item {
  display: flex;
  align-items: center;
  /* height: 3.3333333333vw; */
  padding-left: 2.0833333333vw;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 600ms;
  position: relative;
}

body .home .container .wrap .sec2 .content .lbox .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(9, 139, 238, 0.1) 0%, rgba(9, 139, 238, 0) 100%);
  transition: all 600ms;
}

body .home .container .wrap .sec2 .content .lbox .item:not(:last-child) {
  margin-bottom: 1.6666666667vw;
}

body .home .container .wrap .sec2 .content .lbox .item .icon img {
  width: 0.9375vw;
  filter: grayscale(100%);
  transition: all 600ms;
}

body .home .container .wrap .sec2 .content .lbox .item p {
  color: #333;
  line-height: 1.33;
  margin-left: 0.5208333333vw;
  transition: all 600ms;
  flex: 1;
}

body .home .container .wrap .sec2 .content .lbox .item.on {
  border-color: #006CAC;
}

body .home .container .wrap .sec2 .content .lbox .item.on::before {
  width: 100%;
}

body .home .container .wrap .sec2 .content .lbox .item.on .icon img {
  filter: grayscale(0);
}

body .home .container .wrap .sec2 .content .lbox .item.on p {
  color: #006CAC;
}

body .home .container .wrap .sec2 .content .rbox .pic {
  display: none;
  overflow: hidden;
  border-radius: 10px;
}

body .home .container .wrap .sec2 .content .rbox .pic img {
  width: 41.5625vw;
  height: 28.2291666667vw;
  object-fit: cover;
  border-radius: 10px;
  transition: all 600ms;
}

body .home .container .wrap .sec2 .content .rbox .pic:hover img {
  transform: scale(1.05);
}

body .home .container .wrap .sec2 .content .rbox .pic.on {
  display: block;
}

body .home .container .wrap .sec3 {
  padding-top: 6.25vw;
}

body .home .container .wrap .sec3 .list {
  margin-top: 3.75vw;
}

body .home .container .wrap .sec3 .list .item {
  border-radius: 10px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

body .home .container .wrap .sec3 .list .item:not(:last-child) {
  margin-bottom: 3.125vw;
}

body .home .container .wrap .sec3 .list .item:nth-child(2n) {
  flex-direction: row;
}

body .home .container .wrap .sec3 .list .item:nth-child(2n) .text {
  margin: 0 0 0 4.1666666667vw;
}

body .home .container .wrap .sec3 .list .item .pic {
  width: 30.4166666667vw;
  height: 24.2708333333vw;
  border-radius: 10px;
  overflow: hidden;
}

body .home .container .wrap .sec3 .list .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 600ms;
}

body .home .container .wrap .sec3 .list .item .text {
  width: 37.2916666667vw;
  margin-right: 4.1666666667vw;
}

body .home .container .wrap .sec3 .list .item .text .pt {
  color: #006CAC;
  line-height: 1.5;
}

body .home .container .wrap .sec3 .list .item .text .des {
  line-height: 1.5;
  margin: 2.0833333333vw 0;
}

body .home .container .wrap .sec3 .list .item .text .tip {
  color: #006CAC;
  line-height: 1.5;
}

body .home .container .wrap .sec3 .list .item:hover .pic img {
  transform: scale(1.05);
}

body .home .container .wrap .sec4 {
  margin: 6.25vw 0;
}

body .home .container .wrap .sec4 .pics {
  margin-top: 3.75vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw;
}

body .home .container .wrap .sec4 .pics .item {
  width: 100%;
}

body .home .container .wrap .sec4 .pics .item .pic {
  border-radius: 10px;
}

body .home .container .wrap .sec4 .pics .item .pic img {
  width: 100%;
  height: 27.4479166667vw;
  object-fit: contain;
}

body .home .container .wrap .sec4 .pics .item p {
  line-height: 1.5;
  margin-top: 1.1979166667vw;
}

body .home .container .wrap .sec5 .pic {
  margin-top: 3.75vw;
}

body .home .container .wrap .sec5 .pic img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  body .home .container .sec1 {
    padding: 30px 5%;
  }

  body .home .container .sec1 .content {
    margin-top: 30px;
    flex-direction: column;
  }

  body .home .container .sec1 .content .des {
    width: 100%;
    margin: x 0;
    line-height: 1.5;
  }

  body .home .container .sec1 .content .pic {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  body .home .container .wrap {
    padding: 30px 5%;
    padding-top: 0;
  }

  body .home .container .wrap .sec2 {
    padding-top: 30px;
  }

  body .home .container .wrap .sec2 .content {
    margin-top: 30px;
    flex-direction: column;
  }

  body .home .container .wrap .sec2 .content .lbox {
    width: 100%;
    margin-top: 0;
  }

  body .home .container .wrap .sec2 .content .lbox .item {
    /* height: 40px; */
    padding-left: 20px;
  }

  body .home .container .wrap .sec2 .content .lbox .item:not(:last-child) {
    margin-bottom: 15px;
  }

  body .home .container .wrap .sec2 .content .lbox .item .icon img {
    width: 18px;
  }

  body .home .container .wrap .sec2 .content .lbox .item p {
    margin-left: 10px;
  }

  body .home .container .wrap .sec2 .content .rbox {
    margin-top: 20px;
  }

  body .home .container .wrap .sec2 .content .rbox .pic img {
    width: 100%;
    height: auto;
  }

  body .home .container .wrap .sec3 {
    padding-top: 60px;
  }

  body .home .container .wrap .sec3 .common_title p {
    font-size: 20px;
  }

  body .home .container .wrap .sec3 .list {
    margin-top: 30px;
  }

  body .home .container .wrap .sec3 .list .item {
    flex-direction: column !important;
    margin-bottom: 30px !important;
  }

  body .home .container .wrap .sec3 .list .item .pic {
    width: 100%;
    height: auto;
  }

  body .home .container .wrap .sec3 .list .item .text {
    width: 100%;
    margin: 20px 0 !important;
    padding: 0 20px;
  }

  body .home .container .wrap .sec3 .list .item .text .pt {
    font-size: 18px;
  }

  body .home .container .wrap .sec3 .list .item .text .des {
    margin: 10px 0;
  }

  body .home .container .wrap .sec4 {
    margin: 30px 0;
  }

  body .home .container .wrap .sec4 .pics {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body .home .container .wrap .sec4 .pics .item .pic img {
    height: auto;
  }

  body .home .container .wrap .sec4 .pics .item p {
    margin-top: 10px;
  }

  body .home .container .wrap .sec5 .pic {
    margin-top: 30px;
  }
}

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