﻿body {
    background: #F5F5F7;
}
.txt {
    opacity: 1;
    transform: scale(1);
    animation: enter 1.3s ease forwards;
    -webkit-animation: enter 1.3s ease forwards;
}
#product {
    position: relative;
    width: 100%;
    background-size: 100% auto;
    height: 600px;
    background: url(../i/product-banner.png) top center no-repeat;
}
#product .title {
    width: 100%;
    padding-left:230px;
    margin: 0 auto;
    padding-top: 200px;
}

#product .title h2 {
    height: 49px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 49px;
    text-align: left;
    color: #FFFFFF;
}
#product .title p {
    height: 32px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 20px;
    width:976px;
    margin-bottom:32px;
}
#product .title .yuyue {
    overflow: hidden;
    zoom: 1;
}
#product .title .yuyue span {
    display: block;
    margin-right: 20px;
    float: left;
    cursor: pointer;
    margin-top: 40px;
}
#product .title .yangshi {
    width: 104px;
    height: 45px;
    background: #165DFF;
    border-radius: 2px;
    line-height: 45px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
}
#product .title .duihua {
    width: 104px;
    height: 45px;
    line-height: 45px;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 2px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
}

#pro-nav {
    height: 72px;
    width: 100%;
    margin-top: -72px;
}
#pro-nav .nav {
    width: 100%;
    height: 72px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

#pro-nav .nav .nav-con {
    width: 797px;
    height: 72px;
    margin: 0 auto;
}
#pro-nav .nav .nav-con ul {
    height:100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items:center;
}
#pro-nav .nav .nav-con ul li {
    height: 28px;line-height:28px;
}
#pro-nav .nav .nav-con ul .line-y {
    height:24px;
    width: 0px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}
#pro-nav .nav .nav-con ul li{
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #D5E2E8;
}
#pro-nav .nav .nav-con ul li a{
    font-weight: 400;
}
#pro-nav .nav .nav-con ul .on a {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
#pro-feat {
    padding: 60px 0px;
    background: #F9FBFF;
}
#pro-feat .tit{
    width:1440px;margin:0 auto;
}
#pro-feat .tit h3{
    height: 48px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #252B3A;
}
#pro-feat .tit p {
    height: 22px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #3D485D;
    margin-top: 8px;
}
#pro-feat .con1{
    width:1440px; margin:0 auto; margin-top:64px;
}
#pro-feat .con1 ul{
    display:flex;flex-flow:row;justify-content:space-between;

}
#pro-feat .con1 ul li {
    width: 342px;
    height: 178px;
    border-top: 4px solid #165DFF;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
}
#pro-feat .con1 ul li span {
    margin-left: 144px;
    width: 175px;
    display: block;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #252B3A;
}
#pro-feat .con2 {
    width: 1440px;
    margin: 0 auto;
    margin-top: 64px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 6px;
}

#pro-feat .con2 ul{
    display:flex;flex-flow:row;flex-wrap:wrap;margin:0 auto;justify-content:space-between;
}
#pro-feat .con2 ul li {
    width: 360px;
    height: 78px;
    margin-top: 40px;
    padding-left:64px;
}
#pro-feat .con2 ul li h4 {
    height: 38px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #252B3A;
}
    #pro-feat .con2 ul li div {
        height: 4px;
        overflow: hidden;
        border-radius: 6px;
        display: block;
        background: #fff;
        position: relative;
        margin-top: 4px;
    }
    #pro-feat .con2 ul li div::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        transform-origin: left;
        -webkit-animation: LeftToRight 6s linear;
        animation: LeftToRight 6s linear;
    }
    #pro-feat .con2 ul li:nth-child(1) div {
        width: 66px;
    }

        #pro-feat .con2 ul li:nth-child(1) div::after {
            background: #00B42A;
        }

@keyframes LeftToRight {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}


#pro-feat .con2 ul li:nth-child(2) div {
    width: 60px;
}

    #pro-feat .con2 ul li:nth-child(2) div::after {
        background: #3491FA;
    }

#pro-feat .con2 ul li:nth-child(3) div {
    width: 50px;
}

    #pro-feat .con2 ul li:nth-child(3) div::after {
        background: #F77234;
    }

#pro-feat .con2 ul li:nth-child(4) div {
    width: 120px;
}

    #pro-feat .con2 ul li:nth-child(4) div::after {
        background: #0FC6C2;
    }

#pro-feat .con2 ul li:nth-child(5) div {
    width: 41px;
}

    #pro-feat .con2 ul li:nth-child(5) div::after {
        background: #F77234;
    }

#pro-feat .con2 ul li:nth-child(6) div {
    width: 136px;
}

    #pro-feat .con2 ul li:nth-child(6) div::after {
        background: #1FBD44;
    }

