.ai_consult_develop_container{
    position: relative;
    padding-top:57px;
}
.ai_consult_develop_container .ai_consult_develop_title{
    margin-bottom:28px;
    font-size: 36px;
    font-weight: 700;
    line-height: 82px;
    color: #222326;
    text-align: center;
}
.ai_consult_develop_tab_container{
    display: flex;
    justify-content: space-around;
}
.ai_consult_develop_tab_container .core_business_tab_item{
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color:#B2BAC5;
    cursor: pointer;
}
.ai_consult_develop_tab_container .core_business_tab_item.active{
    color: #1F57F8;
}
.ai_consult_develop_tab_container .core_business_tab_item span{
    display: block;
    width:78px;
    height:4px;
    margin-top:10px;
    background-color: transparent;
}
.ai_consult_develop_tab_container .core_business_tab_item.active span{
    background-color: #1F57F8;
}
.ai_consult_develop_content {
    width: 100%;
    height: 570px;
    overflow: hidden;
    position: relative;
    padding:0 180px 70px;
    background-image: url(https://static.liangceai.net/lcai-home/aiConsultDevelopSwiper_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* 设置图片的宽度和高度 */
.ai_consult_develop_content .core_business_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none; /* 默认隐藏所有图片 */
}
/* 设置当前显示的图片 */
.ai_consult_develop_content .core_business_item.active {
    display: flex;
}
.core_business_item .core_business_text{
    width:calc(100% - 750px);
}
.core_business_text .core_business_item_title{
    font-size: 27px;
    font-weight: 700;
}
.core_business_text .core_business_item_text{
    line-height: 30px;
    padding-top:23px;
    font-size:15px;
}
.core_business_text .experience_btn{
    width: 120px;
    height: 32px;
    line-height: 32px;
    margin-top:50px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(60, 80, 255, 1) 0%, rgba(2, 166, 255, 1) 100%);
    cursor: pointer;
}
.core_business_item .ai_consult_develop_img{
    /* width:750px; */
    height: 100%;
    margin: 0 auto;
}
.ai_consult_develop_img img{
    width:100%;
    height: 100%;
}
.cai_consult_develop_swiper_indicate_container{
    position: absolute;
    bottom:40px;
    left:0;
    right:0;
    display: flex;
    justify-content: center;
}
.cai_consult_develop_swiper_indicate_container .core_business_swiper_indicate_item{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1.5px solid rgba(178, 186, 197, 1);
    cursor: pointer;
}
.cai_consult_develop_swiper_indicate_container .core_business_swiper_indicate_item:not(:last-child){
    margin-right:28.5px;
}
.cai_consult_develop_swiper_indicate_container .core_business_swiper_indicate_item.active{
    width: 34.5px;
    border-radius: 75px;
    background: rgba(58, 83, 255, 1);
}