/* 导航 */
.ai_bps_headtop{
    width: 100%;
    height: 35px;
    background: #D23828;
}
.ai_bps_headtop_content{
    width: 1500px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    color:#fff;
    font-size: 12px;
}
.ai_bps_headtop_content .headtop_right{
    display: flex;
    align-items: center;
}
.ai_bps_headtop_content .headtop_right .headtop_right_item{
    display: flex;
    align-items: center;
    padding: 0 12px;
    transition: all .5s ease;
    position: relative;
}
.ai_bps_headtop_content .headtop_right .headtop_right_item::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    background: rgba(255,255,255,0.15);
    transform: translate(50%,-50%);
}
.ai_bps_headtop_content .headtop_right .headtop_right_item i{
    width: 12px;
    height: 12px;
    background: url(../images/top_icon02.png)no-repeat center/100% 100%;
    margin-right: 7px;
}
.ai_bps_headtop_content .headtop_right .headtop_right_item:hover{
    color:#F5D075;
}
.ai_bps_top.fixed{
    position: fixed;
    left: 0;
    top: 0;
}
.ai_bps_top_content{
    width: 1500px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ai_bps_top{
    background: #fff;
    width: 100%;
    height: 90px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    z-index: 5;
}
.ai_bps_top_logo{
    height: 47px;
}
.ai_bps_top_logo img{
    height: 100%;
    width: auto;
}
.ai_bps_top_logo_text{
    display: flex;
    align-items: center;
}
.ai_bps_top_logo_text span{
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background: #D23828;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color:#fff;
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
    padding: 0 5px;
    box-sizing: border-box;
    margin-right: 15px;
}
.ai_bps_top_logo_text p{
    font-size: 23px;
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    color:#D23828
}
.ai_bps_top_nav{
    display: flex;
    align-items: center;
}
.ai_bps_top_nav .ai_bps_top_nav_item{
    font-size: 16px;
    line-height: 90px;
    position: relative;
    padding: 0 26px;
    transition: all .5s ease;
}
.ai_bps_top_nav .ai_bps_top_nav_item::after,.ai_bps_top_nav .ai_bps_top_nav_item::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #D33828;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .5s ease;
}