#pro-feat .con2 ul li:nth-child(7) div {
    width: 97px;
}

    #pro-feat .con2 ul li:nth-child(7) div::after {
        background: #0FC6C2;
    }

#pro-feat .con2 ul li:nth-child(8) div {
    width: 50px;
}

    #pro-feat .con2 ul li:nth-child(8) div::after {
        background: #3491FA;
    }
#pro-feat .con2 ul li p {
    height: 28px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #252B3A;
    margin-top:4px;
}

.pro-smart {
    background: #FFFFFF;
    padding-top:64px;
}
.pro-smart .tit{
    width:1440px; margin:0 auto;
}
.pro-smart .tit h3 {
    height: 48px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #252B3A;
}
.pro-smart .tit p {
    height: 22px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #3D485D;
    margin-top:8px;
}

.pro-smart .con{
    width:1440px;margin:0 auto;
    margin-top:64px; display:flex;flex-flow:row;justify-content:space-between;
}
.pro-smart .con .left{
    width:700px;
}
.pro-smart .con .left{
    padding-top:18px;
}
.pro-smart .con .left h3 {
    background: url(../i/pro-pttx.png) no-repeat;
    height: 45px;
    width: 100%;
    text-indent: -9999px;
}
.pro-smart .con .left p {
    margin-top: 24px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D485D;
    background: url(../i/pro-p.png) no-repeat;
    padding-left: 34px;
    text-align:justify;
}
.pro-smart .con .left .tou {
    height: 32px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #3D485D;
    padding-left:12px;
    position:relative;
    background:none;
}
.pro-smart .con .left .tou56{
    margin-top:56px;
}
.pro-smart .con .left .tou32 {
    margin-top: 32px;
}
.pro-smart .con .left .tou i {
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 4px;
    height: 16px;
    background: #165DFF;
}

.pro-smart .con .left .ptys {
    margin-top: 30px;
    background: url(../i/pro-ptys.png) no-repeat;
}
.pro-smart .con .left .ptys102 {
    margin-top:102px;
}
.pro-smart .con .left .ptys148 {
    margin-top: 148px;
}
.pro-smart .con .left .ptys116 {
    margin-top: 116px;
}
.pro-smart .con .left ul{
    display:flex;flex-flow:row;justify-content:space-between; flex-wrap:wrap;
}

.pro-smart .con .left ul li {
    width: 207px;
    height: 81px;
    border-radius: 6px;
    margin-top: 24px;
    display: flex;
    align-items: center;
}
.pro-smart .con .left ul li:nth-child(1) {
    background: url(../i/pro-youshi1.png) right 3px bottom no-repeat;
    background-color: #F1F5FB;
}
.pro-smart .con .left ul li:nth-child(2) {
    background: url(../i/pro-youshi2.png) right 3px bottom no-repeat;
    background-color: #F1F5FB;
}
.pro-smart .con .left ul li:nth-child(3) {
    background: url(../i/pro-youshi3.png) right 3px bottom no-repeat;
    background-color: #F1F5FB;
}
.pro-smart .con .left ul li:nth-child(4) {
    background: url(../i/pro-youshi4.png) right 3px bottom no-repeat;
    background-color: #F1F5FB;
}
.pro-smart .con .left ul li:nth-child(5) {
    background: url(../i/pro-youshi5.png) right 3px bottom no-repeat;
    background-color: #F1F5FB;
}
.pro-smart .con .left ul li:nth-child(6) {
    background: url(../i/pro-youshi6.png) right 3px bottom no-repeat;
    background-color: #F1F5FB;
}
.pro-smart .con .left ul li div{
    display:block;
    width:142px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #252B3A;
    margin-left: 12px;
}


.pro-smart .con .right {
    width: 690px;
    height: 810px;
    border-radius: 16px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

        .pro-smart .con .right .img {
            width: 690px;
            height: 573px;
            background: url(../i/AppleiMacBg.png) no-repeat;
            margin-top: 48px;
            position: relative;
        }

            .pro-smart .con .right .img img {
                width: 636px;
                height: 358px;
                margin-top: 27px;
                margin-left: 27px;
            }

            .pro-smart .con .right .img .logo {
                width: 125px;
                height: 63px;
                position: absolute;
                bottom: 98px;
                left: 283px;
                display: block;
                background: url(../i/AppleiMacLogo.png) no-repeat;
            }


.pro-smart1 {
    padding-bottom: 64px;
}
.pro-thing {
    padding-bottom: 64px;
}
.pro-ifact {
    background: #F9FBFF;
    padding-bottom: 64px;
}
.pro-xcube {
    padding-bottom: 64px;
    background: #F9FBFF;
}

#detail .detail-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#detail .detail-con .detail-left {
    width: 1000px;
    min-height: 342px;
    height:auto;
    background: #FFFFFF;
    border-radius: 8px;
}
#detail {
    background: #F4F6FC;
    padding: 40px 0px;
}
#detail .detail-con{
    width:1440px; margin:0 auto;
}
#detail .detail-con .detail-left {
    padding: 40px 40px 0px 40px;
}
#detail .detail-con .detail-left .title {
    margin: 0 auto;
    width: auto;
    min-width: 591px;
    margin-bottom:8px;
}

