.phone {
    display: none;
}
.quanju {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.contact {
    width: 20px;
    padding: 14px 10px;
    background: #ff6b01;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
}

.top {
    width: 40px;
    height: 40px;
    padding: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    transition: all 0.5s;
    position: relative;
    z-index: -1;
    opacity: 0;
    cursor: pointer;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
    //border-left: 1px solid red;
    //border-right: 1px solid red;
}

.nav {
    width: 100%;
    color: #000000;
    z-index: 999;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    .wrap {
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        width: 168px;
        height: 34px;
    }

    ul {
        > li {
            margin-right: 30px;
            float: left;
            cursor: pointer;
        }

        li:hover,
        li:hover > a {
            color: #ff6a00 !important;
        }
    }
    a {
        transition: all 0.3s;
        color: #000000;
    }
}

.banner {
    height: 530px;

    .wrap {
        position: relative;
    }
    .yun {
        width: 94px;
        position: absolute;
        top: 120px;
        left: -200px;
        animation: first 10s linear infinite alternate;
    }

    @keyframes first {
        0% {
            left: -200px;
        }
        50% {
            left: -100px;
        }
        100% {
            left: -200px;
        }
    }
    .left-bg {
        width: 710px;
        height: 360px;
        background: url('../images/banner_bg.png') no-repeat;
        background-size: 100%;
        position: absolute;
        top: 180px;
        left: -80px;
        //z-index: -1;
    }

    .right-bg {
        width: 732px;
        height: 824px;
        background-size: contain;
        position: absolute;
        top: -40px;
        right: -200px;
        transition: all 0.3s;
    }

    .right-bg:hover img {
        filter: blur(10px);
    }

    @keyframes logo {
        0% {
            right: -200px;
        }
        40% {
            top: 20px;
            right: -100px;
        }
        60% {
            top: 40px;
        }
        100% {
            top: -40px;
            right: -200px;
        }
    }

    .content {
        padding-top: 110px;
        box-sizing: border-box;
        position: relative;
        h2 {
            font-size: 60px;
            font-weight: bold;
            color: #ff6a00;
        }
        p {
            font-size: 30px;
        }
        .btn {
            width: 130px;
            height: 44px;
            line-height: 42px;
            border-radius: 50px;
            border: 1px solid #ff6a00;
            text-align: center;
            color: #ff6a00;
            padding: 0 10px;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.5s;
        }
        .btn:hover {
            background: #ff6a00;
            color: #fff;
        }

        .left {
            li {
                width: 480px;
                margin-top: 30px;
                div {
                    width: 26px;
                    height: 56px;
                    background: url('../images/sprite01.png') center center no-repeat;
                    background-size: contain;
                    margin-right: 20px;
                }
                p {
                    &:first-of-type {
                        font-size: 24px;
                    }
                    &:last-of-type {
                        font-size: 16px;
                    }
                }
                span {
                    position: relative;
                    top: -18px;
                    color: #ff6a00;
                }

                &:nth-of-type(2) {
                    div {
                        background: url('../images/sprite02.png') center center no-repeat;
                        background-size: contain;
                    }
                }
                &:nth-of-type(3) {
                    div {
                        background: url('../images/sprite03.png') center center no-repeat;
                        background-size: contain;
                    }
                }
                transition: all 0.5s;
            }

            li:hover {
                transform: translateX(5px);
                color: #ff6a00;
            }
        }

        .right {
            width: 856px;
            height: 430px;
            background: #000;
            position: absolute;
            top: 114px;
            right: 0;
            z-index: 9;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);

            .swiper-container {
                width: 100%;
            }

            .swiper-pagination-bullet {
                width: 30px;
                height: 2px;
                border-radius: 0;
                background: #ccc;
                opacity: 1;
            }
            .swiper-pagination-bullet-active {
                background: #ff6a00;
            }

            .banner_pic {
                position: relative;
                h3 {
                    position: absolute;
                    top: 50px;
                    left: 60px;
                    font-size: 30px;
                    font-weight: bold;
                }

                p {
                    position: absolute;
                    top: 100px;
                    left: 60px;
                    font-size: 16px;
                    width: 55%;
                    text-align: justify;
                }
                .btns {
                    position: absolute;
                    top: 240px;
                    left: 60px;
                    font-size: 22px;
                    transition: all 0.5s;
                    a {
                        color: #333;
                    }
                }
                .btns:hover {
                    transform: translateX(10px);
                }
            }
        }
    }
}