.ai_bps_top_nav .ai_bps_top_nav_item.attr,.ai_bps_top_nav .ai_bps_top_nav_item:hover{
    color:#D33828;
    font-weight: bold;
}
.ai_bps_top_nav .ai_bps_top_nav_item.attr::after,.ai_bps_top_nav .ai_bps_top_nav_item:hover::after{
    opacity: 1;
}
.ai_bps_top_phone span{
    display: flex;
    align-items: center;
    font-size: 12px;
    color:#666666;
}
.ai_bps_top_phone span i{
    width: 13px;
    height: 13px;
    background: url(../images/top_icon01.png)no-repeat center/100% 100%;
    margin-right: 5px;
}
.ai_bps_top_phone p{
    font-size: 20px;
    color:#D33828;
    font-weight: bold;
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
.ai_bps_zz{
    height: 90px;
    display: none;
}
/* banner */
.ai_bps_banner{
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(http://yun3.lehome114.com/attached/zqjl/image/admin/20260625/20260625152309_33579.webp)no-repeat center;
    border-bottom: 5px solid #D23828;
    box-shadow: 0 15px 32px rgba(0,0,0,0.05);
    position: relative;
}
.ai_bps_banner_box{
    width: 634px;
    height: 177px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    background: rgba(255,255,255,0.79);
}
.ai_bps_banner_box .title{
    font-size: 32px;
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    color:#000000;
}
.ai_bps_banner_box p{
    font-size: 20px;
    position: relative;
    margin-top: 16px;
}
.ai_bps_banner_box p::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    height: 1px;
    background: #BCBBBB;
    right: -145px;
}
.ai_bps_banner_box p::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    height: 1px;
    background: #BCBBBB;
    left: -145px;
}
/* 标题 */
.ai_bps_module .ai_bps_title{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color:#000000;
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
.ai_bps_module .ai_bps_title .tit_br{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}
.ai_bps_module .ai_bps_title .tit_br i{
    width: 55px;
    height: 7px;
    border-radius: 4px;
    background: #D33828;
}
.ai_bps_module .ai_bps_title .tit_br span{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D33828;
    margin-left: 6px;
}

.ai_bps_module .ai_bps_title02{
    display: flex;
    align-items: center;
    width: 1500px;
    margin: 0 auto;
    font-size: 32px;
    color:#000000;
    font-weight: bold;
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
.ai_bps_module .ai_bps_title02 i{
    width: 8px;
    height: 39px;
    background: #D33828;
    margin-right: 24px;
}

/* 基本信息 */
.ai_bps_module.bps_module01{
    background: #fff;
    padding: 55px 0 42px;
}
.bps_module01_content{
    width: 1500px;
    /* box-shadow: 0 15px 32px rgba(0,0,0,0.05); */
    margin: 45px auto 0;
    /* padding: 23px 35px 8px; */
    box-sizing: border-box;
    /* border: 1px solid #EBEBEB; */
    position: relative;
}
.bps_module01_content table{
    font-size: 16px;
    width: 100%;
    border-spacing: 0;
}
.bps_module01_content td{
    border-bottom: 1px solid #F4CDC9;
    border-right: 1px solid #F4CDC9;
    
}
.bps_module01_content tr:first-child td{
    border-top: 1px solid #F4CDC9;
}
.bps_module01_content td:first-child{
    border-left: 1px solid #F4CDC9;
}
.bps_module01_content td .bps_module01_li{
    display: flex;
    align-items: stretch;
    width: 100%;
}
.bps_module01_content td .bps_module01_li .tit{
    flex: 0 0 154px; /* 替代 width: 154px 和 flex: 1 1 auto 的冲突 */
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #F4CDC9;
    padding: 13px 0;
    background: #FFF7F6;
    box-sizing: border-box;
    /* 如果希望标题文字在高度拉伸后依然垂直居中，可加上： */
    display: flex;
    align-items: center;
    justify-content: center;
}
.bps_module01_content td .bps_module01_li p{
    padding: 13px 15px;
    box-sizing: border-box;
    line-height: 28px;
}
.bps_module01_content td .bps_module01_li .type_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 9px;
    box-sizing: border-box;
    margin-top: 8px;
}
.bps_module01_content td .bps_module01_li .type_list .type_li{
    padding: 0 16px;
    border-radius: 18px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    font-weight: bold;
    color:#000000;
    margin-right: 4px;
    margin-bottom: 4px;
}

/* 公司简介 */
.ai_bps_module.bps_module02{
    background: #F5F6F7;
    padding-top: 58px;
    padding-bottom: 66px;
}
.bps_module02_content{
    background: #fff;
    width: 1500px;
    margin: 51px auto 0;
    padding-bottom: 5px;
}
.bps_module02_content .bps_module02_text{
    background: #fff;
    box-shadow: 0 15px 32px rgba(0,0,0,0.05);
    font-size: 16px;
    line-height: 30px;
    padding: 39px 34px 47px;
    box-sizing: border-box;
}
.bps_module02_content .bps_module02_text p{
    text-indent: 2em;
}
.bps_module02_content .bps_module02_tit{
    width: 200px;
    height: 44px;
    background: #D33828;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-22px);
    border-radius: 22px;
    font-size: 20px;
    font-weight: bold;
    color:#fff;
}
.bps_module02_content .bps_module02_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 34px;
    box-sizing: border-box;
}
.bps_module02_content .bps_module02_list .module02_list_item{
    width: 32%;
    height: 290px;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.bps_module02_content .bps_module02_list .module02_list_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.bps_module02_content .bps_module02_list .module02_list_item .module02_list_item_zz{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top,rgba(0,0,0,0.75),rgba(0,0,0,0));
    font-size: 16px;
    text-align: center;
    padding: 90px 0 16px;
    color:#fff;
}
.bps_module02_content .bps_module02_list .module02_list_item:hover img{
    transform: scale(1.1);
}
.bps_module02_content .bps_module02_list .module02_list_item:nth-child(3n){
    margin-right: 0;
}

