.t_inbanpic img {
    height: 540px;
}
.t_inbanpic::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient( 265.75deg, rgba(0, 29, 104, 0.02) 32.96%, #001d68 100.69% );
    opacity: 0.2;
    z-index: 3;
}

.ys_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.techLogoTit {
    color: #141F34;
    font-family: PingFang SC;
    font-weight: semibold;
    /* font-size: 48px; */
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: left;
    max-width: 625px;
}

.techLogoDesc {
    color: #676B77;
    font-family: PingFang SC;
    font-weight: regular;
    text-align: left !important;
    margin: 0px !important;
    max-width: 625px;
}

.perthree {
    max-width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

.perthree .item_title {
    color: #141F34;
    /* font-family: DIN; */
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;

}

.perthree .item_desc {
    color: #676B77;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;

}
.t_inban .std_title5 {
    max-width: 586px;
}

.ys_ban_txtbox .std_button {
    margin-top: 0px;
}

.imgBox {
    width: 473px;
    height: 348px;
    position: absolute;
    right: 0px;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.t_pointul {
    background: #fff;
}

.t_pointli {
    padding: 12px 8px;
}
:root{
    --my-width: calc(100% / 8);
    --my-height:calc(var(--my-width) / 2)
}
.ys_lw.t_pointul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ys_lw .t_pointli {
    width: var(--my-width);
    height: var(--my-height);
}

.t_hptOul {
    display: flex;    
    flex-wrap: wrap;
    align-items: stretch;
}
.ulon {
    justify-content: center;
}
.t_hptOli {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.t_hptOul.on2 .t_hptOli {
    width: 50%;
}
.t_hptOul.on3 .t_hptOli {
    width: 33.333%;
}
.t_hptOul.on4 .t_hptOli {
    width: 25%;
}
.t_hptOul.on5 .t_hptOli {
    width: 20%;
}
.t_hptOul .li_tit {
    margin: 16px 0px 8px 0px;
}
.t_hptOli .t_hptOlixin {
    display: flex;
    flex-direction: column;
    align-items: center; 
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #00000019;
    transition: all 0.4s;
    cursor: pointer;
}
.t_hptOli .t_hptOlixin:hover {
    transform: translateY(-5px);
    background: linear-gradient(180deg, #B1CCFF 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 20px 0px #2E65F319;
}
.t_hptOli .t_hptOlixin .li_img {
    width: 75px;
    height: 75px;
}

.t_hpt1OliXin {
    border-radius: 8px;
    background: #F7F8FA;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 380px;
    padding: 40px 20px 20px 20px;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
}

.t_hpt1OliXin:hover {
    transform: translateY(-20px);
}
.t_hpt1OliXin:hover .t_hpt1OliXin_cover {
    opacity: 1;
}

.t_hpt1OliXin_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 20px;
    z-index: 4;
    background: #E8F1FF;
    opacity: 0;
}

.t_hpt1OliXin .li_img {
    width: 75px;
    height: 75px;
}

.li_tit {
    color: #141F34;
    font-family: PingFang SC;
    font-weight: semibold;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
}

.li_desc,
.li_desc p {
    color: #676B77;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0px;
    text-align: left;
}
.t_hpt1OliXin_cover .li_desc {
    text-align: justify;
}

.mar40 {
    position: absolute;
    bottom: 40px;
}

.t_hpt2Oli {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}
.t_hpt2Oli:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.market_tech_text {
    width: 35%;
}
.market_tech_text .li_tit {
    text-align: left;
    margin-bottom: 20px;
}
.market_tech_img {
    width: 60%;
    height: auto;
}
.t_hpt2Oli .market_tech_text li p {
    color: #41464F;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}
.t_hpt2Oli .market_tech_text li p::before {
    content: "";
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    width: 5px;
    margin-right: 8px;
    margin-bottom: 3px;
}

.qqbj_btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

.qqbj_btn .qqbj_btn_nub {
    margin-right: 20px;
}

.qqbj_btn .qqbj_btn_nub .qqbj_btn_nub_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    position: relative;
    transition: all 0.36s;
}
.reverse {
    flex-direction: row-reverse;
}

.liHov .btn_div {
    opacity: 1;
    transition: all 0.3s;
}
.heg1 {
    height: 360px;
}
.heg2 {
    height: 265px;
}
.heg3 {
    height: 450px;
}
.heg4 {
    height: 300px;
}
.pad1 {
    padding: 45px 45px 60px 45px;
}
.pad2 {
    padding: 40px 20px 20px 30px;
}
.pad3 {
    padding: 40px 24px 40px 24px;
}
.pad4 {
    padding: 50px 24px 20px 50px;
}
.t_hptOli .colFlex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}
.colFlex .li_left {
    flex-shrink: 0;
}
.colFlex .li_right {
    margin-left: 25px;
}
.colFlex .li_right .li_tit {
    text-align: left;
    margin: 0px 0px 8px 0px
}

.colFlex .li_left p {
    color: #2C333E;
    font-family: DIN;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
}
.btn_div {
    position: absolute;
    right: 24px;
    bottom: 20px;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    transition: all 0.3s;
}
.btkg {
    padding: 0 11px;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btkg img {
    width: 16px;
    height: 16px;
}
.app-case-main {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 20px 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    box-shadow: 0px 8px 20px 0px #00000026;
}

.app-case-tab {
    display: flex;
    border-bottom: 1px solid #E4E9F2;
}

.app-case-tab div {
    width: 120px;
    height: 48px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #020814;
    margin-right: 16px;
    cursor: pointer;
}

.app-case-tab div span {
    display: inline-block;
    height: 50px;
    position: relative;
    line-height: 50px;
}

.app-case-tab div span::after {
    content: ' ';
    width: 0;
    height: 2px;
    background-color: #175DFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-out;
}

.app-case-tab div.active {
    color: #175DFF;
}

.app-case-tab div.active span::after {
    content: ' ';
    width: 100%;
    display: block;
}

.app-case-conment {
    display: none;
    /* align-items: center; */
    margin-top: 20px;
}

.app-case-conment.active {
    display: flex;
}

.app-case-conment-left {
    width: 50%;
    margin-right: 40px;
}

.app-case-conment-tit {
    font-family: PingFang SC;
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    color: #020814;
    margin: 20px 0px;
    line-height: 1.4;
}

.app-case-conment-desc p {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
    color: #41464F;
    margin-bottom: 20px;
}

.app-case-conment-btn {
    display: flex;
    align-items: center;
}

.app-case-conment-btn div {
    width: 132px;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #175DFF;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #175DFF;
    margin-right: 8px;
    cursor: pointer;
}

.app-case-conment-btn div.active {
    background-color: #175DFF;
    color: #fff;
}

.app-case-conment-right {
    width: 50%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.app-case-conment-right img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.t_b2pt4xin {
    box-shadow: none;
}
.t_b2pt4xili {
    align-items: flex-start;
}
.t_b2pt4ul::before {
    background: #E4E9F2;
}
.t_b2pt4li .std_title3 {
    color: #141F34;
    font-family: PingFang SC;
    font-weight: regular;
}
.std_title4 {
    color: #141F34;
    font-family: PingFang SC;
    font-weight: regular;
    line-height: 22px;
}
.std_word1, .std_word1 p {
    color: #000;
    font-family: PingFang SC;
    font-weight: regular;
    line-height: 2;
    margin-top: 10px;
    padding-bottom: 8px;
}
.std_font14, .std_font14 p {
    color: #41464F;
    font-family: PingFang SC;
    line-height: 24px;
    margin-bottom: 4px;
}
.t_b2pt4oli .std_word1::before {
    content: url(../../images/select_icon.png);
    left: -32px;
    top: -14px;
    transform: scale(0.4);
}
.t_b2pt4xin .std_button {
    width: auto;
}
.t_b2pt4xin .std_btnbox::before {
    width: 140px;
    height: 140px;
}
.ys_ban_slick .slick-dots {
    text-align: center;
    padding-left: 0px;
}
.whiteBtn .std_btnbox {
    background-color: #fff;
}
.whiteBtn .std_btnzi {
    color: #2d65f2;
}
.whiteBtn .std_btnbox:hover .std_btnzi {
    color: #fff;
}
.t_b2pt4xin {
    padding: 0px;
}
.t_b2pt4lix {
    padding: 0px;
}
@media screen and (max-width: 1680px) {
    .li_tit {
        font-size: 20px;
    }
    .colFlex .li_left p {
        font-size: 30px;
    }
    .app-case-conment-tit {
        font-size: 24px;
    }
}
@media screen and (max-width: 1500px) {
    .t_hptOli {
        width: 33.333%;
    }
}
@media screen and (max-width: 1360px) {
    .pad4 {
        padding: 40px 24px 20px 40px;
    }
    .colFlex .li_right {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .hegH {
        width: 33.333%;
    }
    .t_hptOul.on5 .t_hptOli {
        width: 25%;
    }
    .t_hptOul.on4 .t_hptOli {
        width: 33.333%;
    }
    .t_hptOul.on3 .t_hptOli {
        width: 50%;
    }
    .techLogoTit,
    .techLogoDesc {
        max-width: 586px;
    }
}
@media screen and (max-width: 960px) {
    .techLogoTit {
        /* font-size: 36px; */
        line-height: 36px;
    }
    .perthree .item_title {
        font-size: 36px;
    }
    .t_hptOli {
        width: 50% !important;
    }
    .t_hpt1Oli {
        width: 50% !important;
    }
    .app-case-main {
        height: auto;
        padding: 20px;
    }
    .app-case-conment {
        flex-direction: column-reverse;
    }
    .app-case-conment-left {
        width: 100%;
        margin-right: 0px;
    }
    .app-case-conment-right {
        width: 100%;
        height: auto;
    }
    .imgBox {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .t_inbanpic img {
        height: auto;
    }
    .t_hptOli {
        width: 100% !important;
    }
    .t_hpt1Oli {
        width: 100% !important;
    }
    .t_hpt2Oli {
        flex-direction: column-reverse;
        padding: 0px 20px;
    }
    .t_hpt2Oli:nth-of-type(2n) {
        flex-direction: column-reverse;
        padding: 0px 20px;
    }
    .market_tech_text {
        width: 100%;
    }
    .market_tech_img {
        width: 100%;
    }
    .li_tit {
        font-size: 16px;
    }
    .perthree {
        margin: 8px 0px;
    }
    .perthree .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .perthree .item_title {
        font-size: 24px;
    }
    .heg3 {
        height: 350px;
    }
}
