.t_inbanpic::before {
    display: none;
}
.ys_ban_txtbox .std_button {
    margin-top: 20px;
}

.techLogoTit {
    color: #141F34 !important;
    font-family: PingFang SC;
    font-weight: semibold;
    /* font-size: 48px;
    line-height: 56px;
    letter-spacing: 0px; */
    text-align: left;
}

.techLogoDesc {
    color: #676B77 !important;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0 !important;
    max-width: 450px !important;
}

.voice_value_list_nub {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
}

.voice_value_list_nub .voice_img {
    width: 42.857143%;
}

.voice_value_list_nub .voice_text {
    width: 57.142857%;
    padding-left: 40px;
}

.voice_text_duan {
    margin: 30px 0px !important;
}

.voice_todesc {
    color: #2E65F3;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

.voice_value_list a:nth-of-type(2n) .voice_value_list_nub {
    flex-direction: row-reverse;
}
.voice_value_list a:nth-of-type(2n) .voice_text {
    padding-right: 40px;
    padding-left: 0px;
}

.mker-business-new-tab{
    display: flex;
    margin-top: 26px;
}
.mker-business-new-tab div{
    width: 227px;
    height: 86px;
    margin-right: 16px;
    /* border-bottom: 2px solid transparent; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mker-business-new-tab div::after{
    content: '';
    width: 0;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.mker-business-new-tab div:last-child{
    margin-right: 0;
}
.mker-business-new-tab div.active::after{
    width: 100%;
    background-color: #175DFF;
}
/* .mker-business-new-tab div.active{
    border-bottom-color: #175DFF;
} */
.mker-business-new-tab div img{
    width: 186px;
    height: 54px;
    opacity: 0.5;
}
.mker-business-new-tab div.active img{
    opacity: 1;
}
.mker-business-new-content{
    margin-top: 20px;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    background: #F0F4FF;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.34, 0.69, 0.1, 1) 0s;
    display: none;
    align-items: center;
    padding: 60px;
}
.mker-business-new-content.active{
    display: flex;
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.34, 0.69, 0.1, 1) 0s;
}
.mker-business-new-content .content-img {
    width: 45%;
}
.mker-business-new-content .content-txt {
    width: 50%;
    margin-right: 50px;
}
.mker-business-new-content .content-txt .tt{
    color: #141F34;
    font-family: PingFang SC;
    font-weight: medium;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 30px;
}
.mker-business-new-content .content-txt .tt-s{
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.mker-business-new-content .content-txt .desc,
.mker-business-new-content .content-txt .desc p{
    color: #676B77;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
}
.mker-business-new-content .content-txt .desc img{
    width: 16px;
    height: 16px;
    display: inline;
}
.mker-business-new-content .content-txt .desc .desc-before-img {
    display: block;
}
.mker-business-new-content .content-txt .desc p {
    display: inline;
}
.new-imgbox-cover {
    height: 164px;
}
.d_d1ul {
    margin: 0px;
    width: 100%;
}
.d_d1li {
    padding: 0 8px;
    cursor: zoom-in;
}
.d_d1libox:hover {
    background: none;
}
.d_d1libox:hover .std_title5 {
    color: #141f34;
}
.d_d1pic {
    cursor: zoom-in;
}
.mrb30 {
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
}
.t_sypt4lie {
    display: flex;
    flex-wrap: wrap;
}
.t_sypt4hang {
    width: 20%;
    margin-bottom: 16px;
    padding: 0 8px;
}
.t_sypt4hang-img {
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    box-shadow: 0px 4px 16px 0px #00000019;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t_sypt4hang-img img {
    transform: scale(1);
    transition: all 1s;
}
.t_sypt4hang-img:hover img {
    transform: scale(1.1);
    transition: all 1s;
}
.t_b2pt4pic-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.t_b2pt4pic-img::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: #2d62e5;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    border-radius: 50px;
    box-shadow: 0 0 0px 2000px rgb(0 0 0 / 45%);
    z-index: 2;
    transition: all .3s;
}
.t_b2pt4pic-img::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 12px);
    top: calc( 50% - 20px);
    border: 28px solid #999;
    border-color: transparent transparent transparent #fff;
    border-width: 20px 0 20px 34px;
    border-radius: 5px;
    z-index: 3;
    transition: all .3s;
}

@media screen and (max-width: 750px) {
    .techLogoTit {
        font-size: 20px;
        line-height: 20px;
    }
    .voice_value_list_nub {
        flex-direction: column;
        align-items: center;
    }
    .voice_value_list a:nth-of-type(2n) .voice_value_list_nub {
        flex-direction: column;
        align-items: center;
    }
    .voice_value_list_nub .voice_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .voice_value_list_nub .voice_text {
        width: 100%;
        padding: 0px;
    }
    .voice_value_list a:nth-of-type(2n) .voice_text {
        padding: 0px;
    }
    .voice_text_duan {
        margin: 20px 0px !important;
    }
    .mker-business-new-content {
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
        padding: 30px;
    }
    .mker-business-new-content .content-txt {
        width: 100%;
        margin: 0px;
    }
    .mker-business-new-content .content-txt .tt {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .mker-business-new-content .content-img {
        width: 100%;
    }
    .t_b2pt4pic {
        width: 100%;
    }
    .t_sypt4hang {
        width: 33.333%;
    }
}

@media screen and (max-width: 480px) {
    .t_sypt4hang {
        width: 50%;
    }
}