breadcrumbs_text.swiper-slide-caption h1 {
    font-weight: normal;
}

.call-subtitle_text {
    color: white;
    font-size: 20px;
}

#news_bool .pricing-table-classic {
    box-shadow: none;
}

.post-minimal__title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.39);
    color: white;
    padding: 20px 0 20px 20px;
    width: 100%;
}

.post-minimal__title h5 {
    color: white;
}

.post-minimal__title p {
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}

.post-line__time-day {
    font-size: 40px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #666666;
    line-height: 40px;
    text-align: center;
    margin-bottom: 6px;
}

.post-line__time-month {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #666666;
    line-height: 20px;
    text-align: center;
}

#news_bool .post-small__main {
    width: 80%;
}

.post-small__title {
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-small__title a {
    width: 100%;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-small>* {
    margin-bottom: 0;
}


/* <!-- 业务范围 --> */

.scope {
    margin-bottom: 40px;
    padding: 0;
}

.scope:hover {
    box-shadow: 0 0 29px 0 rgb(0 0 0 / 19%);
}

.business_Scope {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
}

.business_Scope img {
    width: 550px;
    height: 320px;
}

.business {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    margin-left: 40px;
    width: calc(100% - 550px);
}

.business .title {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    letter-spacing: 2px;
}

.business .content {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    letter-spacing: 2px;
    margin: 20px 0 40px 0;
}

@media (max-width: 767.98px) {
    .business_Scope img {
        display: none !important;
    }
}


/* <!-- 公司简介与新闻 --> */

#Introduce {
    font-size: 19px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 37px;
    margin: 0 auto;
}

.newsBox {
    height: 380px;
}

#news {
    position: relative;
    top: -170px;
    max-width: 1100px;
    min-height: 480px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(175, 175, 175, 0.5000);
}

#news_img {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 20px 0;
}

#news img {
    width: 342px;
    height: 215px;
}

#news_bool {
    max-width: 598px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 20px 0;
    height: calc(100% - 40px);
}

#news_bool article {
    max-width: 598px;
    box-sizing: border-box;
    box-sizing: border-box;
    height: 25%;
    border-top: 1px solid #E9E9E9;
}

#news_bool .post-small {
    align-items: center;
    margin: 0;
}

#news_bool .post-small:last-child {
    border-bottom: 1px solid #E9E9E9;
}

*+.post-small {
    margin-top: 0;
}

#news_bool article .post-small__title {
    color: #333333
}

#news_bool article .post-small__time {
    color: #666666;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#news_bool article .post-small__time.text {
    word-break: break-all;
    /* 单词打断，可以让显示美观一些 */
    line-height: 20px;
    /* 单行文本高度 */
    position: relative;
    overflow: hidden;
}

#news_bool article .post-small__time.text::after {
    /* content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px; */
    /* 省略号宽度 */
    /* background: -webkit-linear-gradient(left, transparent, #fff 55%); */
    /* #fff为遮罩颜色，下同↓ */
    /* background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%); */
}

@media (max-width: 768px) {
    .tlef {
        text-align: left !important;
    }

    .section-md {
        padding: 0 0;
    }

    .swiper-slide-caption h1 {
        font-size: 26px !important;
        margin-top: 50px !important;
    }

    .swiper-container .quote-classic__text {
        font-size: 18px !important;
        margin-top: 0px !important;
    }

    #businessIntroduction {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .business {
        margin-left: 15px;
    }

    .business .content {
        color: #666;
        margin: 10px 0 20px 0;
    }

    .business .title {
        font-size: 16px;
    }

    .business .button-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .business_Scope .button {
        padding: 6px 20px;
    }

    #news_img {
        display: none !important;
    }

    .newsBox {
        height: auto;
    }

    #news {
        top: 0px;
    }

    #news_bool {
        width: 100%;
    }

    #news_bool article {
        padding: 10px 0;
    }

    #news .col-6 {
        max-width: 100%;
    }
}

.box222 {
    margin: 0 auto;
    max-width: 1200px;
}

.price_sheet_ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-left: 60px; */
}

.price_sheet_ul li {
    position: relative;
    width: 229px;
    height: 268px;
    background: #FFFFFF;
    margin-top: 46px;
    padding: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
}

