@font-face {
    font-family: xiaomi;
    src: url("../fonts/xiaomi.ttf");
}

body {
    font-family: "xiaomi", "Microsoft YaHei", sans-serif;
}

.common_back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#fullPage > section {
    position: relative;
    z-index: 1;
}

.section .fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1 .wrap {
    text-align: center;
}

.section1 .wrap span {
    width: fit-content;
    font-size: 50px;
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    margin: 0 auto 30px;
    position: relative;
}

.section1 .wrap span:after {
    content: attr(data-text);
    position: absolute;
    top: -11px;
    left: 102%;
    font-size: 36px;
    font-weight: normal;
    color: #FFFFFF;
}

.section1 .wrap p {
    font-size: 26px;
    font-weight: normal;
    color: #FFFFFF;
}
/*.section1 .wrap p br{*/
/*    display: none;*/
/*}*/
.section2 .wrap {
    max-width: 90%;
}

.section2 .wrap .title {
    text-align: center;
    margin-bottom: 140px;
}

.section2 .wrap .title h3 {
    color: #FFFFFF;
    font-size: 42px;
    margin-bottom: 35px;
}

.section2 .wrap .title p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 200;
}

.section2 .wrap .title p em {
    vertical-align: super;
    font-style: normal;
}

.section2 .wrap .title p span {
    font-weight: 700;
}

.section2 .wrap .title p i {
    font-style: normal;
    transform: translateY(-5px);
    display: inline-block;
}

.section2 .wrap .list {
    display: flex;
}

.section2 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.section2 .wrap .list .item:hover .text {
    transform: translateY(20px);
    color: #FF6800;
}

.section2 .wrap .list .item:not(:last-child) {
    margin-right: 147px;
}

.section2 .wrap .list .item .img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.section2 .wrap .list .item .img img {
    transition: all 1s;
}

.section2 .wrap .list .item .text {
    color: #FFFFFF;
    text-align: center;
    margin-top: 16px;
    transition: all 1s;
}

.section3 .wrap {
    width: 1398px;
    display: flex;
    position: relative;
    top: 35px;
    max-width: 90%;
}

.section3 .wrap .left {
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.section3 .wrap .left .title {
    margin-bottom: 84px;
}

.section3 .wrap .left .title h3 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.section3 .wrap .left .title p {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    font-weight: 200;
}

.section3 .wrap .left .title p span {
    font-weight: 700;
}

.section3 .wrap .left .tab {
    display: flex;
    margin-bottom: 60px;
}

.section3 .wrap .left .tab .prev,
.section3 .wrap .left .tab .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    position: relative;
    overflow: hidden;
}

.section3 .wrap .left .tab .prev::after,
.section3 .wrap .left .tab .next::after {
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background-color: #FF6800;
    position: absolute;
    z-index: -1;
    transform: translateX(-100%);
    transition: all 1s;
}

.section3 .wrap .left .tab .prev:hover,
.section3 .wrap .left .tab .next:hover {
    cursor: pointer;
    border-color: transparent;
}

.section3 .wrap .left .tab .prev:hover::after,
.section3 .wrap .left .tab .next:hover::after {
    transform: translateX(0);
}

.section3 .wrap .left .tab .prev:hover span,
.section3 .wrap .left .tab .next:hover span {
    color: #fff;
}

.section3 .wrap .left .tab .prev span,
.section3 .wrap .left .tab .next span {
    transition: all 1s;
    color: rgba(255, 255, 255, 0.5);
}

.section3 .wrap .left .tab .prev {
    margin-right: 12px;
    transform: rotate(180deg);
}

.section3 .wrap .left .canter .swiper-slide_active .img::after {
    opacity: 0;
}

.section3 .wrap .left .canter .img {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.section3 .wrap .left .canter .img::after {
    width: 100%;
    height: 100%;
    transition: all 1s;
    content: '';
    background-color: #FFFFFF;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
}

.section3 .wrap .left .bottom {
    color: #FF6D14;
    font-size: 24px;
    margin-top: 32px;
}

.section3 .wrap .left .bottom span {
    color: #fff;
    font-size: 14px;
}

.section3 .wrap .right {
    width: 500px;
    margin-left: 200px;
}

.section3 .wrap .right .img {
    border-radius: 18px;
    overflow: hidden;
}

.section3 .wrap .right .text {
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}

.section4 .common_back .swiper {
    height: 100%;
}

.section4 .common_back .swiper img {
    width: 100%;
    height: 100%;
}

.section4 .wrap .title {
    text-align: center;
    user-select: none;
}

.section4 .wrap .title h3 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
}

