
@keyframes colorChange {
    0%,100% {
        opacity: 0;
    }

    50% {
        opacity: .9;
    }
}
@keyframes zoomImg {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.3);
    }
}
/*4-3*/
.nav-con {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 60px;
    color: #fff;
    transition: all .4s;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 1200px;
}
/*3-18*/
.caseItem:hover {
    box-shadow: 0 20px 60px -5px rgba(32,33,36,.06);
}

.paging {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    min-height: 1.8rem;
}

    .paging div {
        border: 1px solid rgb(211, 211, 211);
        padding: 8px 5px;
        border-radius: 4px;
        cursor: pointer;
        margin: 0 6px;
        font-size: 14px;
        min-width: 30px;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .paging div.disable {
            color: #FFFFFF;
            cursor: not-allowed;
            background-color: rgb(211, 211, 211);
        }

        .paging div.active {
            border: none;
            background: #3a89fe;
            color: #FFFFFF;
        }


.pagelist {
    margin-top: 70px;
    padding-bottom: 75px;
}

    .pagelist .el-pagination {
        text-align: center;
    }

        .pagelist .el-pagination.is-background .btn-prev {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            background-color: #fff;
            border: 1px solid #cbcbcb;
        }

        .pagelist .el-pagination.is-background .btn-next {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            background-color: #fff;
            border: 1px solid #cbcbcb;
        }

        .pagelist .el-pagination.is-background .el-pager li {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 5px;
            font-size: 18px;
            font-weight: 500;
            color: #323232;
            border: 1px solid #cbcbcb;
            background-color: #fff;
            /*font-weight: 300;*/
            font-family: PingFangSC-Regular, sans-serif;
        }

            .pagelist .el-pagination.is-background .el-pager li:not(.disabled).active {
                background-color: #ffa400;
                color: #fff;
                border: none;
                /*font-weight: 300;*/
                font-family: PingFangSC-Regular, sans-serif;
            }

.pagelist {
    display: flex;
    justify-content: center;
}


.pagelist {
    margin-top: 70px;
    padding-bottom: 75px;
    display: flex;
    justify-content: center;
}

    .pagelist > > > .el-pagination {
        text-align: center;
    }

        .pagelist > > > .el-pagination.is-background .btn-prev {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            background-color: #fff;
            border: 1px solid #cbcbcb;
        }

        .pagelist > > > .el-pagination.is-background .btn-next {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            background-color: #fff;
            border: 1px solid #cbcbcb;
        }

        .pagelist > > > .el-pagination.is-background .el-pager li {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 5px;
            font-size: 18px;
            font-weight: 500;
            color: #323232;
            border: 1px solid #cbcbcb;
            background-color: #fff;
            /*font-weight: 300;*/
            font-family: PingFangSC-Regular, sans-serif;
        }

            .pagelist > > > .el-pagination.is-background .el-pager li:not(.disabled).active {
                background-color: #ffa400;
                color: #fff;
                border: none;
                /*font-weight: 300;*/
                font-family: PingFangSC-Regular, sans-serif;
            }
/* 首页 */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #18222c;
}

.home-banner {
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 100%;
}

.banner .swiper-slide,
.banner {
    position: relative;
}

.banner-img-box img {
    width: 100%;
    height: 100%;
}

.homeHeader-header-content {
    max-width: 1200px;
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: 25%;
    /* left: calc((100vw - 1280px) / 2); */
    /* transition: all .4s; */
    /* display: flex; 00147
    align-items: center;
    justify-content: center; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.homeHeader_header-title___daOe {
    position: relative;
    z-index: 3;
    margin-bottom: 24px;
    color: #fff;
    font-size: 56px;
    line-height: 48px;
    font-weight: 600;
}

.homeHeader_btn-group__text {
    position: relative;
    z-index: 3;
    margin-bottom: 40px;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    max-width: 450px;
}
.homeHeader_btn-group__LsxIL {
    position: relative;
    z-index: 3;
    display: flex;
}
.homeHeader-header-content > div:nth-child(1) {
    animation-delay: 0.2s;
}

.homeHeader-header-content > div:nth-child(2) {
    animation-delay: 0.3s;
}

.homeHeader-header-content > div:nth-child(3) {
    animation-delay: 0.3s;
}
.bg-btn-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 104, 255, var(--tw-bg-opacity));
}
.button_btn__S4bDP {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 80px;
    padding: 0 11px;
    color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.homeHeader_user-btn__sfwkB {
    width: 172px;
    height: 56px;
    font-size: 18px !important;
    border-radius: 4px;
}

.homeHeader_header-productions-wrap__DxsGJ {
    position: relative;
    z-index: 3;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    margin-top: 40px;
}
.homeHeader_item__7rTzi:hover {
    transform: scale(1.06);
}

.homeHeader_item__7rTzi {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 23.5%;
    padding-left: 100px;
    box-sizing: border-box;
    margin-right: 1.5%;
    color: #b4b7c1;
    background-color: hsla(0, 0%, 100%, 1);
    backdrop-filter: blur(20px);
    flex-shrink: 0;
    /* border-radius: 4px; */
    /* box-shadow: 0 8px 24px rgb(28 67 125 / 6%); */
    cursor: pointer;
    transition: .2s;
    object-fit: cover;
    transition: .3s linear;
}

.homeHeader_item__7rTzi:last-child {
    margin-right: 0;
}

.homeHeader_image__5qIt1 {
    position: absolute;
    left: 24px;
    margin-top: 10px;
}

.li-right {
    text-align: left;
    margin-bottom: 12px;
}

#count1 {
    font-size: 32px;
    font-family: D-DINExp-Bold, D-DINExp;
    font-weight: 700;
    color: #202124;
    line-height: 50px;
}

#count2 {
    font-size: 32px;
    font-family: D-DINExp-Bold, D-DINExp;
    font-weight: 700;
    color: #202124;
    line-height: 50px;
}
#count3 {
    font-size: 32px;
    font-family: D-DINExp-Bold, D-DINExp;
    font-weight: 700;
    color: #202124;
    line-height: 50px;
}
#count4 {
    font-size: 32px;
    font-family: D-DINExp-Bold, D-DINExp;
    font-weight: 700;
    color: #202124;
    line-height: 50px;
}

