/* banner */
#content .banner{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(90deg, #DEE6FF 0%, #E6E6FE 100%);
}
#content .banner img{
    width: 100%;
    height: auto;
}
#content .banner .ban_name{
    position: absolute;
    top: 155px;
    left: 200px;
    display: flex;
    flex-direction: column;
}
.banner .ban_name span:first-child{
    font-size: 60px;
    font-weight: 800;
    color: #5E4B8F;
}
.banner .ban_name span:last-child{
    font-size: 22px;
    font-weight: bold;
    color: #5C498C;
    opacity: 0.8;
    margin-top: 38px;
}
.brief{
    height: 120px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-around;
    position: relative;
    top: -50px;
}
.brief .brief_l,
.brief .brief_c,
.brief .brief_r{
    display: flex;
    justify-content: center;
    align-items: center;
}
.brief .brief_l img{
    width: 22px;
    height: 37px;
}
.brief .brief_c img{
    width: 46px;
    height: 37px;
}
.brief .brief_r img{
    width: 71px;
    height: 37px;
}
.brief .brief_con{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.brief .con_top{
    font-size: 18px;
    font-weight: bold;
    color: #373D6F;
}
.brief .con_bom{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

/* 公司简介 */
.com_sign{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.com_sign div{
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
}
.com_sign .sign_c{
    font-size: 0.7rem;
    font-weight: 400;
    color: #666666;
    line-height: 2.4rem;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
}
.com_sign .sign_icon{
    display: block;
    width: 1.3rem;
    height: 0.1rem;
    background: #666666;
}
.company .com_module{
    height: 22rem;
    display: flex;
    margin-top: 2rem;
}
.com_module .module_l{
    height: 22rem;
    width: 17.5rem;
    margin-right: 0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.com_module .module_l .left_con{
    width: 8.65rem;
    height: 10.9rem;
    margin-right: 0.2rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.module_l .left_con img{
    width: 2.4rem;
    height: 2.4rem;
}
.module_l .left_con span{
    font-size: 0.7rem;
    font-weight: 400;
    color: #666666;
    margin-top: 1rem;
}
.com_module .module_l .left_con:first-child{
    margin-bottom: 0.2rem;
}
.com_module .module_l .left_con:nth-child(2n){
    margin-right: 0;
}
.com_module .module_r{
    width: calc(100% - 22rem);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}
.com_module .module_r .r_title{
    font-size: 0.9rem;
    font-weight: bold;
    color: #333333;
    width: 100%;
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.com_module .module_r .r_detail{
    font-size: 0.7rem;
    font-weight: 400;
    color: #999999;
    margin-top: 3rem;
    /* display: -webkit-box;        
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;       
    overflow: hidden;            
    text-overflow: ellipsis;      */

    /* 不要图片的css */
    height: 70%;
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.com_module .module_r .r_detail p{
    text-indent: 1.4rem;
}
.com_module .module_r .r_pic{
    display: flex;
    justify-content: space-around;
    margin-top: 2.1rem;
    overflow: hidden;
}
.com_module .module_r .r_pic img{
    width:12.35rem;
    height: 10rem;
}

/* 痛点分析 */
.pain{
    width: 100%;
    height: 100%;
    background: url('/static/news/images/home/bg1.png') no-repeat center; 
    background-size: 100% 100%;
    margin-top: 3rem;
    overflow: hidden;
}
.pain .com_sign{
    margin-top: 2.5rem;
}
.pain_question{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    justify-content: space-evenly;
}
.pain .ques_box{
    width: 19.25rem;
    height: 5rem;
    background: #373D6F;
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
}

.pain .ques_box:nth-child(3n){
    margin-right: 0;
}
.pain .ques_box:hover{
    /* width: 390px;
    height: 104px; */
    box-shadow: 0px 0px 2.5rem 0px rgba(0,0,0,0.15);
    background: #fff;
    /* margin-right: 5px !important;
    margin-bottom: 6px !important; */
    transform: scale(1.03, 1.03);
}
.pain .ques_box:hover .ques_num{
    background-color: #CBCBCB !important;
}
.pain .ques_box:hover .r_top{
    color: #444444 !important;
}
.pain .ques_box:hover .r_bom{
    color: #444444 !important;
}
.pain .ques_box .ques_num{
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #ECECEE;
    color: #333333;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 50%;
}
.pain .ques_box .ques_r{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}
.ques_box .ques_r .r_top{
    font-size: 0.95rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.6rem;
}
.ques_box .ques_r .r_bom{
    width: 13.25rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
    color: #EEEEEE;;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .pain .ques_box{
        width: 9.5rem;
        height: 5rem;
        margin-right: 0.2rem;
        margin-left: 0.2rem;
    }
    .pain .ques_box .ques_num{
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.8rem;
    }
    .pain .ques_box .ques_r{
        margin-left: 0.4rem;
        width: calc(100% - 2.2rem);
    }
    .ques_box .ques_r .r_bom{
        width: 100%;
    }
}
@media screen and (min-width: 769px)  and (max-width: 1200px) {
    .pain .ques_box{
        width: 16.5rem;
        height: 5rem;
    }
    .pain .ques_box .ques_num{
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .pain .ques_box .ques_r{
        margin-left: 0.4rem;
        width: calc(100% - 3.5rem);
    }
    .ques_box .ques_r .r_bom{
        width: 100%;
    }
}
.pain_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}
.pain_btn .seek{
    border: none;
    outline: none;
    padding: 0 1.6rem;
    height: 1.8rem;
    background: #FF9B27;
    border-radius: 0.1rem;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #FFFFFF;
}
/* 服务内容 */
.service .com_sign{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.service .service_con{
    display: flex;
    flex-direction: column;
}
.service_con .ser_box{
    display: flex;
    height: 17.5rem;
    margin-top: 1rem;
}
.service_con .ser_box:first-child{
    margin-top: 0;
}
.service_con .ser_box .ser_l{
    width: 14rem;
    height: 13.5rem;
    background: url('/static/news/images/home/wzjs.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}
.ser_box .ser_l .l_title{
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
}
.ser_box .ser_l .l_title1{
    font-size: 0.7rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.6rem;
}
.ser_box .ser_l .l_icon{
    width: 1.2rem;
    height: 0.1rem;
    background: #fff;
    margin-top: 0.5rem;
}
.service_con .ser_box .l_point{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.25rem;
}
.ser_box .l_point .point_box{
    padding: 0.6rem 0.9rem;
    border: 0.05rem solid #FFFFFF;
    font-size: 0.7rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
}
.ser_box .l_point .point_box:nth-child(2n){
    margin-right: 0;
}
.service_con .ser_box .ser_r{
    width: calc(100% - 18rem);
    height: 100%;
}
.service_con .ser_r{
    display: flex;
}
.service_con .ser_r .r_box{
    box-sizing: border-box;
    width: calc(100% / 3);
    border-right: 0.05rem solid #F0F0F0;
    background: #fff;
}
.service_con .ser_r .r_seg{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.ser_r .r_seg .seg_t,
.ser_r .r_seg .seg_b{
    height: calc(100% / 2);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ser_r .r_seg .seg_t{
    border-bottom: 1px solid #f0f0f0;
}
.ser_r .r_seg .seg_t img,
.ser_r .r_seg .seg_b img{
    width: 1.8rem;
    height: 1.8rem;
}
.r_box .t_big{
    font-size: 0.9rem;
    font-weight: 500;
    color: #666666;
    margin-top: 1.1rem;
}
.r_box .t_small{
    font-size: 0.7rem;
    font-weight: 400;
    color: #999999;
    margin-top: 0.6rem;
}
.ser_r .r_all{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ser_r .r_all img{
    width: 1.8rem;
    height: 1.8rem;
}
.ser_l2{
    background: url('/static/news/images/home/wxkf.png') no-repeat !important;
}
.ser_l3{
    background: url('/static/news/images/home/dssj.png') no-repeat !important;
}
.ser_l4{
    background: url('/static/news/images/home/uisj.png') no-repeat !important;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .service_con .ser_box .ser_l{
        width: 11rem;
    }
    .service_con .ser_box .ser_r{
        width: calc(100% - 11rem);
    }
    .ser_box .l_point .point_box{
        padding: 0.3rem 0.3rem;
        font-size: 0.6rem;
        margin-right: 0.8rem;
        margin-bottom: 0.5rem;
    }
    .ser_r .r_seg .seg_t img, .ser_r .r_seg .seg_b img{
        width: 1.5rem;
        height: 1.5rem;
    }
    .r_box .t_big{
        font-size: 0.7rem;
    }
}
/* 项目案例 */
.example{
    height: 30rem;
    padding-top: 2.5rem;
    width: 100%;
    background: url('/static/news/images/home/bg2.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 2.5rem;
    position: relative;
    overflow: hidden;
}

.example .seek{
    border: none;
    outline: none;
    padding: 0 1.6rem;
    height: 1.8rem;
    background: #FF9B27;
    border-radius: 0.1rem;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #FFFFFF;
    position: absolute;
    right: 5.5rem;
    bottom: 2rem;
}
.example .example_box{
    height: 325px;
    width: 1000px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}
.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img{
    width: 240px;
    height: 200px;
}
.swiper-slide-active{
    height: 324px !important;
    align-items: start !important;
    margin-right: 20px !important;
}
.swiper-slide-active::after{
    content: "";
    color: #fff;
    display: block;
    width: 100%;
    height: 230px;
    opacity: 0.4;
    position: absolute;
    background: #000;
}
.swiper-slide-active::before{
    content: "\7cfb\7edf\9ad8\7aef\5b9a\5236";
    color: #fff;
    z-index: 999;
    position: absolute;
    height: 230px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide-active img{
    width: 100% !important;
    height: 230px !important;
}
.example .mask{
    width: 242.5px;
    height: 230px;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    top: -325px;
    left: 0px;
    z-index: 20;
}
.example .mask .con{
    position: relative;
    width: 100%;
    height: 100%;
}
.example .mask .con .mask_con{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    z-index: 22;
}
.mask .con .mask_con .mask_icon{
    width: 10px;
    height: 1px;
    background: #DDDDDD;
    z-index: 22;
}
.mask .con .mask_con .mask_two{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 20px 0 12px 0;
    z-index: 22;
}
.mask .con .mask_con .mask_three{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
    z-index: 22;
}
@media screen and (min-width: 1201px){
    .exe_con{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .example .mask{
        left: 13.4rem;
        /* left: 146px; */
    }
}


/* 客户访谈 */
.interview{
    margin-top: 2.5rem;
}
.inter_con{
    height: 23rem;
    display: flex;
    margin-top: 2.5rem;
}
.inter_con .inter_l{
    width: 25.7rem;
    margin-right: 0.5rem;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.inter_con .inter_l img{
    height: 15.5rem;
    width: 100%;
}
.inter_con .inter_l .top{
    font-size: 0.9rem;
    font-weight: 500;
    color: #333333;
    margin-left: 1rem;
    margin-top: 1rem;
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.inter_con .inter_l .time{
    font-size: 0.7rem;
    font-weight: 400;
    color: #999999;
    margin-left: 1rem;
    margin-top: 0.8rem;
}
.inter_con .inter_icon{
    width: 0.8rem;
    height: 0.05rem;
    background: #CCCCCC;
    margin-left: 1rem;
    margin-top: 0.4rem;
}
.inter_con .inter_l .inter_detail{
    font-size: 0.7rem;
    font-weight: 400;
    color: #999999;
    width: 18.85rem;
    margin-left: 1rem;
    margin-top: 0.8rem;
    width: calc(100% - 1.45rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
}
.inter_con .inter_l .slh{
    width: 1.3rem;
    height: 0.3rem;
    margin-left: 1rem;
}
.inter_con .inter_l .slh img{
    width: 100%;
    height: 100%;
}
.inter_con .inter_r{
    width: calc(100% - 26.2rem);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.inter_con .inter_r .r_box{
    margin-bottom: 0.25rem;
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 7.5rem;
}
.inter_con .inter_r .r_box:last-child{
    margin-bottom: 0;
}
.inter_r .r_box .box_right{
    width: 7.25rem;
    border-right: 1px solid #eee;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
}
.font_yellow{
    color: #FF9B27 !important;
}
.inter_r .r_box .box_right .right_time{
    position: absolute;
    top: 0.6rem;
    left: 0.5rem;
    font-size: 0.7rem;
    font-weight: 400;
    color: #999999;
}
.inter_r .r_box .box_left{
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.25rem 0 1.25rem;
    width: calc(100% - 7.25rem);
    box-sizing: border-box;
}
.inter_r .r_box .box_left .left_title{
    font-size: 0.9rem;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
}
.inter_r .r_box .box_left .inter_icon{
    margin-left: 0 !important;
    margin-top: 0.75rem !important;
}
.inter_r .r_box .box_left .lefy_con{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 100%;
    font-size: 0.7rem;
    font-weight: 400;
    color: #999999;
    margin-top: 0.75rem;
}
.inter_r .r_box .box_left .slh{
    width: 1.3rem;
    height: 0.3rem;
}
.inter_r .r_box .box_left .slh img{
    width: 100%;
    height: 100%;
    margin-top: 1.5rem;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .inter_con .inter_l{
        width: 12.5rem;
    }
    .inter_con .inter_l img{
        height: 12.5rem;
    }
    .inter_con .inter_r{
        width: calc(100% - 13rem);
    }
    .inter_r .r_box .box_right {
        width: 6rem;
    }
    .inter_r .r_box .box_left{
        padding: 0.5rem 0.5rem 0 0.5rem;
    }
}
@media screen and (min-width: 769px)  and (max-width: 1200px){
    .inter_con .inter_l{
        width: 20rem;
    }
    .inter_con .inter_l img{
        height: 20rem;
    }
    .inter_con .inter_r{
        width: calc(100% - 20.5rem);
    }
    .inter_r .r_box .box_right {
        width: 6rem;
    }
}
/* 新闻动态 */
.news{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.news .news_con{
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
    width: 100%;
}
.news .news_con .news_l{
    width: calc((100% - 0.5rem) / 2);
    height: 20rem;
    background-color: #fff;
}
.news .news_con .news_r{
    width: calc((100% - 0.5rem) / 2);
    height: 20rem;
    background-color: #fff;
}
.news .news_con .news_title{
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333333;
    border-bottom: 0.05rem solid #f0f0f0;
}
.news .news_con .news_top{
    width: 100%;
    display: flex;
    align-items: center;
    height: 6rem;
    padding: 0 1.5rem;
    border-bottom: 0.05rem dashed #f0f0f0;
}
.news .news_con .news_top .top_r{
    width: 6rem;
    height: 4rem;
}
.news .news_con .news_top .top_r img{
    width: 100%;
    height: 100%;
}
.news_con .news_top .top_l{
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    width: calc(100% - 10rem);
    height: 4rem;
    justify-content: space-around;
}
.news_con .news_top .top_l .top_tit{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.news_top .top_l .top_tit span:first-child{
    width: 10.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
    font-size: 0.9rem;
    font-weight: 500;
}
.news_top .top_l .top_tit span:last-child{
    font-size: 0.7rem;
    font-weight: 400;
    color: #999999;
    width: calc(100% - 10.8rem);
}
.news_top .top_l .top_con{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
    font-size: 0.7rem;
    font-weight: 400;
    color: #999999;
}
.news_list{
    flex-direction: column;
}
.news_list .list_box{
    height: 2.7rem;
    display: flex;
    align-items: center;
    border-bottom: 0.05rem dashed #f0f0f0;
    padding:0 1.5rem;
    justify-content: space-between;
}
.news_list .list_box:last-child{
    border-bottom: none;
}
.news_list .list_box .list_l{
    display: flex;
    align-items: center;
}
.news_list .list_box .list_l img{
    width: 0.15rem;
    height: 0.3rem;
}
.news_list .list_box .list_l span{
    width: 17.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
    margin-left: 0.25rem;
    font-size: 0.7rem;
    font-weight: 500;
    color: #666666;
}
.news_list .list_box .list_r{
    font-size: 0.7rem;
    font-weight: 400;
    color: #999999;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .news .news_con{
        display: flex;
        margin-top: 2.5rem;
        flex-direction: column;
        width: 100%;
    }
    .news .news_con .news_l{
        width: 100%;
    }
    .news .news_con .news_r{
        width: 100%;
        margin-top: 0.5rem;
    }
}