.section4 .wrap .title p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 200;
}

.section4 .wrap .title p span {
    font-weight: 700;
}

.section4 .wrap .page {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
}

.section4 .wrap .page .item {
    width: 200px;
    cursor: pointer;
}

.section4 .wrap .page .item:not(:last-child) {
    margin-right: 20px;
}

.section4 .wrap .page .item.active .img {
    border-color: #FF6800;
    filter: none;
}

.section4 .wrap .page .item.active .text {
    color: #FF6800;
}

.section4 .wrap .page .item:hover .img {
    filter: none;
}

.section4 .wrap .page .item .img {
    border-radius: 10px;
    overflow: hidden;
    filter: brightness(0.7);
    border: 1px solid transparent;
    transition: all 1s;
}

.section4 .wrap .page .item .text {
    text-align: center;
    margin-top: 16px;
    color: #fff;
    font-size: 18px;
    transition: all 1s;
}

.section5 .wrap {
    max-width: 90%;
}

.section5 .wrap .title {
    text-align: center;
}

.section5 .wrap .title h3 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.section5 .wrap .title p {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
}

.section5 .wrap .title p span {
    font-weight: 700;
}

.section5 .wrap .list {
    display: flex;
    margin-top: 60px;
}

.section5 .wrap .list .item:not(:last-child) {
    margin-right: 20px;
}

.section5 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.section5 .wrap .list .item:hover .text {
    color: #FF6800;
}

.section5 .wrap .list .item .img {
    border-radius: 18px;
    width: 280px;
    overflow: hidden;
}

.section5 .wrap .list .item .img img {
    transition: all 1.5s;
}

.section5 .wrap .list .item .text {
    text-align: center;
    margin-top: 16px;
    color: #fff;
    font-size: 18px;
    transition: all 1s;
}

.section6 .wrap {
    width: 100%;
    padding-left: 260px;
    display: flex;
}

.section6 .wrap .title h3 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #fff;
}

.section6 .wrap .title p {
    font-size: 20px;
    color: #fff;
    font-weight: 200;
}

.section6 .wrap .title p span {
    font-weight: 700;
}

.section6 .wrap .list .item {
    position: absolute;
    cursor: pointer;
}

.section6 .wrap .list .item:nth-child(1) {
    top: 22.814815vh;
    right: 38.708333vw;
}

.section6 .wrap .list .item:nth-child(1) .right .line {
    width: 9.53125vw;
}

.section6 .wrap .list .item:nth-child(2) {
    top: 41.907407vh;
    right: 32.604167vw;
}

.section6 .wrap .list .item:nth-child(2) .right .line {
    width: 4.47916667vw;
}

.section6 .wrap .list .item:nth-child(3) {
    top: 63.425926vh;
    right: 39.729167vw;
}

.section6 .wrap .list .item:nth-child(3) .right .line {
    width: 7.55208333vw;
}

.section6 .wrap .list .item:nth-child(4) {
    top: 56.425926vh;
    right: 15.89167vw;
}

.section6 .wrap .list .item:nth-child(4) .right .line {
    width: 3.55208333vw;
}

.section6 .wrap .list .item:nth-child(5) {
    top: 77.425926vh;
    right: 32.89167vw;
}

.section6 .wrap .list .item:nth-child(5) .right .line {
    width: 6.55208333vw;
}

.section6 .wrap .list .item:nth-child(6) {
    top: 75.425926vh;
    right: 16.89167vw;
}

.section6 .wrap .list .item:nth-child(6) .right .line {
    width: 4.55208333vw;
}

.section6 .wrap .list .item:hover .right {
    clip-path: inset(0% 0% 0% 0%);
}

.section6 .wrap .list .item:hover .right .piece .icon,
.section6 .wrap .list .item:hover .right .piece .text {
    opacity: 1;
}

.section6 .wrap .list .item .drop {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FF6800;
    position: relative;
}

.section6 .wrap .list .item .drop::after,
.section6 .wrap .list .item .drop::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    background-color: #FF6800;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: amplify 1.5s linear infinite;
}