#detail .detail-con .detail-left .title h1 {
    text-align: left;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #165DFF;
    width:100%;
}

#detail .detail-con .detail-left .title .title1 {
    overflow: hidden;
    zoom: 1;
    margin-top:20px;
}

#detail .detail-con .detail-left .title .title1 span {
    height: 19px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3D485D;
    float: left;
}

#detail .detail-con .detail-left .title .title1 .zz {
    margin-right: 40px;
    min-width: 115px;
}

#detail .detail-con .detail-left .title .title1 .fbsj {
    min-width: 214px;
}

#detail .detail-con .detail-left .content, #detail .detail-con .detail-left .content p {
    margin-top: 26px;
    line-height: 28px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #252B3A;
}
#detail .detail-con .detail-left .content {
    margin-top: 40px;
}
#detail .detail-con .detail-left .content img{
    width:100%;
    margin:0 auto;
}

#detail .detail-con .detail-right {
    width: 400px;
}
#detail .detail-con .detail-right .gzh{
    min-height: 400px;
    background: #FFFFFF;
    border-radius: 8px;
    padding:40px;
    text-align:center;
}
#detail .detail-con .detail-right .gzh h3 {
    height: 48px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #3D485D;
    border-bottom: 1px solid #EFEFEF;
    text-align:left;
    margin-bottom:40px;
}
#detail .detail-con .detail-right .gzh h4 {
    height: 23px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #3D485D;
    text-align:center;
}
#detail .detail-con .detail-right .detail-other {
    /*min-height: 780px;*/
    background: #FFFFFF;
    border-radius: 8px;
    margin-top:40px;
    padding:40px;
    padding-right:20px;
}
#detail .detail-con .detail-right .detail-other h3 {
    height: 48px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #3D485D;
    border-bottom: 1px solid #EFEFEF;
    text-align: left;
}
#detail .detail-con .detail-right .detail-other ul li {
    margin-top:40px;

}
#detail .detail-con .detail-right .detail-other ul li a {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
#detail .detail-con .detail-right .detail-other ul li .oth-img, #detail .detail-con .detail-right .detail-other ul li .oth-img img {
    width: 140px;
    height: 120px;
    background: #FFC7C7;
    border-radius: 4px;
	object-fit:cover;
}
#detail .detail-con .detail-right .detail-other ul li .oth-txt{
    width:180px;
}
#detail .detail-con .detail-right .detail-other ul li .oth-txt h4 {
    height: 46px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #252B3A;
}
#detail .detail-con .detail-right .detail-other ul li .oth-txt p {
    height: 46px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #3D485D;
    text-align:justify;
    margin-top:8px;
}
#detail .detail-con .detail-left .pre-next {
    margin-top:80px;
    border-top: 1px solid #EFEFEF;
    height:160px; line-height:120px;
    padding-top:20px;
}
#detail .detail-con .detail-left .pre-next a {
    display: block;
    height: 50px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    color: #252B3A;
}
#detail .detail-con .detail-left .pre-next a:hover {
    color: #165DFF;
}