.price_sheet_ul li:nth-child(3n) {
    margin-right: 0px;
}

.price_sheet_ul li:hover {
    box-shadow: 0px 0px 10px 0px #ABABAB;
}

.price_sheet_ul li img {
    max-width: 100%;
    height: 100%;
}


.ellipsis {
    white-space: nowrap !important;
    /* 确保文本在一行内显示 */
    overflow: hidden !important;
    /* 隐藏超出容器的内容 */
    text-overflow: ellipsis !important;
    /* 使用省略号表示被截断的文本 */
}


.pricing-table-classic__item .pricing-table__item-title {
    font-weight: normal;
    color: #333333;
}

.case:hover {
    display: block;
    box-shadow: 0px 0px 10px 0px #E9E9E9;
}

.pricing-table-classic__item {
    width: 458px !important;
    max-width: 458px !important;
    padding: 20px;
    height: 537px;
    /* height: 370px; */
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    box-shadow: none;
}

/* 在线客服样式 */
.contact {
    position: fixed;
    width: 420px;
    height: 500px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 14px 14px 0 0;
}

.isHide {
    display: none;
}

.contact_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    color: white;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 14px 14px 0 0;
    background-color: #319CF8;
}

.contact_reply {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: auto;
    /* 或者使用 overflow: scroll; */
    border-bottom: 1px solid #eeeeee;
}

.reply_item {
    display: flex;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.reply_msg {
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px 11px;
    color: #333;
    background: #F2F2FB;
    border-radius: 0 16px 16px 16px;
    box-shadow: 0 2px 4px 0 rgba(207, 209, 211, 1);
    border: 1px solid #e6e6e6;
    word-wrap: break-word;
    word-break: break-word;
    text-align: left !important;
    max-width: 290px;
    font-size: 14px;
    font-family: SimSun !important;
    font-size: 12px;
    color: #000000 !important;
    box-sizing: border-box;
}

.operate {
    width: 100%;
    height: 139px;
    position: relative;
}

.sending {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #319CF8;
    border-color: #319CF8;
    border-radius: 14px;
    font-size: 12px;
    color: #ffffff;
    /* padding: 5px 0; */
}

.box {
    width: 100%;
    /* position: fixed; */
    margin-top: 76px;
    bottom: 0;
    height: 24px;
    background-color: rgba(242, 242, 251, 1);
}

.answer_item {
    float: right;
    min-height: 40px;
}

.answer_msg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px 0 16px 16px;
    padding: 0 10px;
    box-sizing: border-box;
    min-width: 30px;
    min-height: 30px;
    font-family: SimSun !important;
    font-size: 12px;
    color: #FFFFFF !important;
    background: #319CF8;
    border-color: #319CF8;
}

.btns {
    cursor: pointer;
    display: none;
}

.section:hover .btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    padding: 0 10px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    height: 36px;
    border-radius: 5px;
    /* line-height: 20px; */
    /* display: inline-block; */
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin: 0 5px;
    text-decoration: none;
    color: #3951b3;
    font-size: 12px;
    cursor: pointer;
}

.pagination_span {
    display: flex;
    margin-bottom: 0;
}

.pagination span.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #4e6ef2;
    color: white;
    border-color: #4e6ef2;
}

.pagination span:hover:not(.active) {
    background-color: #ddd;
}

.yddbjt {
    display: none;
}

@media (max-width: 768px) {
    .tlef {
        text-align: left !important;
    }

    .price_sheet_ul {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 20px;
    }

    .price_sheet_ul li {
        width: 333px;
        height: 450px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(171, 171, 171, 0.25);
        margin-top: 46px;
        padding: 20px;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .price_sheet_ul li .price_sheet_box {
        width: 292px;
        height: 300px;
        text-align: center;
    }

    .box222 {
        margin: 0 auto;
        max-width: 375px;
    }

    .iii {
        padding-left: 27px;
        padding-right: 30px;
        color: #000;
    }

    .Fitter {
        height: 720px !important;
    }

    .contact {
        position: fixed;
        width: 400px;
        height: 500px;
        left: 8px;
        bottom: 0;
        z-index: 99999999;
        background-color: white;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        border-radius: 14px 14px 0 0;
    }

    .bjt {
        display: none;
    }

    .yddbjt {
        display: block;
    }
}