.section6 .wrap .list .item .drop::before {
    animation-delay: 0.5s;
}

.section6 .wrap .list .item .right {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: clip-path 1s;
    clip-path: inset(0% 100% 0% 0%);
}

.section6 .wrap .list .item .right .line {
    height: 2px;
    background-color: #FF6800;
}

.section6 .wrap .list .item .right .piece {
    width: 240px;
    border-radius: 10px;
    height: 100px;
    opacity: 0.9;
    background-color: #FF6800;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section6 .wrap .list .item .right .piece .icon {
    opacity: 0;
    transition: all 1s 0.5s;
}

.section6 .wrap .list .item .right .piece .text {
    color: #fff;
    font-size: 22px;
    margin-left: 22px;
    opacity: 0;
    transition: all 1s 0.5s;
}

.section7 .wrap .title {
    text-align: center;
}

.section7 .wrap .title h3 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
}

.section7 .wrap .title P {
    font-size: 20PX;
    color: #FFFFFF;
    line-height: 32px;
}

.section7 .wrap {
    max-width: 90%;
}

@keyframes amplify {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@media screen and (max-width: 1856px) {
    .section3 .wrap .right {
        width: 36%;
    }

    .section3 .wrap .left {
        width: 50%;
    }

    .section6 .wrap .list .item .right .piece {
        width: 183px;
        height: 69px;
    }

    .section6 .wrap .list .item .right .piece .text {
        font-size: 17px;
        margin-left: 15px;
    }

    .section6 .wrap .list .item .right .piece .icon img {
        width: 25px;
    }
}

@media screen and (max-width: 1550px) {
    .section6 .wrap .list .item .right .piece {
        width: 147px;
        height: 57px;
    }
}

@media screen and (max-width: 1453px) {
    .section6 .wrap {
        padding-left: 10%;
    }

    .section6 .wrap .list .item .right .piece {
        width: 170px;
        height: 60px;
    }

    .section6 .wrap .list .item .right .piece .text {
        font-size: 17px;
    }

    .section6 .wrap .list .item:nth-child(1) .right .line {
        width: 5.53125vw;
    }

    .section6 .wrap .title h3, .section5 .wrap .title h3, .section4 .wrap .title h3, .section3 .wrap .left .title h3, .section2 .wrap .title h3, .section1 .wrap span, .section7 .wrap .title h3 {
        font-size: 34px;
    }

    .section6 .wrap .title p, .section5 .wrap .title p, .section4 .wrap .title p, .section3 .wrap .left .title p, .section2 .wrap .title p, .section1 .wrap p, .section7 .wrap .title P {
        font-size: 14px;
    }
}


@media screen and (max-width: 1453px) {
    .section3 .wrap .left .title p {
        font-size: 18px;
    }

    .section6 .wrap {
        padding-left: 10%;
    }
}

@media screen and (max-width: 1366px) {
    .section2 .wrap .list .item:not(:last-child) {
        margin-right: 0;
    }

    .section2 .wrap {
        width: 100%;
    }

    .section2 .wrap .list {
        justify-content: space-between;
    }

    .section3 .wrap {
        justify-content: space-between;
    }

    .section3 .wrap .right {
        margin-left: 0;
    }

}

@media screen and (max-width: 1306px) {
    .section3 .wrap .left .title p {
        font-size: 16px;
    }

    .section5 .wrap .list {
        justify-content: space-between;
    }

    .section5 .wrap .list .item:not(:last-child) {
        margin: 0;
    }

    .section5 .wrap .list .item {
        width: 24%;
    }

    .section5 .wrap .list .item .img {
        width: 100%;
    }
}


@media screen and (max-width: 1166px) {
    .section3 .wrap .left .title p {
        font-size: 14px;
    }
}


@media screen and (max-width: 1023px) {

    .section6 .wrap .title{
        text-align: center;
        width: 100%;
    }

    .section1 .wrap span:after{
        font-size: 22px;
    }
    .section3 .wrap .left .ding .canter{
        width: 100%;
    }
    .mobile_back{
        display: block!important;
    }

    .section1 .wrap span {
        font-size: 27px;
        margin: 0 auto 18px;
    }

    .section1 .wrap p {
        font-size: 16px!important;
    }

    /*.section1{*/
    /*    margin: 137px 0 0 0;*/
    /*}*/
    .section1 .wrap {
        padding: 70px 0;
        max-width: 90%;
        margin: auto;
        align-items: flex-end;
    }

    .section2 .wrap {
        padding: 70px 0;
    }

    .section3 .wrap .right {
        width: 42%;
        margin: 0;
    }

    .section .fp-tableCell,#fullPage > section{
        min-height: 100vh!important;
        height: auto!important;
    }
    .footer  .fp-tableCell,#fullPage > .footer,.section6 .fp-tableCell,#fullPage > .section6 {
        height: auto!important;
        min-height: auto!important;
    }

    .section2 .wrap .title h3 {
        font-size: 27px;
    }

    .section2 .wrap .title p {
        font-size: 16px;
    }

    .section2 .wrap .list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }

    .section2 .wrap .list .item .img {
        width: 100%;
        height: auto;
        transform: scale(0.8);
    }

    .section2 .wrap .title {
        margin-bottom: 52px;
    }

    .section2 .wrap .list .item .text {
        font-size: 15px;
    }

    .section3 .wrap {
        top: 0;
        padding: 70px 0;
        align-items: center;
    }

    .section3 .wrap .left {
        width: 50%;
        justify-content: unset;
        flex-direction: column;
    }

    .section3 .wrap .left .title h3 {
        font-size: 28px;
    }

    .section3 .wrap .left .title p {
        font-size: 13px;
        line-height: 24px;
    }

    .section3 .wrap .left .title {
        margin-bottom: 43px;
    }

    .section3 .wrap .left .tab {
        margin-bottom: 40px;
    }

    .section3 .wrap .left .bottom {
        font-size: 18px;
        margin-top: 29px;
    }

    .section3 .wrap .left .bottom span {
        font-size: 12px;
    }

    .section3 .wrap .left .ding {
        margin: 20px 0;
        width: 85%;
    }

    .section3 .wrap .right .text {
        text-align: left;
        font-weight: bold;
    }

    .section3 .mobile_title {
        display: none !important;
        margin: 0 0 30px 0;
    }

    .section3 .wrap .left .title {
        display: block;
    }

    .section5 .wrap .list .item .img img {
        width: 100%;
    }

    body .section6, body .section6 .fp-tableCell {
        /*height: 100vh!important;*/
    }

    .section6 .wrap .list {
        /*transform: translateX(-70px);*/
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .section6 .wrap .list .item {
        pointer-events: auto;
    }

    .section6 .wrap .list .item:nth-child(1) {
        /*top: 495px;*/
        top: 66vw;
        right: 74.13333333333333vw;
    }

    .section6 .wrap .list .item:nth-child(2) {
        top: 85.06666666666667vw;
        right: 69.6vw;
    }

    .section6 .wrap .list .item:nth-child(3) {
        top: 124.6666666666667vw;
        right: 75.06666666666667vw;
    }

    .section6 .wrap .list .item:nth-child(4) {
        top: 112.1333333333333vw;
        right: 21.46666666666667vw;
    }

    .section6 .wrap .list .item:nth-child(6) {
        top: 139.3333333333333vw;
        right: 19.73333333333333vw;
    }

    .section6 .wrap .list .item:nth-child(5) {
        top: 145.0666666666667vw;
        right: 60.26666666666667vw;
    }

    .section6 .wrap .list .item:nth-child(6) .right, .section6 .wrap .list .item:nth-child(4) .right {
        flex-direction: row-reverse;
        right: 0;
        clip-path: inset(0% 0 0% 100%);
    }

    .section6 .wrap .list .item:hover .right {
        clip-path: inset(0% 0% 0% 0%) !important;
    }

    .section6 .wrap .list .item .right .piece .icon {
        width: 21px;
    }

    .section6 .wrap .list .item .right .piece .text {
        font-size: 12px;
        margin-left: 10px;
        position: relative;
        top: 1px;
        white-space: nowrap;
    }

    .section6 .wrap .list .item .right .piece {
        width: fit-content;
        height: fit-content;
        padding: 10px 18px;
    }

    .section6 .wrap {
        width: 100%;
        height: 100%;
    }

    body .section6 .common_back {
        position: static;
    }

    .section6 .wrap {
        position: absolute;
        top: 0;
        left: 0;
    }

    .section3 .mobile_title > h3 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #FFFFFF;
    }

    .section3 .mobile_title p {
        font-size: 13px;
        line-height: 24px;
        color: #FFFFFF;
        font-weight: 200;
    }

    .section4 .wrap {
        padding: 70px 0;
        max-width: 90%;
        position: relative;
        z-index: 2;
    }

    .section4 .wrap .title h3 {
        font-size: 27px;
    }

    .section4 .wrap .title p {
        font-size: 16px;
        line-height: 24px;
    }

    .section4 .wrap .page {
        position: static;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
        transform: none;
        margin: 30px 0 0 0;
    }

    .section4 .wrap .page .item .text {
        margin-top: 10px;
        font-size: 16px;
    }

    .section4 .wrap .page .item {
        width: 100%;
        margin: 0 !important;
    }

    .section4:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .section5 .wrap {
        padding: 70px 0;
    }

    .section5 .wrap .title h3 {
        font-size: 27px;
    }

    .section5 .wrap .title p {
        font-size: 16px;
        line-height: 24px;
    }

    .section5 .wrap .list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }

    .section5 .wrap .list .item {
        width: 100%;
    }

    .section5 .wrap .list .item .text {
        margin-top: 10px;
        font-size: 16px;
    }

    .section6 .fp-tableCell {
        display: block;
    }

    .section6 .wrap {
        padding: 66px 5%;
    }

    .section6 .wrap .title p {
        font-size: 16px;
        line-height: 24px;
    }

    .section7 .wrap {
        padding: 60px 0;
    }

    .section7 .wrap .title h3 {
        font-size: 27px;
    }

    .section7 .wrap .title P {
        font-size: 16px;
        line-height: 24px;
    }

    #fullPage > section {
        overflow: hidden;
    }

    .section6 .wrap .title p span {
        letter-spacing: -0.4px;
    }

    .section6 .wrap .title h3 {
        font-size: 27px;
    }

    /*body #fullPage .section1,body #fullPage .section1 .fp-tableCell,body #fullPage .section2,body #fullPage .section2 .fp-tableCell{*/
    /*  height: 65vh!important;*/
    /*}*/
    .section3 .wrap .right .img {
        width: 100%;
        border-radius: 7px;
    }

    .section3 .wrap .right .img img {
        width: 100%;
    }

    /*body #fullPage .section7,body #fullPage .section7 .fp-tableCell{*/
    /*  height: 65vh!important;*/
    /*}*/

    .section4 .js_img{
        display: block!important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    body #fullPage .footer, body #fullPage .footer .fp-tableCell {
        min-height: auto!important;
        height: auto!important;
    }
    .section1 .wrap p br{
        display: block;
    }
    .section1 .wrap p{
        display: none;
    }
    .section1 .sj_p{
        display: block!important;
    }
}

