.w_industry_map_data{
    width: 100%;
	overflow-x: scroll;
    overflow-y: hidden;
	position: relative;
}
.w_industry_map_flex{
    padding: 40px;
    width: 1700px;
}
.vBoard_industry_desc{
    overflow: hidden;
}
.vBoard_top_count{
    position: absolute;
    top: 0;
    width: 100%;
    padding-left: 22px;
    background: url(../images/ico_dot_c.png) left 5px no-repeat;
}
.vBoard_top_count .tip{
    float: left;
    margin-right: 46px;
}
.vBoard_top_count .tip span{
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 10px;
}
.vBoard_top_count .num_count{
    overflow: hidden;
}
.vBoard_top_count .num_count ul li{
    display: inline-block;
    width: 46px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 48px;
    color: #FEB841;
    font-weight: bold;
    margin-right: 6px;
    background: url(../images/ico_k_txt.png) no-repeat;
}
.vBoard_industry_desc img{
    width: 100%;
}
.vBoard_clearfix {
    padding: 0 2%;
    height: 100%;
    background: url(../images/bg_bord_main.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.vBoard_bd_main {
    width: 1090px;
    z-index: 1;
    position: relative;
    float: left;
    margin-right:30px;
}
.vBoard_bd_main .vBoard_column {
    width: 1090px;
}
#vBoard_china {
    width: 1090px;
    height: 930px;
    position: absolute;
    z-index: 1;
    animation: aniRotate 72s linear infinite;
    top: 0;
}
#vBoard_china_draw{
    position: absolute;
    top: 25px;
    left:60px;
    z-index: 3;
    width: 780px;
    height: 600px;
}
#vBoard_china_draw_tooltip {
    display: none;
    position: absolute;
    z-index: 3;
    width: 302px;
    height: 226px;
    background:url(../images/ico_map_tip.png) no-repeat;
    transition: all .2s ease;
    right: 60px;
    top: 250px;
}
#vBoard_china_draw_tooltip .con {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
}
#vBoard_china_draw_tooltip .con span {
    display: inline-block;
    line-height: 26px;
    font-size: 18px;
}
#vBoard_china_draw_tooltip .con span.name{
    width: 92px;
    text-align: right;
    padding-right: 20px;
}
#vBoard_china_draw_tooltip .con span.count{
    color: #FEB841;
    font-weight: bold;
    padding-right: 2px;
}
#vBoard_china_draw_tooltip .con b{
    font-size: 12px;
    color: #FEB841;
}
#vBoard_china_draw_tooltip .caption {
    width: 302px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size:20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.vBoard_column_body{
    width: 1090px;
    height: 168px;
    margin-top: 650px;
}
#pickInforBox .pie{
    overflow: hidden;
}
#pickInforBox .pie .pie_legend{
    width: 350px;
    height: 154px;
    float: left;
    margin-right: 20px;
    background: url(../images/bg_zl_item.png) no-repeat;
}
#pickInforBox .pie .pie_legend:last-child{
    margin-right: 0;
}
#pickInforBox .pie .pie_legend p.ti{
    padding: 16px 20px 6px 42px;
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
    background: url(../images/ico_dot_c.png) 20px 22px no-repeat;
}
#pickInforBox .pie .pie_legend p.count{
    color: #fff;
    font-size:80px;
    text-align: center;
    font-weight: bold;
    text-shadow: 5px 5px 5px #0e418f;
}
#pickInforBox .pie .pie_legend p.ti b{
    font-size: 12px;
    font-weight: normal;
    padding-left: 4px;
    opacity: 0.4;
    text-transform:uppercase;
}