body .home {
  overflow: hidden;
  background: #000;
}
body .home .sec1 {
  position: relative;
}
body .home .sec1 .bg {
  width: 100%;
  display: block;
  height: 35.4166666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
body .home .sec1 .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 0 8.3333333333vw;
  align-items: center;
  width: 100%;
}
body .home .sec1 .content .t {
  line-height: 1.05;
  font-weight: 400;
}
body .home .sec1 .content .pic img {
  width: 28.125vw;
}
body .home .sec1 .scroll {
  position: absolute;
  left: 8.3333333333vw;
  bottom: 4.8958333333vw;
  display: flex;
  align-items: center;
}
body .home .sec1 .scroll p {
  font-size: 0.625vw;
  font-weight: 500;
  color: white;
}
body .home .sec1 .scroll .line {
  width: 0.2083333333vw;
  height: 2.0833333333vw;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 1.0416666667vw;
  position: relative;
  overflow: hidden;
}
body .home .sec1 .scroll .line span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.2083333333vw;
  background: white;
  animation: goDown 2s linear infinite;
}
@keyframes goDown {
  to {
    top: 100%;
  }
}
body .home .sec2 {
  padding: 6.25vw 8.3333333333vw 0.6770833333vw 8.3333333333vw;
  position: relative;
}
body .home .sec2 .t {
  color: #FFF;
  line-height: 1;
}
body .home .sec2 .des {
  margin-top: 4.1666666667vw;
  line-height: 2;
  color: #FFF;
}
body .home .sec2 .pic {
  position: absolute;
  right: 0;
  top: 0;
}
body .home .sec2 .pic img {
  width: 14.4791666667vw;
}
body .home .sec3 {
  padding: 5.5729166667vw 0 6.25vw 8.3333333333vw;
  position: relative;
  background: url(../images/pbg.png) no-repeat;
  background-size: 100% 100%;
}
body .home .sec3 .boxs .box .t {
  color: #FFF;
  line-height: 1;
}
body .home .sec3 .boxs .box .pic {
  margin-top: 4.1666666667vw;
  overflow: hidden;
}
body .home .sec3 .boxs .box .pic img {
  width: 37.8125vw;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 600ms;
}
body .home .sec3 .boxs .box .pic:hover img {
  transform: scale(1.05);
}
body .home .sec3 .circle_box {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
}
body .home .sec3 .circle_box .line {
  width: 41.1458333333vw;
}
body .home .sec3 .circle_box .point {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  cursor: pointer;
}
body .home .sec3 .circle_box .point .icon img {
  width: 3.1770833333vw;
}
body .home .sec3 .circle_box .point p {
  color: rgba(255, 255, 255, 0.6);
  transition: all 600ms;
  max-width: 60%;
  /*white-space: nowrap;*/
}
body .home .sec3 .circle_box .point.on p {
  color: #fff;
}
body .home .sec3 .circle_box .point.point1 {
  left: 20.4166666667vw;
  top: 3.6458333333vw;
}
body .home .sec3 .circle_box .point.point2 {
  left: 10.2604166667vw;
  top: 11.40625vw;
}
body .home .sec3 .circle_box .point.point3 {
  left: 3.9583333333vw;
  top: 18.90625vw;
}
body .home .sec3 .circle_box .point.point4 {
  left: 0.78125vw;
  bottom: 6.8229166667vw;
}
body .home .sec4 {
  padding: 6.25vw 8.3333333333vw;
}
body .home .sec4 .t {
  color: #FFF;
  line-height: 1;
  margin-bottom: 4.1666666667vw;
}
body .home .sec4 .html img {
  max-width: 100%;
}
body .home .sec5 {
  padding: 4.84375vw 0 4.1666666667vw 8.3333333333vw;
  position: relative;
  background: url(../images/pInfo6.png) no-repeat;
  background-size: cover;
}
body .home .sec5 .t {
  color: #FFF;
  line-height: 1;
}
body .home .sec5 .des {
  margin: 2.0833333333vw 0 1.0416666667vw 0;
  color: rgb(255, 255, 255);
  width: 57.6041666667vw;
  line-height: 2;
}
body .home .sec5 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw 2.0833333333vw;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  gap: 0.4166666667vw;
  min-width: 7.5520833333vw;
  width: -moz-fit-content;
  width: fit-content;
}
body .home .sec5 a img {
  width: 0.5208333333vw;
}
body .home .sec6 {
  padding: 6.25vw 8.3333333333vw;
  position: relative;
  background: url(../images/pInfo7.png) no-repeat;
  background-size: cover;
}
body .home .sec6 .t {
  color: #FFF;
  line-height: 1;
  margin-bottom: 4.1666666667vw;
}
body .home .sec6 .pros {
  width: 100%;
}
body .home .sec6 .pros .swiper {
  width: 100%;
}
body .home .sec6 .pros .swiper a {
  display: block;
}
body .home .sec6 .pros .swiper a .pic {
  width: 100%;
  height: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .home .sec6 .pros .swiper a .pic .pb {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 600ms;
}
body .home .sec6 .pros .swiper a .pic .bor-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.6666666667vw;
  opacity: 0;
  transition: all 600ms;
  transform: translate(-10px, 10px);
}
body .home .sec6 .pros .swiper a .pic .bor-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.6666666667vw;
  opacity: 0;
  transition: all 600ms;
  transform: translate(10px, -10px);
}
body .home .sec6 .pros .swiper a p {
  color: #FFF;
  line-height: 2;
  margin-top: 1.25vw;
  opacity: 0.8;
  transition: all 600ms;
  text-align: center;
}
body .home .sec6 .pros .swiper a:hover .pic .pb {
  transform: scale(1.05);
}
body .home .sec6 .pros .swiper a:hover .pic .bor-bottom, body .home .sec6 .pros .swiper a:hover .pic .bor-top {
  opacity: 1;
  transform: translate(0);
}
body .home .sec6 .pros .swiper a:hover p {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body .home .sec1 .bg {
    height: 400px;
  }
  body .home .sec1 .content {
    flex-direction: column;
    padding: 0 5%;
    text-align: center;
  }
  body .home .sec1 .content .t {
    font-size: 24px;
  }
  body .home .sec1 .content .pic img {
    width: 80%;
    margin-top: 20px;
  }
  body .home .sec1 .scroll {
    left: 5%;
    bottom: 20px;
  }
  body .home .sec1 .scroll p {
    font-size: 12px;
  }
  body .home .sec1 .scroll .line {
    width: 3px;
    height: 30px;
    margin-left: 10px;
  }
  body .home .sec1 .scroll .line span {
    height: 4px;
  }
  body .home .sec2 {
    padding: 50px 5%;
  }
  body .home .sec2 .t {
    font-size: 24px;
  }
  body .home .sec2 .des {
    margin-top: 30px;
    font-size: 14px;
  }
  body .home .sec2 .pic {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
  body .home .sec2 .pic img {
    width: 50%;
  }
  body .home .sec3 {
    padding: 50px 5%;
    background-position: center;
  }
  body .home .sec3 .boxs .box .t {
    font-size: 24px;
  }
  body .home .sec3 .boxs .box .pic {
    margin-top: 30px;
  }
  body .home .sec3 .boxs .box .pic img {
    width: 100%;
  }
  body .home .sec3 .circle_box {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
  body .home .sec3 .circle_box .line {
    display: none;
  }
  body .home .sec3 .circle_box .point {
    position: static;
    display: inline-flex;
    margin: 10px;
    gap: 10px;
  }
  body .home .sec3 .circle_box .point .icon img {
    width: 30px;
  }
  body .home .sec3 .circle_box .point p {
    font-size: 12px;
  }
  body .home .sec4 {
    padding: 50px 5%;
  }
  body .home .sec4 .t {
    font-size: 24px;
    margin-bottom: 30px;
  }
  body .home .sec5 {
    padding: 50px 5%;
    background-position: center;
  }
  body .home .sec5 .t {
    font-size: 24px;
  }
  body .home .sec5 .des {
    width: 100%;
    font-size: 14px;
    margin: 20px 0;
  }
  body .home .sec5 a {
    padding: 10px 20px;
    font-size: 14px;
    gap: 8px;
  }
  body .home .sec5 a img {
    width: 10px;
  }
  body .home .sec6 {
    padding: 50px 5%;
    background-position: center;
  }
  body .home .sec6 .t {
    font-size: 24px;
    margin-bottom: 30px;
  }
  body .home .sec6 .pros .swiper a .pic {
    height: 120px;
  }
  body .home .sec6 .pros .swiper a .pic .bor-bottom, body .home .sec6 .pros .swiper a .pic .bor-top {
    width: 15px;
  }
  body .home .sec6 .pros .swiper a p {
    margin-top: 10px;
  }
}