@media screen and (max-width: 500px) {

    .section3 .wrap .right .img img:not(.sj),.section3 .wrap .left .canter .img img:not(.sj) {
        display: none;
    }
    .section3 .wrap .right .img .sj,.section3 .wrap .left .canter .img .sj{
        display: block!important;
    }
    /*.section1{*/
    /*  margin: 93px 0 0 0;*/
    /*}*/
    .section2 .wrap .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    /*body #fullPage .section2,body #fullPage .section2 .fp-tableCell{*/
    /*  height:auto!important;*/
    /*}*/
    .section3 .wrap {
        flex-direction: column-reverse;
        align-items: unset;
    }

    .section3 .wrap .left {
        width: 100%;
        margin: 0;
    }

    .section3 .wrap .right {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .section3 .wrap .left .ding {
        width: 100%;
        margin: 0;
    }

    .section4 .wrap .page {
        grid-template-columns: repeat(2, 1fr);
    }

    .section5 .wrap .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .section3 .mobile_title {
        display: block !important;
    }

    .section3 .wrap .left .title {
        display: none;
    !important;
    }

    .section3 .wrap .left .tab {
        display: none;
    }

    .section3 .wrap .left .bottom {
        display: none;
    }

    .section3 .wrap .right .swiper .swiper-slide {
        flex-direction: column-reverse;
        display: flex;
    }

    .section3 .wrap .right .text {
        margin: 0 0 15px 0;
        font-size: 18px;
    }

    .section3 .wrap .right .img {
        height: auto;
    }

    .section3 .wrap .left .canter .img {
        height: auto;
    }
}