/*@media(max-width: 1439px){
    #product .title p {
        height: 32px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        color: #FFFFFF;
        margin-top: 20px;
        width: 90%;
        margin-bottom: 90px;
    }

    #pro-feat .tit {
        width: 100%;
        margin: 0 auto;
    }
    #pro-feat .con1 {
        width: 100%;
        margin-top: 0px;
        margin-top: 64px;
    }

    #pro-feat .con1 ul {
        width: 100%;
        flex-flow: wrap;
        justify-content: space-between;
        flex-direction: row;
    }

    #pro-feat .con1 ul li {
        width: 48%;
        margin-top: 16px;
    }
    #pro-feat .con1 ul li span{
        width: 60%;
    }

    #pro-feat .con2 {
        width: 100%;
        height: auto;
    }
    #pro-feat .con2 ul {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        flex-direction: row;
    }
    #pro-feat .con2 ul li {
        width: 48%;
        margin-top: 16px;
    }
    .pro-smart .tit {
        width: 100%;
    }
    .pro-smart .con{
        width: 100%;
        height: auto;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
    .com-r{
        flex-direction: column !important;
    }
    
    .pro-smart .con .left {
        padding-top: 18px;
    }
    .pro-smart .con .left {
        width: 100%;
    }
    .pro-smart .con .right {
        padding-top: 18px;
    }
    .pro-smart .con .right {
        width: 100%;
    }
    .pro-smart .con .left ul li {
        width: 32%;
        height: 81px;
        border-radius: 6px;
        margin-top: 24px;
        display: flex;
        align-items: center;
    }
    .pro-smart .con .left ul li div {
        display: block;
        width: 80%;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #252B3A;
        margin-left: 12px;
    }
}*/
@media(max-width: 750px){
    #product .title p {
        height: 32px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        color: #FFFFFF;
        margin-top: 20px;
        width: 90%;
        margin-bottom: 130px;
    }
    #pro-feat{
        background:#fff;padding-bottom:0px;
    }
    #pro-feat .tit {
        width: 95%;
        margin: 0 auto;
    }
    #pro-feat .con1 {
        width: 95%;
        margin-top: 0px;
        margin-top: 64px;
    }

    #pro-feat .con1 ul {
        width: 100%;
        flex-flow: wrap;
        justify-content: space-between;
        flex-direction: row;
    }

    #pro-feat .con1 ul li {
        width: 100%;
        margin-top: 16px;
    }
    #pro-feat .con1 ul li span{
        width: 60%;
    }

    #pro-feat .con2 {
        width: 95%; margin:0 auto;
        height: auto;
    }
    #pro-feat .con2 ul {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        flex-direction: row;
    }
    #pro-feat .con2 ul li {
         width:49%;
        margin-top: 0px;
        padding-left: 0px;
        min-height:108px;
        margin-bottom:24px;

    }
    .pro-smart .tit {
        width: 100%;
    }
    .pro-smart .con{
        width: 100%;
        height: auto;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
    .com-r{
        flex-direction: column !important;
    }
    #pro-smart .con{
        width: 100%;
        height: auto;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
    #pro-thing .com{
        width: 100%;
        height: auto;
        flex-flow: wrap;
    }

    #pro-ifact .con{
        width: 100%;
        height: auto;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
    #pro-xcube .com{
        width: 100%;
        height: auto;
        flex-flow: wrap;
    }
    
    .pro-smart .con .left {
        padding-top: 18px;
    }
    .pro-smart .con .left {
        width: 100%;
    }
    .pro-smart .con .right {
        padding-top: 18px;
    }
    .pro-smart .con .right {
        width: 100%;
    }
    .pro-smart .con .left ul li {
        width: 48%;
        height: 81px;
        border-radius: 6px;
        margin-top: 24px;
        display: flex;
        align-items: center;
    }
    .pro-smart .con .left ul li div {
        display: block;
        width: 80%;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #252B3A;
        margin-left: 12px;
    }

    #product .title {
        width: 100%;
        padding: 2rem;
        margin: 0 auto;
        position: absolute;
        top: 6rem;
    }

        #product .title h2 {
            text-align: center;font-size:2.2rem;
        }

        #product .title p {
            text-align: center;
            width: 100%;
            font-size: 1.5rem;
            line-height:2.3rem;
        }
    #pro-nav .nav .nav-con{
        width:90%;
    }
    #pro-nav .nav .nav-con ul li{
        font-size:0.8rem;
    }
        #pro-nav .nav .nav-con ul .on a, #pro-nav .nav .nav-con ul li a {
            font-size: 1.2rem;
        }
    .pro-smart .con .right .img {
        width: 100%;
        background-size: 100%;
    }
    .pro-smart .con .right .img img{
        width:92%;height:auto;margin-left:1.3rem;margin-top:1.5rem;margin-right:1.3rem;
    }
    #product {
        background-size: auto 100% !important;height:500px;
    }
    #product .title .yuyue span{
        margin-top:10px;
    }
    .pro-smart .con .right{
        height:420px;align-content:flex-start;
    }
        .pro-smart .con .right .img .logo {
            left: 37%;
            bottom: 6.8rem;
            width: 100px;
            background-size: 100px;
        }
    .pro-smart .con .right .img{
        height:373px;
    }
    .pro-smart .con{
        padding-top:0px;
    }
    .pro-smart .con .right .img{
        margin-top:0px;
    }
    .pro-smart .con .left .ptys148{
        margin-top:50px;
    }
    .pro-smart1{
        padding-bottom:0px;
    }
    .pro-smart .con .left .ptys116{
        margin-top:50px;
    }
    .pro-smart .con .left{
            
    }
    .pro-smart{
        padding-top:0px;
    }
    .pro-smart .tit{
        width:95%;
        padding-top:48px;
    }
    .pro-smart .con .right{
        width:95%;margin:0 auto;
        height:360px;
    }
        .pro-smart .con .left {
            width: 95%;
            margin: 0 auto;
        }
}