.contents {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 100px;
    background: url('../images/content_bg.png') center 0 no-repeat;
    background-size: 100%;
    .title {
        color: #555555;
        margin: 80px 0;
        h4 {
            font-size: 40px;
        }
        p {
            font-size: 18px;
            margin-top: 10px;
        }
        .btn {
            width: 88px;
            height: 34px;
            text-align: center;
            line-height: 34px;
            border-radius: 50px;
            border: 1px solid #ff6f09;
            color: #ff6f09;
            font-size: 16px;
            float: right;
            position: relative;
            top: -56px;
        }
        .btn:hover {
            background: #ff6a00;
            color: #fff;
        }
    }
    ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #dedede;
        font-size: 20px;

        li {
            flex: 1;
            text-align: center;
            padding-bottom: 16px;
            cursor: pointer;
            i {
                display: none;
            }
        }
        li:hover {
            color: #ff6a00;
        }
        li.current {
            color: #ff6a00;
            border-bottom: 2px solid #ff6a00;
            position: relative;
            top: 2px;
            color: #ff6a00;
        }

        li.current i {
            display: block;
            position: absolute;
            bottom: -26px;
            left: 50%;
            transform: translate(-50%, 0);
            color: #ff6a00;
            font-size: 40px;
        }
    }
    .mainBox {
        width: 100%;
        overflow: hidden;
    }

    .out {
        transition: all 0.5s;
        height: 420px;
    }

    ol {
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 50px;
        width: 1400px;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        float: left;

        > li {
            width: 280px;
            height: 170px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            margin-right: 80px;

            &:nth-of-type(4n) {
                margin-right: 0;
            }

            .line-top,
            .line-right,
            .line-bottom,
            .line-left {
                background: #ff6a00;
                transition: all 0.5s;
            }
            .line-top,
            .line-bottom {
                width: 100%;
                height: 2px;
                transform: translateX(-300px);
            }
            .line-right,
            .line-left {
                width: 2px;
                height: 100%;
                transform: translateY(200px);
            }
            .line-bottom {
                transform: translateX(300px);
                position: absolute;
                bottom: 0;
            }
            .line-left {
                position: absolute;
                left: 0;
            }
            .line-right {
                transform: translateY(-200px);
                position: absolute;
                right: 0;
            }

            .main-content {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                padding: 10px 20px;
                box-sizing: border-box;

                > .pic {
                    width: 42px;
                    height: 46px;
                }
                h4 {
                    font-size: 22px;
                    margin: 10px 0;
                    color: #a8a8a8;
                }
                p {
                    font-size: 16px;
                    color: #707070;
                }
            }
        }
        li:hover {
            background: #fff;
        }

        li:hover div.line-top,
        li:hover div.line-bottom {
            transform: translateX(0);
        }

        li:hover div.line-right,
        li:hover div.line-left {
            transform: translateY(0);
        }
    }

    .pic02 {
        width: 100%;
        height: 612px;
        margin: 50px 0;
        display: flex;
        > div {
            &:first-of-type {
                height: 612px;
                background: url(../images/pic02.jpg) no-repeat;
                background-size: cover;
                overflow: hidden;
                position: relative;

                .mask {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: rgba(0, 0, 0, 0.6);
                    color: #fff;
                    text-align: center;
                    padding-top: 160px;
                    box-sizing: border-box;
                }
            }
            &:last-of-type {
                background: url(../images/pic02_right.jpg) no-repeat;
                background-size: cover;
                padding: 60px 70px;
                box-sizing: border-box;
                color: #fff;
                font-weight: 300;
                p {
                    .more {
                        padding: 6px 20px;
                        font-size: 18px;
                        border: 1px solid #fff;
                        border-radius: 50px;
                    }
                    .more:hover {
                        background: #ff6a00;
                        color: #fff;
                    }
                    &:nth-of-type(1) {
                        font-size: 22px;
                    }
                    &:nth-of-type(2) {
                        font-size: 50px;
                    }
                    &:nth-of-type(3) {
                        width: 390px;
                        padding: 20px;
                        font-size: 30px;
                        border: 2px solid #fff;
                        margin-top: 80px;
                    }
                }
            }
        }

        .play {
            width: 80px;
            height: 80px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.5s;
            cursor: pointer;
        }
        .play:hover {
            transform: translate(-50%, -50%) scale(1.3);
        }
    }
}