/* 新闻动态 */
.ai_bps_module.bps_module03{
    padding: 64px 0 100px;
    background: #fff;
}
.bps_module03_content{
    width: 1500px;
    margin: 39px auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bps_module03_content .bps_module03_content_item{
    width: 360px;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 22px;
    padding-bottom: 18px;
    background: #fff;
    box-shadow: 0 15px 32px rgba(0,0,0,0.05);
}
.bps_module03_content .bps_module03_content_item:nth-child(4n){
    margin-right: 0;
}
.bps_module03_content_item .bps_module03_content_item_img{
    width: 100%;
    height: 267px;
    overflow: hidden;
}
.bps_module03_content_item .bps_module03_content_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.bps_module03_content_item .bps_module03_content_item_text{
    padding: 17px 26px 0 18px;
    box-sizing: border-box;
    width: 100%;
}
.bps_module03_content_item .bps_module03_content_item_text .tit{
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease;
}
.bps_module03_content_item .bps_module03_content_item_text .module03_item_time{
    display: flex;
    align-items: center;
    font-size: 14px;
    color:#999999;
    margin-top: 8px;
}
.bps_module03_content_item .bps_module03_content_item_text .module03_item_time span{
    color:#F0F0F0;
    margin: 0 12px;
}
.bps_module03_content .bps_module03_content_item:hover .bps_module03_content_item_img img{
    transform: scale(1.1);
}
.bps_module03_content_item:hover .bps_module03_content_item_text .tit{
    color:#D23828;
}

/* 联系方式 */
.ai_bps_module.bps_module06{
    background: #F5F6F7;
    padding: 70px 0 36px;
}
.bps_module06_content{
    width: 1500px;
    margin: 48px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.geo_kehu_pinjia_list_item{
    width: 49.5%;
    padding: 24px 50px 34px 106px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #EBEBEB;
    background: #fff;
    margin-bottom: 14px;
}
.geo_kehu_pinjia_list_item:last-child{
    border-bottom: 0;
}
.geo_kehu_pinjia_list_item .left_img{
    position: absolute;
    left: 24px;
    top: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.geo_kehu_pinjia_list_item .left_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.geo_kehu_pinjia_list_item .pinjia_right .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.geo_kehu_pinjia_list_item .pinjia_right .tit .tit_lt{
    font-size: 15px;
    color:#000;
}
.geo_kehu_pinjia_list_item .pinjia_right .tit .tit_lt b{
    font-weight: 1000;
}
.geo_kehu_pinjia_list_item .pinjia_right .tit .tit_lt em{
    color:#E24535;
    font-weight: bold;
    font-style: normal;
}
.geo_kehu_pinjia_list_item .pinjia_right .time{
    display: flex;
    align-items: center;
}
.geo_kehu_pinjia_list_item .pinjia_right .time .tit_rt{
    display: flex;
    align-items: center;
    margin-right: 6px;
}
.geo_kehu_pinjia_list_item .pinjia_right .time .tit_rt .tit_rt_li{
    font-size: 14px;
    font-weight: 1000;
    color:#000;
    padding: 0 5px;
    border-right: 1px solid #E4E4E4;
    line-height: 1.2;
}
.geo_kehu_pinjia_list_item .pinjia_right .time .tit_rt .tit_rt_li b{
    color:#E24535;
}
.geo_kehu_pinjia_list_item .pinjia_right .time .tit_rt .tit_rt_li:last-child{
    border-right: none;
}
.geo_kehu_pinjia_list_item .pinjia_right .xinxi{
    font-size: 13px;
    color:#747474;
    margin-top: 6px;
}
.geo_kehu_pinjia_list_item .pinjia_right p{
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
    display: -webkit-box;       
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    min-height: 84px;
}
.geo_kehu_pinjia_list_item .pinjia_right .time{
    font-size: 14px;
    color:#A7A7A7;
    margin-top: 20px;
}

/* 常见问题 */
.ai_bps_module.bps_module04{
    padding: 56px 0 51px;
    background: #fff;
}
.qa-container {
    width: 12rem;
    background: #fff;
    border-radius: .28rem;
    box-shadow: 0 .18rem .35rem rgba(0, 20, 40, 0.05);
    padding: .22rem .2rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: .26rem;
}

.subhead {
    color: #4a607a;
    margin-bottom: 2.5rem;
    margin-top: 0.3rem;
    font-size: 1.05rem;
    padding-left: 1.8rem;
}

/* 问答列表——无折叠，全部可见 */
.qa-list {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

/* 单个问答项 */
.qa-item {
    border-bottom: 1px solid #dde5ef;
    padding-bottom: .15rem;
}

.qa-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* 问题样式 */
.question {
    display: flex;
    align-items: flex-start;
    gap: 0.08rem;
    margin-bottom: 0.08rem;
}

.q-mark {
    background: #E24535;
    color: white;
    font-weight: 600;
    font-size: .18rem;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* margin-top: 4px; */
}

.question-text {
    font-size: .2rem;
    font-weight: 540;
    color: #0a263f;
    line-height: 1.4;
}

/* 答案样式 */
.answer {
    display: flex;
    align-items: flex-start;
    gap: 0.1rem;
    /* padding-left: 0.2rem; */
}

.a-mark {
    background: #ffe9e6;
    color: #E24535;
    font-weight: 600;
    font-size: .18rem;
    width: .28rem;
    height: .28rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: .02rem;
}

.answer-content {
    flex: 1;
    color: #2a3f5a;
    font-size: .16rem;
    line-height: 1.6;
    background: #f8fafd;
    padding: .1rem .15rem;
    border-radius: .2rem;
    border: 1px solid #e2ebf5;
}

.answer-content p {
    margin-bottom: .05rem;
}

.answer-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .qa-container{
        width: 100%;
    }
    .q-mark{
        width: .42rem;
        height: .42rem;
        font-size: .26rem;
    }
    .question-text{
        font-size: .28rem;
    }
    .a-mark{
        width: .36rem;
        height: .36rem;
        font-size: .26rem;
    }
    .answer-content{
        font-size: .22rem;
    }
}


/* 联系方式 */
.ai_bps_module.bps_module05{
    background: url(http://yun3.lehome114.com/attached/zqjl/image/admin/20260623/20260623151015_25336.webp)no-repeat center;
    padding-top: 75px;
    padding-bottom: 60px;
}
.ai_bps_module.bps_module05 .bps_module05_content{
    width: 1200px;
    background: #fff;
    border: 1px solid #EBEBEB;
    margin: 53px auto 0;
    padding-top: 42px;
}
.bps_module05_content .bps_module05_text{
    padding: 0 52px;
    box-sizing: border-box;
}
.bps_module05_content .bps_module05_text .bps_module05_text_item{
    font-size: 16px;
    color:#000000;
    line-height: 44px;
}
.bps_module05_content .bps_module05_text .bps_module05_text_item b{
    font-weight: bold;
}
.bps_module05_content .bps_module05_tuozhanci{
    background: #FAFAFA;
    border-top: 1px solid #EBEBEB;
    padding: 11px 52px 16px;
    box-sizing: border-box;
    display: flex;
    font-size: 16px;
    color:#000;
    line-height: 30px;
}
.bps_module05_content .bps_module05_tuozhanci b{
    margin-right: 16px;
    flex-shrink: 0;
    font-weight: bold;
}


/* bottom */
.bps_youlian_bottom{
    background: #1E1F1F;
    padding: 24px 0;
}
.bps_youlian_bottom_content{
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color:#999999;
    line-height: 28px;
}
.bps_youlian_bottom_content b{
    color:#fff;
}
.bps_youlian_bottom_content a{
    margin-right: 16px;
    transition: all .5s ease;
}
.bps_bottom_beian{
    text-align: center;
    background: #181818;
    font-size: 14px;
    color:#999999;
    padding: 22px 0;
}
.bps_bottom_beian a{
    transition: all .5s ease;
}
.bps_bottom_beian a:hover{
    color:#D33828;
}
.bps_youlian_bottom_content a:hover{
    color:#D33828;
}
@media screen and (max-width: 1500px) {
    .bps_module03_content{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
    .bps_module03_content_item .bps_module03_content_item_img{
        height: 2.6rem;
    }
    .bps_module03_content .bps_module03_content_item{
        width: 23.5%;
        margin-right: 2%;
    }
    .bps_module03_content .bps_module03_content_item:nth-child(4n){
        margin-right: 0;
    }
    .ai_bps_module .ai_bps_title02{
        width: 100%;
    }
    .bps_module01_content{
        width: 100%;
        overflow-x: auto;
    }
    .bps_module02_content{
        width: 100%;
    }
    .ai_bps_module.bps_module05 .bps_module05_content{
        width: 100%;
    }
    .bps_module01_content table{
        width: 1500px;
    }
}
@media screen and (max-width: 750px) {
    .ai_bps_banner_box{
        width: 90%;
    }
    .ai_bps_banner_box .title{
        text-align: center;
    }
    .ai_bps_banner_box p::after,.ai_bps_banner_box p::before{
        display: none;
    }
    .bps_module02_content .bps_module02_text{
        padding: 39px 12px 47px;;
    }
    .bps_module05_content .bps_module05_text{
        padding: 0 12px;
    }
    .bps_module05_content .bps_module05_tuozhanci{
        padding: 11px 12px 16px;
    }
    .ai_bps_module.bps_module05{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ai_bps_module.bps_module05 .bps_module05_content{
        margin-top: 30px;
    }
    .bps_module01_content{
        margin-top: 30px;
    }
    .ai_bps_module.bps_module01{
        padding-top: 30px;
    }
    .ai_bps_module .ai_bps_title{
        padding: 0 30px;
        box-shadow: border-box;
    }
    .ai_bps_module .ai_bps_title02,.ai_bps_module .ai_bps_title{
        font-size: 18px;
    }
    .ai_bps_module .ai_bps_title02 i{
        margin-right: 10px;
    }
    .bps_module03_content .bps_module03_content_item{
        width: 49%;
        margin-right: 2%;
    }
    .bps_module03_content .bps_module03_content_item:nth-child(2n){
        margin-right: 0;
    }
    .bps_module03_content_item .bps_module03_content_item_text{
        padding: 12px 12px 0 12px;
    }
    .bps_module02_content .bps_module02_list{
        padding: 0 .24rem;
    }
    .bps_module02_content .bps_module02_list .module02_list_item{
        height: 3.9rem;
    }
}