:root {
    --liang: #8CF5FF;
    --red: #ff0000;
    --color: #e7559c;
    --nav-lr: 4%;
    --blue: #0055a5;
    --qian: #1c93ff;
    --border35: 35px;
    --border30: 30px;
    --border25: 25px;
    --border20: 20px;
    --border15: 15px;
    --border10: 10px;
    --b400: 400;
    --b500: 500;
    --b600: 600;
    --b700: 700;
    --fs16: 16px;
    --fs18: 18px;
    --fs20: 20px;
    --fs22: 22px;
    --fs24: 24px;
    --fs28: 28px;
    --fs30: 30px;
    --fs48: 48px;
    --fs40: 40px;
    --mt45p: 45px;
    --mt55p: 55px;
    --fsb-n-size: 60px;
    --fsb-n-size-small: 38px;
    --power-3-ease-out: cubic-bezier(.165, .84, .44, 1);
    --power-3-ease-in-out: cubic-bezier(.77, 0, .175, 1);
    --w85: 85%;
    --w13s: 1300px;
    --maxw: 1600px;
    --boxshadow: 0 5px 20px rgba(216, 231, 255, 0.8);
    --line-bg1: linear-gradient(-180deg, rgba(215, 230, 255, 1) 0%, rgba(243, 248, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    --line-bg2: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(220, 233, 255, 1) 100%);
    --line-bg3: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(216, 231, 255, 1) 100%);
}


.alfin_p1 {
    font-size: var(--fs30);
    color: #0b4dd3;
    padding-left: 60px;
    font-weight: var(--b600);
    line-height: 1.6;
}

.alfin_bg,
.alfin_bg2 {
    position: relative;
}