.li-right span[data-v-f95b0224] {
    font-size: 16px;
    font-weight: 600;
    color: #202124;
}

.li-right p[data-v-f95b0224] {
    font-size: 16px;
    font-weight: 500;
    color: #202124;
    line-height: 16px;
}

.homeservice {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    padding: 200px 0 48px;
}

.homeservice-content {
    width: 1200px;
    margin: 0 auto;
}

.homeservice-title {
    margin-bottom: 16px;
    color: #202124;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.homeservice-title span, .title-style span {
    color: #007fff;
}

.homeservice-des {
    margin-bottom: 24px;
    color: #8c96a5;
    font-size: 16px;
    line-height: 30px;
}

.functiona-services {
    width: 1200px;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    margin: 60px auto 0;
}

.functiona-services-item {
    width: 60%;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(213.41deg, #f3f5f8 24.37%, #fff 80.13%), #fff;
    box-shadow: 27px 11px 24px rgb(210 218 227 / 23%), 0 17px 18px rgb(210 218 227 / 24%), -8px 0 31px hsl(0deg 0% 100% / 90%), -1px 1px 21px hsl(0deg 0% 100% / 90%),
        inset -3px 3px 0 hsl(0deg 0% 100% / 94%), inset 4px -2px 0 #fff;
    border-radius: 12px;
    cursor: pointer;
    transition: all .2s linear;
}

.functiona-services-item-box {
    height: 240px;
}

.functiona-services-item img {
    width: 72px;
    height: 72px;
    margin-bottom: 30px;
}

.functiona-services-item p {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #161616;
    margin-top: 12px;
}

.solid {
    width: 24px;
    height: 2px;
    background-color: #4c4c4c;
    margin: 0 auto;
    margin-top: 12px;
}

.functiona-services-des {
    width: 130px;
    font-size: 14px;
    line-height: 24px;
    color: #8c96a5;
    margin-top: 20px;
}

.homeplan {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    padding: 80px 0;
}

.planbg {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.plan-content {
    width: 1280px;
    margin: auto;
}

.title-style {
    position: relative;
    z-index: 2;
    font-size: 18px;
    margin-bottom: 36px;
    text-align: center;
    color: #7a8799
}

.title-style>h2 {
    font-size: 36px;
    color: #202124;
    margin-bottom: 20px;
    font-weight: 700;
}

.plan-box {
    position: relative;
    display: flex;
    background: #f0f7fe;
    box-shadow: 0 10px 80px 5px rgb(1 40 111 / 5%);
    border-radius: 8px;
    -webkit-backdrop-filter: blur(36px);
    backdrop-filter: blur(36px);
    overflow: hidden;
}

.plan-left {
    position: relative;
    width: 176px;
    height: 492px;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    overflow: scroll;
    flex-shrink: 0;
    box-sizing: border-box;
}

.plan-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 152px !important;
    height: 48px !important;
    border-radius: 4px;
    color: hsla(0, 0%, 100%, .6);
    color: #202124;
    font-weight: 400;
    padding: 0 8px 0 19px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 12px;
}

.plan-item-box {
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.iconqiyeyingxiao {
    font-size: 20px;
    margin-right: 12px;
    font-family: iconfont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.iconqiyeyingxiao:before {
    background-image: url(../image/plan-img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
}

.iconqiyeyingxiao img {
    width: 22px;
    height: 22px;
    margin-bottom: 3px;
}

.plan-item-text {
    line-height: 22px;
}

.plan-item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #006cff, #0af);
    opacity: 0;
    border-radius: 4px;
    transition: all .3s;
}

.plan-item:not(:last-child) {
    margin-bottom: 12px;
}

.plan-item.active {
    color: #fff;
}

.plan-item.active:after {
    opacity: 1;
}

.iconqiyeyingxiao.active:before {
    background-image: url(../image/plan-active-img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
}

.plan-left::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
}

.plan-right {
    position: relative;
    width: calc(100% - 176px);
    background: hsla(0, 0%, 100%, .6);
    color: #202124;
    padding: 36px 0 36px 40px;
    box-sizing: border-box;
}

.plan-right-item {
    /*position: absolute;
    top: 36px;
    left: 40px;
    opacity: 0; */
    display: flex;

}

.plan-right-item.active {
    opacity: 1;
    z-index: 99;
}

.plan-top {
    /* width: 770px; */
    width: 70%;
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    animation: examplel 1s ease-out 0s backwards;
}

@keyframes example1 {
    0% {
      transform: translate(-100px);
      opacity: 0;
    }
   
    50% {
      transform: translate();
      opacity: 0.5;
    }
   
    100% {
      transform: translate(0);
      opacity: 1;
    }
  }
.plan-top-title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #202124;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: left;
}

.lineBox {
    height: 384px;
    border-right: 1px solid rgba(1, 40, 111, .04);
    padding-right: 22px;
}

.line-text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #4e5866;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: left;
}

.tableBox {
    /* width: 740px; */
    width: 100%;
    height: 236px;
    border-radius: 8px;
    border: 1px solid rgba(1, 40, 111, .06);
    box-sizing: border-box;
    margin-bottom: 28px;
}

.tableTop {
    display: flex;
    height: 118px;
    border-bottom: 1px solid rgba(1, 40, 111, .06);
}

.tableItem {
    padding-top: 26px;
    text-align: center;
    border-right: 1px solid rgba(1, 40, 111, .06);
    width: 148px;
    color: #202124;
}

.tableItem:last-child {
    border-right: none;
}

.tableItem img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}

.tableItem p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #202124;
    line-height: 14px;
    text-align: center;
}

.tablebutton {
    display: flex;
    height: 50px;
    background-color: #007fff;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.tableBottom {
    display: flex;
    height: 118px;
}

.btn-box {
    position: relative;
    z-index: 99;
    display: flex;
    width: 300px;
}