.content02 {
    height: 400px;
    background: #f5f5f5;
    .wrap {
        width: 1500px;
        position: relative;
        overflow: hidden;
    }

    #swiper-container {
        width: 100%;
        height: 400px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 30px;
        color: #ff3d00;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        > ul {
            width: 1350px;
            height: 240px;
            border: 1px solid #e6e6e6;
            display: flex;
            justify-content: center;
            align-items: center;

            li {
                flex: 1;
                height: 100%;
                border-right: 1px solid #e6e6e6;
                padding: 34px 0;
                box-sizing: border-box;
                transition: all 0.3s;
                &:last-of-type {
                    border-right: none;
                }

                > div {
                    width: 320px;
                    margin: 0 auto;
                    color: #5e5e5e;
                    transition: all 0.3s;
                    .pic {
                        min-height: 100px;
                        float: left;
                        margin-right: 44px;
                    }
                    h4 {
                        text-align: left;
                        font-size: 24px;
                    }
                    p {
                        text-align: left;
                        font-size: 16px;
                    }
                    .btn {
                        display: inline-block;
                        width: 126px;
                        height: 36px;
                        line-height: 34px;
                        border-radius: 50px;
                        border: 1px solid #5e5e5e;
                        font-size: 16px;
                        text-align: center;
                        margin-top: 30px;
                        a {
                            color: #5e5e5e;
                        }
                    }
                    .btn:hover {
                        border: 1px solid #ff6a00;
                        background: #ff6a00;
                        a {
                            color: #fff;
                        }
                    }
                }
            }
            li:hover {
                box-shadow: 0 0 10px rgba(199, 199, 199, 0.4);
            }
            li:hover > div {
                transform: translateX(10px);
            }
        }
    }
}