.alfin_bg::before {
    content: "";
    background-image: url(../demo/mlrbgp1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.alfin_bg2::before {
    background-image: url(../demo/mlrbgp2.png);
    width: 36%;
}

.alfin_bg3::before {
    background-image: url(../demo/mlrbgp3.png);
    width: 66%;
}

.alfin_p2 {
    font-size: var(--fs16);
    color: #333;
    margin-top: 40px;
}

.case_bg {
    /* background-image: url(../demo/probg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #2b68ee;
    padding: 30px;
    border-radius: var(--border15);
    margin-top: 20px; */

    background-image: -moz-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -webkit-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -ms-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    box-shadow: inset 0 0 25px rgb(36 97 221 / 50%);
    border: 1px solid #2461dd;

    background: hsl(212deg 100% 50% / 10%);

    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
}

.case_bg2 {
    /* background-image: url(../demo/probg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    border-radius: 15px;
    margin-top: 20px;

    overflow: hidden;

    background-image: -moz-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -webkit-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -ms-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    box-shadow: inset 0 0 25px rgb(36 97 221 / 50%);
    border: 1px solid #2461dd;

    background: hsl(212deg 100% 50% / 10%);


    backdrop-filter: blur(10px);
}

/*  */
.pipeline_tab {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #2461dd;
    margin-top: var(--mt45p);
    /* background-image: -moz-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -webkit-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -ms-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%); */

}


.pipeline_tab table {
    width: 100%;
    /* display: flex; */
    overflow-x: scroll;
    /* background: #eeeeee; */
    /* overflow: hidden; */
    font-size: 14px;
    table-layout: fixed;
    /* background-image: url(../demo/probg0.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */

    background-image: -moz-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -webkit-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    background-image: -ms-linear-gradient(-89deg, rgb(255, 255, 255) 29%, rgb(215, 230, 255) 100%);
    box-shadow: inset 0 0 25px rgb(36 97 221 / 50%);
    /* border: 1px solid #2461dd; */
    background: hsl(212deg 100% 50% / 10%);
    backdrop-filter: blur(10px);

}

.pipeline_tab th {
    /* width: 20%; */
    font-size: 16px;
    height: 50px;
    background: #1226aa;
    color: #fff;
}


.pipeline_tab3 tr {
    width: auto;
    margin: 0 20px;
    border-bottom: 2px solid rgb(255, 255, 255, 0.5);
}

.pipeline_tab td {
    /* width: 50%; */
    height: 70px;
    /* line-height: 50px; */
    text-align: center;
    /* border: 1px solid #c6c6c6; */
    color: #000;
}

.pipeline_tab3 tr td {
    border-left: 2px solid rgb(255, 255, 255, 0.5);
    padding: 10px;
}

.pipeline_tab4 td {
    text-align: left;
}

.pipeline_tab tr:first-child td {
    font-size: 16px;
    font-weight: var(--b600);
}

.pipeline_tab2 tr:first-child td {
    font-size: 14px;
    font-weight: normal;
}

.pipeline_tab tr td:first-child {
    border: none;
    font-size: 16px;
    font-weight: var(--b600);
}

.pipeline_tab3 tr td:first-child {
    font-weight: normal;
}

.pipeline_tab3 tr:first-child td {
    background: linear-gradient(to bottom, #1c65fe 0%, #1c97fe 50%);
    color: #fff;
}

.pipeline_tab3 img{
    width: auto;
}

.pipeline_tab tr:last-child {
    border-bottom: none;
}

/*  */
.case_li1 {
    overflow: hidden;
}

.case_li1 img {
    width: 104%;
    margin-top: -1.8%;
    margin-bottom: -1.8%;
    margin-left: -2%;
}

.case_li3 img {
    width: 100%;
    margin: 0;
}

.case_li12 img {
    border-radius: var(--border15);
}

.alfin_p3 {
    margin-top: var(--mt45p);
    margin-top: 80px;
}

.alfin_p3:first-child {
    margin-top: 0;
}

.alfin_p4 {
    margin-top: 60px;
}

.aifadv_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
}


.aifadv_item3 {
    width: 49%;
    border: 1px solid #2b68ee;
    padding: 50px 30px;
    border-radius: var(--border15);
    text-align: center;
    margin-top: 0;
}


.aifadv_p1 {
    margin-top: 10px;
    font-weight: var(--b600);
}

.aifadv_li1 img {
    width: auto;
}


.aifadv_p2 p {
    position: relative;
    display: inline-block;
}

.aifadv_p2 p::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #2b68ee;
    left: -11px;
    top: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.case_bgm {
    margin-top: var(--mt45p);
}

.case_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
}

.case_li2 {
    border-radius: var(--border15);
    overflow: hidden;
}

.case_li2 img {
    width: 100%;
    border-radius: var(--border15);
    transition: all 0.3s ease;
}

.case_list:hover .case_li2 img {
    transform: scale(1.1);
}

.case_listleft {
    width: 50%;
}

.case_listright {
    width: 44%;
}

.case_listright p {
    font-size: var(--fs30);
    font-weight: var(--b600);
}

.ywdbtns2 {
    background: #2b68ee;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}

.busin_list {
    display: flex;
    flex-wrap: wrap;
}

.busin_list2 {
    display: flex;
    flex-wrap: wrap;
}


/*  */
.link1s {
    /* position: absolute;
    width: 100%;
    height: 17%;
    left: 0;
    top: 6.5%;
    display: block; */
}

.busin_title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.busin_p1 {
    font-size: var(--fs16);
    color: #000;
    font-weight: var(--b600);
}

.busin_line {
    width: 100%;
    height: 1px;
    background: rgb(000, 000, 000, 0.4);
    margin: 30px 0;
}

.busin_item {
    padding: 50px 30px;
    width: 31%;
    margin-right: 3%;
    margin-top: var(--mt45p);
}

.busin_item:nth-child(3n) {
    margin-right: 0;
}

.busin_p2 {
    color: #000;
}

.busin_p3 {
    font-size: var(--fs20);
    color: #000;
    font-weight: var(--b600);
}

.busin_item2 {
    padding: 50px 30px;
    width: 49%;
    margin-right: 2%;
    margin-top: var(--mt45p);
}

.busin_item2:nth-child(2n) {
    margin-right: 0;
}

.pop_p1 {
    font-size: var(--fs30);
    color: #000;
    font-weight: var(--b600);

}

.pulinelaywzm h4 {
    font-size: var(--fs18);
    color: #000;
    font-weight: var(--b600);
    position: relative;
}

.pulinelaywzm h4::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #2b68ee;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 12px;
    transform: translateY(-50%);
}

.pulinelaywzm p {
    color: #333;
}

.pulinelaywzm .pop_p1 {
    color: #000;
}

.pulinelaywzm .pulinelaywzm h4 {
    margin-top: 20px;
}

.pop_p3 span {
    color: #2b68ee;
    font-weight: var(--b600);
}

.pulinelaywzm .pop_p4 {
    margin-top: 20px;
}

.pop_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: var(--mt45p);
}

.g7pbanp1 .img1 {
    max-height: 74px;
    margin-bottom: 25px;
}

.mlr8bsubleft {
    padding-left: 5.7%;
}

/*  */

.split1 {
    --delay: 0.08s;
    --duration: .6s;
}

/* .split1 {display:flex;align-items:flex-start;justify-content:center;} */
.split1>div {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 var(--split-jx);
}

.split1>div>div {
    opacity: 0;
    transition: transform linear, opacity linear, color .4s ease-in-out;
    display: inline-block;
    transform: translateY(100%);
}

.split1.aos-animate>div {
    transition: transform var(--duration) cubic-bezier(.21, 1, .4, .98), opacity var(--duration) cubic-bezier(.21, 1, .4, .98);
    opacity: 1;
    transform: none;
}

.split1.aos-animate>div>div {
    transition: transform var(--duration) cubic-bezier(.21, 1, .4, .98), opacity var(--duration) cubic-bezier(.21, 1, .4, .98), color .4s ease-in-out;
    opacity: 1;
    transform: none;
}

.split1.aos-animate>div:nth-of-type(1)>div {
    transition-delay: calc(var(--delay) * 1);
}

.split1.aos-animate>div:nth-of-type(2)>div {
    transition-delay: calc(var(--delay) * 2);
}

.split1.aos-animate>div:nth-of-type(3)>div {
    transition-delay: calc(var(--delay) * 3);
}

.split1.aos-animate>div:nth-of-type(4)>div {
    transition-delay: calc(var(--delay) * 4);
}

.split1.aos-animate>div:nth-of-type(5)>div {
    transition-delay: calc(var(--delay) * 5);
}

.split1.aos-animate>div:nth-of-type(6)>div {
    transition-delay: calc(var(--delay) * 6);
}

.split1.aos-animate>div:nth-of-type(7)>div {
    transition-delay: calc(var(--delay) * 7);
}

.split1.aos-animate>div:nth-of-type(8)>div {
    transition-delay: calc(var(--delay) * 8);
}

.split1.aos-animate>div:nth-of-type(9)>div {
    transition-delay: calc(var(--delay) * 9);
}


.split2 {
    --delay: 0.08s;
    --duration: .6s;
}

/* .split2 {display:flex;align-items:flex-start;justify-content:center;} */
.split2>div {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 8px;
}

.split2>div>div {
    opacity: 0;
    transition: transform linear, opacity linear, color .4s ease-in-out;
    display: inline-block;
    transform: translateY(100%);
}

.split2.aos-animate>div {
    transition: transform var(--duration) cubic-bezier(.21, 1, .4, .98), opacity var(--duration) cubic-bezier(.21, 1, .4, .98);
    opacity: 1;
    transform: none;
}

.split2.aos-animate>div>div {
    transition: transform var(--duration) cubic-bezier(.21, 1, .4, .98), opacity var(--duration) cubic-bezier(.21, 1, .4, .98), color .4s ease-in-out;
    opacity: 1;
    transform: none;
}

.split2.aos-animate>div:nth-of-type(1)>div {
    transition-delay: calc(var(--delay) * 1);
}

.split2.aos-animate>div:nth-of-type(2)>div {
    transition-delay: calc(var(--delay) * 2);
}

.split2.aos-animate>div:nth-of-type(3)>div {
    transition-delay: calc(var(--delay) * 3);
}

.split2.aos-animate>div:nth-of-type(4)>div {
    transition-delay: calc(var(--delay) * 4);
}

.split2.aos-animate>div:nth-of-type(5)>div {
    transition-delay: calc(var(--delay) * 5);
}

.split2.aos-animate>div:nth-of-type(6)>div {
    transition-delay: calc(var(--delay) * 6);
}

.split2.aos-animate>div:nth-of-type(7)>div {
    transition-delay: calc(var(--delay) * 7);
}

.split2.aos-animate>div:nth-of-type(8)>div {
    transition-delay: calc(var(--delay) * 8);
}

.split2.aos-animate>div:nth-of-type(9)>div {
    transition-delay: calc(var(--delay) * 9);
}

/*  */

.pulinelaywzmtext {
    margin-top: 20px;
}


.pc {
    display: block;
}

.phone {
    display: none;
}

/*  */
@media screen and (max-width:1600px) {
    :root {
        --navli-height: 90px;
        --fs60: 50px;
        --fs48: 42px;
        --fs30: 26px;
        --mt60: 55px;
        --jl8c-pd: 55px;
        --ban-min-height: 720px;
    }
}

@media screen and (max-width:1440px) {
    :root {
        --navli-height: 80px;
        --fs70: 60px;
        --fsbaner: 38px;
        --fs60: 42px;
        --fs48: 36px;
        --fs18: 16px;
        --fs30: 22px;
        --fssite3page: 16px;
        --ptb: 80px;
        --plr120: 90px;
        --plr110: 90px;
        --mt60: 50px;
        --jl8c-pd: 50px;
        --index-ab-l-w: 430px;
        --ban-min-height: 680px;
    }

}

@media screen and (max-width:1366px) {
    :root {
        --navli-height: 75px;
        --fs70: 50px;
        --fsbaner: 35px;
        --fs60: 43px;
        --fs48: 34px;
        --fs30: 20px;
        --fssite3page: 14px;
        --ptb: 70px;
        --plr120: 80px;
        --plr110: 80px;
        --fs-nav-1: 20px;
        --mt60: 45px;
        --jl8c-pd: 40px;
        --ban-min-height: 620px;
    }

}

@media screen and (max-width:1280px) {
    :root {
        --navli-height: 70px;
        --fs70: 40px;
        --fsbaner: 30px;
        --fs60: 40px;
        --fs48: 34px;
        --fs30: 20px;
        --fssite3page: 14px;
        --ptb: 70px;
        --plr120: 80px;
        --plr110: 80px;
        --fs-nav-1: 18px;
        --mt60: 40px;
        --jl8c-pd: 30px;
        --index-ab-l-w: 400px;
    }

}

@media screen and (max-width:768px) {
    :root {
        --mt45p: 25px;
        --fs14: 14px;
        --fs16: 14px;
        --fs18: 14px;
        --fs20: 14px;
        --fs22: 14px;
        --fs24: 16px;
        --fs28: 18px;
        --fs30: 18px;
        --fs32: 18px;
        --fs36: 20px;
        --fs40: 24px;
        --fs46: 24px;
        --fs48: 24px;
        --b700: 700;
        --ptb: 50px;
    }

    .pc {
        display: none;
    }

    .phone {
        display: block;
    }


    .w15 {
        width: 90%;
        margin: 0 auto;
    }

    .mlr8m {
        flex-wrap: wrap;
    }

    .mlr8a {
        width: 100%;
    }

    .pro2slidetwo .mlr8b {
        width: 100%;
    }

    .site-baner-p1 {
        font-size: 24px;
    }

    .g7pbanp3 {
        margin-top: 15px;
        flex-direction: column;
        gap: 5px;
    }

    .pro2slidetwo .mlr8a {
        position: relative;
        top: 0;
    }

    .mlr8b {
        padding-left: 0px;
        border-left: none;
    }

    .aifadv_item3 {
        width: 100%;
        padding: 25px 25px;
    }

    .aifadv_item3:nth-child(2) {
        margin-top: 20px;
    }

    .alfin_p1 {
        padding-left: 30px;
    }

    .alfin_bg2::before {
        width: 56%;
    }

    .mlr8am a {
        font-size: 16px;
    }

    .aifadv_p2 {
        font-size: 13px;
    }

    .pro2slidetwo .mlr8b {
        padding-top: 0;
    }

    .gbb7headlogo {
        height: 32px;
    }

    .mlr8am a {
        padding: 15px 0;
    }

    /* .aifadv_li1 img {
        height: 40px;
    } */

    .aifadv_p1 {
        font-size: 14px;
    }

    .mlr8a,
    .mlr8b {
        padding-top: 30px;
    }

    .case_li1 {
        overflow: hidden;
    }

    .case_li1 img {
        border-radius: 10px;
    }

    .pulinelaywzm p {
        font-size: 14px;
    }

    .mlr8bsubleft {
        padding-left: 0;
    }

    .alfin_bg::before {
        background-image: none;
    }

    .alfin_p1 {
        padding-left: 0;
        line-height: 1;
    }

    .case_listleft {
        width: 100%;
    }

    .case_listright {
        width: 100%;
        margin-top: 15px;
    }

    .ywdbtns {
        padding: 10px 20px;
    }

    .ywdbtns2 {
        margin-top: 10px;
    }

    .case_listright p {
        font-size: 14px;
    }

    .pulinelaywzm h4 {
        margin-top: 15px;
    }

    .pop_img {
        justify-content: center;
    }

    .pop_img img {
        margin-top: 15px;
    }

    .pop_img img:nth-child(1) {
        margin-top: 0;
    }

    .pulinelaywzm {
        padding-bottom: 20px;
    }

    .btn-subsm {
        padding: 25px;
    }

    .mlr8bsub {
        padding-top: 0;
    }

    .alfin_p2 {
        margin-top: 15px;
    }

    .alfin_p4 {
        margin-top: 30px;
    }

    .busin_item2 {
        width: 100%;
        padding: 30px 20px;
        margin-right: 0;
    }

    .busin_p2 {
        font-size: 14px;
    }


    .busin_p1 {
        font-size: 12px;
    }

    .busin_line {
        margin: 15px 0;
    }

    .g7pbanp1 .img1 {
        max-height: 44px;
    }

    .g7pbanp3_s1 {
        font-size: 14px;
    }

    .gbb7headm {
        padding: 0 20px;
    }

    .ptScrollattention {
        --diameter: 210px;
        bottom: 100px;
    }

    .gbb7head {
        padding-top: 20px;
        display: block;
    }

    .pipeline_tab table {
        display: flex;
    }

    .pipeline_tab3 tr td {
        padding: 10px 20px;
        font-size: 12px !important;
    }

    .pipeline_tab {
        border-radius: 10px;
    }

    .case_bg2,
    .case_bg {
        border-radius: 10px;
    }

    /*  */
    /* 内页二级导航 */
    .sub_menu {
        border-bottom: 1px solid #ddd;
        height: 50px;
        box-sizing: content-box;
        line-height: 50px;
        position: relative;
        z-index: 60;
    }

    .sub_menu_area {
        display: flex;
        width: 100%;
    }

    .subMn {
        width: 100%;
        position: relative;
        z-index: 9;
    }

    .sub_menu dt {
        position: relative;
        font-size: 16px;
        padding: 0 20px;
    }

    .sub_menu dt i {
        position: absolute;
        right: 20px;
        top: 0;
        transition: all 0.3s ease;
        z-index: 9;
    }

    .sub_menu .on i {
        transform: rotateZ(180deg);
    }

    .sub_menu dd {
        margin-top: 0;
        padding: 12px 0;
        display: none;
        background-color: #fff;
        position: absolute;
        width: 100%;
        left: 0;
        top: 51px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    }

    .sub_menu dd a {
        display: block;
        padding: 10px 20px;
        line-height: 1.2;
        font-size: 16px;
        padding-right: 35px;
        color: #555;
    }

    .sub_menu dd a {
        position: relative;
    }

    .subMn {
        display: block;
        color: #333;
    }

    .subMn li {
        position: relative;
    }

    .subMn a i {
        position: absolute;
        right: 0;
        line-height: 1;
        display: block;
        top: 0;
        transform: none !important
    }

    .subMn a i {
        padding: 0 20px;
        height: 39px;
        line-height: 39px;
    }

    .subMn3btn {
        position: absolute;
        width: 59px;
        height: 39px;
        line-height: 39px;
        right: 0;
        top: 0;
        text-align: left;
        z-index: 3;
        padding: 0 20px;
    }

    .subMn3btn {
        transform: none !important;
    }

    .subMn3btn {
        width: 100%;
        text-align: right;
    }

    .sub_menu .subMn3 a {
        font-size: 14px;
        color: #333;
    }

    .sub_menu .subMn3 {
        padding: 5px 10px;
        display: none;
        background-color: #fafafa;
    }

    .subMn li.on>a {
        color: var(--color);
    }

    .subMn li.on i:before {
        content: '\e729';
    }

    .pro2slidetwo .mlr8a {
        padding-top: 0;
    }

    /*  */

    .alfin_p3 {
        margin-top: 30px;
    }

    .alfin_p31 {
        margin-top: 0;
    }

    .case_li2 img {
        border-radius: 10px;
    }
}