.tab-btn {
    position: relative;
    background-image: linear-gradient(135deg, #006cff, #0af);
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    box-shadow: 0 14px 30px rgb(178 100 100 / 15%);
    font-size: 16px;
    font-weight: 500;
}

.tab-btn:before {
    --size: 20px;
    opacity: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, rgba(0, 255, 248, .37647), transparent);
    transform: translate(-50%, -50%);
    transition: all .3s ease, left 0s, top 0s;
}

.tab-btn span {
    position: relative;
}

.plan-case {
    height: 384px;
    width: 30%;
    margin-top: 36px;
    padding-left: 40px;
    border-left: 1px solid rgba(1, 40, 111, .04);
    box-sizing: border-box;
}

.plan-case-title {
    font-size: 20px;
    color: #202124;
    font-family: PingFangSC-Medium, PingFang SC;
    line-height: 20px;
    margin-bottom: 24px;
    margin-left: -50px;
}

.caseBox {
    display: flex;
    flex-flow: row wrap;
}

.caseItem {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caseItem:hover {
    box-shadow: 0 20px 60px -5px rgba(32,33,36,.06);
}
.caseItem:nth-child(2n) {
    margin-right: 0;
}

.ad-hover-left {
    background: linear-gradient(to right, #016cff, #028aff);
}

.ad-hover-left .plan-item-box {
    color: #fff;

}

.ad-hover-left .iconqiyeyingxiao img {
    content: url(../image/plan-img1_2.png);
}

.caselogo {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.caselogo img {
    width: 100%;
    display: block;
}

.homecasepresent {
    /* height: 887px; */
    padding: 80px 0 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.present-content {
    width: 1280px;
    margin: auto;
}

.present-tab {
    display: flex;
    justify-content: center;
}

.present-item {
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 240px;
    height: 130px;
    cursor: pointer;
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
}

.present-item::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 2px;
    background-color: #006cff;
    transition: width .3s;
}

.pre-img {
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: 0 0;
    transform: scale(.4714);
}

.present-item p {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #202124;
    line-height: 18px;
    text-align: center;
    transform: translateY(-24px);
}

.present-item.active p[data-v-db7e0fdc] {
    color: #007fff;
}

.present-item:hover:before {
    width: 100%;
}

.present-item.active>.pre-img {
    -webkit-animation: myAnimation-data-v-db7e0fdc 3.03s steps(1) infinite;
    animation: myAnimation-data-v-db7e0fdc 3.03s steps(1) infinite;
}
/* 案例新加 */
.home-case {
    width: 1200px;
    margin: 0 auto;
}
.home-case-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.home-case-li {
    width: 24%;
    /* height: 280px; */
    margin-top: 26px;
    position: relative;
}
/* 如果最后一行是3个元素 */
.home-case-li:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 5% / 3);
}

/* 如果最后一行是2个元素 */
.home-case-li:last-child:nth-child(4n - 2) {
    margin-right:calc(48% + 10% / 3);
}

/* 如果最后一行是1个元素 */
.home-case-li:last-child:nth-child(4n - 3) {
    margin-right: calc(72% + 15% / 3);
}

.home-case-pic img {
    width: 100%;
    border-radius: 10px;
}
/* 痛点新加 */
.home-pain-points {
    width: 100%;
    position: relative;
    height: 580px;
    padding-top: 80px;
    background-position-x: center;
    background-size: 100% 100%;
}
.pain-title {
    position: relative;
    z-index: 2;
    font-size: 18px;
    margin-bottom: 56px;
    text-align: center;
    color: #fff;
}
.pain-title>h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}
.pain-picture {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    display: block;
    margin-top: -60px;
}
.point-content {
    position: absolute;
    top: 260px;
    left: 50%;
    z-index: 1;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    height: 210px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.point-column {
    position: relative;
    width: 100%;
    height: 100%;
}
.point-item {
    position: absolute;
    width: 324px;
    height: 60px;    
    background: url(../image/poin-left-box.png) no-repeat;
    background-size: 100% 100%;
    transition: all .2s linear;
    -webkit-font-smoothing: antialiased;
}
.right-item {
    position: absolute;
    width: 344px;
    height: 60px;    
    background: url(../image/poin-right-box.png) no-repeat;
    background-size: 100% 100%;
    transition: all .2s linear;
    -webkit-font-smoothing: antialiased;
}
.point-title {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /* height: 26px; */
}
.point-item-dot {
    width: 8px;
    height: 8px;
    margin-left: 16px;
}
.point-title p {
    margin-left: 8px;
    color: #d2daeb;
    font-weight: 500;
    font-size: 20px;
    line-height: 60px;
}
.pain-button {
    width: 142px;
    height: 40px;
    background: #fff;
    font-size: 16px;
    color: #00113a;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;   
}
/* 服务体系新加 */
.home-service-system {
    width: 100%;
    position: relative;
    height: 700px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding-top: 80px;
}
.service-system-content {
    position: relative;
    width: 1200px;
    height: 420px;
    margin: 60px auto 0;
}
.service-system-colum {
    position: relative;
}
.service-system-content .man-tab-btn {
    text-align: center;
    margin-bottom: 50px;
}
.service-system-colum .man-tab-btn>li {
    float: left;
    text-align: center;
    cursor: pointer;
}
.service-system-colum .man-tab-btn>li {
    width: 33.333%;
}
.service-system-content .service-system-colum .man-tab-btn li {
    float: none;
    display: inline-block;
    width: auto !important;
    margin-right: 60px;
}
.service-system-colum .man-tab-btn>li h3 {
    position: relative;
}
.service-system-content .service-system-colum .man-tab-btn h3 {
    font-size: 16px;
    color: #192967;
    letter-spacing: 0;
    line-height: 24px;
    transition: all 0.3s;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.service-system-colum .man-tab-btn>li h3:after {
    content: "";
    width: 53px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -26px;
    background: transparent;
    transition: all 0.3s;
}
.service-system-colum .man-tab-btn>li.active h3:after {
    background: #016cff;
}
.service-system-content .service-system-colum .man-tab-btn .active h3:after {
    right: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
}
.service-system-colum .man-tab-btn>li.active h3 {
    color: #016cff;
}
.service-system-content .service-system-colum .man-tab-btn .active h3 {
    color: #016cff;
}
.service-system-content .service-system-colum .man-tab-btn li:last-child {
    margin-right: 0;
}
.service-system-colum .man-tab-btn>li.active h3:after {
    background: #016cff;
}
.service-system-content .service-system-colum .man-tab-btn .active h3:after {
    right: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
}
/* 服务体系新加 */
.nav-container{
    display:flex;
    margin-left: 220px;
}
.nav-container li{
    list-style-type:none;
    margin:5px 8px;
    font-size:14px;
    cursor:pointer;
}
.nav-container li.active{
    color:#004ec4;
}

.warp{
    display:flex;
    align-items:center;
}
.warp .right-container{
    flex:1;
    height: 246px;
    margin-left: -68px;
    background:linear-gradient(90deg,rgba(220,233,249,1) 0%,rgba(229,240,249,0.5) 50%,#fff 100%);
    /* background: linear-gradient(135deg, rgba(151, 51, 255, 0.1) 0%, rgba(82, 106, 255, 0.1) 42%, rgba(17, 185, 255, 0.1) 100%); */
    display: flex;
    align-items: center;
    justify-content: start;
    overflow: hidden;
}
.warp .right-container .right-content{
    padding:10px 10px 10px 103px;
    display:none;
}

.warp .right-container .right-content.show{
    display:block;
}
.ser-right-item {
    text-align: left;
}
.ser-right-item:not(:last-child){
    margin-bottom:26px;
}

.right-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:5px;
    color: #01103a;
}

.right-desc{
    color:#334161;
    font-size:14px;
}
.circle-container {
    position: relative;
    width: 300px; /* 设置容器宽度 */
    height: 300px; /* 设置容器高度 */
    clip-path: circle(50% at 50% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle {
position: absolute;
width: 100%;
height: 100%;
clip-path: polygon(52% 50%, 100% 133.33%, 100% -33.33%);
display: flex;
justify-content: flex-end;
align-items: center;
color:#1a84fe;
font-size:18px;
transition:transform .5s linear;
/* transition:margin-right .5s linear;
transition: all .8s; */
}
.circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-color: #fff;
}

.circle span{
    width:20%;
    text-align:center;
}

.circle[data-idx="1"] {
transform: rotate(0deg) translateZ(0);
background-color: #004ec4; /* 设置第一个扇形的颜色 */
clip-path: polygon(52% 50%, 100% 133.33%, 100% -33.33%);
color:#fff;
}

.circle[data-idx="2"] {
/* transform: rotate(120deg); */
transform: rotate(-240deg) translateZ(0);
background-color: #dfedf8; /* 设置第二个扇形的颜色 */
}

.circle[data-idx="3"] {
/* transform: rotate(240deg); */
transform: rotate(-120deg) translateZ(0);
background-color: #dfedf8; /* 设置第三个扇形的颜色 */
}

.circle[data-idx="2"] span{
 transform: rotate(-120deg) translateZ(0);
}
.circle[data-idx="3"] span{
 transform: rotate(-240deg) translateZ(0);
}

.center{
position: absolute;
width: 60%;
height: 60%;
top:50%;
left:50%;
border-radius: 50%;
background:#fff url(../image/center.png) center center no-repeat;
background-size:calc(100% - 15px) calc(100% - 15px);
transform:translate(-50%,-50%);
}

@keyframes rotation{
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
.serv-pic {
    position: absolute;
    right: 100px;
    top: -60px;
    width: 90px;
    height: 106px;
}
.serv-pic img {
    width: 100%;
}
.system-button {
    width: 170px;
    height: 50px;
    border: 1px solid #004ec4;
    font-size: 16px;
    color: #004ec4;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
}
.system-button:hover {
    background: #004ec4;
    color: #fff;
}
#FontScroll .fontColor .ser-right-item{	
	transition: all 1.5s ease 0s;
}

.homepath {
    width: 100%;
    position: relative;
    height: 590px;
    overflow: hidden;
    text-align: center;
    padding: 56px 0 72px;    
    padding-top: 80px;
    background-position-x: center;
    background-size: 100% 100%;
}

.path-content {
    position: relative;
    width: 1200px;
    height: 390px;
    margin: 60px auto 0;
}

.path-item {
    position: relative;
    z-index: 1;
    width: 15%;
    transition: all .3s linear;
    margin-right: 2%;
}

.path-item::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../image/tailor_dot.png) no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
}

.path-item:first-child::after {
    bottom: -70px;
}

.path-item:nth-child(2)::after,
.path-item:nth-child(4)::after {
    bottom: -57px;
}

.path-item:nth-child(3)::after {
    bottom: -65px;
}

.path-item:nth-child(5)::after {
    bottom: -65px;
}

.path-item:nth-child(6)::after {
    bottom: -58px;
}

.hover-animation:hover {
    transform: translate(0, -15px);
    transition: all .3s linear;
}

.path-item:nth-child(2n) {
    margin-top: 110px;
}

.path-item:nth-child(6) {
    margin-right: 0;
}

.path-item-top {
    width: 100%;
    height: 180px;
    padding-top: 30px;
    background: radial-gradient(29.31% 101.63% at 72.5% -46.08%, rgba(253, 179, 255, .1) 12.47%, hsla(0, 0%, 100%, 0) 100%),
        radial-gradient(31.01% 107.52% at 88.92% -48.37%, rgba(179, 237, 255, .15) 12.47%, hsla(0, 0%, 100%, 0) 100%), linear-gradient(213.41deg, #f3f5f8 24.37%, #fff 80.13%), #fff;
    border-radius: 8px;
    box-shadow: inset -3px 3px 0 hsla(0, 0%, 100%, .94), inset 4px -2px 0 #fff;
    transition: all .3s linear;
    cursor: pointer;
}

.path-item-top-img {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
}

.path-item-top h1 {
    color: #161616;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.path-item-top p {
    margin-top: 8px;
    color: #8c96a5;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.path-item-bottom {
    width: 0;
    height: 0;
    margin: 0 auto;
    border: 12px solid transparent;
    border-top-color: #fff;
}

.tailor-line {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-53%);
    width: 110%;
}

.homeadvantage {
    position: relative;
    width: 100%;
    height: 730px;
    padding-top: 80px;
    background-position-x: center;
}

.advant-six {
    width: 540px;
    height: 540px;
    margin: 0 auto;
    display: block;
}

.advant-content {
    position: absolute;
    top: 340px;
    left: 50%;
    z-index: 1;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1180px;
    height: 280px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.advant-column {
    position: relative;
    width: 100%;
    height: 100%;
}

.advant-item {
    position: absolute;
    width: 374px;
    height: 60px;
    padding: 16px 16px;
    background: radial-gradient(29.31% 101.63% at 72.5% -46.08%, rgba(253, 179, 255, .1) 12.47%, hsla(0, 0%, 100%, 0) 100%), radial-gradient(31.01% 107.52% at 88.92% -48.37%, rgba(179, 237, 255, .15) 12.47%, hsla(0, 0%, 100%, 0) 100%), linear-gradient(111.94deg, hsla(0, 0%, 100%, .85) 6.93%, hsla(0, 0%, 100%, .92) 25.44%, hsla(0, 0%, 100%, .81) 92.72%);
    border-radius: 8px;
    box-shadow: 27px 20px 54px rgba(32, 134, 255, .11), inset -2px 2px 1px hsla(0, 0%, 100%, .77), inset 2px -2px 0 #fff;
    /* -webkit-backdrop-filter: blur(4px); */
    /* backdrop-filter: blur(4px); */
    transition: all .2s linear;
    -webkit-font-smoothing: antialiased;
}
.advant-item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    cursor: default;
}
.advant-title {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    margin-bottom: 4px;
}

.advant-item-dot {
    width: 12px;
    height: 12px;
}

.advant-title p {
    margin-left: 8px;
    color: #161616;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.advant-item span {
    color: #8c96a5;
    font-size: 14px;
    line-height: 24px;
}

.homePartners {
    padding-top: 56px;
    text-align: center;
    position: relative;
    width: 100%;
}

.partners_comtent {
    padding: 22.5px 0 38.5px;
    position: relative;
    overflow: hidden;
}

.partners-left-filter,
.partners-right-filter {
    position: absolute;
    top: 0;
    width: 240px;
    height: 100%;
    background: linear-gradient(270deg, #fff 29.49%, hsla(0, 0%, 100%, 0));
    z-index: 10;
}

.partners-left-filter {
    left: 0;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.partners-right-filter {
    right: 0;
}

.partners-roll-box {
    padding: 17.5px 0;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 64px;
    overflow: hidden;
    box-sizing: content-box;
}

.partners-left-deviation-row {
    position: relative;
    left: -88px;
}

.partnersrow-dom {
    white-space: nowrap;
    -webkit-animation: HomePartners_rowup__cxddW 60s linear infinite normal;
    animation: HomePartners_rowup__cxddW 60s linear infinite normal;
}

.partners-img-wrap {
    margin-right: 16px;
    display: inline-block;
    width: 160px;
    height: 64px;
    background: #fff;
    box-shadow: 0 0 24px rgba(61, 89, 132, .12);
    border-radius: 4px;
}

.partners-img-wrap img {
    /*width: 100%;*/
    height: 100%;
}

.homenews {
    padding: 56px 0 78px;
    width: 100%;
    background: #fafafa;
}

.news-content {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}

.news-module-left {
    margin-right: 24px;
    padding: 16px 16px;
    position: relative;
    background: #fff;
    box-shadow: 0 8px 32px rgba(28, 67, 125, .06);
    border-radius: 4px;
    transition: .2s;
    background: #f8fafc;
    width: 67%;
    height: 550px;
    overflow: hidden;
    border: 1px solid #e2e7ef;
}

.news-module-right {
    margin-right: 24px;
    padding: 16px 16px;
    position: relative;
    width: 31.5%;
    height: 550px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 32px rgba(28, 67, 125, .06);
    border-radius: 4px;
    transition: .2s;
    border: 1px solid #e2e7ef;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.circle-animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fontScroll-li {
    height: 76px;
    display: block;    
}

.news-module-right:last-of-type {
    margin-right: 0;
}

.tt {
    line-height: 65px;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
}

.lk,
.lk-que {
    font-size: 15px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    cursor: pointer;
}

.lk-que {
    padding-left: 0;
}

.lk:first-child {
    padding-left: 0;
}

.lk.cur,
.lk:hover {
    font-weight: bold;
    color: #007fff;
}

.lk::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    background: url(../image/idx.png) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.lk.cur::after {
    color: #007fff;
}

.more img {
    width: 28px;
    height: 28px;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.fl {
    float: left;
}

.col {
    width: 50%;
}

.detail {
    padding: 20px;
}

.list_t {
    /* margin-left: -4%; */
    overflow: hidden;
}

.imgbox {
    display: block;
    overflow: hidden;
    float: left;
    width: 155px;
}

.new-img {
    transition: all 1s;
    width: 100%;
    height: 98px;
    display: block;
    border-radius: 4px;
}

.info {
    margin-left: 165px;
    padding-top: 3px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-title {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    display: block;
}

.new-date {
    font-size: 13px;
    color: #c3c3c3;
    margin-top: 5px;
}

.clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
}

.txt {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    margin-top: 5px;
}

.clearfix:after {
    clear: both;
}

.bot {
    background: #fff;
    padding: 0 20px;
}

.sec_xw_new .list_b {
    /* margin-left: -4%; */
    overflow: hidden;
}

.list_xw li {
    line-height: 54px;
    border-bottom: 1px solid #ddd;
}

.list_xw li:last-child {
    border-bottom: 0;
}

.news-title {
    font-size: 15px;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    width: 76%;
    background: url(../image/xw_11.png) no-repeat left center;
    background-size: 8px;
    padding-left: 16px;
}

.new-list-date {
    font-size: 12px;
    color: #999999;
}

.problem-li {
    line-height: 54px;
    border-bottom: 1px solid #ddd;
}

.problem-li:last-child {
    border-bottom: none;
}

.problem-title {
    margin-bottom: 8px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #181a24;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.problem-content {
    width: 100%;
    height: 66px;
    font-size: 14px;
    line-height: 22px;
    color: #b4b7c1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.swiper {
    padding: 15px 0 !important;
}

.swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.scroll-item-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: opacity .2s ease;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: opacity;
    background: rgba(0, 0, 0, .75);
}


.PureButton_easyv-btn__hch51 {
    display: inline-block;
    padding: 6px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
}
.PureButton_ghost__HVOvG {
    font-size: 20px;
}

.home-case-pic {
    display: block;
    object-fit: cover;
    transition: .3s linear;
}

    .home-case-pic:hover {
        transform: scale(1.06);
    }
.scroll-item-card-bg:hover {
    opacity: 1;
}

/* 集采电商 */
.centrali-banner {
    height: 630px;
    overflow: hidden;
}

.centrali-banner img {
    width: 100%;
    height: 100%;
}

.banner-content .centea-h1,
.banner-content .centea-title {
    font-size: 50px;
    color: #fff;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    margin-bottom: 16px;
}

.banner-content .centea-small {
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
}

.centra-btn {
    width: 190px;
    height: 52px;
    background: #016cff !important;
    color: #fff !important;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 50px;
}

.centra-btn span {
    margin-right: 10px;
}

.l-section {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #fff;
}

.l-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.l-title {
    padding-bottom: 40px;
    font-size: 0;
    text-align: center;
}

@media (min-width: 0) {
    .element-entrance-1.ee-enter {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media (min-width: 0) {
    .element-entrance-1 {
        -webkit-transition: 1s;
        transition: 1s;
    }
}

.l-title h2 {
    font-size: 34px;
    color: #192967;
    line-height: 48px;
}

.l-title p {
    margin-top: 10px;
    font-size: 16px;
    color: #4c598c;
    line-height: 24px;
}

.manage .man-tab {
    position: relative;
}

.manage .man-tab .man-tab-btn {
    text-align: center;
    margin-bottom: 50px;
}

.man-tab .man-tab-btn>li {
    float: left;
    text-align: center;
    cursor: pointer;
}

.manage .man-tab .man-tab-btn li {
    float: none;
    display: inline-block;
    width: auto !important;
    margin-right: 60px;
}

.man-tab .man-tab-btn>li {
    width: 33.333%;
}

.manage .man-tab .man-tab-btn h3 {
    font-size: 16px;
    color: #192967;
    letter-spacing: 0;
    line-height: 24px;
    transition: all 0.3s;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.man-tab .man-tab-btn>li h3 {
    position: relative;
}

.manage .man-tab .man-tab-btn .active h3 {
    color: #016cff;
}

.man-tab .man-tab-btn>li.active h3 {
    color: #016cff;
}

.man-tab .man-tab-btn>li h3:after {
    content: "";
    width: 53px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -26px;
    background: transparent;
    transition: all 0.3s;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
}

.manage .man-tab .man-tab-btn .active h3:after {
    right: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
}

.man-tab .man-tab-btn>li.active h3:after {
    background: #016cff;
}

.manage .tab_item {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
}

.hide {
    display: none !important;
}

.l-section .show {
    -webkit-animation: toShowTab 0.4s linear;
    -moz-animation: toShowTab 0.4s linear;
    animation: toShowTab 0.4s linear;
}


@keyframes toShowTab {

    0% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0);
    }
}

.manage .tab_item>li {
    box-shadow: 0 5px 30px 0 rgba(189, 199, 228, 0.3);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.man-tab .tab_item>li {
    float: left;
}

.manage .content-box {
    display: flex;
}

.manage .content-box .l-content-left {
    width: 740px;
}

.manage .content-box .solution-img-box {
    position: relative;
    font-size: 0;
    height: 100%;
}

.manage .content-box .solution-img-box img {
    display: inline-block;
    width: 100%;
}

.manage .content-box .l-content-right {
    width: calc(100% - 740px);
    box-sizing: border-box;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 40px;
}

.manage .content-box .solution-info-box {
    height: 100%;
    max-height: 430px;
    overflow-y: auto;
}

.manage .content-box .solution-info-box h3 {
    font-size: 24px;
    color: #192967;
    line-height: 30px;
    margin-bottom: 30px;
}

.manage .content-box .solution-info-box h3 span {
    display: block;
}

.manage .content-box .solution-info-box ul li {
    padding-left: 30px;
    position: relative;
}

.manage .content-box .solution-info-box p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 10px;
}

.manage .content-box .solution-info-box ul li i {
    width: 19px;
    height: 18px;
    background-size: 100% 100% !important;
    position: absolute;
    left: -1px;
    top: 6px;
}

.manage .content-box .solution-info-box p span {
    display: block;
    font-size: 14px;
    color: #192967;
    line-height: 26px;
    margin-bottom: 30px;
}

.manage .mana-btn-box {
    text-align: center;
    margin-top: 30px;
}

.manage .content-box .solution-info-box div {
    margin-top: 20px;
}

.manage .content-box .solution-info-box .mana-btn-box {
    text-align: left;
}

.l-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    color: #ffffff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 4px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s;
    float: left;
    cursor: pointer;
}

.l-btn:hover {
    color: #ffffff;
    border: 1px solid #fff;
    background: transparent;
}

.l-btn.green {
    color: #fff;
    border: 1px solid #016cff;
    background: #016cff;
}

.l-btn.green:hover {
    border-color: #0977ff;
    background: #0977ff;
}

a:active,
a:hover {
    outline-width: 0;
}

.manage .mana-btn-box a {
    margin-right: 0;
    display: inline-block;
    float: none;
    width: 240px;
}

.manage .content-box .solution-info-box .mana-btn-box a {
    width: 150px;
    height: 42px;
    line-height: 41px;
    font-size: 15px;
}

*,
:after,
:before {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}

/*a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;*/
    /* text-decoration: underline; */
/*}*/

.manage.manage-01 {
    background: #fbfcff;
}

.manage .man-tab .man-tab-btn li:last-child {
    margin-right: 0;
}

.manage.manage-01 .content-box .l-content-left {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    box-sizing: border-box;
    width: calc(100% - 740px);
}

.manage.manage-01 .content-box .l-content-right {
    width: 740px;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.manage.manage-01 .content-box .solution-info-box {
    height: 100%;
    max-height: 570px;
    overflow-y: auto;
}

.i-gridCard-box,
.i-develop,
.i-appli {
    position: relative;
}

.gridCards_cardWrapper {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
}

.productDetail_moduleContent {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.productDetail_advWrapper {
    gap: 24px;
}

.gridCards_cardItem__l_MQ0 {
    position: relative;
    background: linear-gradient(1turn, #f4f8ff, #fff);
    cursor: pointer;
}

.gridCards_card__hH4as {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    align-items: center;
    padding: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-position .3s;
}

.productDetail_advItemBlock__yBVYb {
    display: flex;
    flex: 1 1 calc(50% - 24px);
    justify-content: flex-start;
    border-radius: 4px;
    border: 1px solid #eaf0fc;
    position: relative;
}

.gridCards_cardLogoImageContainer__CGaLQ {
    position: relative;
}

.gridCards_cardLogoImg__cBVBH {
    -o-object-fit: fill;
    object-fit: fill;
}

.gridCards_cardInfBox__4rpq3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 24px;
}

.gridCards_cardTitle__YYzr6 {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #353c58;
    line-height: 25px;
}

.gridCards_cardDesc___PUxs {
    font-size: 14px;
    font-weight: 400;
    color: #64698b;
    line-height: 20px;
    margin-top: 12px;
}

.gridCards_cardIcon__6NQ9o {
    content: "";
    position: absolute;
    background-size: 366px 105px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: right 200px;
    transition: background-position .3s;
    background-image: url(../image/hover.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.gridCards_cardItem__l_MQ0:hover .gridCards_cardIcon__6NQ9o {
    background-position: right 100%;
}

.development-mode {
    width: 100%;
    height: 500px;
    background: url(../image/deve-bg.png) no-repeat;
    background-size: 100%;
    margin-bottom: 100px;
}

.develop-list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    /* height: 460px; */
    margin-top: 20px;
}

.develop-list-item {
    width: 380px;
    height: 495px;
    box-sizing: border-box;
    /* background-image: linear-gradient(rgba(50, 108, 255, 0.02), rgba(50, 108, 255, 1) 66%); */
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: all .8s;
    overflow: hidden;
    position: relative;
    background: url(../image/deve-02.png) no-repeat;
    background-size: 100%;
}
.develop-01 {
    width: 380px;
    height: 495px;
    box-sizing: border-box;
    background: url(../image/deve-01.png) no-repeat;
    background-size: 100%;
}
.develop-03 {
    width: 380px;
    height: 495px;
    box-sizing: border-box;
    background: url(../image/deve-03.png) no-repeat;
    background-size: 100%;
}
/* .contraction {
    font-weight: 500;
    transition: all .5s;
    padding: 118px 30px 12px;
    transition: all .8s;
} */

.develop-num {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    font-family: TG-TYPE-Bold;
    line-height: 40px;
    margin-bottom: 16px;
    transform: translateY(0);
    transition: all .8s;
    margin-bottom: 26px;
}

.exh-01 {
    margin-bottom: 8px !important;
}

/* .develop-list-item.active .contraction .develop-num {
    transform: translateY(-14px);
    transition: all .4s .2s;
} */

.develop-title {
    font-size: 38px;
    color: #fff;
    margin-bottom: 2px;
    transform: translateY(0);
    transition: all .8s;
}

.develop-title:nth-child(2) {
    margin-bottom: 16px;
}

.develop-article {
    font-size: 15px;
    color: #cedbff;
    line-height: 22px;
    /* white-space: nowrap; */
    transition: all .8s;
}

/* .develop-list-item.active .contraction {
    transform: translateY(-140px);
    transition: all .8s ease-in-out;
    padding-bottom: 12px;
} */

/* .develop-list-item.active {
    width: 380px;
    height: 495px;
    transition: all .8s;
} */

.exhibition {
    width: 380px;
    height: 495px;
    /* background: url(../image/deve-02.png) no-repeat; */
    background-size: 100%;
    box-sizing: border-box;
    transform: translateY(20px);
    transition: all .6s;
    font-weight: 500;
    padding: 290px 30px 12px;
    transition: all .8s;
    position: absolute;
    top: 0;
    bottom: 0px;
    z-index: 2;
}
.bg {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 380px;
    height: 495px;
    box-sizing: border-box;
    background: url(../image/co2.png) no-repeat;
    background-size: 100%;
    opacity: 1;
    transition: all 0.6s;
}

.bg-1 {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 380px;
    height: 495px;
    box-sizing: border-box;
    background: url(../image/co1.png) no-repeat;
    background-size: 100%;
    opacity: 1;
    transition: all 0.6s;
}

.bg-3 {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 380px;
    height: 495px;
    box-sizing: border-box;
    background: url(../image/co3.png) no-repeat;
    background-size: 100%;
    opacity: 1;
    transition: all 0.6s;
}
/* 动画样式 */
.develop-list-item.active .bg {
    opacity: 0;
    top: -200px;
}
.develop-list-item.active .bg-1 {
    opacity: 0;
    top: -200px;
}
.develop-list-item.active .bg-3 {
    opacity: 0;
    top: -200px;
}
.develop-list-item .exhibition .develop-num {
    transition: all 0.6s;
    opacity: 1;
}

.develop-list-item.active .exhibition .develop-num {
    opacity: 0;
    transform: translateY(-200px);
}

.develop-list-item .exhibition .text-box {
    transition: all 0.6s;
}

.develop-list-item.active .exhibition .text-box {
    transform: translateY(-150px);
}


.deve-pic {
    position: absolute;
    right: 0;
    top: -120px;
    width: 100px;
    height: 119px;
}

.deve-pic img {
    width: 100%;
}

.applica-tab {
    margin-top: 36px;
}

.applica-tab,
.applica-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.applica-item {
    position: relative;
    flex: 1;
    height: 60px;
    background: #fff;
    border: 1px solid #edeff2;
    border-radius: 8px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: #202124;
    line-height: 18px;
    overflow: hidden;
}

.applica-item:not(:last-child) {
    margin-right: 20px;
}

.itemContent {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 99;
}

.itemContent>img {
    width: 36px;
    display: block;
    margin-right: 8px;
    opacity: 1;
    transition: all .5s;
}

.applica-item.active .itemContent>img {
    opacity: 0;
    transition: all .5s;
}

.itemContent .applica-title {
    transform: translateX(0);
    transition: all .5s;
}

.applica-item.active .applica-title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #202124;
    line-height: 18px;
    background: linear-gradient(270deg, #202124, #004eb7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(-20px);
    transition: transform .5s;
}

.applica-item .bgImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../image/block4-item-bg.png) no-repeat;
    background-size: 100% 100%;
    transform: scale(1.1);
    opacity: 0;
    transition: all .5s;
}

.applica-item.active .bgImg {
    transform: scale(1);
    opacity: 1;
    transition: all .5s;
}

.applica-item.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 3px;
    background: hsla(0, 0%, 100%, .5);
    width: 0;
}

.appli-info-box .virtual-height {
    height: 408px;
    padding-top: 48px;
}

.appli-info-box {
    position: relative;
}

.appli-info {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
    top: 0;
}

.appli-left {
    position: relative;
    width: 500px;
    opacity: 0;
    flex-grow: 0;
    margin-right: 32px;
}

.appli-info.active .appli-left {
    opacity: 1;
}

.appli-le-title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #202124;
    line-height: 24px;
    margin-bottom: 12px;
    /* opacity: 0; */
}

.vz-font1 {
    font-family: TG-TYPE-Bold;
}

.appli-le-title>span {
    font-size: 28px;
    color: #006cff;
}

.appli-line {
    position: relative;
    width: 482px;
    height: 1px;
    background: rgba(1, 40, 111, .06);
    border-radius: 2px;
    margin: 24px 0 41px;
    /* opacity: 0; */
}

.appli-line:before {
    position: absolute;
    top: -3px;
    left: 0;
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background: #202124;
}

.appli-tips-item {
    display: flex;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #202124;
    line-height: 24px;
}

.appli-tips-item:not(:last-child) {
    margin-bottom: 41px;
}

.appli-tips-item>img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.itemTitle {
    font-size: 18px;
    font-weight: 600;
    color: #202124;
    line-height: 18px;
    margin-bottom: 8px;
}

.itemContent1 {
    font-size: 16px;
    font-weight: 400;
    color: #4e5866;
    line-height: 26px;
}

.appli-right {
    width: 668px;
    height: 408px;
    opacity: 0;
    transform: translateX(30px);
    transition: all .5s;
    pointer-events: none;
}

.appli-right img {
    width: 100%;
}

.appli-info.active .appli-right {
    opacity: 1;
    transform: translateX(0px);
    transition: all .5s .1s;
}

.appli-btn-box {
    text-align: center;
    margin-top: 50px;
}

.appli-btn-box a {
    margin-right: 0;
    display: inline-block;
    float: none;
    width: 240px;
}

.arrow-right {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../image/arrow.png) center -2px no-repeat;
    background-size: 100%;
    margin-left: 5px;
    transition: all 0.3s;
}

::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ddd;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}