.content03 {
    background: url('../images/content03bg.png') no-repeat;
    background-size: 100%;
    font-size: 26px;
    font-weight: 300;
    color: #fff;

    .wrap {
        height: 108px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .btn {
        padding: 8px 14px;
        font-size: 18px;
        border: 1px solid #fff;
        box-sizing: border-box;
        border-radius: 40px;
    }
    .btn:hover {
        background: #ff6a00;
        color: #fff;
    }
}

.process_background {
    padding-top: 80px;
    height: 428px;
    background: url(../images/process_bg.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    .title {
        color: #626262;
        h4 {
            font-size: 26px;
            font-weight: 300;
        }
        p {
            font-size: 14px;
            margin-top: 4px;
        }
    }
    ul {
        width: 100%;
        display: flex;
        margin-top: 80px;
        li {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            color: #666666;

            .pic {
                width: 54px;
                height: 54px;
                padding-bottom: 24px;
            }
        }
    }
}

.process {
    height: 384px;
    background-size: 100%;
    margin-top: 50px;
    .title {
        color: #626262;
        h4 {
            font-size: 22px;
        }
        p {
            font-size: 12px;
            margin-top: 4px;
        }
    }
    ul {
        width: 100%;
        display: flex;
        margin-top: 50px;
        li {
            width: 30%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            font-size: 18px;
            color: 666666;

            .pic {
                width: 54px;
                height: 54px;
                padding-bottom: 24px;
            }
        }
    }
    ol {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 150px;
        li {
            width: 27%;
            display: flex;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding-left: 42px;
            box-sizing: border-box;
            font-size: 18px;

            h4 {
                font-size: 22px;
                color: #5e5e5e;
                position: relative;
                margin-bottom: 20px;
                a {
                    color: #5e5e5e;
                }
            }
            h4::after {
                content: '';
                width: 10px;
                height: 10px;
                background: url('../images/dont.png') no-repeat;
                background-size: cover;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: -30px;
            }
            p {
                font-size: 16px;
                color: #7c7c7c;
                margin-top: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding-bottom: 6px;
                border-bottom: 1px dashed rgba(255, 114, 7, 0.5);
                a {
                    color: #5e5e5e;
                }
            }
            .btn {
                width: 80px;
                height: 30px;
                border-radius: 50px;
                text-align: center;
                line-height: 30px;
                font-size: 12px;
                background: linear-gradient(90deg, #ff7207, #ffaa38);
                color: #fff;
            }
            .btn:hover {
                background: #ff6a00;
                color: #fff;
            }
        }
    }
}

.problem {
    background: #f5f5f5;
    position: relative;
    padding: 40px 0;
    .tips {
        width: 54px;
        height: 28px;
        background: url('../images/sanjiao.png');
        background-size: cover;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    h2 {
        text-align: center;
        font-size: 40px;
        color: #2e2e2e;
    }
    ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;

        li {
            width: 30%;
            margin-bottom: 40px;
            h4 {
                font-size: 18px;
                color: #636363;
                position: relative;

                i {
                    font-size: 24px;
                    color: #ff7207;
                    float: right;
                }
            }

            h4::after {
                content: '';
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: #ff7207;
                position: absolute;
                left: -20px;
                top: 50%;
                transform: translateY(-50%);
            }

            .content {
                width: 100%;
                background: #fff;
                border-radius: 6px;
                padding: 20px 16px;
                box-sizing: border-box;
                color: #696969;
                margin-top: 14px;
                box-shadow: 2px 2px 5px #aeaeae;
            }
        }
    }
}

.footer {
    background: #f4f4f4;
    padding: 30px 0 50px;
    .wrap {
        > p {
            font-size: 12px;
            color: #868686;
            margin-top: 14px;
            text-align: center;
        }
    }
    ul {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 30px;

        li {
            flex: 1;
            font-size: 14px;
            > div.content {
                width: 100px;
                float: right;
            }
            h4 {
                color: #3f3f41;
                font-weight: bold;
                a {
                    color: #3f3f41;
                }
            }
            p {
                color: #a2a2a2;
                margin-top: 14px;
                a {
                    color: #a2a2a2;
                }
            }
            ins{ text-decoration:none; font-style:normal; cursor:pointer; display:block; width:40px; height:40px; border-radius: 50px;}


            &:nth-of-type(1) {
                flex: 2;
                .logo {
                    width: 188px;
                    margin-bottom: 33px;
                }
                p {
                    color: #909090;
                    font-size: 16px;

                    &:last-of-type {
                        margin-bottom: 20px;
                    }
                }
                div {
                    > span {
                        display: inline-block;
                        width: 40px;
                        height: 40px;
                        line-height: 40px;
                        border: 1px solid #868686;
                        border-radius: 50px;
                        color: #999;
                        text-align: center;
                        transition: all 0.3s;
                        position: relative;
                        margin-left: 20px;

                        > span {
                            display: inline-block;
                            width: 100px;
                            height: 100px;
                            position: absolute;
                            border-radius: 10px;
                            left: 50%;
                            top: -260px;
                            background: #ff6b01;
                            color: #fff;
                            transform: translateX(-50%);
                            transition: all 0.3s;
                            opacity: 0;
                        }
                        i {
                            font-size: 24px;
                        }
                        &:nth-of-type(1),
                        &:nth-of-type(3) {
                            > span {
                                width: auto;
                                height: 42px;
                                top: -110px;
                                padding: 4px 20px;
                                em {
                                    position: relative;
                                    > i {
                                        color: #ff6b01;
                                        position: absolute;
                                        bottom: -38px;
                                        left: 50%;
                                        transform: translateX(-50%);
                                    }
                                }
                            }
                        }
                        &:nth-of-type(2) {
                            em {
                                position: relative;
                                > i {
                                    color: #fff;
                                    position: absolute;
                                    bottom: -142px;
                                    left: 50%;
                                    transform: translateX(-50%);
                                }
                            }
                        }
                        &:nth-of-type(1) {
                            margin-left: 0;
                        }
                        &:nth-of-type(1):hover > span,
                        &:nth-of-type(3):hover > span {
                            visibility: initial;
                            opacity: 1;
                            top: -70px;
                        }

                        &:nth-of-type(2):hover > span {
                            visibility: initial;
                            opacity: 1;
                            top: -160px;
                        }
                    }

                    > span:hover {
                        background: #868686;
                    }
                    span:hover i {
                        color: #ccc;
                    }
                }
            }
        }
    }
}

.layout {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9999999;
    display: none;

    .content {
        width: 1200px;
        height: 800px;
        z-index: 999999;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: relative;
    }

    .close {
        width: 50px;
        height: 50px;
        position: absolute;
        right: -50px;
        top: -10px;
        cursor: pointer;
    }
    video {
        outline: none;
    }
}

/*
     FILE ARCHIVED ON 12:41:41 May 30, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:12:10 Jan 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.859
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.025
  esindex: 0.014
  cdx.remote: 28.89
  LoadShardBlock: 56.358 (3)
  PetaboxLoader3.datanode: 77.616 (4)
  load_resource: 561.151
  PetaboxLoader3.resolve: 535.493
*/