.tabber ul>li.active {
    padding: 0 10px;
    border-bottom: 2px solid #003793;
}
.img_item img{
    margin:22px 10px 14px 20px;
    width: 30px;
    height: 30px;
}
/*业务场景下企业遇到的挑战  */
.webPain{
    padding-bottom: 60px;
    background: #F5F7FA;
}
.webPain .pain_item{
    position: relative;
    width: 260px;
    height: 164px;
    background-image: linear-gradient(180deg, #f5f7f9b3 0%, #ffffffb3 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 8px 20px 0 #3763aa1a, -8px -8px 20px 0 #FFFFFF;
}

.webPain .pain_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.webPain .pain_list .pain_item p{
    padding:0px 16px 10px 20px ;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
.webPain .pain_list .pain_item .t_bg{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
    height: 100px;
}
/* 八大工具助力企业财务共享卓越运营 */
.cp_1{
    text-align: center;
}
.cp_1 img{
    width: 840px;
    height: 486px;
}
/* 元年智慧运营平台能力框架 */
.cp_2 p{
    margin-bottom: 60px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}
/* 产品功能 */
.cpgn_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cpgn_item{
    margin-bottom: 20px;
    background-image: linear-gradient(180deg, rgba(245,247,249,0.70) 0%, rgba(255,255,255,0.70) 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 8px 20px 0 rgba(55,99,170,0.10), -8px -8px 20px 0 #FFFFFF;
    width: 260px;
    height: 212px;
}
.cpgn_item span{
    padding-top: 7px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #1A253B;
    letter-spacing: 0;
}
.cpgn_item p{
    padding: 0px 20px 26px 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
.cpgn_item_head{
    display: flex;
    align-items: center;
}
/*  */
.ywjz_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.ywjz_content .ywjz_item{
    width: 353px;
    height: 140px;
    background-image: linear-gradient(180deg, rgba(245,247,249,0.70) 0%, rgba(255,255,255,0.70) 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 8px 20px 0 rgba(55,99,170,0.10), -8px -8px 20px 0 #FFFFFF;
}
.ywjz_item_head{
    display: flex;
    align-items: center;
}
.ywjz_item_head span{
    padding-top: 7px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #1A253B;
    letter-spacing: 0;
}
.ywjz_item p{
    padding: 0px 20px 26px 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
@media screen and (max-width: 1024px) {
    .banner_main_left p{
        width: 345px;
    }
    .webPain .pain_item{
        margin-bottom: 20px;
        width: 345px;
    }
    .cp_1 img{
        width: 345px;
        height: 199px;
    }
    .cpgn_item{
        width: 345px;
    }
    .ywjz_content .ywjz_item{
        margin-bottom: 20px;
    }
}