/* 首页index-css-start */
.indexCommon {
    display: flex;
    align-items: center;
    height: calc(100vh - 70px);
    flex-wrap: wrap;
    margin-top: 70px;
}

.index .titleLine {
    width: 50px;
    height: 5px;
    background: #FF5806;
    border-radius: 20px;
    margin-bottom: 25px;
    opacity: 0;
}

.index .indexTitle {
    width: 100%;
    text-align: center;
    opacity: 0;
}

.index .indexTitle b {
    font-size: 34px;
    color: #181818;
    display: block;
}

.index .indexTitle h4 {
    font-size: 14px;
    color: #BFBFBF;
    margin: 3px 0 13px 0;
    text-transform: uppercase
}

.index .indexTitle p {
    font-size: 18px;
    color: #929292;
    margin-top: 8px;
}

.index .indexCommonMsg {
    color: #616161;
    line-height: 36px;
    font-size: 18px;
}

/* 首页公共部分-end */

/* 首页loading部分-start */
.indexLoad {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: linear-gradient(0deg, #323232, #2C2C2C);
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.indexLoading {
    animation: loading 1s linear both;
}

@keyframes loading {
    to {
        transform: translate(-100vw, 0);
    }
}

@keyframes scrollLogo {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(-100px);
    }

    40% {
        transform: translateY(-200px);
    }

    60% {
        transform: translateY(-300px);
    }

    80% {
        transform: translateY(-400px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes scrollMobileLogo {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(-60px);
    }

    40% {
        transform: translateY(-120px);
    }

    60% {
        transform: translateY(-180px);
    }

    80% {
        transform: translateY(-240px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes scrollNavText {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(-60px);
    }

    40% {
        transform: translateY(-120px);
    }

    60% {
        transform: translateY(-180px);
    }

    80% {
        transform: translateY(-240px);
    }

    100% {
        transform: translateY(0px);
    }
}

.indexLoadText {
    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.indexLoadText .loadText {
    font-size: 140px;
    color: #fff;
}

.indexLogo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #FF8C0E;
}

.logoDiv {
    animation: scrollLogo 4s infinite cubic-bezier(1, 0, 0.5, 0);
}

.indexLogo img {
    width: 100px;
    height: 100px;
    vertical-align: top;
}

@keyframes logoFadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.TextfadeOut {
    animation: logoFadeOut 0.5s linear both;
}

.indexLoadNav .navItem {
    color: #D1D1D1;
    font-weight: 500;
    font-size: 50px;
}

.indexLoadNav {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: #303030;
    margin-top: 50px;
    text-align: center;
}

.indexLoadNav .navDiv {
    animation: scrollNavText 4s infinite cubic-bezier(1, 0, 0.5, 0);
}

.logoDiv {
    animation: scrollLogo 4s infinite cubic-bezier(1, 0, 0.5, 0);
}


@media screen and (max-width: 750px) {
    .indexLoadText {
        display: flex;
        height: 60px;
        align-items: center;
    }

    .indexLoadText .loadText {
        font-size: 60px;
        color: #fff;
    }

    .indexLogo {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        background: #FF8C0E;
    }

    .indexLogo img {
        width: 60px;
        height: 60px;
        vertical-align: top;
    }

    .indexLoadNav .navItem {
        font-size: 26px;
    }

    .logoDiv {
        animation: scrollMobileLogo 4s infinite cubic-bezier(1, 0, 0.5, 0);
    }
}

/* 首页loading部分-end*/

/**向下划动的鼠标-start*/
.indexPart1 .scrollDown {
    z-index: 222;
    left: 50%;
    bottom: 23px;
    text-align: center;
    margin-left: -12px;
    position: absolute;
}

.indexPart1 .scrollDown img {
    width: 16px;
    height: 22px;
    position: relative;
    -webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out
}

@keyframes start {

    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, -8px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, 10px)
    }
}



/**向下划动的鼠标-end*/

.indexPart1 .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.indexPart1 .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexPart1 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.indexPart1 .gallery-top {
    height: 100%;
    width: 100%;
}

.indexPart1 .bannerDiv {
    position: relative;
    height: 100%;
}

.indexPart1 .gallery-thumbs {
    height: 141px;
    padding: 10px 2px 10px 0;
    width: 1200px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -600px;
    cursor: pointer;
}

.indexPart1 .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 141px;
    object-fit: cover;
    opacity: 0.8;
}

.indexPart1 .gallery-thumbs .swiper-slide img {
    border: 1px solid #FFBD8A;
    border-radius: 5px;
}

.indexPart1 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.indexPart1 .gallery-thumbs .swiper-slide-thumb-active img {
    border: 1px solid #FD7825;
}

/*第二屏-start*/
.indexPart2 {
    background: url("../images/index/indexPart2Bg.png") top left no-repeat;
}

.indexPart2 .roleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}

.indexPart2 .roleItem {
    display: flex;
    flex-wrap: wrap;
    width: 374px;
    align-items: flex-end;
    margin-bottom: 40px;
    opacity: 0;
}

.indexPart2 .roleLeft {
    position: relative;
    z-index: 10;
}

.indexPart2 .roleRight {
    width: 228px;
    height: 242px;
    text-align: center;
    padding-left: 20px;
    margin-left: -20px;
    border-radius: 0 10px 0 0;
}

.indexPart2 .roleName {
    padding: 28px 0 10px 0;
}

.indexPart2 .roleName b {
    font-size: 22px;
}

.indexPart2 .roleName p {
    font-size: 12px;
    text-transform: uppercase;
}

.indexPart2 .projectName {
    font-size: 14px;
    padding-top: 8px;
}

.indexPart2 .roleItem:nth-child(1) .roleRight {
    background: #FFF6F2 url("../images/index/roleBg1.png") right bottom no-repeat;
}

.indexPart2 .roleItem:nth-child(1) .roleName b,
.indexPart2 .roleItem:nth-child(1) .roleName p,
.indexPart2 .roleItem:nth-child(1) .projectName {
    color: #FF5806;
}

.indexPart2 .roleItem:nth-child(2) .roleRight {
    background: #EFFDF5 url("../images/index/roleBg2.png") right bottom no-repeat;
}

.indexPart2 .roleItem:nth-child(2) .roleName b,
.indexPart2 .roleItem:nth-child(2) .roleName p,
.indexPart2 .roleItem:nth-child(2) .projectName {
    color: #119645;
}

.indexPart2 .roleItem:nth-child(3) .roleRight {
    background: #FFF7ED url("../images/index/roleBg3.png") right bottom no-repeat;
}

.indexPart2 .roleItem:nth-child(3) .roleName b,
.indexPart2 .roleItem:nth-child(3) .roleName p,
.indexPart2 .roleItem:nth-child(3) .projectName {
    color: #FF9C29;
}

.indexPart2 .roleItem:nth-child(4) {
    width: 652px;
    align-items: flex-start;
    margin-bottom: 0;
}

.indexPart2 .roleItem:nth-child(4) .roleRight {
    background: #FFF9F4 url("../images/index/roleBg4.png") right bottom no-repeat;
    height: 155px;
    margin-top: 20px;
    width: 346px;
}

.indexPart2 .roleItem:nth-child(4) .roleName b,
.indexPart2 .roleItem:nth-child(4) .roleName p {
    color: #FF8438;
}

.indexPart2 .roleItem:nth-child(4) .projectName {
    display: block;
    margin: 0 auto;
    width: 94px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    background: #FF8438;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
    padding-top: 0px;
}

/*第二屏-end*/

/*第三屏-start*/
.indexPart3 {
    background: url("../images/index/indexPart3Bg.png") top left no-repeat;
}

.indexPart3 .scene {
    margin-top: 26px;
    position: relative;
    width: 1127px;
    height: 617px;
}

.indexPart3 .scene .step {
    background: #FEF7F4;
    height: 15px;
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 0;
    overflow: hidden;
}

.indexPart3 .scene .stepWidth {
    opacity: 1;
    width: 300px;
    transition: width 2s;
}

.indexPart3 .scene .step span {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    margin-right: 10px;
}

.indexPart3 .scene .levelStep {
    position: absolute;
    top: 355px;
    left: 70px;
    text-align: center;
}

.indexPart3 .scene .levelStep span {
    color: #FF5D31;
    opacity: 0.5;
}

.indexPart3 .scene .step span.active {
    opacity: 1;
    font-weight: bold;
}

.indexPart3 .scene .stepRight {
    transform: rotate(180deg);
    height: 15px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.indexPart3 .scene .merchantStep {
    position: absolute;
    top: 138px;
    right: 50px;
    text-align: center;
    background: #F3F8F3;
}

.indexPart3 .merchantStep .stepRight span,
.indexPart3 .merchantStep1 .stepRight span {
    color: #15840F;
    opacity: 0.5;
}

.indexPart3 .scene .merchantStep .active {
    opacity: 1;
}

.indexPart3 .scene .merchantStep1 {
    position: absolute;
    top: 210px;
    right: 412px;
    text-align: center;
    background: #F3F8F3;
    transform: rotate(-32deg);
}


.indexPart3 .scene .merchantStep .active span {
    opacity: 1;
}

.indexPart3 .scene .accountManagerStep {
    position: absolute;
    top: 358px;
    right: 50px;
    text-align: center;
    color: #FFC093;
    background: #FEF7F4;
}

.indexPart3 .scene .accountManagerStep .active {
    color: #FF6111;
}

.indexPart3 .scene .accountManagerStep1 {
    position: absolute;
    top: 358px;
    right: 380px;
    text-align: center;
    background: #FEF7F4;
}

.indexPart3 .accountManagerStep .stepRight span,
.indexPart3 .accountManagerStep1 .stepRight span {
    color: #FF610F;
    opacity: 0.5;
}

.indexPart3 .scene .userStep {
    position: absolute;
    top: 578px;
    right: 50px;
    text-align: center;
    background: #FEF9F2;
}

.indexPart3 .userStep .stepRight span,
.indexPart3 .userStep1 .stepRight span {
    color: #FF8A02;
    opacity: 0.5;
}

.indexPart3 .userStep1 {
    position: absolute;
    top: 460px;
    right: 430px;
    text-align: center;
    background: #FEF9F2;
    transform: rotate(28deg);
}

.indexPart3 .roleName {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 8px;
}

.indexPart3 .levelRole {
    position: absolute;
    top: 210px;
    left: 0;
    width: 123px;
    text-align: center;
    z-index: 10;
}

.indexPart3 .levelRole .roleName {
    background: #FFEEEA;
    color: #FF5D31;
}

.indexPart3 .levelIco {
    position: absolute;
    top: 140px;
    left: 270px;
    z-index: 10;
}

.indexPart3 .levelValue {
    position: absolute;
    top: 378px;
    left: 130px;
    font-size: 18px;
    color: #FF5D31;
}

/* 供应商-satrt */
.indexPart3 .merchantRole {
    position: absolute;
    top: 0;
    right: 0;
    width: 93px;
    text-align: center;
    z-index: 10;
}

.indexPart3 .merchantRole .roleName {
    background: #EFF3FF;
    color: #738CFF;
}

.indexPart3 .merchantIco {
    position: absolute;
    top: 13px;
    right: 305px;
    z-index: 10;
}

.indexPart3 .merchantValue {
    position: absolute;
    top: 155px;
    right: 176px;
    font-size: 18px;
    color: #15840F;
}

.indexPart3 .merchantValue1 {
    position: absolute;
    top: 188px;
    right: 545px;
    font-size: 18px;
    color: #15840F;
    transform: rotate(-32deg);
}

/* 供应商-end */
/* 客户经理-satrt */
.indexPart3 .accountManagerRole {
    position: absolute;
    top: 218px;
    right: 0;
    width: 93px;
    text-align: center;
    z-index: 10;
}

.indexPart3 .accountManagerRole .roleName {
    background: #E8F3EC;
    color: #2E9657;
}

.indexPart3 .accountManagerIco {
    position: absolute;
    top: 233px;
    right: 305px;
    z-index: 10;
}

.indexPart3 .accountManagerValue {
    position: absolute;
    top: 378px;
    right: 185px;
    font-size: 18px;
    color: #FF610F;
}

.indexPart3 .accountManagerValue1 {
    position: absolute;
    top: 378px;
    right: 518px;
    font-size: 18px;
    color: #FF610F;
}

/* 客户经理-end */
/* 用户-satrt */
.indexPart3 .userRole {
    position: absolute;
    top: 440px;
    right: 0;
    width: 93px;
    text-align: center;
    z-index: 10;
}

.indexPart3 .userRole .roleName {
    background: #FFF3E5;
    color: #FF8A02;
}

.indexPart3 .userIco {
    position: absolute;
    top: 452px;
    right: 305px;
    z-index: 10;
}

.indexPart3 .userValue {
    position: absolute;
    top: 598px;
    right: 185px;
    font-size: 18px;
    color: #FF8A02;
}

.indexPart3 .userValue1 {
    position: absolute;
    top: 480px;
    right: 548px;
    font-size: 18px;
    color: #FF8A02;
    transform: rotate(28deg);
}

/* 用户-end */
.indexPart3 .sceneHide {
    opacity: 0;
}

/*第三屏-end*/

/*第四屏-start*/
.indexPart4 {
    background: url("../images/index/indexPart4Bg.png") top left no-repeat;
}

.indexPart4 .roleMarketingList {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.indexPart4 .roleMarketingItem {
    width: 300px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 1px rgba(255, 218, 209, 0.3);
    opacity: 0;
}

/* .indexPart4 .roleMarketingItem:hover {
    width: 300px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 1px rgba(255, 218, 209, 0.8);
} */

.indexPart4 .roleMarketingItem .roleIco {
    margin: 35px auto 0 auto;
    text-align: center;
}

.indexPart4 .roleMarketingItem .roleName {
    font-weight: bold;
    color: #181818;
    line-height: 26px;
    margin: 8px 0 20px 0;
    text-align: center;
    font-size: 26px;
}

.indexPart4 .pointList .pointItem {
    color: #616161;
    font-size: 18px;
    margin-bottom: 18px;
    background: url("../images/index/pointIco.png") left center no-repeat;
    background-size: 16px 16px;
    height: 18px;
    line-height: 18px;
    padding-left: 20px;
    margin-left: 72px;
}

/*第四屏-end*/

/*第五屏-start*/
.indexPart5 {
    background: url("../images/index/indexPart5Bg.png") top left no-repeat;
}

.indexPart5 .indexTitle {
    opacity: 1;
}

.indexPartCommonCon {
    display: flex;
    align-items: center;
}

.indexCommonMsg {
    text-align: justify;
}

.indexPartCommonCon .indexTitle {
    text-align: left;
}

.indexPart5 .conLeft {
    flex-basis: 364px;
    margin: 0 75px 0 72px;
    width: 364px;
    opacity: 0;
}

.indexPart5 .indexCommonMsg span {
    color: #FF5806;
    font-weight: bold;
}

.indexPart5 .conRight {
    opacity: 0;
    flex: 1;
    width: 618px;
}

/*第五屏-end*/

/*第六屏-start*/
.indexPart6 {
    background: url("../images/index/indexPart6Bg.png") top left no-repeat;
}

.indexPart6 .titleLine {
    background: #119645;
}

.indexPart6 .indexTitle {
    opacity: 1;
}

.indexPart6 .conLeft {
    flex-basis: 618px;
    margin: 0 75px 0 72px;
    opacity: 0;
}

.indexPart6 .indexCommonMsg span {
    color: #119645;
    font-weight: bold;
}

.indexPart6 .conRight {
    opacity: 0;
}

/*第六屏-end*/

/*第七屏-start*/
.indexPart7 {
    background: url("../images/index/indexPart7Bg.png") top left no-repeat;
}

.indexPart7 .titleLine {
    background: #FF9653;
}

.indexPart7 .indexTitle {
    opacity: 1;
}

.indexPart7 .conLeft {
    opacity: 0;
    flex-basis: 364px;
    margin: 0 44px 0 60px;
}

.indexPart7 .indexCommonMsg span {
    color: #FF9653;
    font-weight: bold;
}

.indexPart7 .conRight {
    opacity: 0;
}

/*第七屏-end*/

/*第八屏-start*/
.indexPart8 {
    background: url("../images/index/indexPart8Bg.png") top left no-repeat;
    position: relative;
}

.indexPart8 footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.indexPart8 .indexCommon {
    height: calc(100vh - 200px);
    margin-bottom: 165px;
}

.indexPart8 .valueList {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.indexPart8 .valueItem {
    width: 330px;
    text-align: center;
    opacity: 0;
}

.indexPart8 .valueItem .valueImg {
    height: 167px;
}

.indexPart8 .valueItem1 .valueImg img {
    margin-top: 18px;
}

.indexPart8 .valueItem .name {
    font-weight: bold;
    color: #181818;
    font-size: 22px;
    margin: 12px 0;
}

.indexPart8 .valueItem .msg {
    color: #616161;
    line-height: 32px;
    font-size: 18px;
}

/*第八屏-start*/