@media (min-width: 0) {
    .element-entrance-1.ee-enter {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media (min-width: 0) {
    .element-entrance-1 {
        -webkit-transition: 1s;
        transition: 1s;
    }
}

/* 案例详情 */
.case-detail-content {
    align-items: flex-start;
    display: flex;
    margin-top: 20px;
    overflow: hidden;
}
.case-left {
    width: 850px;
    padding: 40px 31px 47px;
    box-sizing: border-box;
    background: #fff;
}
.case-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-title {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-title:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 26px;
    background: #006cff;
    border-radius: 3px;
    margin-right: 10px;
    flex-shrink: 0;
    vertical-align: top;
}
.case-pic {  
    margin: 24px 0 40px;  
    width: 100%;
}
.case-pic img {
    width: 100%;
}
.case-right {
    width: 330px;
    box-sizing: border-box;
    padding: 20px 24px;
    flex-shrink: 0;
    margin-left: 20px;
    background: #fff;
}
.case-moduleTitle-wrap {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #dbdfe5;
    overflow: hidden;
}
.case-left-border {
    margin-right: 8px;
    display: inline-block;
    width: 3px;
    height: 18px;
    background: #007afc;
    border-radius: 10px;
}
.case-name {
    position: relative;
    top: -3px;
    font-size: 16px;
    line-height: 22px;
    color: #262c33;
}
.case-box {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #dbdfe5;
    cursor: pointer;
}
.case-banner {
    width: 100%;
    height: 153px;
    background-repeat: no-repeat;
    background-size: cover;
}
.case-info {
    padding: 16px 20px;
    background-color: #fff;
}
.case-title1 {
    margin-bottom: 8px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #262c33;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-date-range {
    font-size: 12px;
    line-height: 17px;
    color: #888;
}


@media (max-width:1440px) {
    .homeHeader-header-content {
        max-width: 1000px;
    }

    .homeHeader_item__7rTzi {
        padding-left: 80px;
    }

    .homeHeader_item__7rTzi * {
        transform: scale(0.9);
    }

    .homeHeader_image__5qIt1 {
        left: 20px;
    }

    .functiona-services {
        width: 1000px;
    }

    .line-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .plan-case {
        padding-left: 26px;
    }

    .caseItem {
        width: 80px;
        height: 80px;
    }
    

    .path-content {
        width: 1200px;
    }

    .path-item:first-child::after {
        bottom: -75px;
    }

    .path-item:nth-child(3)::after,
    .path-item:nth-child(5)::after {
        bottom: -72px;
    }

    .news-content {
        width: 1000px;
    }

    .news-title {
        width: 60%;
    }
}