@charset "utf-8";
@import url('./font.css');

*,
body {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
}

.business-scrollbox{
    min-height: 600vh;
    position: relative;
}

.business {
    min-height: 70vh;
    background: url("./../img/bg.png") 0 0 no-repeat;
    background-size: cover;
    padding: 15vh 80px;
    position: sticky;
    top: 0;
}

.business::after {
    content: "";
    background: inherit;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: blur(30px);
}

.business-content {
    background: url("./../img/Group178.png") 0 0 no-repeat;
    background-size: 100% auto;
    background-position-y: 20px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}

.business-left {
    width: 557px;
    margin-right: 181px;
}

.business-left>div:nth-child(2) img {
    margin-top: 8%;
    height: 18px;
    margin-bottom: 10%;
}

.business-info-box1 h2 {
    font-size: 3rem;
    font-weight: normal;
    line-height: 6rem;
    will-change: transform;
    transform: translate3d(0px, 0%, 0px);
    transform-style: preserve-3d;
}

.business-info-box1 p {
    font-size: 22px;
    line-height: 2rem;
    height: 125px;
    color: #555;
    will-change: transform;
    transform: translate3d(0px, 0%, 0px);
    transform-style: preserve-3d;
}

.business-scrollbar > div{
    height: 3px;
    width: 220px;
    position: relative;
    margin: 50px 0 98px 0;
    overflow: hidden;
    background: linear-gradient(to right, white 0%, white 100px, transparent 100px, transparent 120px, white 120px, white 100%);
}

.business-scrollbar >::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  width: 20px;
  height: 3px;
  background-color: transparent;
  z-index: 2;
}

.business-scrollbar > div > div{
    height: 3px;
    /* background-color: #3763fc; */
    width: 100px;
    position: absolute;
    top: 0;
    left: -100px;
}

.business-scrollbar img {
    margin: 8% 0px;
}

.business-right {
    position: relative;
}

.business-right p{
    font-size: 102.79px;
    position: absolute;
    top: -45px;
    left: -47px;
    font-family: Outfit-Thin;
}

.business-right p::before {
    content: attr(data-text); /* 使用伪元素显示文字 */
    position: absolute;
    top: 0;
    font-family: Outfit-Thin;
    left: 50%;
    transform: translateX(-50%); /* 将文字居中对齐 */
    color: #fff; /* 黑色文字 */
    clip-path: polygon(108px 64px, 100% 65px, 100% 100%, 107px 100%);
  }

.business-right div{
    background: url("./../img/Frame\ 75.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    margin-left: 60px;
    padding: 50px;
}

.business-info-title{
    height: 6rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
    overflow: hidden;
}

.business-info-text{
    /* height: 4rem; */
    height: 125px;
    flex-direction: column;
    align-items: flex-start;
    display: grid;
    overflow: hidden;
}

.product-scrollbox{
    min-height: 200vh;
    position: relative;
}

.product {
    background: url("./../img/Frame180.png") bottom no-repeat;
    background-size: cover;
    padding: 20vh 80px 5vh 80px;
    min-height: 75vh;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.product-content {
    background: url("./../img/Group196.png") no-repeat;
    background-position-x: 30%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-left {
    width: 51%;
    min-width: 300px;
}

.product-right {
    width: 60px;
    margin-right: 10%;
    margin-top: 50px;
}

.product-right>a>div {
    font-size: 0;
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-info-right{width: 120px;}

.product-info-right h3{font-size: 24px;font-family: Alibaba PuHuiTi-Bold;}

.product-info-right p{font-family: Outfit-Light;font-size: 18px;line-height: 26px;}

.product-right>a>div>div {
    background-color: #0066FF;
    filter: blur(5px);
    height: 100%;
    border-radius: 50%;
    width: 100%;
}

.product-right>a>div:hover>div {
    filter: blur(0px);
}

.product-right>a>div>img {
    position: absolute;
    z-index: 2;
}

.product-canvas{
    position: absolute;
    top: 0;
    right: calc( 10% - 100px);
    /* width: 50%; */
}

.product-canvas canvas{
    /* width: 120% !important; */
    /* height: 120% !important; */
    cursor: auto !important;
    margin-top: calc(-5%);
    /* margin-left: -15%; */
    /* margin-bottom: 300px; */
}

.product-info {
    margin: 30% 20% 30% 200px;
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
    min-width: 400px;
}

.product-info-left p {
    color: #333;
    line-height: 1.8rem;
    margin-right: 20px;
    width: 300px;
    margin-top: 10px;
}

.product-introduction {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.product-box {
    display: flex;
    width: 20%;
    padding: 50px 2%;
    border: 1px #666 solid;
    border-width: 0 1px 1px 1px;
    align-items: center;
    min-width: 245px;
    justify-content: center;
    cursor: pointer;
    transition: padding .2s ease-in-out;
}

.product-box:hover{
    background: linear-gradient(to bottom, transparent,#fff);
    padding: 40px 2% 60px 2%;
}

.product-box>img {
    width: 70px;
    margin-right: 5px;
}

.product-box-right {
    /* width: calc(100% - 75px); */
}

.product-box-right h3 {
    line-height: 2rem;
    margin-bottom: 6px;
}

.aboutus-box{
    min-height: 200vh;
}

.aboutus {
    /* color: #fff;
    background: url("./../img/Frame181.png") no-repeat;
    background-size: 80% auto;
    background-position-x: 50%; */
    background-color: rgba(0, 0, 0, 1);
    padding: 15vh 5% 5vh 5%;
    min-height: 80vh;
    position: sticky;
    overflow: hidden;
    top: 0;
}

.aboutus .about-bg{
    width: 80%;
    position: absolute;
    left: 50%;
    top: 0;
}

.aboutus-pics {
    margin-top: 6%;
    position: relative;
}

.aboutus-pics>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.aboutus-pics>div>img:nth-child(1),.aboutus-pics>div>img:nth-child(3){
    margin-top: 200px;
}

.aboutus-pics>div>img:nth-child(2),.aboutus-pics>div>img:nth-child(4){
    margin-bottom: 300px;
}

.aboutus-pics>p {
    position: absolute;
    width: 100%;
    top: 0;
    padding-left: 35%;
    overflow: hidden;
    height: 230px;
}

.aboutus-pics>p img{
    position: absolute;
    top: 230px;
}

.aboutus-scroll{
    cursor: pointer;
}

.aboutus-info {
    margin-top: -20%;
    /* display: flex; */
    /* align-items: center; */
    color: #fff;
    margin-left: 80%;
    /* width: 100%; */
    width: 1920px;
}

.aboutus-info h2 {
    font-weight: normal;
    font-size: 2.5rem;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}

.aboutus-info p {
    width: 450px;
    margin-right: 80px;
    line-height: 1.8rem;
    display: inline-block;
    vertical-align: middle;
}

.yipin img {
    width: 100%;
}

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

footer {
    margin-top: -30px;
    position: relative;
}