.home_tab_echarts_box_header{
    background: #ffffff;
    padding: 27px 0 0 0;
}
.home_tab_echarts_box_title{
    font-size: 27px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
.home_tab_echarts_box_sub_title{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #00000066;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 28px;
}
.home_tab_echarts_box_header .echarts_tab_icon{
    height: 54px;
    box-sizing: border-box;
    padding-top: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_tab_echarts_box_header .tab1_icon{
    background: url(../../static/img/icon_602.png) no-repeat center 0;
    background-size: auto 27px;
}
.home_tab_echarts_box_header .tab2_icon{
    background: url(../../static/img/icon_607.png) no-repeat center 0;
    background-size: auto 27px;
}
.home_tab_echarts_box_header .tab3_icon{
    background: url(../../static/img/icon_601.png) no-repeat center 0;
    background-size: auto 27px;
}
.home_tab_echarts_box_header .tab4_icon{
    background: url(../../static/img/icon_604.png) no-repeat center 0;
    background-size: auto 27px;
}
.home_tab_echarts_box_header .tab5_icon{
    background: url(../../static/img/icon_611.png) no-repeat center 0;
    background-size: auto 27px;
}
.home_tab_echarts_box_header .tab6_icon{
    background: url(../../static/img/icon_603.png) no-repeat center 0;
    background-size: auto 27px;
}
.home_tab_echarts_box_header .tab7_icon{
    background: url(../../static/img/icon_605.png) no-repeat center 0;
    background-size: auto 27px;
}
.home_tab_echarts_box_header .tab8_icon{
    background: url(../../static/img/icon_606.png) no-repeat center 0;
    background-size: auto 27px;
}
.home_tab_echarts_box_header .tab9_icon{
    background: url(../../static/img/icon_608.png) no-repeat center 0;
    background-size: auto 27px;
}
.home_tab_echarts_box_header .tab10_icon{
    background: url(../../static/img/icon_609.png) no-repeat center 0;
    background-size: auto 27px;
}
.home_tab_echarts_box_header .tab11_icon{
    background: url(../../static/img/icon_610.png) no-repeat center 0;
    background-size: auto 27px;
}

.home_tab_echarts_box_header .el-tabs__nav-prev,
.home_tab_echarts_box_header .el-tabs__nav-next{
    display: none !important;
}
.home_tab_echarts_box_header .el-tabs__nav-wrap::after{
    opacity: 0 !important;
}
.home_tab_echarts_box_header .el-tabs__nav-scroll{
    padding-bottom: 10px;
}
.home_tab_echarts_box_header .el-tabs__active-bar{
    bottom: -8px;
    background-color: #1449CEFF;
}
.home_tab_echarts_box_header .el-tabs__item.is-active{
    color: #1449CEFF;
}
.home_tab_echarts_box_header .el-tabs__item{
    padding: 0 10px;
}
.home_tab_echarts_box_content{
    padding: 20px 19px 28px;
    position: relative;
    box-sizing: border-box;
    background-color: #eff3fc;
    margin-bottom: 10px;
}
.home_tab_echarts_box_content_no_complete{
    text-align: center;
    font-size: 20px;
    padding: 120px 0;
    color: #C0C4CC;
}
.home_tab_echarts_box_content_bg_top{
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background: url(../../static/img/echarts_bg_top.png) no-repeat center 0;
    background-size: 100% auto;
    z-index: 5;
}
.home_tab_echarts_box_content_bg_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background: url(../../static/img/echarts_bg_bottom.png) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 5;
}
.home_tab_echarts_box_content_inner{
    background: #ffffff;
    box-sizing: border-box;
    padding: 18px 17px 18px;
    position: relative;
    z-index: 10;
}
.home_tab_echarts_box_content_inner_title{
    display: none;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1352CCFF;
}
.home_tab_echarts_box_content_inner_subtitle{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
}
.tab1_scroll_number_box{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between
}
.tab1_scroll_number_box>div{
    width: 48%;
    height: 60px;
    margin-bottom: 13px;
    background: #F0F7FFFF;
    display: flex;
    align-items: stretch;
}
.tab1_scroll_number_box>div>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 9px 0;
}
.tab1_scroll_number_icon{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab1_scroll_number_icon>span{
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.tab1_scroll_number_icon1>span{
    background-color: #EED4D8;
    background-image: url(../../static/img/icon_49.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}
.tab1_scroll_number_icon2>span{
    background-color: #CCE4FD;
    background-image: url(../../static/img/icon_53.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}
.tab1_scroll_number_icon3>span{
    background-color: #C9F1CCFF;
    background-image: url(../../static/img/icon_54.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}
.tab1_scroll_number_icon4>span{
    background-color: #CCF0CDFF;
    background-image: url(../../static/img/icon_55.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}
.tab1_scroll_number_title{
    font-size: 19px;
    color: #121212FF;
    font-family: PingFangSC-Regular;
}
.tab1_scroll_number_subtitle{
    font-size: 12px;
    color: #666666FF;
}
.tab1_pie_box{
    box-sizing: border-box;
    background: #F0F7FFFF;
    padding: 14px;
}
.tab1_pie_box_title{
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}
.tab1_pie_box_title>span{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #CBE3FCFF;
    border-radius: 50%;
    background-image: url(../../static/img/icon_50.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px auto;
    margin-right: 6px;
}
#tab1_pie_box_content,#tab3_pie_box_content,#tab4_pie_box_content{
    width: 100%;
    height: 220px;
}
.tab1_pie_box_intro{
    text-align: center;
    font-size: 11px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}
#tab1_line_box_content,#tab3_line_box_content,#tab4_line_box_content{
    margin-top: 20px;
    width: 100%;
    height: 260px;
}
/* #tab3_pie_box_content>div,#tab3_line_box_content>div{
    width: 100% !important;
} */
.tab2_scroll_number_box{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between
}
.tab2_scroll_number_box>div{
    width: 48%;
    height: 60px;
    margin-bottom: 13px;
    background: #F0F7FFFF;
    display: flex;
    align-items: stretch;
}
.tab2_scroll_number_box>div:first-child{
    width: 100%;
    height: 60px;
    margin-bottom: 13px;
    background: #F0F7FFFF;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.tab2_scroll_number_box>div>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 9px 0;
}
.tab2_scroll_number_icon{
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 4px;
}
.tab2_scroll_number_icon>span{
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.tab2_scroll_number_icon1>span{
    background-color: #E5DAFEFF;
    background-image: url(../../static/img/icon_c1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}
.tab2_scroll_number_icon2>span{
    background-color: #CCE5FDFF;
    background-image: url(../../static/img/icon_c3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}
.tab2_scroll_number_icon3>span{
    background-color: #FEE8CCFF;
    background-image: url(../../static/img/icon_c2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}
.tab3_scroll_number_icon1>span{
    background-color: #E5DAFEFF;
    background-image: url(../../static/img/icon_c7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}
.tab3_scroll_number_icon2>span{
    background-color: #CCE5FDFF;
    background-image: url(../../static/img/icon_c4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}
.tab3_scroll_number_icon3>span{
    background-color: #FEE8CCFF;
    background-image: url(../../static/img/icon_c5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}

.tab2_ring_box_content{
    height: 160px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
#tab2_ring{
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* left: -25%; */
    /* top: -14%; */
}
/* #tab2_ring>div{
    margin: 20px auto 0 !important;
} */
.tab2_ring_num{
    position: absolute;
    width: 100%;
    height: 22px;
    color: #5473C3FF;
    font-size: 22px;
    top: calc(50% - 30px);
}
.tab2_ring_intro{
    position: absolute;
    color: #000000;
    font-size: 12px;
    width: 100%;
    height: 22px;
    top: 50%;
}
.tab2_article_box_title{
    color: #1250CAFF;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tab2_enterprise_item{
    padding: 10px 13px;
    background: #ffffff;
    margin-top: 7px;
}
.tab2_enterprise_item_title{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2A2A2A;
    margin-bottom: 4px;
}
.tab2_enterprise_item_time{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #A7A7A7;
}