import React, { Component } from 'react';
import { getControl } from 'zorod/components/Zform/controls';
import { ZsearchListHOC } from 'zorod';
import api from '../Api';
import httpAjax from '@/zTool/httpAjax.js';
import { Card, Form, Input, Button, message, Icon, Checkbox, Select, Cascader, Table ,Tabs,Statistic,Spin,Avatar } from 'antd';
import { Layout, Menu, Breadcrumb, Row, Col,List} from 'antd';
import DataSourcePop from '../popComponents/DataSourcePop';
import AssessTashPop from '../popComponents/AssessTashPop';
import TranBatchPop from '../popComponents/TranBatchPop';
import TagBatchPop from '../popComponents/TagBatchPop';
import BTzxjg from '../popComponents/BTzxjg';
import PGzxjg from '../popComponents/PGzxjg';
import ZHzxjg from '../popComponents/ZHzxjg';
import GJzxjg from '../popComponents/GJzxjg';
import echarts from 'echarts';
require('./EcSummarize.css');
 



const { Header, Content, Footer } = Layout;
const { TabPane } = Tabs;

class EcSummarize extends Component {
	constructor(props) {
            super(props);
            
            this.handelConcel1 = this.handelConcel1.bind(this);
            this.handelConcel2 = this.handelConcel2.bind(this);
            this.handelConcel3 = this.handelConcel3.bind(this);
            this.handelConcel4 = this.handelConcel4.bind(this);
            this.handelConcel5 = this.handelConcel5.bind(this);
            this.getGJdata = this.getGJdata.bind(this);
            this.state = { 
                tab1 : 'flex',
                tab2 : 'none',
                tab3 : 'none',
                tab4 : 'none',
                tab5 : 'none',
                datastatus:[] ,
                datatype:[] ,
                datatime:[] ,
                popMode: false,
                popMode2:false,
                popMode3:false,
                popMode4:false,
                popMode6:false,
				popTitle: '',
                Acti1:'Active',
                Acti2:'',
                Acti3:'',
                Acti4:'',
                Acti5:'',
								generalRTK: [],
                gldatalist:[],
                gjdatalist:[] ,//归集数据列表
                gjdataSourcelist:[] ,//归集数据列表
                gjdata1:0,//总任务数
                gjdata2:0,//正在运行任务
                gjdata3:0,//已完成任务
                gjdata4:0,//失败任务
                gjdata5:0,//采集数据总量
                gjdatabastype:[],//归集数据库直连数据类型名称
                gjfiletype:[],//归集文件数据类型名称
                gjapitype:[],//归集api数据类型名称
                datatime:[] ,//归集列表时间
                databasE:'',//归集数据库直连数量
                gjline:false,
                databasESFDone:[],//未完成的线条高亮，其他暗
                filESFDone:[],
                apISFDone:[],
                pgdatalist:[],//评估数据列表
                pgdata1:0,//总任务数
                pgdata2:0,//正在运行任务
                pgdata3:0,//已完成任务
                pgdata4:0,//失败任务
                pgdata5:0,//评估数据总量
                pgruleName:[],//评估svg图中的规则（正在执行的）
                pgruleNamee:[],
                pgruleNameee:[],
                pgline:false,//评估的线是否动
                zhdatalist:[],//转换数据列表
                zhdata1:[],//总任务数
                zhdata2:[],//正在运行任务
                zhdata3:[],//已完成任务
                zhdata4:[],//失败任务
                zhdata5:[],//标签生成数据总量
                zhruleName:[],//转换svg图中的规则（正在执行的）
                zhline:false,
                btdatalist:[],//标签数据列表
                btdata1:[],//总任务数
                btdata2:[],//正在运行任务
                btdata3:[],//已完成任务
                btdata4:[],//失败任务
                btdata5:[],//标签生成数据总量
                btline:false,
                peopleTotal:'',
                corporationTotal:'',
                licenseTotal:'',
                dataSourceTotal:'',
                dataCollectTotal:'',
                labelTotal:'',
                tabs:[//echart图tab切换
                    {tabName:"清洗信息",id:1},
                    {tabName:"清洗类型",id:2},
                    {tabName:"标签条数",id:3},
                ],
                currentIndex:1,
                btTitle:'标签任务执行结果',
                gjTitle:'归集任务执行结果',
                zhTitle:'转换任务执行结果',
                pgTitle:'评估任务执行结果',
                pgzxjga:[],//评估执行完成后的数据
                gjzxjga:[],//归集执行完成后的数据
                zhzxjga:[],//转换执行完成后的数据
                btzxjga:[],//标签执行完成后的数据
                gjbz:0,//归集执行0未完成，1已完成,只弹一次窗
                pgbz:0,
                zhbz:0,
                btbz:0,
                gjsecond:0,//执行任务后8秒前不弹窗
                pgsecond:0,
                zhsecond:0,
                btsecond:0,
            }
    }
    tabChoiced=(id)=>{
        //tab切换到方法
        this.setState({
            currentIndex:id
        });
    }
  
  
 
      //导航栏
	handelConcel1=()=>{
        clearInterval(this.interval5);
        clearInterval(this.interval2);
        clearInterval(this.interval3);
        clearInterval(this.interval4);
		this.setState({
            tab1: 'flex' ,
            tab2:'none',
            tab3:'none',
            tab4:'none',
            tab5:'none',
            Acti1:'Active',
            Acti2:'',
            Acti3:'',
            Acti4:'',
            Acti5:'',
        }) 
     
            // var id =0;
            // this.getGLdata(id);
            
        
    }
    handelConcel2=()=>{
        clearInterval(this.interval1);
        clearInterval(this.interval5);
        clearInterval(this.interval3);
        clearInterval(this.interval4);
				this.setState({
            tab1: 'none',
            tab2:'flex',
            tab3:'none',
            tab4:'none',
            tab5:'none',
						popTitle: '同步任务列表选取',
            Acti2:'Active',
            Acti1:'',
            Acti3:'',
            Acti4:'',
            Acti5:'',
        }) 
            var id =0;
            this.getGJdata(id);
    }
    handelConcel3=()=>{
        clearInterval(this.interval1);
        clearInterval(this.interval2);
        clearInterval(this.interval5);
        clearInterval(this.interval4);
		this.setState({
            tab1: 'none' ,
            tab2:'none',
            tab3:'flex',
            tab4:'none',
            tab5:'none',
			popTitle: '评估任务列表选取',
            Acti3:'Active',
            Acti1:'',
            Acti2:'',
            Acti4:'',
            Acti5:'',
        }) 
        
            var id =0;
            this.getPGdata(id);
           

    }
    handelConcel4=()=>{
        clearInterval(this.interval1);
        clearInterval(this.interval2);
        clearInterval(this.interval3);
        clearInterval(this.interval5);
		this.setState({
            tab1: 'none',
            tab2:'none',
            tab3:'none',
            tab4:'flex',
            tab5:'none',
			popTitle: '转换任务列表选取',
            Acti4:'Active',
            Acti1:'',
            Acti3:'',
            Acti2:'',
            Acti5:'',
        }) 
      
            var id =0;
            this.getZHdata(id);
         
           
    }
    handelConcel5=()=>{
        clearInterval(this.interval1);
        clearInterval(this.interval2);
        clearInterval(this.interval3);
        clearInterval(this.interval4);
		this.setState({
            tab1: 'none',
            tab2:'none',
            tab3:'none',
            tab4:'none',
            tab5:'flex',
			popTitle: '标签任务列表选取',
            Acti5:'Active',
            Acti1:'',
            Acti3:'',
            Acti4:'',
            Acti2:'',
        }) 
      
            var id =0;
            this.getBTdata(id);
          
       
    }
  
    	// 打开弹窗
	openPop = () => {
		this.setState({
            popMode: true,
           
		})
	}
	// 关闭弹窗
	closePop = () => {
		this.setState({
            popMode: false,
            popMode5:false,
            popMode2:false,
            popMode3:false,
            popMode4:false,
        })
        
        clearInterval(this.interval1);
        clearInterval(this.interval2);
        clearInterval(this.interval3);
        clearInterval(this.interval4);
        clearInterval(this.interval5);
	}
	
	timestampToTime() {
		var date = new Date()
		var Y = date.getFullYear()
		var M = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1)
		var D = (date.getDate() < 10 ? '0' + date.getDate() : date.getDate()) + '_'
		var h = (date.getHours() < 10 ? '0' + date.getHours() : date.getHours())
		var m = (date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes())
		var s = (date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds())
		
		var strDate = Y + M + D + h + m + s
		return strDate;
	}
    //页面刷新
    componentDidMount(data) {
				//generalRTK
				api.system.getListGeneralRTK({'taskTime': this.timestampToTime().substr(0, 8)}).then(res => {
					console.log(res)
					this.setState({
						generalRTK: res.data.tashList,
						peopleTotal: res.data.peopleTotal || 0,
						corporationTotal:res.data.corporationTotal || 0,
						licenseTotal:res.data.licenseTotal || 0,
						dataSourceTotal:res.data.dataSourceTotal || 0,
						dataCollectTotal:res.data.dataCollectTotal || 0,
						labelTotal:res.data.labelTotal || 0,
                popMode: false,
                popMode5:false,
                popMode2:false,
                popMode3:false,
                popMode4:false,
					})
				})
        // api.system.getGLdata(0).then(res => {
        //     this.setState({
        //         // gldatalist:res.data.vo2s,
        //         // peopleTotal:res.data.peopleTotal,
        //         // corporationTotal:res.data.corporationTotal,
        //         // licenseTotal:res.data.licenseTotal,
        //         // dataSourceTotal:res.data.dataSourceTotal,
        //         // dataDistributeTotal:res.data.dataDistributeTotal,
        //         // labelTotal:res.data.labelTotal,
        //         popMode: false,
        //         popMode5:false,
        //         popMode2:false,
        //         popMode3:false,
        //         popMode4:false,
        //     }) 
        // })
        // api.system.getGLdataeachart(0).then(res => {
        //     console.log(res)
        //     console.log(res.data.cleanBatchList[0])
        //     console.log(res.data.tagInfoList)
            

        //     setTimeout(function(){
        //         var myChart1 = echarts.init(document.getElementById('main1'));
        //     var myChart2 = echarts.init(document.getElementById('main2'));
        //     var myChart3 = echarts.init(document.getElementById('main3'));

        //     // 指定图表的配置项和数据
        //     var option1 = {
        //         title: {
        //             text: '清洗转换运行状态比例图'
        //         },
        //         tooltip: {},
        //         legend: {
                   
        //         },
        //         xAxis: {
        //             data: ["未运行","正在运行","完成运行"],
            
        //         },
               
        //         yAxis: {},
        //         series: [{
        //            name:'',
        //             type: 'bar',
        //             barWidth: 20,
        //             data: [res.data.cleanBatchList[0][0], res.data.cleanBatchList[0][1], res.data.cleanBatchList[0][2]]
        //         }]
        //     };
        //     var option2 = {
        //         title: {
        //             text: '清洗业务类型占比',
        //             subtext: ''
        //         },
        //         tooltip: {
        //             trigger: 'axis',
        //             axisPointer: {
        //                 type: 'shadow'
        //             }
        //         },
        //         legend: {
        //             data: ['公民类型','法人类型','舆情类型','其他类型']
        //         },
        //         grid: {
        //             left: '3%',
        //             right: '4%',
        //             bottom: '10%',
        //             containLabel: true,
        //             barWidth: 20,
        //         },
        //         xAxis: {
        //             type: 'value',
        //             boundaryGap: [0, 0.01]
        //         },
        //         yAxis: {
        //             type: 'category',
        //             data: ['公民类型','法人类型','舆情类型','其他类型']
        //         },
        //         series: [
                   
        //             {
                       
        //                 type: 'bar',
        //                 barWidth: 20,
        //                 data: [res.data.cleanBusinessTypeList[0][1], res.data.cleanBusinessTypeList[0][2], res.data.cleanBusinessTypeList[0][3], res.data.cleanBusinessTypeList[0][4]]
        //             }
        //         ]
        //     };
           
        //     var option3 = {
        //         title : {
        //             text: '标签',
        //             subtext: '',
        //             x:'center'
        //         },
        //         tooltip : {
        //             trigger: 'item',
        //             formatter: "{b}: {c}({d}%)"
        //         },
        //         legend: {
        //             orient: 'vertical',
        //             left: 'left',
        //             data: ['公民类型','法人类型','舆情类型','其他类型']
        //         },
        //         series : [
        //             {
        //                 name: '访问来源',
        //                 type: 'pie',
        //                 radius : '55%',
        //                 center: ['50%', '50%'],
        //                 label: {
        //                     normal: {
        //                         show: true,
        //                         formatter: '{b}: {c}' //自定义显示格式(b:name, c:value, d:百分比)
        //                     }
        //                 },
        //                 data:res.data.tagInfoList,
        //                 itemStyle: {
        //                     emphasis: {
        //                         shadowBlur: 10,
        //                         shadowOffsetX: 0,
        //                         shadowColor: 'rgba(0, 0, 0, 0.5)'
        //                     }
        //                 }
        //             }
        //         ]
        //     };
           
            
             
              
        //       // 使用刚指定的配置项和数据显示图表。
        //         myChart1.setOption(option1);
        //         myChart2.setOption(option2);            
        //      myChart3.setOption(option3);
        //     },300)

            
         
        // })
       
       
        //  this.getGJdata(0);
        // this.getPGdata(0);
        //  this.getZHdata(0);
        //  this.getBTdata(0);



      
    }
    componentWillUnmount() {
        clearInterval(this.interval1);
        clearInterval(this.interval2);
        clearInterval(this.interval3);
        clearInterval(this.interval4);
        clearInterval(this.interval5);
    
      }
      getGJ = (id) => {
        clearInterval(this.interval2);
        console.log(id)
        this.getGJdata(id);
        console.log(id)
        this.setState({
            gjbz:0,
            gjsecond:0,
            gjline:true,
                
        }) 
        this.interval2 = setInterval(() => {
            const gjNumber = this.state.gjsecond + 1;
            this.setState({
              
                gjsecond:gjNumber
                    
            }) 
            this.getGJdata(id);          
            var date=new Date();
            console.log(date.getSeconds())
        }, 2000);
    }
    getPG = (id) => {
        clearInterval(this.interval3);
        console.log(id)
        this.getPGdata(id);
        this.setState({
       
            pgbz:0, 
            pgsecond:0,
            pgline:true,
                  
        }) 
        this.interval3 = setInterval(() => {
            const pgNumber = this.state.pgsecond + 1;
            this.setState({
           
                pgsecond:pgNumber
                    
            }) 
            console.log(id)
            this.getPGdata(id);          
            var date=new Date();
            console.log(date.getSeconds())
        }, 2000);
    }
    getZH = (id) => {
        clearInterval(this.interval4);
        console.log(id)
        this.getZHdata(id);
        this.setState({
          
             
            zhbz:0, 
            zhsecond:0,
            zhline:true
              
        }) 
        this.interval4 = setInterval(() => {
            const zhNumber = this.state.zhsecond + 1;
            this.setState({
         
                zhsecond:zhNumber
                    
            })
           
            this.getZHdata(id);          
            var date=new Date();
            console.log(date.getSeconds())
        }, 2000);
    }
    getBT = (id) => {
        clearInterval(this.interval5);
        console.log(id)
        this.getBTdata(id);
        this.setState({
            
            btbz:0, 
            btsecond:0,
            btline:true    
        }) 
        this.interval5 = setInterval(() => {
            const btNumber = this.state.btsecond + 1;
            this.setState({
            
                btsecond:btNumber
                    
            })
     
            this.getBTdata(id);          
            var date=new Date();
            console.log(date.getSeconds())
        }, 2000);
    }
	
    
     //获取概览数据
    getGLdata = (data) => {
			api.system.getListGeneralRTK().then(res => {
			 	console.log(res)
			 	this.setState({
			 		generalRTK: res.data.tashList,
			 		peopleTotal: res.data.peopleTotal || 0,
			 		corporationTotal:res.data.corporationTotal || 0,
			 		licenseTotal:res.data.licenseTotal || 0,
			 		dataSourceTotal:res.data.dataSourceTotal || 0,
			 		dataCollectTotal:res.data.dataCollectTotal || 0,
			 		labelTotal:res.data.labelTotal || 0,
			         popMode: false,
			         popMode5:false,
			         popMode2:false,
			         popMode3:false,
			         popMode4:false,
			 	})
			})
        // api.system.getGLdata(data).then(res => {
         
        //     this.setState({
        //         gldatalist:res.data.vo2s,
        //         peopleTotal:res.data.peopleTotal,
        //         corporationTotal:res.data.corporationTotal,
        //         licenseTotal:res.data.licenseTotal,
        //         dataSourceTotal:res.data.dataSourceTotal,
        //         dataDistributeTotal:res.data.dataDistributeTotal,
        //         labelTotal:res.data.labelTotal,
        //         popMode: false,
        //         popMode5:false,
        //         popMode2:false,
        //         popMode3:false,
        //         popMode4:false,
              
              
        //     }) 
        // })
        // api.system.getGLdataeachart(data).then(res => {
        //     console.log(res)
        //     console.log(res.data.cleanBatchList[0])
        //     console.log(res.data.tagInfoList)
            

        //     setTimeout(function(){
        //         var myChart1 = echarts.init(document.getElementById('main1'));
        //     var myChart2 = echarts.init(document.getElementById('main2'));
        //     var myChart3 = echarts.init(document.getElementById('main3'));

        //     // 指定图表的配置项和数据
        //     var option1 = {
        //         title: {
        //             text: '清洗转换运行状态比例图'
        //         },
        //         tooltip: {},
        //         legend: {
        //             data:[]
        //         },
        //         xAxis: {
        //             data: ["未运行","正在运行","完成运行"],
            
        //         },
               
        //         yAxis: {},
        //         series: [{
        //             name: '',
        //             type: 'bar',
        //             barWidth: 20,
        //             data: [res.data.cleanBatchList[0][0], res.data.cleanBatchList[0][1], res.data.cleanBatchList[0][2]]
        //         }]
        //     };
        //     var option2 = {
        //         title: {
        //             text: '清洗业务类型占比',
        //             subtext: ''
        //         },
        //         tooltip: {
        //             trigger: 'axis',
        //             axisPointer: {
        //                 type: 'shadow'
        //             }
        //         },
        //         legend: {
        //             data: ['公民类型','法人类型','舆情类型','其他类型']
        //         },
        //         grid: {
        //             left: '3%',
        //             right: '4%',
        //             bottom: '10%',
        //             containLabel: true,
        //             barWidth: 20,
        //         },
        //         xAxis: {
        //             type: 'value',
        //             boundaryGap: [0, 0.01]
        //         },
        //         yAxis: {
        //             type: 'category',
        //             data: ['公民类型','法人类型','舆情类型','其他类型']
        //         },
        //         series: [
                   
        //             {
        //                 name: '',
        //                 type: 'bar',
        //                 barWidth: 20,
        //                 data: [res.data.cleanBusinessTypeList[0][1], res.data.cleanBusinessTypeList[0][2], res.data.cleanBusinessTypeList[0][3], res.data.cleanBusinessTypeList[0][4]]
        //             }
        //         ]
        //     };
           
        //     var option3 = {
        //         title : {
        //             text: '标签',
        //             subtext: '',
        //             x:'center'
        //         },
        //         tooltip : {
        //             trigger: 'item',
        //             formatter: "{b}: {c}({d}%)"
        //         },
        //         legend: {
        //             orient: 'vertical',
        //             left: 'left',
        //             data: ['公民类型','法人类型','舆情类型','其他类型']
        //         },
        //         series : [
        //             {
        //                 name: '访问来源',
        //                 type: 'pie',
        //                 radius : '55%',
        //                 center: ['50%', '50%'],
        //                 label: {
        //                     normal: {
        //                         show: true,
        //                         formatter: '{b}: {c}' //自定义显示格式(b:name, c:value, d:百分比)
        //                     }
        //                 },
        //                 data:res.data.tagInfoList,
        //                 itemStyle: {
        //                     emphasis: {
        //                         shadowBlur: 10,
        //                         shadowOffsetX: 0,
        //                         shadowColor: 'rgba(0, 0, 0, 0.5)'
        //                     }
        //                 }
        //             }
        //         ]
        //     };
           
            
             
              
        //       // 使用刚指定的配置项和数据显示图表。
        //         myChart1.setOption(option1);
        //         myChart2.setOption(option2);            
        //      myChart3.setOption(option3);
        //     },300)

            
         
        // })
        

    }
    
		//获取归集数据
		getGJdata = (data) => {
		   
				api.system.getListDtCollect(data).then(res => {
		        console.log(res)
		        let gjdatatype1=[];
		        let gjdatatype2=[];
		        let gjdatatype3=[];
		        let databasEsfDone;//未完成的线高亮
		        let databasEaa=[];//未完成的线高亮
		        let apIsfDone;//未完成的线高亮
		        let apIaa=[];//未完成的线高亮
		        let filEsfDone;//未完成的线高亮
		        let filEaa=[];//未完成的线高亮
						api.system.getListDtCollectDataSource().then(result => {
							console.log(result)
							if (result.data.list.length) {
								result.data.list.map(function (val, key) {
								  if(val.odsType == 1){//归集数据库直连类型名称
								      gjdatatype1.push(val.odsName)
											databasEsfDone=1;
											databasEaa.push(databasEsfDone)
								  };
								  if(val.odsType == 2){//归集api类型名称
								      gjdatatype3.push(val.odsName)
											apIsfDone=1;
											apIaa.push(apIsfDone)
								  };
								  if(val.odsType == 3){//归集文件类型名称
								      gjdatatype2.push(val.odsName)
											filEsfDone=1;
											filEaa.push(filEsfDone)
								  };
								})
							}
							
							console.log(gjdatatype1)
							this.setState({
								gjdataSourcelist: result.data.list,
								
		            gjdatabastype:gjdatatype1,
		            gjfiletype:gjdatatype2,
		            gjapitype:gjdatatype3,
		            databasESFDone:databasEaa,
		            filESFDone:filEaa,
		            apISFDone:apIaa,
							})
						})
		        this.setState({
		            gjdatalist:res.data.pageInfo.list || [],
								
		            gjdata1:res.data.taskTotal,
		            gjdata2:res.data.taskRunning,
		            gjdata3:res.data.taskFinishEd,
		            gjdata4:res.data.taskFailed,
		            gjdata5:res.data.statusCount,
		        })
		        if(data!= 0 &&　res.data.batchStatus==3 && this.state.gjsecond>=5){
		            if(this.state.gjbz==0){
									this.setState({
											gjbz:1,
											popMode2:true,
											gjzxjga:res.data,
											gjline:false
									})
								}
		        }
		    })
		}
		
    //获取归集数据
  //   getGJdata = (data) => {
       
		// 		api.system.getGJdata(data).then(res => {
  //           console.log(res)
  //           let gjdatatype1=[];
  //           let gjdatatype2=[];
  //           let gjdatatype3=[];
  //           let databasEsfDone;//未完成的线高亮
  //           let databasEaa=[];//未完成的线高亮
  //           let apIsfDone;//未完成的线高亮
  //           let apIaa=[];//未完成的线高亮
  //           let filEsfDone;//未完成的线高亮
  //           let filEaa=[];//未完成的线高亮
  //           res.data.tashList.map(function (val, key) { 
  //               if(val.dataBaseDo.DATASOURCE_TYPE==0){//归集数据库直连类型名称
  //                   gjdatatype1.push(val.dataBaseDo.DATATBASE_NAME)
  //                   if(val.status==0){//待同步
  //                       databasEsfDone=0;
  //                       databasEaa.push(databasEsfDone)
  //                   }else if(val.status==1){//同步中 
  //                       databasEsfDone=1;
  //                       databasEaa.push(databasEsfDone)
  //                   }else if(val.status==2){//同步完成
  //                       databasEsfDone=0;
  //                       databasEaa.push(databasEsfDone)
  //                   }else{//同步失败
  //                       databasEsfDone=0;
  //                       databasEaa.push(databasEsfDone)
  //                   };
  //               };
  //               if(val.dataBaseDo.DATASOURCE_TYPE==2){//归集文件类型名称
  //                   gjdatatype2.push(val.dataBaseDo.DATATBASE_NAME)
  //                   if(val.status==0){//待同步  
  //                       filEsfDone=0;
  //                       filEaa.push(filEsfDone)
  //                   }else if(val.status==1){//同步中 
  //                       filEsfDone=1;
  //                       filEaa.push(filEsfDone)
  //                   }else if(val.status==2){//同步完成
  //                       filEsfDone=0;
  //                       filEaa.push(filEsfDone)
  //                   }else{//同步失败
  //                       filEsfDone=0;
  //                       filEaa.push(filEsfDone)
  //                   };
  //               };
  //               if(val.dataBaseDo.DATASOURCE_TYPE==1){//归集api类型名称
  //                   gjdatatype3.push(val.dataBaseDo.DATATBASE_NAME)
  //                   if(val.status==0){//待同步
  //                       apIsfDone=0;
  //                       apIaa.push(apIsfDone)
  //                   }else if(val.status==1){//同步中
  //                       apIsfDone=1;
  //                       apIaa.push(apIsfDone)
  //                   }else if(val.status==2){//同步完成
  //                       apIsfDone=0;
  //                       apIaa.push(apIsfDone)
  //                   }else{//同步失败
  //                       apIsfDone=0;
  //                       apIaa.push(apIsfDone)
  //                   };
  //               };
  //           });
  //           this.setState({
  //               gjdatalist:res.data.tashList,
								
  //               gjdata1:res.data.tashAccRuned,
  //               gjdata2:res.data.tashAccRunWait,
  //               gjdata3:res.data.tashAccRunning,
  //               gjdata4:[] ,//失败任务
  //               gjdata5:[] ,//采集数据总量
								
  //               gjdatabastype:gjdatatype1,
  //               gjfiletype:gjdatatype2,
  //               gjapitype:gjdatatype3,
  //               databasESFDone:databasEaa,
  //               filESFDone:filEaa,
  //               apISFDone:apIaa,
  //           }) 
  //           if(data!= 0 &&　res.data.batchStatus==3 && this.state.gjsecond>=5){
  //               if(this.state.gjbz==0){
		// 							this.setState({
		// 									gjbz:1,
		// 									popMode2:true,
		// 									gjzxjga:res.data,
		// 									gjline:false
		// 							})
		// 						}
  //           }
  //       })
		// }

//获取评估数据
getPGdata = (data) => {
		api.system.getListDtQuality().then(res => {
        let pgruleName2=[];//SVG图中执行中的评估规则名
        let pgruleName3=[];
        let pgruleName4=[];
				let self = this
				// let tempArray1 = res.data.pageInfo.list || []
        res.data.pageInfo.list.map(function (val, key) { 
					if(val.taskStatus==0){
            pgruleName2.push(val.taskName)
					}else if(val.taskStatus==1){
						console.log(987654321)
						pgruleName3.push(val.taskName)
						self.setState({
							pgline: true
						})
					}else{
						pgruleName4.push(val.taskName)
					};
        });
				this.setState({
				    pgdatalist:res.data.pageInfo.list || [],
						
				    pgdata1:res.data.taskTotal || 0,
				    pgdata2:res.data.taskRunning || 0,
				    pgdata3:res.data.taskFinishEd || 0,
						pgdata4:res.data.taskFailed || 0,//失败任务
						pgdata5:res.data.statusCount || 0,//评估数据总量
				    pgruleName:pgruleName2,
				    pgruleNamee:pgruleName3,
				    pgruleNameee:pgruleName4,
				})
				if(data!= 0 &&　res.data.batchStatus==3 && this.state.pgsecond>=5){
						if(this.state.pgbz==0){
							this.setState({
									pgbz:1,
									popMode3:true,
									pgzxjga:res.data,
									pgline:false,
							})
						}
				}
		})
    // api.system.getPGdata(data).then(res => {
    //     console.log(res)
    //     let pgruleName2=[];//SVG图中执行中的评估规则名
    //     let pgruleName3=[];
    //     let pgruleName4=[];
    //     res.data.tashList.map(function (val, key) { 
				// 	if(val.status==0){
    //         pgruleName2.push(val.qualityDo.REGULATION_NAME)
				// 	}else if(val.status==1){
				// 		pgruleName3.push(val.qualityDo.REGULATION_NAME)
				// 	}else{
				// 		pgruleName4.push(val.qualityDo.REGULATION_NAME)
				// 	};
    //     });
    
    //     this.setState({
    //         pgdatalist:res.data.tashList,
    //         pgdata1:res.data.tashAccRuned,
    //         pgdata2:res.data.tashAccRunWait,
    //         pgdata3:res.data.tashAccRunning,
				// 		pgdata4:[],//失败任务
				// 		pgdata5:[],//评估数据总量
    //         pgruleName:pgruleName2,
    //         pgruleNamee:pgruleName3,
    //         pgruleNameee:pgruleName4,
    //     })
				// if(data!= 0 &&　res.data.batchStatus==3 && this.state.pgsecond>=5){
				// 		if(this.state.pgbz==0){
				// 		this.setState({
				// 			 pgbz:1,
				// 			 popMode3:true,
				// 			 pgzxjga:res.data,
				// 			 pgline:false,
							
				// 		}) }
				// 	 console.log(res.data.tashList)
				// }
    // })
}
//获取转换数据
getZHdata = (data) => {
    api.system.getListDtClean(data).then(res => {
        console.log(res)
        let zhruleName2=[];//SVG图中执行中的转换规则名
				let self = this
        res.data.tashList.map(function (val, key) { 
					if(val.taskStatus==0){
						
					}else if(val.taskStatus==1){
							zhruleName2.push(val.taskName)
							self.setState({
								zhline: true
							})
					}else{
						
					};
        });
				
        this.setState({
            zhdatalist:res.data.tashList,
						
            zhdata1:res.data.taskTotal || 0,
            zhdata2:res.data.taskRunning || 0,
            zhdata3:res.data.taskFinishEd || 0,
						zhdata4:res.data.taskFailed || 0,//失败任务
						zhdata5:res.data.statusCount || 0,//标签生成数据总量
            zhruleName:zhruleName2,
        })
    if(data!= 0 &&　res.data.batchStatus==3 && this.state.zhsecond>=5){
        
        if(this.state.zhbz==0){
            
        this.setState({
           zhbz:1,
           popMode4:true,
           zhzxjga:res.data,
           zhline:false
           
          
        }) }
       
    } 
    })
    // api.system.getZHdata(data).then(res => {
    //     console.log(res)
    //     let zhruleName2=[];//SVG图中执行中的转换规则名
    //     res.data.tashList.map(function (val, key) { 
				// 	if(val.status==0){
				// 		}else if(val.status==1){
				// 				zhruleName2.push(val.ruleDo.RULE_NAME)
				// 		}else{
				// 	};
    //     });
				
    //     this.setState({
    //         zhdatalist:res.data.tashList,
    //         zhdata1:res.data.tashAccRuned,
    //         zhdata2:res.data.tashAccRunWait,
    //         zhdata3:res.data.tashAccRunning,
				// 		zhdata4:[],//失败任务
				// 		zhdata5:[],//标签生成数据总量
    //         zhruleName:zhruleName2,
    //     })
    // if(data!= 0 &&　res.data.batchStatus==3 && this.state.zhsecond>=5){
        
    //     if(this.state.zhbz==0){
            
    //     this.setState({
    //        zhbz:1,
    //        popMode4:true,
    //        zhzxjga:res.data,
    //        zhline:false
           
          
    //     }) }
       
    // } 
    // })
   
}
//获取标签数据
getBTdata = (data) => {
    api.system.getListDtLabel(data).then(res => {
    		console.log(data)
        console.log(res)
				let self = this
				res.data.tashList.map(function (val, key) {
					if(val.taskStatus == 1) {
						self.setState({
							btline: true
						})
					}
				})
        this.setState({
            btdatalist:res.data.tashList,
						
            btdata1:res.data.taskTotal || 0,
            btdata2:res.data.taskRunning || 0,
            btdata3:res.data.taskFinishEd || 0,
            btdata4:res.data.taskFailed || 0,
            btdata5:res.data.statusCount || 0,
        }) 
				// if(data!= 0 &&　res.data.batchStatus==3 && this.state.btsecond>=5){
				// 		if(this.state.btbz==0){
				// 			this.setState({
				// 				 btbz:1,
				// 				 popMode5:true,
				// 				 btzxjga:res.data,
				// 				 btline:false
				// 			})
				// 		}
				// 	}
			})
  //   api.system.getBTdata(data).then(res => {
		// 		console.log(data)
  //       console.log(res)
  //       this.setState({
  //           btdatalist:res.data.tashList,
  //           btdata1:res.data.tashAccRuned,
  //           btdata2:res.data.tashAccRunWait,
  //           btdata3:res.data.tashAccRunning,
  //       }) 
  //   if(data!= 0 &&　res.data.batchStatus==3 && this.state.btsecond>=5){
  //       if(this.state.btbz==0){
		// 			this.setState({
		// 				 btbz:1,
		// 				 popMode5:true,
		// 				 btzxjga:res.data,
		// 				 btline:false
		// 			})
		// 		}
		// 	}
		// })
}





	render() { 
        //echart图tab切换
        var _this=this;
        var isBox1Show=this.state.currentIndex==1 ? 'block' : 'none';
        var isBox2Show=this.state.currentIndex==2 ? 'block' : 'none';
        var isBox3Show=this.state.currentIndex==3 ? 'block' : 'none';

          var tabList= this.state.tabs.map(function(res,index) {
              // 遍历标签页，如果标签的id等于tabid，那么该标签就加多一个active的className
            var tabStyle=res.id==this.state.currentIndex ? 'subCtrl tab_active' : 'subCtrl';

            return    <li key={index} onClick={this.tabChoiced.bind(_this,res.id)} className={tabStyle}>{res.tabName}</li>

        }.bind(_this));


        //概览任务列表渲染
     
       
        let gltype1;//归集列表类型
      
      
        let glnewList2=this.state.gldatalist.map(function (val, key) {//概览成功任务列表
            if(val.tashType==1){
                gltype1='采集';
            }else if(val.tashType==2){
                gltype1='清洗';
            }else if(val.tashType==3){
                gltype1='评估';
            }else{
                gltype1='标签';
            };
						
            return(
                <tr>
                    <td>{val.tashName}</td>
                    <td>{gltype1}</td>
                    <td>{val.dataCount}</td>                   
                    <td>{val.endTime}</td>
                </tr>
            )
        });
        const glnewList3 = this.state.generalRTK.map(function (val, key) {
						const cycle = ['手动执行', '日', '周', '月'][val.cycle]
						var cyValue = []
						var cyText = ''
						if (val.cycleValue) {
							cyValue = val.cycleValue.split('-')
							for (let i=3; i<6; i++) {
								if (cyValue[i].length < 2) {
									cyValue[i] = '0' + cyValue[i]
								}
							}
						}
						if (val.cycle === 1) {
							cyText = cyValue[3] + ':' + cyValue[4] + ':' + cyValue[5] + ' / 每天'
						} else if (val.cycle === 2) {
							cyText = cyValue[3] + ':' + cyValue[4] + ':' + cyValue[5] + ' / 每周' + ['日', '一', '二', '三', '四', '五', '六'][cyValue[1]]
						} else if (val.cycle === 3) {
							cyText = cyValue[3] + ':' + cyValue[4] + ':' + cyValue[5] + ' / 每月' + cyValue[2] + '号'
						}
            return(
                <div>
                    <div>{val.procedureName}</div>
                    <div>{cyText}</div>
                    {/* <div>{val.taskStatus}</div> */}
                </div>
            )
        });
       

		//归集任务概况图片
        const iconUrl = require('../images/round.svg');
        

        //归集任务列表渲染
            let gjstatus1;//归集列表状态
            let gjtype1;//归集列表类型
            let databasE = 0;//数据库直连数量
            let apI = 0;//API数量
            let filE=0;//文件数量
          
          
            let gjnewList2 = this.state.gjdatalist.map(function (val, key) {//归集成功任务列表
                // if(val.taskStatus==0){
                //     gjstatus1='待同步';
                // }else if(val.taskStatus==1){
                //     gjstatus1='正在同步';
                // }else if(val.taskStatus==2){
                //     gjstatus1='同步完成';
                // }else{
                //     gjstatus1='同步失败';
                // };
								const taskStatus = ['初始化', '进行中', '成功', '失败'][val.taskStatus]
                return(
                    <tr>
                        <td>{val.taskName}</td>
                        <td>{val.taskDate}</td>
                        <td>{taskStatus}</td>
                    </tr>
                )
            });
           
						this.state.gjdataSourcelist.map(function (val, key) {
                if(val.odsType==1){
                    gjtype1 = '数据库';
                    databasE++;
                }else if(val.odsType==2){
                    gjtype1 = 'API';
                    apI++;
                }else if(val.odsType==3){
                    gjtype1 = '文件';
                    filE++;
                }
						})
					 
            let gjnewList3=this.state.gjdatalist.map(function (val, key) {//归集异常任务列表
                if(val.taskStatus==0){
                    gjstatus1='待同步';
                }else if(val.taskStatus==1){
                    gjstatus1='正在同步';
                }else if(val.taskStatus==2){
                    gjstatus1='同步完成';
                }else{
                    gjstatus1='同步失败';
                };
                if(val.odsType==0){
                    gjtype1 = '数据库';
                }else if(val.odsType==1){
                    gjtype1 = 'API';
                }else{
                    gjtype1 = '文件';
                }

								if(gjstatus1 == '同步失败'|| gjstatus1=='同步完成'){
									return(
                    <tr>
                        <td>{val.tashName}</td>
                        <td>{gjstatus1}</td>
                        <td>{gjtype1}</td>
                        <td>{val.descrit}</td>
                    </tr>
									)
								}
            });
         



        //评估任务列表渲染
        let pgstatus1;//评估列表状态
        let pgruleName1;//评估规则名
        let pgnotDo = 0;//待处理数量
        let pgDoing = 0;//进行中数量
        let pgDone=0;//已完成数量
        let pgnewList2 = this.state.pgdatalist.map(function (val, key) {//未评估与待检测任务列表
            if(val.taskStatus==0){
                pgstatus1='待检测';
                pgnotDo++;
            }else if(val.taskStatus==1){
                pgstatus1='检测中';
                pgDoing++;
            }else if(val.taskStatus==2){
                pgstatus1='完成';
                pgDone++;
            };
            pgruleName1=val.taskName;
						const taskStatus = ['初始化', '进行中', '成功', '失败'][val.taskStatus]
						return(
							<tr>
								<td>{val.taskName}</td>
								<td>{val.taskDate}</td>
								<td>{taskStatus}</td>
							</tr>
						)
        });

        let pgnewList3=this.state.pgdatalist.map(function (val, key) {//评估完成任务列表
             
              
            if(val.status==0){
               
                pgstatus1='待检测';
            }else if(val.status==1){
               
                pgstatus1='检测中';
            }else{
              
                pgstatus1='完成';
            };
           
            pgruleName1=val.taskName;
           if(pgstatus1 == '完成'){
            return(
                <tr>
                    <td>{pgruleName1}</td>
                    <td>{val.descrit}</td>
                    <td>{val.endTime}</td>
                </tr>
            )
        }
        });


         //转换任务列表渲染
         let zhstatus1;//转换列表状态
         let zhruleName1;//转换规则名
        
         let zhnewList2=this.state.zhdatalist.map(function (val, key) {//未转换和正在转换任务列表
            if(val.taskStatus==0){
                zhstatus1='待执行';
            }else if(val.taskStatus==1){
                zhstatus1='执行中';
            }else{
                zhstatus1='完成';
            };
            zhruleName1=val.taskName;
						const taskStatus = ['初始化', '进行中', '成功', '失败'][val.taskStatus]
						return(
								<tr>
									<td>{val.taskName}</td>
									<td>{val.taskDate}</td>
									<td>{taskStatus}</td>
								</tr>
						)
					});
 
         let zhnewList3=this.state.zhdatalist.map(function (val, key) {//转换完成任务列表
              
               
             if(val.status==0){
                
                zhstatus1='待执行';
             }else if(val.status==1){
                
                zhstatus1='执行中';
             }else{
               
                zhstatus1='完成';
             };
            
             zhruleName1=val.taskName;
            if(zhstatus1 == '完成'){
             return(
                 <tr>
                     <td>{zhruleName1}</td>
                     <td>{val.descrit}</td>
                     <td>{val.endTime}</td>
                 </tr>
             )
         }
         });

         
         //标签任务列表渲染
         let btstatus1;//标签列表状态
         let btruleName1;//标签规则名
         let bttype1;//标签列表类型
         let jcnot=0;
         let jcdo=0;
         let jcdone=0;
         let mxnot=0;
         let mxdo=0;
         let mxdone=0;
         let ycnot=0;
         let ycdo=0;
         let ycdone=0;
         let btnewList2 = this.state.btdatalist.map(function (val, key) {//标签任务列表
             if(val.taskStatus==0){
                btstatus1='待执行';
             }else if(val.taskStatus==1){
                btstatus1='执行中';
             }else{
                btstatus1='完成';
             };
						if(val.taskStatus==0){
								jcnot++;
						}else if(val.taskStatus==1){
								jcdo++;
						}else{
								jcdone++;
						};
       //       if(val.ruleDo.tagType==0){
       //          bttype1='基础标签';
       //          if(val.taskStatus==0){
       //              jcnot++;
       //          }else if(val.taskStatus==1){
       //              jcdo++;
       //           }else{
       //              jcdone++;
       //           };
							// }else if(val.ruleDo.tagType==1){
       //          bttype1='模型标签';
       //          if(val.taskStatus==0){
       //              mxnot++;
       //          }else if(val.taskStatus==1){
       //              mxdo++;
       //           }else{
       //              mxdone++;
       //           };
							// }else if(val.ruleDo.tagType==2){
       //          bttype1='趋势标签';
       //          if(val.status==0){
       //              ycnot++;
       //          }else if(val.status==1){
       //              ycdo++;
       //           }else{
       //              ycdone++;
       //           };
							// };
             btruleName1=val.taskName;
             
            const taskStatus = ['初始化', '进行中', '成功', '失败'][val.taskStatus]
            return(
                <tr>
                    <td>{val.taskName}</td>
                    <td>{val.taskDate}</td>
                    <td>{taskStatus}</td>
                </tr>
            )
     
         });
 


       
		return ( 
			<div>
                
                <Layout className="layout">
                    <Header>
                
                    <div>
                        <span className={this.state.Acti1}  onClick={(event) => { this.handelConcel1();}} key="1">概况</span>
                        {<span className={this.state.Acti2}  onClick={(event) => {this.handelConcel2(); }} key="2">数据采集</span>}
                        {<span className={this.state.Acti3}  onClick={(event) => {this.handelConcel3(); }} key="3">质量评估</span>}
                        {<span className={this.state.Acti4}  onClick={(event) => {this.handelConcel4(); }} key="4">清洗转换</span>}
                        {<span className={this.state.Acti5}  onClick={(event) => {this.handelConcel5(); }} key="5">标签生成</span>}
                    </div>
                    </Header>
                    <Content>
                   {/* 概况 */}
                    <div className="rel_con rel_con1" style={{ display:this.state.tab1}} >
                        <section className='left-sec'>                   
                            <div className='left-sec-top'>                              
                                <Row style={{ padding:'10px'}}>
																	<Col span={4}><Statistic title="公民数量" value={this.state.peopleTotal} /></Col>
																	<Col span={4}><Statistic title="法人数量" value={this.state.corporationTotal} /></Col>
																	<Col span={4}><Statistic title="电子证照" value={this.state.licenseTotal} /></Col>
																	<Col span={4}><Statistic title="数据源数量" value={this.state.dataSourceTotal} /></Col>
																	<Col span={4}><Statistic title="采集数量" value={this.state.dataCollectTotal} /></Col>
																	<Col span={4}><Statistic title="标签数量" value={this.state.labelTotal} /></Col>
                                </Row>
                            </div>
                            <div className='left-sec-bot'>
                            <div className="left">
                                    <div className="panel_box p2">
                                        <div className="charts1">
                                <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
                                    viewBox="0 0 1155 680" >

                                <path className="st0" d="M253.2,313.9H246c-24.5,0-44.4-19.9-44.4-44.4v-85.5c0-36-29.2-65.2-65.2-65.2h-4"/>
                                <path className="st0" d="M253.2,321.8h-24.8c-25.8,0-46.7-20.9-46.7-46.7V254c0-27.2-22-49.2-49.2-49.2h0"/>
                                <path className="st0" d="M253.2,329.6h-72c-10.8,0-19.5-8.7-19.5-19.5v0c0-10.8-8.7-19.5-19.5-19.5h-9.7"/>
                                <path className="st0" d="M253.2,337.5h-72c-10.8,0-19.5,8.7-19.5,19.5v0c0,10.8-8.7,19.5-19.5,19.5h-9.7"/>
                                <path className="st0" d="M253.2,345.3h-24.8c-25.8,0-46.7,20.9-46.7,46.7v21.1c0,27.2-22,49.2-49.2,49.2h0"/>
                                <path className="st1b line" d="M253.2,353.2H246c-24.5,0-44.4,19.9-44.4,44.4V483c0,36-29.2,65.2-65.2,65.2h-4"/>
                                <path className="st0" d="M253.2,325.7h-47c-19.1,0-34.5-15.5-34.5-34.5v0c0-24-19.5-43.5-43.5-43.5H74.5"/>
                                <path className="st0" d="M253.2,341.4h-47c-19.1,0-34.5,15.5-34.5,34.5v0c0,24-19.5,43.5-43.5,43.5H74.5"/>
                                <line id="mainline" className="st1" x1="0" y1="-9.8" x2="46.6" y2="-9.8"/>
                                <path className="st1 line" d="M1016.4,81.9h-40.6c-31.2,0-56.6,25.3-56.6,56.6v136c0,22.9-18.6,41.5-41.5,41.5h0"/>
                                <path className="st1 line" d="M1016.4,204.7H993c-29.7,0-53.7,24.1-53.7,53.7v11.7c0,29.7-24.1,53.7-53.7,53.7h-7.8"/>
                                <polyline className="st1 line" points="1016.4,333.5 976.9,333.5 919.3,333.5 877.7,333.5 "/>
                                <path className="st1 line" d="M1016.4,450.7H993c-29.7,0-53.7-24.1-53.7-53.7v0c0-29.7-24.1-53.7-53.7-53.7h-7.8"/>
                                <path className="st1 line" d="M1016.4,585.2h-40.6c-31.2,0-56.6-25.3-56.6-56.6v-136c0-22.9-18.6-41.5-41.5-41.5h0"/>
                                <path className="st1 line" d="M768.7,322.8l-38.9-22.4c-6.2-3.5-13.7-3.5-19.8,0.2L555,395c-5.9,3.6-13.3,3.8-19.4,0.5l-139.2-75.6
                                    c-6-3.2-13.2-3.1-19.1,0.3L359,330.8"/>
                                <g className="st3">
                                    <path className="st4" d="M75.5,73.9c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9c-1.2-0.2-3.9,0.7-4.6,0.9
                                        l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8c1.2-0.6,2.1-1.9,2.1-3
                                        c0,0,0-0.4,0-0.7V73.9z"/>
                                    <path className="st5" d="M73.9,78.8v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        V68.1c0-0.5,0.6-1.2,1.2-1.4L52,61.1c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8L73.9,78.8
                                        z"/>
                                    <polygon className="st6" points="38.9,74.5 42.6,76.4 42.6,73 38.9,71.1 	"/>
                                    <polygon className="st6" points="46.9,85.1 50.5,87 50.5,83.6 46.9,81.7 	"/>
                                    <polygon className="st7" points="38.9,81.2 42.6,83.1 42.6,79.7 38.9,77.8 	"/>
                                    <polygon className="st4" points="72.7,68.4 72.6,68.2 55.1,76.6 37.8,68.2 37.7,68.4 55,76.8 55,90.5 55.2,90.5 55.2,76.8 	"/>
                                </g>
                                <g>
                                    <path className="st8" d="M75.5,159.6c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9
                                        c-1.2-0.2-3.9,0.7-4.6,0.9l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8
                                        c1.2-0.6,2.1-1.9,2.1-3c0,0,0-0.4,0-0.7V159.6z"/>
                                    <path className="st9" d="M73.9,164.5v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        v-13.9c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L73.9,164.5z"/>
                                    <polygon className="st10" points="38.9,160.2 42.6,162.1 42.6,158.7 38.9,156.8 	"/>
                                    <polygon className="st10" points="46.9,170.8 50.5,172.7 50.5,169.3 46.9,167.4 	"/>
                                    <polygon className="st11" points="38.9,166.9 42.6,168.8 42.6,165.4 38.9,163.5 	"/>
                                    <polygon className="st8" points="72.7,154.1 72.6,153.9 55.1,162.3 37.8,153.9 37.7,154.1 55,162.5 55,176.2 55.2,176.2 55.2,162.5 	
                                        "/>
                                </g>
                                <g>
                                    <path className="st8" d="M75.5,245.3c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9
                                        c-1.2-0.2-3.9,0.7-4.6,0.9l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8
                                        c1.2-0.6,2.1-1.9,2.1-3c0,0,0-0.4,0-0.7V245.3z"/>
                                    <path className="st9" d="M73.9,250.2v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        v-13.9c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L73.9,250.2z"/>
                                    <polygon className="st10" points="38.9,245.9 42.6,247.8 42.6,244.4 38.9,242.5 	"/>
                                    <polygon className="st10" points="46.9,256.5 50.5,258.4 50.5,255 46.9,253.1 	"/>
                                    <polygon className="st11" points="38.9,252.6 42.6,254.5 42.6,251.1 38.9,249.2 	"/>
                                    <polygon className="st8" points="72.7,239.8 72.6,239.7 55.1,248 37.8,239.7 37.7,239.8 55,248.2 55,261.9 55.2,261.9 55.2,248.3 	"/>
                                </g>
                                <g className="st3">
                                    <path className="st4" d="M75.5,331.1c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9
                                        c-1.2-0.2-3.9,0.7-4.6,0.9l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9V339c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8
                                        c1.2-0.6,2.1-1.9,2.1-3c0,0,0-0.4,0-0.7V331.1z"/>
                                    <path className="st5" d="M73.9,335.9v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        v-13.9c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L73.9,335.9z"/>
                                    <polygon className="st6" points="38.9,331.7 42.6,333.6 42.6,330.2 38.9,328.3 	"/>
                                    <polygon className="st6" points="46.9,342.3 50.5,344.2 50.5,340.8 46.9,338.9 	"/>
                                    <polygon className="st7" points="38.9,338.4 42.6,340.3 42.6,336.9 38.9,335 	"/>
                                    <polygon className="st4" points="72.7,325.5 72.6,325.4 55.1,333.8 37.8,325.4 37.7,325.5 55,334 55,347.6 55.2,347.6 55.2,334 	"/>
                                </g>
                                <g>
                                    <path className="st8" d="M75.5,416.8c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9L59.1,403c-1-0.4-2.5-0.8-3.2-0.9c-1.2-0.2-3.9,0.7-4.6,0.9
                                        l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8c1.2-0.6,2.1-1.9,2.1-3
                                        c0,0,0-0.4,0-0.7V416.8z"/>
                                    <path className="st9" d="M73.9,421.6v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        V411c0-0.5,0.6-1.2,1.2-1.4L52,404c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8L73.9,421.6z
                                        "/>
                                    <polygon className="st10" points="38.9,417.4 42.6,419.3 42.6,415.9 38.9,414 	"/>
                                    <polygon className="st10" points="46.9,428 50.5,429.9 50.5,426.5 46.9,424.6 	"/>
                                    <polygon className="st11" points="38.9,424.1 42.6,426 42.6,422.6 38.9,420.7 	"/>
                                    <polygon className="st8" points="72.7,411.3 72.6,411.1 55.1,419.5 37.8,411.1 37.7,411.3 55,419.7 55,433.3 55.2,433.3 55.2,419.7 	
                                        "/>
                                </g>
                                <g>
                                    <path className="st8" d="M75.5,502.5c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9
                                        c-1.2-0.2-3.9,0.7-4.6,0.9l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8
                                        c1.2-0.6,2.1-1.9,2.1-3c0,0,0-0.4,0-0.7V502.5z"/>
                                    <path className="st9" d="M73.9,507.4v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        v-13.9c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L73.9,507.4z"/>
                                    <polygon className="st10" points="38.9,503.1 42.6,505 42.6,501.6 38.9,499.7 	"/>
                                    <polygon className="st10" points="46.9,513.7 50.5,515.6 50.5,512.2 46.9,510.3 	"/>
                                    <polygon className="st11" points="38.9,509.8 42.6,511.7 42.6,508.3 38.9,506.4 	"/>
                                    <polygon className="st8" points="72.7,497 72.6,496.8 55.1,505.2 37.8,496.8 37.7,497 55,505.4 55,519.1 55.2,519.1 55.2,505.4 	"/>
                                </g>
                                <g>
                                    <path className="st8" d="M75.5,588.2c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9
                                        c-1.2-0.2-3.9,0.7-4.6,0.9l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8
                                        c1.2-0.6,2.1-1.9,2.1-3c0,0,0-0.4,0-0.7V588.2z"/>
                                    <path className="st9" d="M73.9,593.1v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        v-13.9c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L73.9,593.1z"/>
                                    <polygon className="st10" points="38.9,588.8 42.6,590.7 42.6,587.3 38.9,585.4 	"/>
                                    <polygon className="st10" points="46.9,599.4 50.5,601.3 50.5,597.9 46.9,596 	"/>
                                    <polygon className="st11" points="38.9,595.5 42.6,597.4 42.6,594 38.9,592.1 	"/>
                                    <polygon className="st8" points="72.7,582.7 72.6,582.5 55.1,590.9 37.8,582.5 37.7,582.7 55,591.1 55,604.8 55.2,604.8 55.2,591.1 	
                                        "/>
                                </g>
                                <g>
                                    <path className="st8" d="M131.9,117.8c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9
                                        c-1.2-0.2-3.9,0.7-4.6,0.9l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8
                                        c1.2-0.6,2.1-1.9,2.1-3c0,0,0-0.4,0-0.7V117.8z"/>
                                    <path className="st9" d="M130.3,122.7v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        V112c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L130.3,122.7z"/>
                                    <polygon className="st10" points="95.3,118.4 99,120.3 99,116.9 95.3,115 	"/>
                                    <polygon className="st10" points="103.3,129 106.9,130.9 106.9,127.5 103.3,125.6 	"/>
                                    <polygon className="st11" points="95.3,125.1 99,127 99,123.6 95.3,121.7 	"/>
                                    <polygon className="st8" points="129.1,112.3 129,112.1 111.5,120.5 94.2,112.2 94.1,112.3 111.4,120.7 111.4,134.4 111.7,134.4 
                                        111.7,120.7 	"/>
                                </g>
                                <g>
                                    <path className="st8" d="M131.9,203.6c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9
                                        c-1.2-0.2-3.9,0.7-4.6,0.9l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8
                                        c1.2-0.6,2.1-1.9,2.1-3c0,0,0-0.4,0-0.7V203.6z"/>
                                    <path className="st9" d="M130.3,208.4v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        v-13.9c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L130.3,208.4z"/>
                                    <polygon className="st10" points="95.3,204.2 99,206.1 99,202.7 95.3,200.8 	"/>
                                    <polygon className="st10" points="103.3,214.8 106.9,216.7 106.9,213.3 103.3,211.4 	"/>
                                    <polygon className="st11" points="95.3,210.9 99,212.8 99,209.4 95.3,207.5 	"/>
                                    <polygon className="st8" points="129.1,198 129,197.9 111.5,206.3 94.2,197.9 94.1,198 111.4,206.5 111.4,220.1 111.7,220.1 
                                        111.7,206.5 	"/>
                                </g>
                                <g>
                                    <path className="st8" d="M131.9,289.3c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9
                                        c-1.2-0.2-3.9,0.7-4.6,0.9l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8
                                        c1.2-0.6,2.1-1.9,2.1-3c0,0,0-0.4,0-0.7V289.3z"/>
                                    <path className="st9" d="M130.3,294.1v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0L94,299c-0.6-0.3-1.2-1.1-1.2-1.6
                                        v-13.9c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L130.3,294.1z"/>
                                    <polygon className="st10" points="95.3,289.9 99,291.8 99,288.4 95.3,286.5 	"/>
                                    <polygon className="st10" points="103.3,300.5 106.9,302.4 106.9,299 103.3,297.1 	"/>
                                    <polygon className="st11" points="95.3,296.6 99,298.5 99,295.1 95.3,293.2 	"/>
                                    <polygon className="st8" points="129.1,283.8 129,283.6 111.5,292 94.2,283.6 94.1,283.8 111.4,292.2 111.4,305.8 111.7,305.8 
                                        111.7,292.2 	"/>
                                </g>
                                <g>
                                    <path className="st8" d="M131.9,375c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9c-1.2-0.2-3.9,0.7-4.6,0.9
                                        l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8c1.2-0.6,2.1-1.9,2.1-3
                                        c0,0,0-0.4,0-0.7V375z"/>
                                    <path className="st9" d="M130.3,379.9v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        v-13.9c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L130.3,379.9z"/>
                                    <polygon className="st10" points="95.3,375.6 99,377.5 99,374.1 95.3,372.2 	"/>
                                    <polygon className="st10" points="103.3,386.2 106.9,388.1 106.9,384.7 103.3,382.8 	"/>
                                    <polygon className="st11" points="95.3,382.3 99,384.2 99,380.8 95.3,378.9 	"/>
                                    <polygon className="st8" points="129.1,369.5 129,369.3 111.5,377.7 94.2,369.3 94.1,369.5 111.4,377.9 111.4,391.6 111.7,391.6 
                                        111.7,377.9 	"/>
                                </g>
                                <g>
                                    <path className="st8" d="M131.9,460.7c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9
                                        c-1.2-0.2-3.9,0.7-4.6,0.9l-14.1,5.4c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8
                                        c1.2-0.6,2.1-1.9,2.1-3c0,0,0-0.4,0-0.7V460.7z"/>
                                    <path className="st9" d="M130.3,465.6v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        v-13.9c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L130.3,465.6z"/>
                                    <polygon className="st10" points="95.3,461.3 99,463.2 99,459.8 95.3,457.9 	"/>
                                    <polygon className="st10" points="103.3,471.9 106.9,473.8 106.9,470.4 103.3,468.5 	"/>
                                    <polygon className="st11" points="95.3,468 99,469.9 99,466.5 95.3,464.6 	"/>
                                    <polygon className="st8" points="129.1,455.2 129,455 111.5,463.4 94.2,455 94.1,455.2 111.4,463.6 111.4,477.3 111.7,477.3 
                                        111.7,463.6 	"/>
                                </g>
                                <g className="st3">
                                    <path className="st4" d="M131.9,546.4c0-1.4,0-5.5,0-5.5c0-1.1-1-2.4-2.3-2.9l-14.1-5.4c-1-0.4-2.5-0.8-3.2-0.9
                                        c-1.2-0.2-3.9,0.7-4.6,0.9L93.6,538c-1.3,0.5-2.3,1.7-2.3,2.9v13.4c0,1.1,0.9,2.4,2.1,3l16,7.8c1.2,0.6,3.1,0.6,4.4,0l16-7.8
                                        c1.2-0.6,2.1-1.9,2.1-3c0,0,0-0.4,0-0.7V546.4z"/>
                                    <path className="st5" d="M130.3,551.3v1.3v1.8c0,0.6-0.5,1.3-1.2,1.6l-16.4,8c-0.6,0.3-1.6,0.3-2.3,0l-16.4-8c-0.6-0.3-1.2-1.1-1.2-1.6
                                        v-13.9c0-0.5,0.6-1.2,1.2-1.4l14.5-5.5c1-0.4,3-0.8,3.4-0.8c0.5,0.1,1.7,0.4,2.8,0.8l14.6,5.5c0.6,0.2,1.2,0.9,1.2,1.4v7.8
                                        L130.3,551.3z"/>
                                    <polygon className="st6" points="95.3,547 99,548.9 99,545.5 95.3,543.6 	"/>
                                    <polygon className="st6" points="103.3,557.6 106.9,559.5 106.9,556.1 103.3,554.2 	"/>
                                    <polygon className="st7" points="95.3,553.7 99,555.6 99,552.2 95.3,550.3 	"/>
                                    <polygon className="st4" points="129.1,540.9 129,540.7 111.5,549.1 94.2,540.8 94.1,540.9 111.4,549.3 111.4,563 111.7,563 
                                        111.7,549.3 	"/>
                                </g>
                                <a> {/* onClick={(event) =>{this.handelConcel2();}} */}
                                <g id="resourse">
                                    <g>
                                        <g>
                                            <path className="st8" d="M257.6,306.3c0-1.8,1.4-4.1,3-4.9l37.1-18.6c2.5-1.2,5.7-2.4,7.1-2.7c1.1-0.1,6,1.3,8.6,2.7l37.1,18.6
                                                c1.6,0.8,3.1,3.1,3.1,4.9v52.6c0,1.9-1.4,4.5-3,5.5l-42.1,23.5c-1.5,0.9-4.2,0.9-5.7,0l-42.2-23.5c-1.6-1-3-3.6-3-5.5
                                                C257.6,359,257.6,306.3,257.6,306.3z"/>
                                            <path className="st12" d="M252.2,358c0,0.3,0,1,0,1c0,3.7,2.4,8.1,5.5,10.1l42.2,23.5c3.2,2,8.3,2,11.5,0l42.1-23.5
                                                c3.1-2,5.5-6.3,5.5-10.1v-52.6c0-3.8-2.6-8-6-9.7l-37.1-18.6c-1.7-0.8-8.9-3.7-12-3.1c-2,0.4-5.8,1.8-8.5,3.1l-37.1,18.6
                                                c-3.4,1.7-6,5.9-6,9.7C252.2,306.3,252.2,358,252.2,358z"/>
                                        </g>
                                        <g>
                                            <path className="st9" d="M259.4,299l16.3-8.1c2.5-1.3,6.6-3.3,9.1-4.5l11.7-5.9c2.5-1.3,6-2.5,7.8-2.9c1.8-0.3,7.8,1.6,10.3,2.9
                                                l17.6,8.8c2.5,1.3,6.6,3.3,9.1,4.5l10.4,5.2c2.5,1.3,4.5,4.5,4.5,7.3v52.6c0,2.8-1.9,6.3-4.3,7.8l-42.1,23.5
                                                c-2.4,1.5-6.2,1.5-8.5,0l-42.2-23.5c-2.4-1.5-4.3-5-4.3-7.8v-52.6C254.9,303.5,256.9,300.2,259.4,299z"/>
                                            <path className="st8" d="M304.2,276.7c-1.9,0.4-5.5,1.7-8.1,3L259,298.2c-2.8,1.4-5,5-5,8.1v52.6c0,3.1,2,6.9,4.7,8.5l42.2,23.5
                                                c2.6,1.7,6.9,1.7,9.5,0l42.1-23.5c2.6-1.7,4.7-5.4,4.7-8.5v-52.6c0-3.1-2.2-6.7-5-8.1l-37.1-18.6
                                                C312.8,278.5,306.4,276.2,304.2,276.7z M296.9,281.2c2.4-1.2,5.9-2.5,7.6-2.8c1.4-0.3,7,1.4,9.7,2.8l37.1,18.6
                                                c2.2,1.1,4,4.1,4,6.5v52.6c0,2.5-1.8,5.7-3.9,7l-42.1,23.5c-2,1.3-5.6,1.3-7.6,0l-42.1-23.6c-2.1-1.3-3.8-4.5-3.8-7v-52.6
                                                c0-2.5,1.8-5.4,4-6.5l0,0L296.9,281.2z"/>
                                        </g>
                                        <g>
                                            <polygon className="st13" points="312.4,353.8 309.3,355.6 309.3,352.2 312.4,350.4 			"/>
                                            <polygon className="st13" points="316.3,351.5 313.3,353.3 313.3,349.9 316.3,348.1 			"/>
                                            <polygon className="st13" points="320.3,349.3 317.2,351.1 317.3,347.6 320.3,345.8 			"/>
                                            <polygon className="st13" points="324.2,347 321.2,348.8 321.2,345.3 324.2,343.5 			"/>
                                            <polygon className="st13" points="328.2,344.7 325.1,346.5 325.1,343 328.2,341.2 			"/>
                                            <polygon className="st13" points="312.4,368.9 309.3,370.7 309.3,367.3 312.4,365.5 			"/>
                                            <polygon className="st13" points="316.3,366.6 313.3,368.4 313.3,365 316.3,363.2 			"/>
                                            <polygon className="st13" points="320.3,364.3 317.2,366.1 317.3,362.7 320.3,360.9 			"/>
                                            <polygon className="st13" points="324.2,362 321.2,363.9 321.2,360.4 324.2,358.6 			"/>
                                            <polygon className="st13" points="328.2,359.7 325.1,361.6 325.1,358.1 328.2,356.3 			"/>
                                            <polygon className="st13" points="312.4,383.3 309.3,385.1 309.3,381.7 312.4,379.9 			"/>
                                            <polygon className="st13" points="316.3,381 313.3,382.8 313.3,379.4 316.3,377.6 			"/>
                                            <polygon className="st13" points="320.3,378.7 317.2,380.5 317.3,377.1 320.3,375.3 			"/>
                                            <polygon className="st13" points="324.2,376.5 321.2,378.3 321.2,374.8 324.2,373 			"/>
                                            <polygon className="st13" points="328.2,374.2 325.1,376 325.1,372.5 328.2,370.7 			"/>
                                            <polygon className="st13" points="312.4,337 309.3,338.9 309.3,335.4 312.4,333.6 			"/>
                                            <polygon className="st13" points="316.3,334.7 313.3,336.6 313.3,333.1 316.3,331.3 			"/>
                                            <polygon className="st13" points="320.3,332.5 317.2,334.3 317.3,330.8 320.3,329 			"/>
                                            <polygon className="st13" points="324.2,330.2 321.2,332 321.2,328.6 324.2,326.7 			"/>
                                            <polygon className="st13" points="328.2,327.9 325.1,329.7 325.1,326.3 328.2,324.4 			"/>
                                        </g>
                                        <g>
                                            <path className="st8" d="M350.7,305.7l-45.2,26.6l-45.1-27c-0.2-0.1-0.4,0-0.5,0.1c-0.1,0.2,0,0.4,0.1,0.5l45.5,27l45.6-26.6
                                                c0.2-0.1,0.2-0.3,0.1-0.5C351,305.6,350.8,305.5,350.7,305.7z"/>
                                        </g>
                                        <g>
                                            <path className="st8" d="M305.3,332.6v52.1c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4v-52.1c0-0.2-0.2-0.4-0.4-0.4
                                                C305.4,332.2,305.3,332.4,305.3,332.6z"/>
                                        </g>
                                        <g>
                                            <path className="st8" d="M349.4,322.8l-41.8,24.5c-0.2,0.1-0.2,0.3-0.1,0.5s0.3,0.2,0.5,0.1l41.8-24.5c0.2-0.1,0.2-0.3,0.1-0.5
                                                C349.8,322.8,349.5,322.8,349.4,322.8z"/>
                                        </g>
                                        <g>
                                            <path className="st8" d="M349.4,337.6l-41.8,24.5c-0.2,0.1-0.2,0.3-0.1,0.5s0.3,0.2,0.5,0.1l41.8-24.5c0.2-0.1,0.2-0.3,0.1-0.5
                                                S349.5,337.5,349.4,337.6z"/>
                                        </g>
                                        <g>
                                            <path className="st8" d="M349.4,352.7l-41.8,24.5c-0.2,0.1-0.2,0.3-0.1,0.5s0.3,0.2,0.5,0.1l41.8-24.5c0.2-0.1,0.2-0.3,0.1-0.5
                                                C349.8,352.6,349.5,352.6,349.4,352.7z"/>
                                        </g>
                                    </g>
                                    <g className="st14">
                                        <path className="st12" d="M323.7,298.3l1.7-0.9c0.5-0.2,1.1-0.5,1.6-0.7c-0.2-0.1-0.4-0.2-0.6-0.2c-0.2-0.1-0.4-0.2-0.5-0.3
                                            c-0.4,0.3-0.9,0.6-1.5,0.8l-1.7,0.9l-1.4-0.7l1.2-0.6c0.4-0.2,0.9-0.4,1.4-0.7c-0.2-0.1-0.4-0.2-0.5-0.2c-0.2-0.1-0.4-0.2-0.4-0.3
                                            c-0.4,0.2-0.9,0.5-1.3,0.7l-1.2,0.6l-0.2-0.1c-0.4-0.2-0.7-0.4-0.9-0.7c-0.5,0.2-1,0.5-1.4,0.7c0.5,0.2,1,0.4,1.4,0.7l-1.9,0.9
                                            c-0.2-0.6-0.4-1.1-0.6-1.5l3.3-1.7c0.5-0.2,1.1-0.5,1.7-0.7c-0.2-0.1-0.4-0.2-0.6-0.2c-0.2-0.1-0.4-0.2-0.5-0.3
                                            c-0.4,0.3-0.9,0.6-1.5,0.9l-2.7,1.4c0-0.2-0.1-0.3-0.1-0.5c-0.6,0.1-1.1,0.2-1.6,0.2c0.2,0.3,0.4,0.5,0.6,0.8l-0.8,0.4
                                            c-0.5,0.2-1.1,0.5-1.7,0.7c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.2,0.4,0.3c0.4-0.3,0.9-0.6,1.5-0.9l0.3-0.2
                                            c0.1,0.2,0.2,0.3,0.2,0.5c0.2,0.4,0.1,0.9-0.1,1.3l1.3,0.4c0.5-0.4,1-0.7,1.6-0.9l1.5-0.7l1.4,0.7l-2.2,1.1
                                            c-0.5,0.3-1.1,0.5-1.7,0.7c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.2,0.4,0.3c0.4-0.3,0.9-0.6,1.5-0.9l2.2-1.1l0,0
                                            c0.7,0.3,1.3,0.7,1.9,1.1c0.2-0.1,0.4-0.2,0.6-0.3c0.2-0.1,0.4-0.2,0.7-0.3C325,299.1,324.3,298.8,323.7,298.3L323.7,298.3
                                            L323.7,298.3z"/>
                                        <path className="st12" d="M317.5,300.6c-0.7-0.5-1.5-1-2.4-1.5l-3.6-1.8l7.2-3.7c0.4-0.2,0.7-0.4,1.1-0.5c-0.2-0.1-0.4-0.2-0.6-0.2
                                            c-0.2-0.1-0.3-0.2-0.4-0.3c-0.3,0.2-0.7,0.4-1.1,0.6l-2.9,1.5c-0.5-0.1-1-0.3-1.5-0.4c-0.4,0.2-0.7,0.5-1.1,0.7
                                            c0.4,0.1,0.9,0.2,1.4,0.3l-3.1,1.6c-0.4,0.2-0.9,0.4-1.3,0.6c0.5,0.2,0.9,0.4,1.3,0.6l3.2,1.7c0.8,0.4,1.6,0.9,2.3,1.5
                                            c0.5,0.4,0.9,0.9,1.1,1.5c0.5-0.2,1.1-0.3,1.6-0.4C318.5,301.6,318,301,317.5,300.6z"/>
                                        <path className="st12" d="M296.7,303c0.1,0.3,0.2,0.5,0.1,0.7c0.7-0.2,1.7-0.3,3.1-0.4c-0.2-0.2-0.2-0.5-0.3-0.8
                                            C298.5,302.8,297.5,302.9,296.7,303z"/>
                                        <path className="st12" d="M311.6,303.6c1.1,0,2.2,0.1,3.4,0.2c0-0.3,0.2-0.6,0.5-0.8c-1.3,0-2.4,0-3.4-0.1
                                            C312.1,303.1,311.9,303.3,311.6,303.6z"/>
                                        <path className="st12" d="M302.1,305c-0.2-0.3-0.2-0.5-0.2-0.8c-1.1,0.2-2.2,0.3-3.1,0.4c0.1,0.3,0.2,0.5,0.1,0.7
                                            C299.6,305.2,300.6,305.1,302.1,305z"/>
                                        <path className="st12" d="M308.2,304.7c0.3,0.5,0.4,1.2,0.5,2c0.4-0.1,0.9-0.2,1.5-0.2c-0.3-0.7-0.4-1.4-0.5-2
                                            C309.2,304.6,308.7,304.7,308.2,304.7z"/>
                                        <path className="st12" d="M313.2,304.8l-3.1-1.6l0.3-0.2c0.5-0.3,1.1-0.5,1.6-0.8c-0.4-0.2-0.7-0.3-1-0.4l-2.7-1.4
                                            c-0.3-0.2-0.6-0.3-0.9-0.5c-0.5,0.3-1,0.5-1.5,0.8l-0.8,0.4l-0.9-0.8l1.7-0.9c0.4-0.2,0.7-0.4,1.1-0.5c-0.2-0.1-0.4-0.2-0.6-0.2
                                            c-0.2-0.1-0.3-0.2-0.4-0.2c-0.3,0.2-0.7,0.4-1.1,0.6l-5,2.5c-0.4,0.2-0.7,0.4-1.1,0.5c0.5,0.2,0.9,0.4,1.3,0.6l3.7,1.9
                                            c0.9,0.4,1.6,1,2.2,1.6c0.4,0.5,0.7,1.1,0.9,1.7c0.4-0.2,1-0.3,1.5-0.3c-0.4-0.8-0.9-1.4-1.3-1.8c-0.6-0.5-1.3-1.1-2.3-1.6l-4-2.1
                                            l2.5-1.2l0.9,0.8c-0.4,0.2-0.9,0.4-1.4,0.7c0.3,0.2,0.6,0.3,0.9,0.4l2.7,1.4c0.3,0.2,0.6,0.3,0.9,0.5c0.5-0.3,1-0.6,1.5-0.8
                                            l0.2-0.1l2.6,1.3c0.2,0.1,0.2,0.2-0.1,0.3c-0.2,0.1-0.5,0.2-1,0.4c0.6,0,1.1,0.2,1.5,0.4c0.7-0.4,1.1-0.7,1.2-0.8
                                            C313.5,305.1,313.4,304.9,313.2,304.8z M304.8,302.3l2.7-1.4l0.9,0.5l-2.7,1.4L304.8,302.3z M307.4,303.7l-1-0.5l2.7-1.4l1,0.5
                                            L307.4,303.7z"/>
                                        <path className="st12" d="M302.7,305.4c1.3,1.3,2.1,2.4,2.4,3.2c0.4-0.1,1-0.2,1.7-0.2c-1-0.9-1.8-2-2.7-3.2
                                            C303.6,305.3,303.1,305.3,302.7,305.4z"/>
                                        <path className="st12" d="M288.1,309.7c-0.2-0.2-0.2-0.4-0.2-0.7c-1.1,0.1-2,0.2-2.9,0.2c0.1,0.2,0.1,0.4,0,0.7
                                            C286,309.8,287.1,309.7,288.1,309.7z"/>
                                        <path className="st12" d="M297.8,310.7c0.1,0.2,0.1,0.5,0,0.7c1.9-0.4,3.8-0.7,5.5-0.9c-0.2-0.2-0.2-0.5-0.2-0.8
                                            C301.2,310.1,299.4,310.4,297.8,310.7z"/>
                                        <path className="st12" d="M289.2,309.6c0,0.3-0.1,0.7-0.2,0.9c-0.1,0.3-0.5,0.8-1.1,1.4c0.4,0,1,0,1.7,0.1c0.4-1.2,0.7-2,0.9-2.3
                                            C290.1,309.8,289.7,309.8,289.2,309.6z"/>
                                        <path className="st12" d="M294.6,312.9c0.1,0,0.3-0.1,0.6-0.3c-0.5-0.2-1.1-0.4-1.6-0.7l-1.5-0.8l4.9-2.5l1.3,0.7
                                            c0.5,0.2,0.9,0.5,1.3,0.8c0.2-0.2,0.4-0.2,0.5-0.3c0.1,0,0.3-0.1,0.6-0.2c-0.5-0.2-1.1-0.4-1.6-0.7l-0.9-0.5
                                            c-0.4-0.2-0.9-0.5-1.3-0.7c0.3,0,0.7-0.1,1-0.2c-0.2-0.3-0.3-0.6-0.4-1c-0.8,0.3-1.5,0.5-2.1,0.7c-0.7,0.1-1.3,0.2-2.1,0.1
                                            c-0.5,0-1-0.1-1.6-0.3l1.8-0.9c0.4,0.4,0.6,0.7,0.7,0.8c0.4-0.2,0.8-0.3,1.3-0.5c-0.5-0.4-1-0.9-1.5-1.4c-0.3,0.2-0.7,0.4-1.1,0.6
                                            l-3.6,1.8c-0.1-0.2-0.1-0.5,0-0.7c-0.5,0.2-1.1,0.4-1.7,0.4c0.4,0.5,0.7,0.9,0.8,1.1c0.2,0.4,0.2,0.9,0,1.2c0.5-0.2,1-0.2,1.6-0.3
                                            c-0.1-0.4-0.2-0.7-0.4-1.1l1-0.5c0.3,0.3,0.5,0.5,0.7,0.8s0.2,0.6,0,1s-0.4,0.7-0.9,1.1c0.5-0.1,1.1-0.1,1.6,0l-0.6,0.3
                                            c-0.5,0.2-1,0.5-1.6,0.7c0.5,0.2,1,0.4,1.5,0.7l1,0.5c0.5,0.2,0.9,0.5,1.3,0.8C294.3,313.1,294.5,312.9,294.6,312.9z M293,307.8
                                            C293,307.7,292.9,307.7,293,307.8L293,307.8c0.9,0.1,1.8,0.2,2.6,0.1c0.4,0,0.9-0.1,1.6-0.2c-0.4,0.3-0.9,0.5-1.4,0.8l-3.1,1.6
                                            c0.2-0.4,0.4-0.7,0.6-1.1C293.3,308.5,293.3,308.2,293,307.8z"/>
                                        <path className="st12" d="M296.6,310.7c-0.2-0.2-0.3-0.4-0.5-0.7c-0.4,0.2-0.9,0.4-1.4,0.5c1.1,0.7,1.6,1.2,1.6,1.6s-0.2,0.8-0.7,1.2
                                            c-0.4,0.3-1,0.8-2,1.4c0.7,0,1.3,0,1.8,0.1c0.9-0.7,1.5-1.3,1.8-1.7c0.3-0.4,0.4-0.9,0.4-1.3C297.3,311.4,297.1,311.1,296.6,310.7
                                            z"/>
                                    </g>
                                </g>
                                </a>
                                <text transform="matrix(1 0 0 1 804.9005 456.6526)" className="st15 st16">标签</text>
                                <text transform="matrix(1 0 0 1 444.7607 456.6523)" className="st15 st16">评估</text>
                                <text transform="matrix(1 0 0 1 631.5616 456.6523)" className="st15 st16">清洗</text>
                                <text transform="matrix(1 0 0 1 278.8592 456.6523)" className="st15 st16">归集</text>

                                <g id="apply">
                                    <text transform="matrix(1 0 0 1 1072.7073 59.3548)" className="st15 st17">场景应用</text>
                                    <text transform="matrix(1 0 0 1 1072.7073 183.4153)" className="st15 st17">资源共享</text>
                                    <text transform="matrix(1 0 0 1 1072.7073 307.4753)" className="st15 st17">电子证照</text>
                                    <text transform="matrix(1 0 0 1 1072.7073 431.5354)" className="st15 st17">基础查询</text>
                                    <text transform="matrix(1 0 0 1 1081.3362 555.5956)" className="st14"><tspan x="0" y="0" className="st18 st17">BI</tspan><tspan x="15.1" y="0" className="st15 st17">分析</tspan></text>
                                    <g>
                                        <g>
                                            <g>
                                                <path className="st19" d="M1014.4,50.5l2,49.6c0,3,1.6,5.8,4.2,7.4l62.7,38.6c2.8,1.6,8.4-0.1,8.4-4.7V91c0-3-1.6-5.8-4.2-7.4
                                                    l-64.7-37.4C1019.1,44.4,1014.4,47.2,1014.4,50.5z"/>
                                                <path className="st20" d="M1020.8,47.2l64.7,37.4c2.6,1.5,4.2,4.3,4.2,7.4v47.6v2.8c0,3.3-3.6,5.3-6.4,3.7l-64.7-37.6
                                                    c-2.6-1.5-4.2-4.3-4.2-7.4v-5.3v-45C1014.4,47.6,1018,45.6,1020.8,47.2z"/>
                                                <path className="st8" d="M1020.7,47.9l63.9,37c2.6,1.5,4.2,4.3,4.2,7.3v47.1v2.7c0,3.2-3.5,5.3-6.3,3.6l-63.9-37.1
                                                    c-2.6-1.5-4.2-4.3-4.2-7.3V96V51.5C1014.4,48.3,1017.9,46.3,1020.7,47.9z"/>
                                            </g>
                                            <polygon className="st9" points="1019.7,50.4 1019.7,105.8 1083.6,142.9 1083.6,87.3 			"/>
                                            <g>
                                                <polygon className="st13" points="1024.8,94 1024.8,60.8 1049.3,75 1049.3,108.1 				"/>
                                                <polygon className="st21" points="1053,110 1053,76.9 1077.4,91.1 1077.4,124.2 				"/>
                                                <polygon className="st13" points="1024.8,102.8 1024.8,100.5 1077.4,131 1077.4,133.2 				"/>
                                            </g>
                                        </g>
                                    </g>
                                    <g>
                                        <g>
                                            <g>
                                                <path className="st19" d="M1014.4,174.5l2,49.6c0,3,1.6,5.8,4.2,7.4l62.7,38.6c2.8,1.6,8.4-0.1,8.4-4.7V215c0-3-1.6-5.8-4.2-7.4
                                                    l-64.7-37.4C1019.1,168.4,1014.4,171.3,1014.4,174.5z"/>
                                                <path className="st20" d="M1020.8,171.3l64.7,37.4c2.6,1.5,4.2,4.3,4.2,7.4v47.6v2.8c0,3.3-3.6,5.3-6.4,3.7l-64.7-37.6
                                                    c-2.6-1.5-4.2-4.3-4.2-7.4v-5.3v-45C1014.4,171.7,1018,169.6,1020.8,171.3z"/>
                                                <path className="st8" d="M1020.7,172l63.9,37c2.6,1.5,4.2,4.3,4.2,7.3v47.1v2.7c0,3.2-3.5,5.3-6.3,3.6l-63.9-37.1
                                                    c-2.6-1.5-4.2-4.3-4.2-7.3v-5.2v-44.5C1014.4,172.4,1017.9,170.4,1020.7,172z"/>
                                            </g>
                                            <polygon className="st9" points="1019.7,174.5 1019.7,229.8 1083.6,266.9 1083.6,211.4 			"/>
                                            <g>
                                                <polygon className="st13" points="1024.8,218 1024.8,184.9 1049.3,199.1 1049.3,232.2 				"/>
                                                <polygon className="st21" points="1053,234.1 1053,200.9 1077.4,215.1 1077.4,248.2 				"/>
                                                <polygon className="st13" points="1024.8,226.8 1024.8,224.6 1077.4,255 1077.4,257.2 				"/>
                                            </g>
                                        </g>
                                    </g>
                                    <g>
                                        <g>
                                            <g>
                                                <path className="st19" d="M1014.4,298.6l2,49.6c0,3,1.6,5.8,4.2,7.4l62.7,38.6c2.8,1.6,8.4-0.1,8.4-4.7v-50.4c0-3-1.6-5.8-4.2-7.4
                                                    l-64.7-37.4C1019.1,292.5,1014.4,295.3,1014.4,298.6z"/>
                                                <path className="st20" d="M1020.8,295.3l64.7,37.4c2.6,1.5,4.2,4.3,4.2,7.4v47.6v2.8c0,3.3-3.6,5.3-6.4,3.7l-64.7-37.6
                                                    c-2.6-1.5-4.2-4.3-4.2-7.4V344v-45C1014.4,295.7,1018,293.7,1020.8,295.3z"/>
                                                <path className="st8" d="M1020.7,296l63.9,37c2.6,1.5,4.2,4.3,4.2,7.3v47.1v2.7c0,3.2-3.5,5.3-6.3,3.6l-63.9-37.1
                                                    c-2.6-1.5-4.2-4.3-4.2-7.3v-5.2v-44.5C1014.4,296.4,1017.9,294.4,1020.7,296z"/>
                                            </g>
                                            <polygon className="st9" points="1019.7,298.5 1019.7,353.9 1083.6,391 1083.6,335.5 			"/>
                                            <g>
                                                <polygon className="st13" points="1024.8,342.1 1024.8,308.9 1049.3,323.1 1049.3,356.2 				"/>
                                                <polygon className="st21" points="1053,358.1 1053,325 1077.4,339.2 1077.4,372.3 				"/>
                                                <polygon className="st13" points="1024.8,350.9 1024.8,348.6 1077.4,379.1 1077.4,381.3 				"/>
                                            </g>
                                        </g>
                                    </g>
                                    <g>
                                        <g>
                                            <g>
                                                <path className="st19" d="M1014.4,422.7l2,49.6c0,3,1.6,5.8,4.2,7.4l62.7,38.6c2.8,1.6,8.4-0.1,8.4-4.7v-50.4c0-3-1.6-5.8-4.2-7.4
                                                    l-64.7-37.4C1019.1,416.6,1014.4,419.4,1014.4,422.7z"/>
                                                <path className="st20" d="M1020.8,419.4l64.7,37.4c2.6,1.5,4.2,4.3,4.2,7.4v47.6v2.8c0,3.3-3.6,5.3-6.4,3.7l-64.7-37.6
                                                    c-2.6-1.5-4.2-4.3-4.2-7.4V468v-45C1014.4,419.8,1018,417.7,1020.8,419.4z"/>
                                                <path className="st8" d="M1020.7,420.1l63.9,37c2.6,1.5,4.2,4.3,4.2,7.3v47.1v2.7c0,3.2-3.5,5.3-6.3,3.6l-63.9-37.1
                                                    c-2.6-1.5-4.2-4.3-4.2-7.3v-5.2v-44.5C1014.4,420.5,1017.9,418.5,1020.7,420.1z"/>
                                            </g>
                                            <polygon className="st9" points="1019.7,422.6 1019.7,478 1083.6,515 1083.6,459.5 			"/>
                                            <g>
                                                <polygon className="st13" points="1024.8,466.2 1024.8,433 1049.3,447.2 1049.3,480.3 				"/>
                                                <polygon className="st21" points="1053,482.2 1053,449 1077.4,463.2 1077.4,496.3 				"/>
                                                <polygon className="st13" points="1024.8,475 1024.8,472.7 1077.4,503.1 1077.4,505.3 				"/>
                                            </g>
                                        </g>
                                    </g>
                                    <g>
                                        <g>
                                            <g>
                                                <path className="st19" d="M1014.4,546.7l2,49.6c0,3,1.6,5.8,4.2,7.4l62.7,38.6c2.8,1.6,8.4-0.1,8.4-4.7v-50.4c0-3-1.6-5.8-4.2-7.4
                                                    l-64.7-37.4C1019.1,540.6,1014.4,543.4,1014.4,546.7z"/>
                                                <path className="st20" d="M1020.8,543.4l64.7,37.4c2.6,1.5,4.2,4.3,4.2,7.4v47.6v2.8c0,3.3-3.6,5.3-6.4,3.7l-64.7-37.6
                                                    c-2.6-1.5-4.2-4.3-4.2-7.4V592v-45C1014.4,543.9,1018,541.8,1020.8,543.4z"/>
                                                <path className="st8" d="M1020.7,544.2l63.9,37c2.6,1.5,4.2,4.3,4.2,7.3v47.1v2.7c0,3.2-3.5,5.3-6.3,3.6l-63.9-37.1
                                                    c-2.6-1.5-4.2-4.3-4.2-7.3v-5.2v-44.5C1014.4,544.6,1017.9,542.5,1020.7,544.2z"/>
                                            </g>
                                            <polygon className="st9" points="1019.7,546.6 1019.7,602 1083.6,639.1 1083.6,583.6 			"/>
                                            <g>
                                                <polygon className="st13" points="1024.8,590.2 1024.8,557.1 1049.3,571.3 1049.3,604.4 				"/>
                                                <polygon className="st21" points="1053,606.3 1053,573.1 1077.4,587.3 1077.4,620.4 				"/>
                                                <polygon className="st13" points="1024.8,599 1024.8,596.8 1077.4,627.2 1077.4,629.4 				"/>
                                            </g>
                                        </g>
                                    </g>
                                </g>

                                <a> {/* onClick={(event) =>{this.handelConcel4();}} */}
                                <g id="pool">
                                    <path className="st22" d="M720.5,342.1l-71.1,40.7c-3,1.8-6.6,1.8-9.6,0L568,341.7c-1.1-0.6-1.1-2.2,0-2.9l71.1-40.7
                                        c3-1.8,6.6-1.8,9.6,0l71.8,41.1C721.4,339.8,721.4,341.5,720.5,342.1z"/>
                                    <path className="st23" d="M712.2,341.5l-63.3,36.3c-2.7,1.6-5.8,1.6-8.6,0l-64-36.6c-0.9-0.5-0.9-2,0-2.6l63.3-36.3
                                        c2.7-1.6,5.8-1.6,8.5,0l64,36.6C713,339.5,713,341,712.2,341.5z"/>
                                    <path className="st24" d="M712.2,341.5l-63.3,36.3c-2.7,1.6-5.8,1.6-8.6,0l-64-36.6c-0.9-0.5-0.9-2,0-2.6l63.3-36.3
                                        c2.7-1.6,5.8-1.6,8.5,0l64,36.6C713,339.5,713,341,712.2,341.5z"/>
                                    <path className="st25" d="M639.6,325.9l-45,25.8l45.6,26.1c2.8,1.6,5.9,1.6,8.6,0l45-25.8l-45.7-26.1
                                        C645.4,324.3,642.3,324.3,639.6,325.9z"/>
                                    
                                        <lineargradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3997.8892" y1="970.325" x2="3997.8892" y2="1060" gradientTransform="matrix(-1 0 0 -1 4641.793 1350)">
                                        
                                    </lineargradient>
                                    <path className="st26" d="M712.1,342l-62.4,36.1c-4.2,2.1-6,2.1-10.2,0l-63.7-36.7c0,0-1-0.7-1-1.7l0.7-49.7H712l1,50.4
                                        C713.1,341.5,712.2,342,712.1,342z"/>
                                    <g id="data_x5F_file6">
                                        <path className="st27" d="M618.2,349.7l-1,0.6c-0.4,0.2-0.8,0.2-1.3,0l-9.3-5.3c-0.1-0.1-0.1-0.3,0-0.4l1-0.6c0.4-0.2,0.8-0.2,1.2,0
                                            l9.3,5.3C618.4,349.4,618.4,349.7,618.2,349.7z"/>
                                        <path className="st21" d="M618.2,349.7l-1,0.6c-0.4,0.2-0.8,0.2-1.3,0l-9.3-5.3c0,0-0.1-0.1-0.1-0.2s0-14.9,0-14.9l11.7,4.7
                                            C618.2,334.6,618.2,349.5,618.2,349.7C618.4,349.6,618.3,349.7,618.2,349.7z"/>
                                        <path className="st28" d="M617.2,335.4c-0.2,0.1-0.4,0.1-0.5,0.2v14.9c0.1,0,0.2,0,0.4-0.1l0.3-0.1v-14.9H617.2z"/>
                                        <path className="st20" d="M618.2,334.8l-1,0.6c-0.4,0.2-0.8,0.2-1.3,0l-9.3-5.3c-0.1-0.1-0.1-0.3,0-0.4l1-0.6c0.4-0.2,0.8-0.2,1.2,0
                                            l9.3,5.3C618.4,334.5,618.4,334.7,618.2,334.8z"/>
                                        <polygon className="st29" points="614.6,341.9 611.6,337 608.6,338.5 610.2,339.4 610.2,343.2 613.1,344.9 613.1,341 	"/>
                                        <animate attributeName="opacity" attributeType="CSS" dur="2s" from="1" to="0" repeatCount="indefinite" />
                                        <animatemotion path="M 0 -40 V 15 Z" dur="2s" repeatCount="indefinite" />
                                    </g>
                                    <g id="data_x5F_file5">
                                        <path className="st27" d="M669.9,351.4l-1.7,1c-0.7,0.4-1.4,0.4-2.1,0l-15.5-8.9c-0.2-0.1-0.2-0.5,0-0.6l1.7-1c0.7-0.4,1.4-0.4,2.1,0
                                            l15.5,8.9C670.1,351,670.1,351.3,669.9,351.4z"/>
                                        <path className="st21" d="M669.9,351.4l-1.7,1c-0.7,0.4-1.4,0.4-2.1,0l-15.5-8.9c-0.1,0-0.2-0.2-0.2-0.3c0-0.1,0-24.9,0-24.9l19.6,7.8
                                            c0,0,0,24.8,0,25C670.1,351.2,670,351.4,669.9,351.4z"/>
                                        <path className="st28" d="M668.2,327.5c-0.3,0.2-0.6,0.2-0.9,0.3v24.9c0.2,0,0.4,0,0.7-0.1l0.4-0.2v-24.9L668.2,327.5z"/>
                                        <path className="st20" d="M669.9,326.5l-1.7,1c-0.7,0.4-1.4,0.4-2.1,0l-15.5-8.9c-0.2-0.1-0.2-0.5,0-0.6l1.7-1c0.7-0.4,1.4-0.4,2.1,0
                                            l15.5,8.9C670.1,326,670.1,326.4,669.9,326.5z"/>
                                        <polygon className="st29" points="663.6,338 659.3,330.9 655,333 657.2,334.3 657.2,339.8 661.4,342.3 661.4,336.7 	"/>
                                        <animate attributeName="opacity" attributeType="CSS" dur="4s" from="1" to="0" repeatCount="indefinite" />
                                        <animatemotion path="M 0 -40 V 15 Z" dur="4s" repeatCount="indefinite" />
                                    </g>
                                    <g id="data_x5F_file4">
                                        <path className="st27" d="M637.3,288.3l-1.2,0.7c-0.5,0.3-1,0.3-1.4,0l-10.7-6.2c-0.1-0.1-0.1-0.3,0-0.4l1.2-0.7c0.5-0.3,1-0.3,1.4,0
                                            l10.7,6.2C637.4,288,637.4,288.2,637.3,288.3z"/>
                                        <path className="st21" d="M637.3,288.3l-1.2,0.7c-0.5,0.3-1,0.3-1.4,0l-10.7-6.2c-0.1,0-0.1-0.1-0.1-0.2s0-17.3,0-17.3l13.6,5.5
                                            c0,0,0,17.2,0,17.3S637.4,288.3,637.3,288.3z"/>
                                        <path className="st28" d="M636.1,271.7c-0.2,0.1-0.4,0.2-0.6,0.2v17.3c0.1,0,0.3,0,0.5-0.1l0.3-0.2v-17.3L636.1,271.7z"/>
                                        <path className="st20" d="M637.3,271l-1.2,0.7c-0.5,0.3-1,0.3-1.4,0l-10.7-6.2c-0.1-0.1-0.1-0.3,0-0.4l1.2-0.7c0.5-0.3,1-0.3,1.4,0
                                            l10.7,6.2C637.4,270.7,637.4,270.9,637.3,271z"/>
                                        <polygon className="st29" points="626.8,275.4 629.8,280.3 632.7,278.8 631.2,277.9 631.2,274.1 628.3,272.4 628.3,276.3 	"/>
                                        <animate attributeName="opacity" attributeType="CSS" dur="3s" from="0" to="1" repeatCount="indefinite" />
                                        <animatemotion path="M 0 60 V -0 Z" dur="3s" repeatCount="indefinite" />
                                    </g>
                                    <g id="data_x5F_file3">
                                        <path className="st27" d="M701.6,336.8l-1.3,0.7c-0.5,0.3-1.1,0.3-1.5,0l-11.7-6.7c-0.2-0.1-0.2-0.4,0-0.5l1.3-0.7
                                            c0.5-0.3,1.1-0.3,1.5,0l11.7,6.7C701.8,336.4,701.8,336.7,701.6,336.8z"/>
                                        <path className="st21" d="M701.6,336.8l-1.3,0.7c-0.5,0.3-1.1,0.3-1.5,0l-11.7-6.7c-0.1,0-0.1-0.1-0.1-0.2s0-18.8,0-18.8l14.7,5.9
                                            c0,0,0,18.7,0,18.8C701.8,336.6,701.7,336.7,701.6,336.8z"/>
                                        <path className="st28" d="M700.3,318.7c-0.2,0.1-0.4,0.2-0.7,0.2v18.7c0.1,0,0.3,0,0.5-0.1l0.3-0.2v-18.7L700.3,318.7z"/>
                                        <path className="st20" d="M701.6,318l-1.3,0.7c-0.5,0.3-1.1,0.3-1.5,0l-11.7-6.7c-0.2-0.1-0.2-0.4,0-0.5l1.3-0.7c0.5-0.3,1.1-0.3,1.5,0
                                            l11.7,6.7C701.8,317.6,701.8,317.9,701.6,318z"/>
                                        <polygon className="st29" points="696.6,326.7 693.6,321.8 690.6,323.2 692.1,324.1 692.1,328 695,329.7 695,325.8 	"/>
                                        <animate attributeName="opacity" attributeType="CSS" dur="5s" from="1" to="0" repeatCount="indefinite" />
                                        <animatemotion path="M 0 -60 V 10 Z" dur="5s" repeatCount="indefinite" />
                                    </g>
                                    <g id="data_x5F_file2">
                                        <path className="st27" d="M597.5,315.4l-1.4,0.8c-0.6,0.3-1.2,0.3-1.7,0l-12.9-7.4c-0.2-0.1-0.2-0.4,0-0.5l1.4-0.8
                                            c0.6-0.3,1.2-0.3,1.7,0l12.9,7.4C597.6,314.9,597.6,315.3,597.5,315.4z"/>
                                        <path className="st21" d="M597.5,315.4l-1.4,0.8c-0.6,0.3-1.2,0.3-1.7,0l-12.9-7.4c-0.1,0-0.1-0.1-0.1-0.2s0-20.8,0-20.8l16.3,6.5
                                            c0,0,0,20.7,0,20.8C597.6,315.2,597.5,315.3,597.5,315.4z"/>
                                        <path className="st28" d="M596,295.4c-0.2,0.1-0.5,0.2-0.7,0.2v20.8c0.1,0,0.3,0,0.6-0.1l0.4-0.2v-20.8L596,295.4z"/>
                                        <path className="st20" d="M597.5,294.6l-1.4,0.8c-0.6,0.3-1.2,0.3-1.7,0l-12.9-7.4c-0.2-0.1-0.2-0.4,0-0.5l1.4-0.8
                                            c0.6-0.3,1.2-0.3,1.7,0l12.9,7.4C597.6,294.2,597.6,294.5,597.5,294.6z"/>
                                        <polygon className="st29" points="584.1,299.6 588.4,306.6 592.7,304.6 590.5,303.3 590.5,297.7 586.3,295.3 586.3,300.9 	"/>
                                        <animate attributeName="opacity" attributeType="CSS" dur="7s" from="0" to="1" repeatCount="indefinite" />
                                        <animatemotion path="M 0 -35 V 35 Z" dur="7s" repeatCount="indefinite" />
                                    </g>
                                    <g id="data_x5F_file1">
                                        <path className="st27" d="M651,375l-1,0.6c-0.4,0.2-0.8,0.2-1.3,0l-9.3-5.3c-0.1-0.1-0.1-0.3,0-0.4l1-0.6c0.4-0.2,0.8-0.2,1.2,0
                                            l9.3,5.3C651.2,374.7,651.2,374.9,651,375z"/>
                                        <path className="st21" d="M651,375l-1,0.6c-0.4,0.2-0.8,0.2-1.3,0l-9.3-5.3c0,0-0.1-0.1-0.1-0.2s0-14.9,0-14.9l11.7,4.7
                                            C651,359.9,651,374.8,651,375C651.1,374.9,651.1,374.9,651,375z"/>
                                        <path className="st28" d="M650,360.6c-0.2,0.1-0.4,0.1-0.5,0.2v14.9c0.1,0,0.2,0,0.4-0.1l0.3-0.1v-14.9H650z"/>
                                        <path className="st20" d="M651,360.1l-1,0.6c-0.4,0.2-0.8,0.2-1.3,0l-9.3-5.3c-0.1-0.1-0.1-0.3,0-0.4l1-0.6c0.4-0.2,0.8-0.2,1.2,0
                                            l9.3,5.3C651.2,359.7,651.2,360,651,360.1z"/>
                                        <polygon className="st29" points="641.2,364.2 644.2,369.1 647.1,367.7 645.6,366.8 645.6,362.9 642.7,361.2 642.7,365.1 	"/>
                                        <animate attributeName="opacity" attributeType="CSS" dur="4.5s" from="1" to="0" repeatCount="indefinite" />
                                        <animatemotion path="M 0 -0 V -65 Z" dur="4.5s" repeatCount="indefinite" />
                                    </g>
                                </g>
                                </a>
                                <a> {/* onClick={(event) =>{this.handelConcel3();}} */}
                                <g id="assess">
                                    <path className="st30" d="M526.3,364.5L474,394.4c-2.2,1.3-4.8,1.3-7.1,0l-52.8-30.2c-0.8-0.4-0.8-1.6,0-2.1l52.2-29.9
                                        c2.2-1.3,4.8-1.3,7,0l52.8,30.2C527,362.8,527,364.1,526.3,364.5z"/>
                                    <polyline className="st30" points="413.7,363 413.5,320.8 526.7,320.8 526.9,363 	"/>
                                    <path className="st30" d="M526.3,321.3L474,351.2c-2.2,1.3-4.8,1.3-7.1,0L414.2,321c-0.8-0.4-0.8-1.6,0-2.1l52.2-29.9
                                        c2.2-1.3,4.8-1.3,7,0l52.8,30.2C527,319.6,527,320.9,526.3,321.3z"/>
                                    <g id="file_x5F_gre_1_">
                                        <path className="st9" d="M500.4,319.9L478,333l-32.2-18.2l16-9.4c5-0.1,7.8-0.1,12.7-0.2L500.4,319.9z"/>
                                        <g>
                                            <path className="st31" d="M473.5,318.6l7.2-4.2l2.3,1.3l-7.2,4.2L473.5,318.6L473.5,318.6z M468.9,316l7.2-4.2l2.3,1.3l-7.2,4.2
                                                L468.9,316z M478.1,321.2l7.2-4.2l2.3,1.3l-7.2,4.2L478.1,321.2z"/>
                                            <path className="st31" d="M472.8,304.8l-8.3-0.2c-1.8,0-4.3,0.5-5.5,1.2l-13.2,7.7c-1.2,0.7-1.1,1.9,0.3,2.7l5,2.8l1.8-1l-5-2.8
                                                c-0.3-0.2-0.3-0.4-0.1-0.5L461,307c0.1-0.1,0.3-0.2,0.5-0.2l7.8,4.4l7-4.1c0.2,0.1,1.2,0.6,1.3,0.7l21,11.9
                                                c0.3,0.2,0.3,0.4,0.1,0.5L478.5,332c-0.3,0.1-0.7,0.1-0.9,0l-1.6-0.9l-1.8,1l1.7,0.9c1.4,0.8,3.5,0.8,4.6,0.1l20.2-11.8
                                                c1.2-0.7,1.1-1.9-0.3-2.7l-21-11.9C478,306,474.6,304.8,472.8,304.8L472.8,304.8z M469.1,309l-5-2.8c0.2,0,0.4,0,0.6,0l8.3,0.2
                                                c0.2,0,0.4,0,0.6,0L469.1,309L469.1,309z"/>
                                            <path className="st32" d="M445.1,323.8l16.6-9.7c0.4-0.2,1.1-0.3,1.5,0l19,10.8c0.4,0.2,0.4,0.6,0,0.9l-16.6,9.7
                                                c-0.4,0.2-1.1,0.3-1.5,0l-19-10.8C444.7,324.4,444.7,324,445.1,323.8z"/>
                                            <path className="st33" d="M448.5,324.6l14.7-8.6l3.1,1.8l-14.7,8.6L448.5,324.6z"/>
                                            <path className="st34" d="M454.8,327.4l13.3-7.8l3.1,1.8l-13.3,7.8L454.8,327.4z"/>
                                            <path className="st33" d="M464.6,332.9l13.3-7.8l1.2,0.7l-13.3,7.8L464.6,332.9z"/>
                                            <path className="st34" d="M461.5,331.2l13.3-7.8l3.1,1.8l-13.3,7.8L461.5,331.2z"/>
                                            <polygon className="st35" points="462.5,316.4 463.2,316 479.8,325.4 479.1,325.8 			"/>
                                            <polygon className="st35" points="448.5,324.6 449.2,324.2 465.8,333.6 465.1,334 			"/>
                                            <polygon className="st35" points="453,322 453.7,321.6 470.3,331 469.6,331.4 			"/>
                                            <polygon className="st35" points="457.5,319.3 458.2,318.9 474.9,328.3 474.2,328.7 			"/>
                                        </g>
                                    </g>
                                    <line className="st36" x1="471.1" y1="390.6" x2="471.1" y2="358.1"/>
                                </g>
                                </a>

                                <g id="basedb">
                                    <g id="db">
                                        <g>
                                            <path className="st8" d="M774.9,306.3c0-1.8,1.4-4.1,3-4.9l37.1-18.6c2.5-1.2,5.7-2.4,7.1-2.7c1.1-0.1,6,1.3,8.6,2.7l37.1,18.6
                                                c1.6,0.8,3.1,3.1,3.1,4.9v52.6c0,1.9-1.4,4.5-3,5.5L825.8,388c-1.5,0.9-4.2,0.9-5.7,0L778,364.5c-1.6-1-3-3.6-3-5.5
                                                C774.9,358.9,774.9,306.3,774.9,306.3z"/>
                                            <path className="st12" d="M769.6,358c0,0.3,0,1,0,1c0,3.7,2.4,8.1,5.5,10.1l42.2,23.5c3.2,2,8.3,2,11.5,0l42-23.6
                                                c3.1-2,5.5-6.3,5.5-10.1v-52.6c0-3.8-2.6-8-6-9.7l-37-18.6c-1.7-0.8-8.9-3.7-12-3.1c-2,0.4-5.8,1.8-8.5,3.1l-37.1,18.6
                                                c-3.4,1.7-6,5.9-6,9.7C769.6,306.3,769.6,358,769.6,358z"/>
                                        </g>
                                        <g>
                                            <path className="st9" d="M776.8,299l16.3-8.1c2.5-1.3,6.6-3.3,9.1-4.5l11.7-5.9c2.5-1.3,6-2.5,7.8-2.9c1.8-0.3,7.8,1.6,10.3,2.9
                                                l17.6,8.8c2.5,1.3,6.6,3.3,9.1,4.5l10.4,5.2c2.5,1.3,4.5,4.5,4.5,7.3v52.6c0,2.8-1.9,6.3-4.3,7.8l-42.1,23.5
                                                c-2.4,1.5-6.2,1.5-8.5,0l-42.2-23.5c-2.4-1.5-4.3-5-4.3-7.8v-52.6C772.2,303.5,774.3,300.2,776.8,299z"/>
                                            <path className="st8" d="M821.6,276.7c-1.9,0.4-5.5,1.7-8.1,3l-37.1,18.5c-2.8,1.4-5,5-5,8.1v52.6c0,3.1,2,6.9,4.7,8.5l42.1,23.6
                                                c2.6,1.7,6.9,1.7,9.5,0l42.1-23.5c2.6-1.7,4.7-5.4,4.7-8.5v-52.6c0-3.1-2.2-6.7-5-8.1l-37.1-18.6
                                                C830.2,278.5,823.8,276.2,821.6,276.7z M814.3,281.2c2.4-1.2,5.9-2.5,7.6-2.8c1.4-0.3,7,1.4,9.7,2.8l37.1,18.6
                                                c2.2,1.1,4,4.1,4,6.5v52.6c0,2.5-1.8,5.7-3.9,7l-42.1,23.5c-2,1.3-5.6,1.3-7.6,0L777,366c-2.1-1.3-3.8-4.5-3.8-7v-52.6
                                                c0-2.5,1.8-5.4,4-6.5l0,0L814.3,281.2z"/>
                                        </g>
                                        <g>
                                            <polygon className="st13" points="829.7,353.8 826.6,355.6 826.6,352.2 829.7,350.4 			"/>
                                            <polygon className="st13" points="833.7,351.5 830.6,353.3 830.6,349.9 833.7,348.1 			"/>
                                            <polygon className="st13" points="837.6,349.3 834.5,351.1 834.6,347.6 837.6,345.8 			"/>
                                            <polygon className="st13" points="841.6,347 838.5,348.8 838.5,345.3 841.6,343.5 			"/>
                                            <polygon className="st13" points="845.5,344.7 842.5,346.5 842.5,343 845.5,341.2 			"/>
                                            <polygon className="st13" points="829.7,368.9 826.6,370.7 826.6,367.2 829.7,365.4 			"/>
                                            <polygon className="st13" points="833.7,366.6 830.6,368.4 830.6,365 833.7,363.2 			"/>
                                            <polygon className="st13" points="837.6,364.3 834.5,366.1 834.6,362.7 837.6,360.9 			"/>
                                            <polygon className="st13" points="841.6,362 838.5,363.9 838.5,360.4 841.6,358.6 			"/>
                                            <polygon className="st13" points="845.5,359.7 842.5,361.6 842.5,358.1 845.5,356.3 			"/>
                                            <polygon className="st13" points="829.7,383.3 826.6,385.1 826.6,381.7 829.7,379.9 			"/>
                                            <polygon className="st13" points="833.7,381 830.6,382.8 830.6,379.4 833.7,377.6 			"/>
                                            <polygon className="st13" points="837.6,378.7 834.5,380.5 834.6,377.1 837.6,375.3 			"/>
                                            <polygon className="st13" points="841.6,376.4 838.5,378.2 838.5,374.8 841.6,373 			"/>
                                            <polygon className="st13" points="845.5,374.2 842.5,376 842.5,372.5 845.5,370.7 			"/>
                                            <polygon className="st13" points="829.7,337 826.6,338.9 826.6,335.4 829.7,333.6 			"/>
                                            <polygon className="st13" points="833.7,334.7 830.6,336.6 830.6,333.1 833.7,331.3 			"/>
                                            <polygon className="st13" points="837.6,332.4 834.5,334.3 834.6,330.8 837.6,329 			"/>
                                            <polygon className="st13" points="841.6,330.2 838.5,332 838.5,328.6 841.6,326.7 			"/>
                                            <polygon className="st13" points="845.5,327.9 842.5,329.7 842.5,326.3 845.5,324.4 			"/>
                                        </g>
                                        <g>
                                            <path className="st8" d="M868,305.7l-45.2,26.6l-45.1-27c-0.2-0.1-0.4,0-0.5,0.1c-0.1,0.2,0,0.4,0.1,0.5l45.5,27l45.6-26.6
                                                c0.2-0.1,0.2-0.3,0.1-0.5C868.4,305.6,868.2,305.5,868,305.7z"/>
                                        </g>
                                        <g>
                                            <path className="st8" d="M822.6,332.6v52.1c0,0.2,0.2,0.4,0.4,0.4s0.4-0.2,0.4-0.4v-52.1c0-0.2-0.2-0.4-0.4-0.4
                                                C822.7,332.2,822.6,332.4,822.6,332.6z"/>
                                        </g>
                                        <g>
                                            <path className="st8" d="M866.7,322.8l-41.8,24.5c-0.2,0.1-0.2,0.3-0.1,0.5c0.1,0.2,0.3,0.2,0.5,0.1l41.8-24.5
                                                c0.2-0.1,0.2-0.3,0.1-0.5C867.1,322.8,866.9,322.8,866.7,322.8z"/>
                                        </g>
                                        <g>
                                            <path className="st8" d="M866.7,337.6l-41.8,24.5c-0.2,0.1-0.2,0.3-0.1,0.5c0.1,0.2,0.3,0.2,0.5,0.1l41.8-24.5
                                                c0.2-0.1,0.2-0.3,0.1-0.5C867.1,337.6,866.9,337.5,866.7,337.6z"/>
                                        </g>
                                        <g>
                                            <path className="st8" d="M866.7,352.6l-41.8,24.5c-0.2,0.1-0.2,0.3-0.1,0.5c0.1,0.2,0.3,0.2,0.5,0.1l41.8-24.5
                                                c0.2-0.1,0.2-0.3,0.1-0.5C867.1,352.6,866.9,352.6,866.7,352.6z"/>
                                        </g>
                                        <g>
                                            <path className="st12" d="M802.6,307.5c0.5-0.2,1-0.5,1.5-0.7l0.6-0.3l0,0c-0.4-0.2-0.7-0.4-1.1-0.6c0.4-0.1,0.9-0.3,1.4-0.6
                                                c0.1,0.2,0.3,0.4,0.7,0.6l0,0l3.2-1.8l-0.1,0c-0.4-0.2-0.7-0.4-1.2-0.6c0.4-0.1,0.9-0.3,1.4-0.6c0.1,0.2,0.3,0.4,0.7,0.6l0.1,0
                                                l0.6-0.3c0.5-0.3,0.9-0.5,1.3-0.8c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.4,0.2,0.6,0.3c-0.5,0.2-1,0.5-1.5,0.7l-0.6,0.3l3.6,2.1
                                                l0.9-0.5c0.5-0.3,0.9-0.5,1.3-0.8c0.2,0.1,0.3,0.2,0.5,0.4c0.2,0.1,0.4,0.2,0.6,0.3c-0.5,0.2-1,0.5-1.5,0.7l-1.2,0.7
                                                c0.6,0.1,1.1,0,1.7,0c0.7-0.1,1.5-0.2,2.5-0.6c0,0.3,0.1,0.7,0.4,1c-1.1,0.2-2,0.3-2.8,0.3c-0.2,0-0.3,0-0.5,0
                                                c0.1,0.1,0.3,0.2,0.4,0.3c0.2,0.1,0.3,0.2,0.5,0.3c-0.5,0.2-1,0.5-1.5,0.7l-0.3,0.2l0.9,0.5l2.1-1.1c0.5-0.3,0.9-0.5,1.3-0.8
                                                c0.2,0.1,0.3,0.2,0.5,0.4c0.2,0.1,0.4,0.2,0.6,0.3c-0.5,0.2-1.1,0.5-1.5,0.7l-4.9,2.7c-0.5,0.3-0.9,0.5-1.3,0.8
                                                c-0.2-0.1-0.3-0.2-0.5-0.4c-0.2-0.1-0.4-0.2-0.6-0.3c0.5-0.2,1-0.5,1.5-0.7l1.9-1.1l-0.9-0.5l-0.4,0.2c-0.5,0.3-0.9,0.5-1.3,0.8
                                                c-0.1-0.1-0.3-0.2-0.5-0.3c-0.2-0.1-0.4-0.2-0.5-0.3c0,0.6-0.2,1.3-0.5,2c-0.5-0.1-1.1-0.1-1.7-0.1c0.7-0.8,1.1-1.7,1.1-2.6
                                                l-1.2,0.7c-0.5,0.3-0.9,0.5-1.3,0.8c-0.1-0.1-0.3-0.2-0.5-0.3c-0.2-0.1-0.4-0.2-0.6-0.3c0.5-0.2,1-0.5,1.5-0.7l0.8-0.4l-3.6-2.1
                                                l-0.6,0.3c-0.5,0.3-0.9,0.5-1.3,0.8c-0.1-0.1-0.3-0.2-0.5-0.3C803,307.7,802.8,307.6,802.6,307.5z M811.6,310.1
                                                c0.5-0.2,1-0.4,1.4-0.7l0.4-0.2c-0.4-0.2-0.7-0.4-1.1-0.6c0.4-0.1,0.9-0.3,1.4-0.6c0.1,0.2,0.3,0.4,0.7,0.6l0.3-0.2
                                                c0.4-0.2,0.8-0.5,1.2-0.8c-0.6,0-1.2-0.1-1.8-0.3l-2.6,1.4C811.6,309.3,811.6,309.7,811.6,310.1z M807.1,306.9l3.2-1.8l-0.7-0.4
                                                l-3.2,1.8L807.1,306.9z M808.6,307.8l3.2-1.8l-0.7-0.4l-3.2,1.8L808.6,307.8z M810.1,308.7l3.2-1.8l-0.7-0.4l-3.2,1.8L810.1,308.7
                                                z"/>
                                            <path className="st12" d="M813.1,301.7c0.5-0.2,1-0.5,1.5-0.7l1-0.6c0.5-0.3,0.9-0.5,1.3-0.8c0.2,0.1,0.3,0.2,0.5,0.3
                                                c0.2,0.1,0.4,0.2,0.6,0.3c-0.5,0.2-1,0.5-1.5,0.7l0,0c0.6,0.6,1.2,1.1,1.7,1.7l0.3-0.2c0.5-0.3,0.9-0.5,1.3-0.8
                                                c0.3,0.2,0.6,0.4,0.9,0.6l4,2.4c0.3,0.2,0.6,0.3,0.9,0.5c-0.2,0.1-0.3,0.1-0.5,0.2c-0.2,0.1-0.3,0.2-0.4,0.3
                                                c-0.2-0.2-0.4-0.3-0.6-0.4l-1.1,0.6c0.5,0.3,1,0.6,1.6,0.8c-0.2,0.1-0.4,0.1-0.5,0.2c-0.2,0.1-0.3,0.2-0.4,0.3
                                                c-0.5-0.4-1-0.7-1.5-1l-2.7-1.6c0.2,0.4,0.3,0.8,0.5,1.2c-0.5-0.2-1-0.3-1.4-0.4c0-0.6-0.2-1.1-0.6-1.6c-0.3-0.5-1.1-1.3-2.2-2.2
                                                l-0.2,0.1c-0.5,0.3-0.9,0.5-1.3,0.8c-0.1-0.1-0.3-0.2-0.5-0.3C813.5,301.9,813.3,301.8,813.1,301.7z M822.2,305.2l1.1-0.6l-3.4-2
                                                l-1.1,0.6L822.2,305.2z M817,299.3c0.4-0.2,0.8-0.3,1.2-0.5c0.1,0.1,0.2,0.3,0.5,0.4l3,1.8l1-0.6l-3.6-2.1
                                                c-0.4-0.2-0.8-0.4-1.2-0.6c0.4-0.1,0.9-0.3,1.4-0.6c0.1,0.2,0.3,0.4,0.7,0.7l3.6,2.1l1-0.6c-0.2-0.1-0.3-0.2-0.5-0.3l-1.5-0.9
                                                c-0.5-0.3-1.1-0.6-1.7-0.9c0.3-0.2,0.7-0.4,1.2-0.6c0.2,0.2,0.4,0.5,0.8,0.7l2.1,1.2c0.6,0.4,1.3,0.7,1.9,1
                                                c-0.2,0.1-0.4,0.2-0.6,0.3c-0.2,0.1-0.3,0.2-0.5,0.3c-0.2-0.1-0.3-0.2-0.5-0.3l-1,0.6l4.4,2.6l1.1-0.6c-0.2-0.1-0.4-0.3-0.6-0.4
                                                l-1.1-0.6c-0.5-0.3-1.1-0.6-1.7-0.9c0.3-0.2,0.7-0.4,1.2-0.6c0.2,0.2,0.5,0.5,0.9,0.7l1.6,1c0.6,0.4,1.3,0.7,1.9,1
                                                c-0.2,0.1-0.4,0.2-0.6,0.3c-0.2,0.1-0.3,0.2-0.5,0.3c-0.1-0.1-0.2-0.2-0.3-0.2l-2.9,1.6c-0.4,0.2-0.7,0.4-1,0.6
                                                c-0.2-0.2-0.5-0.4-0.7-0.5l-2.7-1.6c-0.2-0.1-0.5-0.3-0.8-0.4c0.4-0.2,0.8-0.3,1.2-0.6c0.1,0.1,0.2,0.3,0.5,0.4l2.7,1.6l1-0.6
                                                l-4.4-2.6l-0.9,0.5c-0.4,0.2-0.7,0.4-1,0.6c-0.2-0.2-0.5-0.4-0.8-0.5l-3-1.8C817.5,299.5,817.3,299.4,817,299.3z"/>
                                            <path className="st12" d="M828.2,292.3c0.4,0.1,0.9,0.3,1.4,0.5l2.6-1.4c0.3-0.2,0.6-0.4,0.9-0.6c0.1,0.1,0.3,0.2,0.4,0.3
                                                c0.2,0.1,0.4,0.2,0.6,0.3c-0.4,0.2-0.7,0.3-1,0.5l-6.5,3.6l3.5,2.1c0.9,0.6,1.7,1.1,2.4,1.7c0.5,0.4,1.1,1.1,1.7,1.8
                                                c-0.6,0-1.1,0.1-1.5,0.3c-0.3-0.6-0.7-1.1-1.2-1.6c-0.7-0.6-1.5-1.2-2.3-1.7l-3.2-1.9c-0.4-0.2-0.9-0.5-1.3-0.7
                                                c0.4-0.2,0.8-0.4,1.1-0.6l2.8-1.5c-0.5-0.1-1-0.3-1.4-0.4C827.6,292.7,827.9,292.5,828.2,292.3z M828.2,295.9
                                                c0.5-0.2,1-0.5,1.5-0.7l0.7-0.4c-0.2-0.3-0.4-0.6-0.6-0.9c0.4,0,0.9-0.1,1.5-0.2c0,0.2,0.1,0.3,0.2,0.5l2.4-1.3
                                                c0.5-0.3,0.9-0.5,1.3-0.8c0.2,0.1,0.3,0.2,0.5,0.4c0.2,0.1,0.4,0.2,0.6,0.3c-0.5,0.2-1,0.5-1.5,0.7l-2.9,1.6
                                                c0.2,0.4,0.5,0.9,0.7,1.6l1.7-0.9c-0.5-0.3-0.9-0.5-1.4-0.8c0.4-0.2,0.8-0.4,1.2-0.6c0.2,0.2,0.5,0.5,0.9,0.7l0.2,0.1l1.1-0.6
                                                c0.4-0.2,0.8-0.5,1.2-0.7c0.1,0.1,0.3,0.2,0.5,0.3c0.1,0.1,0.3,0.2,0.5,0.2c-0.4,0.2-0.9,0.4-1.3,0.6l-1.1,0.6l1.4,0.8l1.5-0.8
                                                c0.5-0.3,0.9-0.5,1.3-0.8c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.4,0.2,0.5,0.3c-0.5,0.2-1,0.5-1.5,0.7l-1.5,0.8l0,0
                                                c0.6,0.4,1.3,0.7,2,1.1c-0.2,0.1-0.4,0.2-0.6,0.3c-0.2,0.1-0.3,0.2-0.5,0.3c-0.6-0.4-1.2-0.8-1.9-1.2l0,0l-2,1.1
                                                c-0.5,0.3-0.9,0.5-1.3,0.8c-0.1-0.1-0.3-0.2-0.5-0.3c-0.2-0.1-0.4-0.2-0.6-0.3c0.5-0.2,1-0.5,1.5-0.7l2-1.1l-1.4-0.8l-1.3,0.7
                                                c-0.5,0.3-0.9,0.6-1.4,0.9l-1.2-0.4c0.2-0.4,0.2-0.9,0-1.3c-0.1-0.2-0.1-0.3-0.3-0.5l-0.3,0.2c-0.5,0.3-0.9,0.5-1.3,0.8
                                                c-0.1-0.1-0.3-0.2-0.5-0.3C828.6,296.1,828.4,296,828.2,295.9z"/>
                                        </g>
                                    </g>
                                <a>{/* onClick={(event) =>{this.handelConcel5();}} */}
                                    <g id="_x34_base">
                                        <g id="lib3_1_">
                                            <g>
                                                <path className="st8" d="M804.3,282.5c0-0.9,0.7-2.1,1.5-2.5l18.6-9.4c1.2-0.6,2.9-1.2,3.6-1.3c0.6-0.1,3,0.7,4.3,1.3l18.6,9.4
                                                    c0.8,0.4,1.5,1.6,1.5,2.5v46.3c0,1-0.7,2.3-1.5,2.8l-21.1,11.8c-0.8,0.5-2.1,0.5-2.8,0l-21.1-11.8c-0.8-0.5-1.5-1.9-1.5-2.8
                                                    C804.3,328.8,804.3,282.5,804.3,282.5z"/>
                                                <path className="st12" d="M801.6,328.3c0,0.1,0,0.5,0,0.5c0,1.9,1.2,4.1,2.8,5l21.2,11.8c1.7,1,4.1,1,5.8,0l21.1-11.8
                                                    c1.6-1,2.8-3.2,2.8-5v-46.3c0-1.9-1.3-4.1-3-4.9l-18.6-9.4c-0.8-0.4-4.5-1.9-6.1-1.6c-1,0.2-2.9,0.9-4.3,1.6l-18.6,9.4
                                                    c-1.7,0.9-3,3-3,4.9C801.6,282.5,801.6,328.3,801.6,328.3z"/>
                                            </g>
                                            <path className="st9" d="M805.3,278.9l8.2-4.1c1.2-0.6,3.3-1.7,4.5-2.3l5.9-3c1.2-0.6,3-1.3,3.9-1.4s3.9,0.8,5.2,1.4l8.8,4.4
                                                c1.2,0.6,3.3,1.7,4.5,2.3l5.2,2.6c1.2,0.6,2.3,2.3,2.3,3.6v46.3c0,1.4-1,3.2-2.1,3.9l-21.1,11.8c-1.2,0.8-3.1,0.8-4.3,0
                                                l-21.2-11.7c-1.2-0.8-2.1-2.5-2.1-3.9v-46.3C802.9,281.2,804,279.5,805.3,278.9z"/>
                                            <path className="st8" d="M827.7,267.7c-1,0.2-2.8,0.8-4.1,1.5l-18.6,9.3c-1.4,0.7-2.5,2.5-2.5,4.1v46.3c0,1.6,1,3.4,2.3,4.3L826,345
                                                c1.3,0.8,3.4,0.8,4.8,0l21.1-11.8c1.3-0.8,2.3-2.8,2.3-4.3v-46.3c0-1.6-1.1-3.4-2.5-4.1l-18.6-9.4
                                                C832,268.6,828.9,267.5,827.7,267.7z M824,270c1.2-0.6,3-1.2,3.9-1.4c0.7-0.1,3.5,0.7,4.9,1.4l18.6,9.4c1.1,0.6,2.1,2.1,2.1,3.3
                                                V329c0,1.2-0.9,2.8-1.9,3.5l-21.1,11.8c-1,0.7-2.8,0.7-3.9,0l-21.1-11.8c-1-0.7-1.9-2.3-1.9-3.5v-46.3c0-1.2,0.9-2.8,2.1-3.3l0,0
                                                L824,270z"/>
                                            <path d="M847.5,329.1c0.3,0.9,1,1,1.7,0.3c0.7-0.7,1.1-1.9,0.9-2.8c-0.3-0.9-1-1-1.7-0.3C847.6,326.9,847.3,328.2,847.5,329.1z"/>
                                            <path className="st37" d="M847.5,329.1c0.3,0.9,1,1,1.7,0.3c0.7-0.7,1.1-1.9,0.9-2.8c-0.3-0.9-1-1-1.7-0.3
                                                C847.6,326.9,847.3,328.2,847.5,329.1z"/>

                                                <lineargradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4051.7705" y1="1106.3982" x2="4054.8569" y2="1106.3982" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                                <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                            </lineargradient>
                                            <path className="st38" d="M848.7,329.1c0.8-0.7,1.1-1.9,0.9-2.8c-0.1-0.2-0.1-0.3-0.2-0.5c0.3,0.1,0.6,0.3,0.7,0.8
                                                c0.3,0.9-0.1,2.1-0.9,2.8c-0.6,0.6-1.2,0.6-1.5,0.1C848,329.6,848.4,329.4,848.7,329.1z"/>
                                            <line className="st39" x1="829.9" y1="294.1" x2="851.8" y2="282.4"/>
                                            <line className="st39" x1="827" y1="294.1" x2="805.1" y2="282.4"/>
                                            <g>

                                                    <lineargradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="592.7062" y1="1050.1292" x2="627.5634" y2="1050.1292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st40" d="M839.1,297.2l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.8-11.3v7.2L827,309c1,0.5,2.2,0.5,3.2,0l8.9-4.5V297.2z"/>
                                                <path className="st8" d="M803.7,290c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L803.7,290z"/>

                                                    <lineargradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="591.8549" y1="1047.6292" x2="627.606" y2="1047.6292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st41" d="M837.4,298.1v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0l-23.4-11.7c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L837.4,298.1z"/>
                                            </g>
                                            <g>

                                                    <lineargradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="592.7062" y1="1036.6292" x2="627.5634" y2="1036.6292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st42" d="M839.1,310.7l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.8-11.3v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5V310.7z"
                                                    />
                                                <path className="st8" d="M803.7,303.5c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L803.7,303.5z"/>

                                                    <lineargradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="591.8549" y1="1034.2291" x2="627.606" y2="1034.2291" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st43" d="M837.4,311.5v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0l-23.4-11.7c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L837.4,311.5z"/>
                                            </g>
                                            <g>

                                                    <lineargradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="592.7062" y1="1023.2291" x2="627.5634" y2="1023.2291" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st44" d="M839.1,324.1l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.8-11.3v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5V324.1z"
                                                    />
                                                <path className="st8" d="M803.7,316.9c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L803.7,316.9z"/>

                                                    <lineargradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="591.8549" y1="1020.7292" x2="627.606" y2="1020.7292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st45" d="M837.4,325v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0l-23.4-11.7c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L837.4,325z"/>
                                            </g>
                                        </g>
                                        <text transform="matrix(1 0 0 1 796.1055 256.8193)" className="st37 st15 st46">舆情信息库</text>
                                        <g id="lib4">
                                            <g>
                                                <path className="st8" d="M846.7,309.9c0-0.9,0.7-2.1,1.5-2.5l18.6-9.4c1.2-0.6,2.9-1.2,3.6-1.3c0.6-0.1,3,0.7,4.3,1.3l18.6,9.4
                                                    c0.8,0.4,1.5,1.6,1.5,2.5v46.3c0,1-0.7,2.3-1.5,2.8l-21.1,11.8c-0.8,0.5-2.1,0.5-2.8,0L848.2,359c-0.8-0.5-1.5-1.9-1.5-2.8
                                                    C846.7,356.2,846.7,309.9,846.7,309.9z"/>
                                                <path className="st12" d="M844,355.7c0,0.1,0,0.5,0,0.5c0,1.9,1.2,4.1,2.8,5L868,373c1.7,1,4.1,1,5.8,0l21.1-11.8
                                                    c1.6-1,2.8-3.2,2.8-5v-46.3c0-1.9-1.3-4.1-3-4.9l-18.6-9.4c-0.8-0.4-4.5-1.9-6.1-1.6c-1,0.2-2.9,0.9-4.3,1.6l-18.6,9.4
                                                    c-1.7,0.9-3,3-3,4.9C844,309.9,844,355.7,844,355.7z"/>
                                            </g>
                                            <path className="st9" d="M847.7,306.2l8.2-4.1c1.2-0.6,3.3-1.7,4.5-2.3l5.9-3c1.2-0.6,3-1.3,3.9-1.4s3.9,0.8,5.2,1.4l8.8,4.4
                                                c1.2,0.6,3.3,1.7,4.5,2.3l5.2,2.6c1.2,0.6,2.3,2.3,2.3,3.6V356c0,1.4-1,3.2-2.1,3.9L873,371.7c-1.2,0.8-3.1,0.8-4.3,0l-21.2-11.8
                                                c-1.2-0.8-2.1-2.5-2.1-3.9v-46.3C845.3,308.6,846.4,306.8,847.7,306.2z"/>
                                            <path className="st8" d="M870.1,295c-1,0.2-2.8,0.8-4.1,1.5l-18.6,9.3c-1.4,0.7-2.5,2.5-2.5,4.1v46.3c0,1.6,1,3.4,2.3,4.3l21.2,11.8
                                                c1.3,0.8,3.4,0.8,4.8,0l21.1-11.8c1.3-0.8,2.3-2.8,2.3-4.3v-46.3c0-1.6-1.1-3.4-2.5-4.1l-18.6-9.4
                                                C874.4,296,871.3,294.8,870.1,295z M866.5,297.3c1.2-0.6,3-1.2,3.9-1.4c0.7-0.1,3.5,0.7,4.9,1.4l18.6,9.4c1.1,0.6,2.1,2.1,2.1,3.3
                                                v46.3c0,1.2-0.9,2.8-1.9,3.5l-21.3,11.8c-1,0.7-2.8,0.7-3.9,0l-21.1-11.8c-1-0.7-1.9-2.3-1.9-3.5V310c0-1.2,0.9-2.8,2.1-3.3l0,0
                                                L866.5,297.3z"/>
                                            <path d="M889.9,356.4c0.3,0.9,1,1,1.7,0.3c0.8-0.7,1.1-1.9,0.9-2.8c-0.3-0.9-1-1-1.7-0.3C890,354.3,889.7,355.6,889.9,356.4z"/>
                                            <path className="st37" d="M889.9,356.4c0.3,0.9,1,1,1.7,0.3c0.8-0.7,1.1-1.9,0.9-2.8c-0.3-0.9-1-1-1.7-0.3
                                                C890,354.3,889.7,355.6,889.9,356.4z"/>

                                                <lineargradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4018.3938" y1="1068.5096" x2="4021.4802" y2="1068.5096" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                                <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                            </lineargradient>
                                            <path className="st47" d="M891.1,356.5c0.8-0.7,1.1-1.9,0.9-2.8c-0.1-0.2-0.1-0.3-0.2-0.5c0.3,0.1,0.6,0.3,0.7,0.8
                                                c0.3,0.9-0.1,2.1-0.9,2.8c-0.6,0.6-1.2,0.6-1.5,0.1C890.4,356.9,890.8,356.8,891.1,356.5z"/>
                                            <line className="st39" x1="872.3" y1="321.5" x2="894.2" y2="309.8"/>
                                            <line className="st39" x1="869.4" y1="321.5" x2="847.5" y2="309.8"/>
                                            <g>

                                                    <lineargradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="635.1165" y1="1022.7291" x2="669.9738" y2="1022.7291" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st48" d="M881.5,324.6l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.8-11.3v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5V324.6z"
                                                    />
                                                <path className="st8" d="M846.1,317.4c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L846.1,317.4z"/>

                                                    <lineargradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="634.265" y1="1020.3292" x2="670.0161" y2="1020.3292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st49" d="M879.8,325.4v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0L846,323.2c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L879.8,325.4z"/>
                                            </g>
                                            <g>

                                                    <lineargradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="635.1165" y1="1009.3292" x2="669.9738" y2="1009.3292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st50" d="M881.5,338l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.8-11.3v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5V338z"/>
                                                <path className="st8" d="M846.1,330.8c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L846.1,330.8z"/>

                                                    <lineargradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="634.265" y1="1006.8292" x2="670.0161" y2="1006.8292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st51" d="M879.8,338.9v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0L846,336.7c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5V338L879.8,338.9z"/>
                                            </g>
                                            <g>

                                                    <lineargradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="635.1144" y1="995.9291" x2="669.9717" y2="995.9291" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st52" d="M881.5,351.5l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.7-11.4v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5
                                                    L881.5,351.5L881.5,351.5z"/>
                                                <path className="st8" d="M846.1,344.3c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L846.1,344.3z"/>

                                                    <lineargradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="634.265" y1="993.4291" x2="670.0161" y2="993.4291" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st53" d="M879.8,352.3v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0L846,350.1c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L879.8,352.3z"/>
                                            </g>
                                        </g>
                                        <g id="lib1_1_">
                                            <g>
                                                <path className="st8" d="M758,308.7c0-0.9,0.7-2.1,1.5-2.5l18.6-9.4c1.2-0.6,2.9-1.2,3.6-1.3c0.6-0.1,3,0.7,4.3,1.3l18.6,9.4
                                                    c0.8,0.4,1.5,1.6,1.5,2.5V355c0,1-0.7,2.3-1.5,2.8l-21.1,11.8c-0.8,0.5-2.1,0.5-2.8,0l-21.2-11.8c-0.8-0.5-1.5-1.9-1.5-2.8
                                                    C758,355,758,308.7,758,308.7z"/>
                                                <path className="st12" d="M755.3,354.5c0,0.1,0,0.5,0,0.5c0,1.9,1.2,4.1,2.8,5l21.2,11.8c1.7,1,4.1,1,5.8,0l21.1-11.8
                                                    c1.6-1,2.8-3.2,2.8-5v-46.3c0-1.9-1.3-4.1-3-4.9l-18.6-9.4c-0.8-0.4-4.5-1.9-6.1-1.6c-1,0.2-2.9,0.9-4.3,1.6l-18.6,9.4
                                                    c-1.7,0.9-3,3-3,4.9C755.3,308.7,755.3,354.5,755.3,354.5z"/>
                                            </g>
                                            <path className="st9" d="M758.9,305.1l8.2-4.1c1.2-0.6,3.3-1.7,4.5-2.3l5.9-3c1.2-0.6,3-1.3,3.9-1.4s3.9,0.8,5.2,1.4l8.8,4.4
                                                c1.2,0.6,3.3,1.7,4.5,2.3l5.2,2.6c1.2,0.6,2.3,2.3,2.3,3.6v46.3c0,1.4-1,3.2-2.1,3.9l-21.1,11.8c-1.2,0.8-3.1,0.8-4.3,0
                                                l-21.2-11.8c-1.2-0.8-2.1-2.5-2.1-3.9v-46.3C756.6,307.4,757.6,305.7,758.9,305.1z"/>
                                            <path className="st8" d="M781.3,293.9c-1,0.2-2.8,0.8-4.1,1.5l-18.6,9.3c-1.4,0.7-2.5,2.5-2.5,4.1v46.3c0,1.6,1,3.4,2.3,4.3l21.2,11.8
                                                c1.3,0.8,3.4,0.8,4.8,0l21.1-11.8c1.3-0.8,2.3-2.8,2.3-4.3v-46.3c0-1.6-1.1-3.4-2.5-4.1l-18.6-9.4
                                                C785.7,294.8,782.5,293.7,781.3,293.9z M777.7,296.2c1.2-0.6,3-1.2,3.9-1.4c0.7-0.1,3.5,0.7,4.9,1.4l18.6,9.4
                                                c1.1,0.6,2.1,2.1,2.1,3.3v46.3c0,1.2-0.9,2.8-1.9,3.5l-21.2,11.7c-1,0.7-2.8,0.7-3.9,0l-21.1-11.8c-1-0.7-1.9-2.3-1.9-3.5v-46.3
                                                c0-1.2,0.9-2.8,2.1-3.3l0,0L777.7,296.2z"/>
                                            <path d="M801.1,355.3c0.3,0.9,1,1,1.7,0.3c0.8-0.7,1.1-1.9,0.9-2.8c-0.3-0.9-1-1-1.7-0.3C801.3,353.1,800.9,354.4,801.1,355.3z"/>
                                            <path className="st37" d="M801.1,355.3c0.3,0.9,1,1,1.7,0.3c0.8-0.7,1.1-1.9,0.9-2.8c-0.3-0.9-1-1-1.7-0.3
                                                C801.3,353.1,800.9,354.4,801.1,355.3z"/>

                                                <lineargradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="4103.4912" y1="1093.7634" x2="4106.5776" y2="1093.7634" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                                <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                            </lineargradient>
                                            <path className="st54" d="M802.4,355.3c0.8-0.7,1.1-1.9,0.9-2.8c-0.1-0.2-0.1-0.3-0.2-0.5c0.3,0.1,0.6,0.3,0.7,0.8
                                                c0.3,0.9-0.1,2.1-0.9,2.8c-0.6,0.6-1.2,0.6-1.5,0.1C801.7,355.7,802,355.6,802.4,355.3z"/>
                                            <line className="st39" x1="783.5" y1="320.3" x2="805.4" y2="308.6"/>
                                            <line className="st39" x1="780.6" y1="320.3" x2="758.8" y2="308.6"/>
                                            <g>

                                                    <lineargradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="546.3468" y1="1023.9291" x2="581.204" y2="1023.9291" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st55" d="M792.7,323.4l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.8-11.3v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5V323.4z"
                                                    />
                                                <path className="st8" d="M757.3,316.2c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L757.3,316.2z"/>

                                                    <lineargradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="545.4954" y1="1021.4291" x2="581.2465" y2="1021.4291" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st56" d="M791,324.3v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0l-23.4-11.7c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L791,324.3z"/>
                                            </g>
                                            <g>

                                                    <lineargradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="546.3468" y1="1010.4291" x2="581.204" y2="1010.4291" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st57" d="M792.7,336.9l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.8-11.3v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5V336.9z"
                                                    />
                                                <path className="st8" d="M757.3,329.7c0,0-0.3-0.1-0.3-0.4v6.6h0.8V330L757.3,329.7z"/>

                                                    <lineargradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="545.4954" y1="1008.0292" x2="581.2465" y2="1008.0292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st58" d="M791,337.7v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0l-23.4-11.7c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L791,337.7z"/>
                                            </g>
                                            <g>

                                                    <lineargradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="546.3468" y1="997.0291" x2="581.204" y2="997.0291" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st59" d="M792.7,350.3l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.8-11.3v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5V350.3z"
                                                    />
                                                <path className="st8" d="M757.3,343.1c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L757.3,343.1z"/>

                                                    <lineargradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="545.4954" y1="994.5292" x2="581.2465" y2="994.5292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st60" d="M791,351.2v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0L757.2,349c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L791,351.2z"/>
                                            </g>
                                        </g>
                                        <g id="lib2_1_">
                                            <g>
                                                <path className="st8" d="M797,336.1c0-0.9,0.7-2.1,1.5-2.5l18.6-9.4c1.2-0.6,2.9-1.2,3.6-1.3c0.6-0.1,3,0.7,4.3,1.3l18.6,9.4
                                                    c0.8,0.4,1.5,1.6,1.5,2.5v46.3c0,1-0.7,2.3-1.5,2.8L822.5,397c-0.8,0.5-2.1,0.5-2.8,0l-21.2-11.8c-0.8-0.5-1.5-1.9-1.5-2.8
                                                    C797,382.4,797,336.1,797,336.1z"/>
                                                <path className="st12" d="M794.4,381.9c0,0.1,0,0.5,0,0.5c0,1.9,1.2,4.1,2.8,5l21.2,11.8c1.7,1,4.1,1,5.8,0l21.1-11.8
                                                    c1.6-1,2.8-3.2,2.8-5v-46.3c0-1.9-1.3-4.1-3-4.9l-18.6-9.4c-0.8-0.4-4.5-1.9-6.1-1.6c-1,0.2-2.9,0.9-4.3,1.6l-18.6,9.4
                                                    c-1.7,0.9-3,3-3,4.9C794.4,336.1,794.4,381.9,794.4,381.9z"/>
                                            </g>
                                            <path className="st9" d="M798,332.5l8.2-4.1c1.2-0.6,3.3-1.7,4.5-2.3l5.9-3c1.2-0.6,3-1.3,3.9-1.4s3.9,0.8,5.2,1.4l8.8,4.4
                                                c1.2,0.6,3.3,1.7,4.5,2.3l5.2,2.6c1.2,0.6,2.3,2.3,2.3,3.6v46.3c0,1.4-1,3.2-2.1,3.9L823.3,398c-1.2,0.8-3.1,0.8-4.3,0l-21.2-11.8
                                                c-1.2-0.8-2.1-2.5-2.1-3.9V336C795.7,334.8,796.7,333.1,798,332.5z"/>
                                            <path className="st8" d="M820.4,321.3c-1,0.2-2.8,0.8-4.1,1.5l-18.6,9.3c-1.4,0.7-2.5,2.5-2.5,4.1v46.3c0,1.6,1,3.4,2.3,4.3l21.2,11.8
                                                c1.3,0.8,3.4,0.8,4.8,0l21.1-11.8c1.3-0.8,2.3-2.8,2.3-4.3v-46.3c0-1.6-1.1-3.4-2.5-4.1l-18.6-9.4
                                                C824.8,322.2,821.6,321,820.4,321.3z M816.8,323.6c1.2-0.6,3-1.2,3.9-1.4c0.7-0.1,3.5,0.7,4.9,1.4l18.6,9.4
                                                c1.1,0.6,2.1,2.1,2.1,3.3v46.3c0,1.2-0.9,2.8-1.9,3.5l-21.1,11.8c-1,0.7-2.8,0.7-3.9,0l-21.1-11.8c-1-0.7-1.9-2.3-1.9-3.5v-46.3
                                                c0-1.2,0.9-2.8,2.1-3.3l0,0L816.8,323.6z"/>
                                            <path d="M840.2,382.6c0.3,0.9,1,1,1.7,0.3c0.8-0.7,1.1-1.9,0.9-2.8c-0.3-0.9-1-1-1.7-0.3C840.4,380.5,840,381.8,840.2,382.6z"/>
                                            <path className="st37" d="M840.2,382.6c0.3,0.9,1,1,1.7,0.3c0.8-0.7,1.1-1.9,0.9-2.8c-0.3-0.9-1-1-1.7-0.3
                                                C840.4,380.5,840,381.8,840.2,382.6z"/>

                                                <lineargradient id="SVGID_23_" gradientUnits="userSpaceOnUse" x1="4073.3125" y1="1056.8051" x2="4076.3989" y2="1056.8051" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                                <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                            </lineargradient>
                                            <path className="st61" d="M841.5,382.7c0.8-0.7,1.1-1.9,0.9-2.8c-0.1-0.2-0.1-0.3-0.2-0.5c0.3,0.1,0.6,0.3,0.7,0.8
                                                c0.3,0.9-0.1,2.1-0.9,2.8c-0.6,0.5-1.2,0.5-1.5,0.1C840.8,383.1,841.1,383,841.5,382.7z"/>
                                            <line className="st39" x1="822.6" y1="347.7" x2="844.5" y2="336"/>
                                            <line className="st39" x1="819.7" y1="347.7" x2="797.9" y2="336"/>
                                            <g>

                                                    <lineargradient id="SVGID_24_" gradientUnits="userSpaceOnUse" x1="585.4396" y1="996.5291" x2="620.2968" y2="996.5291" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st62" d="M831.8,350.8l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0L796.9,344v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5V350.8z"
                                                    />
                                                <path className="st8" d="M796.4,343.6c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L796.4,343.6z"/>

                                                    <lineargradient id="SVGID_25_" gradientUnits="userSpaceOnUse" x1="584.5883" y1="994.1292" x2="620.3394" y2="994.1292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st63" d="M830.1,351.6v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0l-23.4-11.7c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L830.1,351.6z"/>
                                            </g>
                                            <g>

                                                    <lineargradient id="SVGID_26_" gradientUnits="userSpaceOnUse" x1="585.4396" y1="983.1292" x2="620.2968" y2="983.1292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st64" d="M831.8,364.2l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.8-11.3v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5V364.2z"
                                                    />
                                                <path className="st8" d="M796.4,357c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L796.4,357z"/>

                                                    <lineargradient id="SVGID_27_" gradientUnits="userSpaceOnUse" x1="584.5883" y1="980.6292" x2="620.3394" y2="980.6292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st65" d="M830.1,365.1v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0l-23.4-11.7c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L830.1,365.1z"/>
                                            </g>
                                            <g>

                                                    <lineargradient id="SVGID_28_" gradientUnits="userSpaceOnUse" x1="585.4396" y1="969.6292" x2="620.2968" y2="969.6292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0" style={{stopColor:'#4670BA'}}/>
				                                    <stop  offset="1" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st66" d="M831.8,377.7l-8.9,4.5c-1,0.5-2.2,0.5-3.2,0l-22.8-11.3v7.2l22.8,11.4c1,0.5,2.2,0.5,3.2,0l8.9-4.5V377.7z"
                                                    />
                                                <path className="st8" d="M796.4,370.5c0,0-0.3-0.1-0.3-0.4v6.6h0.8v-5.9L796.4,370.5z"/>

                                                    <lineargradient id="SVGID_29_" gradientUnits="userSpaceOnUse" x1="584.5883" y1="967.2292" x2="620.3394" y2="967.2292" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                    <stop  offset="0.6649" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.6706" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7027" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7401" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.7855" style={{stopColor:'#4670BA'}}/>
                                                    <stop  offset="0.8474" style={{stopColor:'#4670BA'}}/>
                                                </lineargradient>
                                                <path className="st67" d="M830.1,378.5v5.9l-7.2,3.6c-1,0.5-2.2,0.5-3.2,0l-23.4-11.7c0,0-0.3-0.1-0.3-0.4v1.6l23.7,11.8
                                                    c1,0.5,2.2,0.5,3.2,0l8.9-4.5v-7.2L830.1,378.5z"/>
                                            </g>
                                        </g>
                                        <text transform="matrix(1 0 0 1 901.7893 310.4117)" className="st37 st15 st46">法人库</text>
                                        <text transform="matrix(1 0 0 1 714.3103 308.1412)" className="st37 st15 st46">公民库</text>
                                        <text transform="matrix(1 0 0 1 794.3182 412.2803)" className="st37 st15 st46">电子证照库</text>
                                    </g>
                                </a>
                                </g>
                                <line className="st1a line" x1="253.2" y1="333.4" x2="75.5" y2="333.4"/>
                                <path className="st1 line" d="M253.2,310.1L253.2,310.1c-22.9,0-41.5-18.6-41.5-41.5v-99c0-52.5-42.6-95.1-95.1-95.1h-41"/>
                                <path className="st0" d="M253.2,317.8h-14.8c-25.8,0-46.7-20.9-46.7-46.7v-43c0-37.6-30.4-68-68-68H75.5"/>
                                <path className="st0" d="M253.2,349.2h-14.8c-25.8,0-46.7,20.9-46.7,46.7v41.3c0,37.6-30.4,68-68,68H75.5"/>
                                <path className="st0" d="M253.2,357.2L253.2,357.2c-22.9,0-41.5,18.6-41.5,41.5v96.9c0,52.5-42.6,95.1-95.1,95.1h-41"/>
                                <g>
                                    
                                        <lineargradient id="SVGID_30_" gradientUnits="userSpaceOnUse" x1="54.4899" y1="-384.9557" x2="54.4899" y2="-328.4657" gradientTransform="matrix(1 0 0 -1 0 -284)">
                                        
                                    </lineargradient>
                                    <path className="st68" d="M54.5,44.6c-12.5,0-22.7,3.6-22.7,8V93c0,4.4,10.2,8,22.7,8s22.7-3.6,22.7-8V52.6
                                        C77.2,48.2,67.1,44.6,54.5,44.6z"/>
                                    <path className="st69" d="M31.8,93c0-4.4,10.2-8,22.7-8s22.7,3.6,22.7,8"/>
                                    <path id="dizuo" className="st70" d="M77.2,93c0,4.4-10.2,8-22.7,8s-22.7-3.6-22.7-8"/>
                                    <polygon id="spirt5" className="st71" points="53.2,100.8 51,100.7 51,98.1 53.2,98.2 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt4" className="st71" points="35.2,97 37.1,98 37.1,95.5 35.2,94.5 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt3" className="st71" points="72.2,87.8 74.1,88.8 74.1,86.3 72.2,85.3 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="3s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="3s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt2" className="st71" points="74.5,96.5 72.6,97.5 72.6,95 74.5,94 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt1" className="st71" points="37.2,88.2 35.4,89.2 35.4,86.7 37.2,85.7 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="2.5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="2.5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <ellipse id="ci" className="st72" cx="54.5" cy="52.6" rx="22.7" ry="8">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="2s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="2s" fill="remove" from="0 30" repeatCount="indefinite" restart="always" to="0 -10" type="translate">
                                        </animatetransform>
                                    </ellipse>
                                    <ellipse id="ci_2_" className="st73" cx="54.7" cy="84.6" rx="14.6" ry="5.2"/>
                                    <ellipse id="ci_1_" className="st73" cx="54.7" cy="74.3" rx="14.6" ry="5.2"/>
                                    <ellipse id="ci_3_" className="st73" cx="54.7" cy="63" rx="14.6" ry="5.2"/>
                                    <path className="st71" d="M54.7,89.7c-8.1,0-14.6-2.3-14.6-5.2v6.2c0,2.8,6.5,5.2,14.6,5.2s14.6-2.3,14.6-5.2v-6.2
                                        C69.3,87.4,62.8,89.7,54.7,89.7z"/>
                                    <path className="st71" d="M54.7,79.4c-8.1,0-14.6-2.3-14.6-5.2v6.2c0,2.8,6.5,5.2,14.6,5.2s14.6-2.3,14.6-5.2v-6.2
                                        C69.3,77.1,62.8,79.4,54.7,79.4z"/>
                                    <path className="st71" d="M54.7,68.2c-8.1,0-14.6-2.3-14.6-5.2v6.2c0,2.8,6.5,5.2,14.6,5.2s14.6-2.3,14.6-5.2V63
                                        C69.3,65.8,62.8,68.2,54.7,68.2z"/>
                                    
                                        <ellipse id="sanshuo_15_" transform="matrix(6.815793e-02 -0.9977 0.9977 6.815793e-02 -28.7378 106.6752)" cx="42.7" cy="68.7" rx="1.1" ry="0.8">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur=".5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    </ellipse>
                                    
                                        <ellipse id="sanshuo_1_" transform="matrix(6.815793e-02 -0.9977 0.9977 6.815793e-02 -40.025 117.2044)" cx="42.7" cy="80" rx="1.1" ry="0.8">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="2s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    </ellipse>
                                    
                                        <ellipse id="sanshuo_2_" transform="matrix(6.815793e-02 -0.9977 0.9977 6.815793e-02 -50.3937 126.7962)" cx="42.7" cy="90.4" rx="1.1" ry="0.8">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="1s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    </ellipse>
                                    <path id="ci2" className="st74" d="M31.8,65.4c0,4.7,11.2,8,22.7,8c12.3,0,22.7-3.4,22.7-8"/>
                                    <path id="ci3" className="st74" d="M31.8,78.8c0,4.4,10.2,8,22.7,8s22.7-3.6,22.7-8"/>
                                    <path id="ci4" className="st69" d="M77.2,65.4c0-4.5-10.2-8-22.7-8s-22.7,3.6-22.7,8"/>
                                    <path id="ci5" className="st69" d="M77.2,78.8c0-4.4-10.2-8-22.7-8s-22.7,3.6-22.7,8"/>
                                    <circle className="st71" cx="2" cy="-2" r="2">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="3s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci2"></mpath>
                                    </animatemotion>
                                    </circle>
                                    <circle className="st71" cx="2" cy="-2" r="2">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="2s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci3"></mpath>
                                    </animatemotion>
                                    </circle>
                                    <circle className="st71" cx="2" cy="-2" r="1.5">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="3s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci4"></mpath>
                                    </animatemotion>
                                    </circle>
                                    <circle className="st71" cx="2" cy="-2" r="1.5">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="2s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci5"></mpath>
                                    </animatemotion>
                                    </circle>
                                </g>
                                <g>
                                    <path id="ci4_1_" className="st75" d="M77.4,320.1c0-4.5-10.2-8-22.7-8s-22.7,3.6-22.7,8"/>
                                    <path id="ci5_1_" className="st75" d="M77.4,333.5c0-4.4-10.2-8-22.7-8s-22.7,3.6-22.7,8"/>
                                    <path className="st75" d="M32,347.7c0-4.4,10.2-8,22.7-8s22.7,3.6,22.7,8"/>
                                    <path id="disk2" className="st76" d="M65.2,324.9c0-3.5-1.9-6.6-5-8.2l-11-5.7l-4.6,2.2l11,5.7c3.1,1.6,5,4.8,5,8.2v24.8l4.5-2.3
                                        L65.2,324.9z"/>
                                    <path id="disk1" className="st77" d="M60.6,327.1v24.8l-16-8.3v-30.4l11,5.7C58.7,320.5,60.6,323.6,60.6,327.1z"/>
                                    <path id="dizuo_1_" className="st78" d="M77.4,347.7c0,4.4-10.2,8-22.7,8s-22.7-3.6-22.7-8"/>
                                    <polygon id="spirt5_1_" className="st77" points="53.4,355.5 51.2,355.4 51.2,352.8 53.4,352.9 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt4_1_" className="st77" points="35.4,351.7 37.3,352.7 37.3,350.2 35.4,349.2 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt3_1_" className="st77" points="72.4,342.5 74.3,343.5 74.3,341 72.4,340 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="3s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="3s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt2_1_" className="st77" points="74.7,351.2 72.8,352.2 72.8,349.7 74.7,348.7 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt1_1_" className="st77" points="37.4,342.9 35.6,343.9 35.6,341.4 37.4,340.4 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="2.5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="2.5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <g>
                                        <path className="st9" d="M47.2,339.4l3.5-7l-3.3-10.7l2.3,1.2l2.3,7.9l2.2-5.6l2.2,1.2l-3,7.3l3.4,10.7l-2.4-1.2l-2.4-7.9l-2.5,5.3
                                            L47.2,339.4z"/>
                                    </g>
                                    <ellipse id="ci_4_" className="st79" cx="54.7" cy="307.3" rx="22.7" ry="8">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="2s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="2s" fill="remove" from="0 30" repeatCount="indefinite" restart="always" to="0 -10" type="translate">
                                        </animatetransform>
                                    </ellipse>
                                    <path id="ci2_1_" className="st80" d="M32,320.1c0,4.7,11.2,8,22.7,8c12.3,0,22.7-3.4,22.7-8"/>
                                    <path id="ci3_1_" className="st80" d="M32,333.5c0,4.4,10.2,8,22.7,8s22.7-3.6,22.7-8"/>
                                    <circle className="st76" cx="2" cy="-2" r="2">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="3s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci2_1_"></mpath>
                                    </animatemotion>
                                    </circle>
                                    <circle className="st76" cx="2" cy="-2" r="2">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="2s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci3_1_"></mpath>
                                    </animatemotion>
                                    </circle>
                                    <circle className="st76" cx="2" cy="-2" r="1.5">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="3s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci4_1_"></mpath>
                                    </animatemotion>
                                    </circle>
                                    <circle className="st76" cx="2" cy="-2" r="1.5">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="2s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci5_1_"></mpath>
                                    </animatemotion>
                                    </circle>
                                    
                                        <lineargradient id="SVGID_31_" gradientUnits="userSpaceOnUse" x1="54.7" y1="-639.75" x2="54.7" y2="-583.2599" gradientTransform="matrix(1 0 0 -1 0 -284)">
                                        
                                    </lineargradient>
                                    <path className="st81" d="M54.7,299.3c-12.5,0-22.7,3.6-22.7,8v40.4c0,4.4,10.2,8,22.7,8s22.7-3.6,22.7-8v-40.4
                                        C77.4,302.9,67.3,299.3,54.7,299.3z"/>
                                </g>
                                <g>
                                    <path id="ci4_2_" className="st82" d="M132,536.1c0-4.5-10.2-8-22.7-8s-22.7,3.6-22.7,8"/>
                                    <path id="ci5_2_" className="st82" d="M132,549.5c0-4.4-10.2-8-22.7-8s-22.7,3.6-22.7,8"/>
                                    <path className="st82" d="M86.6,563.7c0-4.4,10.2-8,22.7-8s22.7,3.6,22.7,8"/>
                                    <path id="dizuo_2_" className="st83" d="M132,563.7c0,4.4-10.2,8-22.7,8s-22.7-3.6-22.7-8"/>
                                    <polygon id="spirt5_2_" className="st84" points="108,571.5 105.8,571.4 105.8,568.8 108,568.9 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt4_2_" className="st84" points="90,567.7 91.9,568.7 91.9,566.2 90,565.2 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt3_2_" className="st84" points="127,558.5 128.9,559.5 128.9,557 127,556 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="3s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="3s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt2_2_" className="st84" points="129.3,567.2 127.4,568.2 127.4,565.7 129.3,564.7 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="3.5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <polygon id="spirt1_2_" className="st84" points="92,558.9 90.2,559.9 90.2,557.4 92,556.4 	">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="2.5s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="2.5s" fill="remove" from="0 0" repeatCount="indefinite" restart="always" to="0 -30" type="translate">
                                        </animatetransform>
                                    </polygon>
                                    <g>
                                        <g>
                                            <g className="st14">
                                                <g>
                                                    <polygon className="st85" points="109.4,560.3 100.4,557.8 100.4,545.8 109.4,548.4 					"/>
                                                </g>
                                                <g className="st86">
                                                    <polygon className="st84" points="109.4,548.4 100.4,545.8 109.4,543.4 118.3,546 					"/>
                                                </g>
                                                <g>
                                                    <polygon className="st87" points="118.3,546 118.3,558 109.4,560.3 109.4,548.4 					"/>
                                                </g>
                                            </g>
                                        </g>
                                        <g>
                                            <g className="st14">
                                                <g>
                                                    <polygon className="st85" points="109.4,547.6 100.4,545 100.4,533.1 109.4,535.7 					"/>
                                                </g>
                                                <g className="st86">
                                                    <polygon className="st84" points="109.4,535.7 100.4,533.1 109.4,530.7 118.3,533.3 					"/>
                                                </g>
                                                <g>
                                                    <polygon className="st84" points="118.3,533.3 118.3,545.3 109.4,547.6 109.4,535.7 					"/>
                                                </g>
                                            </g>
                                        </g>
                                        <g>
                                            <g className="st14">
                                                <g>
                                                    <polygon className="st85" points="99.4,563.1 90.4,560.5 90.4,548.6 99.4,551.2 					"/>
                                                </g>
                                                <g className="st86">
                                                    <polygon className="st84" points="99.4,551.2 90.4,548.6 99.4,546.2 108.3,548.8 					"/>
                                                </g>
                                                <g>
                                                    <polygon className="st84" points="108.3,548.8 108.3,560.7 99.4,563.1 99.4,551.2 					"/>
                                                </g>
                                            </g>
                                        </g>
                                        <g>
                                            <g className="st14">
                                                <g>
                                                    <polygon className="st85" points="119.4,563.3 110.4,560.7 110.5,548.7 119.4,551.3 					"/>
                                                </g>
                                                <g className="st86">
                                                    <polygon className="st84" points="119.4,551.3 110.5,548.7 119.4,546.4 128.3,549 					"/>
                                                </g>
                                                <g>
                                                    <polygon className="st84" points="128.3,549 128.3,560.9 119.4,563.3 119.4,551.3 					"/>
                                                </g>
                                            </g>
                                        </g>
                                        <path className="st9" d="M110.3,546.5l2.8-10.2l1.4-0.4l2.8,8.4l-1.3,0.4l-0.7-2.3l-3.1,1l-0.8,2.7L110.3,546.5z M113.8,537.5
                                            l-1.3,4.8l2.5-0.8L113.8,537.5z"/>
                                        <path className="st9" d="M101.5,561.8v-9.3l3.1-1c1.6-0.5,2.5,0.2,2.5,2.1c0,2-0.8,3.2-2.5,3.7l-1.9,0.6v3.5L101.5,561.8z
                                            M102.7,553.1v3.9l1.7-0.5c1.1-0.3,1.6-1.1,1.6-2.5c0-1.3-0.5-1.8-1.6-1.4L102.7,553.1z"/>
                                        <path className="st9" d="M123.9,561v-9.3l1.1-0.4v9.3L123.9,561z"/>
                                    </g>
                                    <ellipse id="ci_5_" className="st88" cx="109.3" cy="523.3" rx="22.7" ry="8">
                                    
                                        <animate  accumulate="none" additive="replace" attributeName="opacity" attributeType="CSS" begin="0s" calcMode="linear" dur="2s" fill="remove" from="1" repeatCount="indefinite" restart="always" to="0">
                                        </animate>
                                    
                                        <animatetransform  accumulate="none" additive="replace" attributeName="transform" begin="0s" calcMode="linear" dur="2s" fill="remove" from="0 30" repeatCount="indefinite" restart="always" to="0 -10" type="translate">
                                        </animatetransform>
                                    </ellipse>
                                    <path id="ci2_2_" className="st89" d="M86.6,536.1c0,4.7,11.2,8,22.7,8c12.3,0,22.7-3.4,22.7-8"/>
                                    <path id="ci3_2_" className="st89" d="M86.6,549.5c0,4.4,10.2,8,22.7,8s22.7-3.6,22.7-8"/>
                                    <circle className="st90" cx="2" cy="-2" r="2">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="3s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci2_2_"></mpath>
                                    </animatemotion>
                                    </circle>
                                    <circle className="st90" cx="2" cy="-2" r="2">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="2s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci3_2_"></mpath>
                                    </animatemotion>
                                    </circle>
                                    <circle className="st90" cx="2" cy="-2" r="1.5">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="3s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci4_2_"></mpath>
                                    </animatemotion>
                                    </circle>
                                    <circle className="st90" cx="2" cy="-2" r="1.5">
                                    
                                        <animatemotion  accumulate="none" additive="replace" calcMode="paced" dur="2s" fill="remove" repeatCount="indefinite" restart="always">
                                        <mpath href="#ci5_2_"></mpath>
                                    </animatemotion>
                                    </circle>
                                    
                                        <lineargradient id="SVGID_32_" gradientUnits="userSpaceOnUse" x1="109.3337" y1="-855.7222" x2="109.3337" y2="-799.2321" gradientTransform="matrix(1 0 0 -1 0 -284)">
                                        
                                    </lineargradient>
                                    <path className="st91" d="M109.3,515.3c-12.5,0-22.7,3.6-22.7,8v40.4c0,4.4,10.2,8,22.7,8s22.7-3.6,22.7-8v-40.4
                                        C132,518.9,121.9,515.3,109.3,515.3z"/>
                                </g>
                                </svg>
                                </div>
                            </div>
                            </div>
                            </div>
                        </section>
                        <section className='right-sec'>
                            <div>
                                <div className="testh">
                                    <div>实时动态</div>
                                </div>
                                <div className="testt">
                                    <table>  
                                        <thead>                               
																					<tr>
																							<th>名称</th>
																							<th>运行时间/周期</th>
																							{/* <th>状态</th> */}
																					</tr>
                                        </thead>    
                                        <div id="gllb">
																					{glnewList3}
                                        </div>
                                    </table>
                                </div>
                            </div>
                            {/*<div>
															<div className="listWrap">
                                <ul className="subNavWrap">
                                    {tabList}
                                </ul>
                                <div className="newsList">
                                    <div style={{"display":isBox1Show}} >
                                        <div id="main1" ></div>
                                    </div>
                                    <div style={{"display":isBox2Show}}>
																			<div id="main2" ></div>
                                    </div>
                                    <div style={{"display":isBox3Show}}>
																			<div id="main3" ></div>
                                    </div>
                                </div>
															</div>
                            </div>*/}
                        </section>
                    </div>

       
	
		
			
				{/* 弹窗 */}
				{this.state.popMode && this.state.tab2 === 'flex' &&//归集
					<DataSourcePop
						title={this.state.popTitle}
                        onPopClose={this.closePop}
                        onPopgj = {this.getGJ}
					></DataSourcePop>
				}
				{this.state.popMode && this.state.tab3 === 'flex' && //评估
					<AssessTashPop
						title={this.state.popTitle}
                        onPopClose={this.closePop}
                        onPoppg = {this.getPG}
					></AssessTashPop>
				}
				{this.state.popMode && this.state.tab4 === 'flex' &&//转换
					<TranBatchPop
						title={this.state.popTitle}
                        onPopClose={this.closePop}
                        onPopzh = {this.getZH}
					></TranBatchPop>
				}
				{this.state.popMode && this.state.tab5 === 'flex' &&//标签
					<TagBatchPop
						title={this.state.popTitle}
                        onPopClose={this.closePop}
                        onPopbt = {this.getBT}
					></TagBatchPop>
				}
                {this.state.popMode5 &&
					<BTzxjg
						title={this.state.btTitle}
                        onPopClose={this.closePop}
                        Zxjg = {this.state.btzxjga}                    
					></BTzxjg>
				}
                 {this.state.popMode2&&
					<GJzxjg
						title={this.state.gjTitle}
                        onPopClose={this.closePop}
                        Zxjg = {this.state.gjzxjga}
					></GJzxjg>
				}
                 {this.state.popMode4 &&
					<ZHzxjg
						title={this.state.zhTitle}
                        onPopClose={this.closePop}
                        Zxjg = {this.state.zhzxjga}
					></ZHzxjg>
				}
                 {this.state.popMode3  &&
					<PGzxjg
						title={this.state.pgTitle}
                        onPopClose={this.closePop}
                        Zxjg = {this.state.pgzxjga}
					></PGzxjg>
				}
					
                
                {/* 归集 */}
                    <div className="rel_con rel_con2" style={{display:this.state.tab2 }}>
                     <section className='left-sec'>                   
                            <div className='left-sec-top'>                              
                                <Row>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >总任务数</span>
																			<span >{this.state.gjdata1}</span>
																	</Col>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >正在运行任务</span>
																			<span >{this.state.gjdata2}</span>
																	</Col>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >已完成任务</span>
																			<span >{this.state.gjdata3}</span>
																	</Col>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >失败任务</span>
																			<span >{this.state.gjdata4}</span>
																	</Col>
																	<Col span={4}>
																			<img src={iconUrl} />
																			<span >采集数据总量</span>
																			<span >{this.state.gjdata5}</span>
																	</Col>
                                </Row>
                            </div>
                            <div className='left-sec-bot'>
                            <div className="left"> 
                            
                                <div className="panel_box p2">
                                <div className="datanode_box1">
                                    <div className={databasE<1 ? "node" :(this.state.databasESFDone[0]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[0]==1?this.state. gjdatabastype[0]:"")}</span></div>
                                    <div className={databasE<2 ? "node" :(this.state.databasESFDone[1]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[1]==1?this.state. gjdatabastype[1]:"")}</span></div>
                                    <div className={databasE<3 ? "node" :(this.state.databasESFDone[2]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[2]==1?this.state. gjdatabastype[2]:"")}</span></div>
                                    <div className={databasE<4 ? "node" :(this.state.databasESFDone[3]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[3]==1?this.state. gjdatabastype[3]:"")}</span></div>
                                    <div className={databasE<5 ? "node" :(this.state.databasESFDone[4]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[4]==1?this.state. gjdatabastype[4]:"")}</span></div>
                                    <div className={databasE<6 ? "node" :(this.state.databasESFDone[5]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[5]==1?this.state. gjdatabastype[5]:"")}</span></div>
                                    <div className={databasE<7 ? "node" :(this.state.databasESFDone[6]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[6]==1?this.state. gjdatabastype[6]:"")}</span></div>
                                    <div className={databasE<8 ? "node" :(this.state.databasESFDone[7]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[7]==1?this.state. gjdatabastype[7]:"")}</span></div>
                                    <div className={databasE<9 ? "node" :(this.state.databasESFDone[8]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[8]==1?this.state. gjdatabastype[8]:"")}</span></div>
                                    <div className={databasE<10 ? "node" :(this.state.databasESFDone[9]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[9]==1?this.state. gjdatabastype[9]:"")}</span></div>
                                    <div className={databasE<11 ? "node" :(this.state.databasESFDone[10]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[10]==1?this.state. gjdatabastype[10]:"")}</span></div>
                                    <div className={databasE<12 ? "node" :(this.state.databasESFDone[10]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[11]==1?this.state. gjdatabastype[11]:"")}</span></div>
                                    <div className={databasE<13 ? "node" :(this.state.databasESFDone[12]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[12]==1?this.state. gjdatabastype[12]:"")}</span></div>
                                    <div className={databasE<14 ? "node" :(this.state.databasESFDone[13]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[13]==1?this.state. gjdatabastype[13]:"")}</span></div>
                                    <div className={databasE<15 ? "node" :(this.state.databasESFDone[14]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[14]==1?this.state. gjdatabastype[14]:"")}</span></div>
                                    <div className={databasE<16 ? "node" :(this.state.databasESFDone[15]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[15]==1?this.state. gjdatabastype[15]:"")}</span></div>
                                    <div className={databasE<17 ? "node" :(this.state.databasESFDone[16]==1?"node active":"node")}><span>{databasE<1 ? "" :(this.state.databasESFDone[16]==1?this.state. gjdatabastype[16]:"")}</span></div>
                                </div>
                                <div className="datanode_box2">
                                    <div className={filE<1 ? "node" :(this.state.filESFDone[0]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[0]==1?this.state. gjfiletype[0]:"")}</span></div>
                                    <div className={filE<2 ? "node" :(this.state.filESFDone[1]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[1]==1?this.state. gjfiletype[1]:"")}</span></div>
                                    <div className={filE<3 ? "node" :(this.state.filESFDone[2]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[2]==1?this.state. gjfiletype[2]:"")}</span></div>
                                    <div className={filE<4 ? "node" :(this.state.filESFDone[3]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[3]==1?this.state. gjfiletype[3]:"")}</span></div>
                                    <div className={filE<5 ? "node" :(this.state.filESFDone[4]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[4]==1?this.state. gjfiletype[4]:"")}</span></div>
                                    <div className={filE<6 ? "node" :(this.state.filESFDone[5]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[5]==1?this.state. gjfiletype[5]:"")}</span></div>
                                    <div className={filE<7 ? "node" :(this.state.filESFDone[6]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[6]==1?this.state. gjfiletype[6]:"")}</span></div>
                                    <div className={filE<8 ? "node" :(this.state.filESFDone[7]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[7]==1?this.state. gjfiletype[7]:"")}</span></div>
                                    <div className={filE<9 ? "node" :(this.state.filESFDone[8]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[8]==1?this.state. gjfiletype[8]:"")}</span></div>
                                    <div className={filE<10 ? "node" :(this.state.filESFDone[9]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[9]==1?this.state. gjfiletype[9]:"")}</span></div>
                                    <div className={filE<11 ? "node" :(this.state.filESFDone[10]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[10]==1?this.state. gjfiletype[10]:"")}</span></div>
                                    <div className={filE<12 ? "node" :(this.state.filESFDone[11]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[11]==1?this.state. gjfiletype[11]:"")}</span></div>
                                    <div className={filE<13 ? "node" :(this.state.filESFDone[12]==1?"node active":"node")}><span>{filE<1 ? "" :(this.state.filESFDone[12]==1?this.state. gjfiletype[12]:"")}</span></div>
                                </div>
                                <div className="datanode_box3">
                                    <div className={apI<1 ? "node" :(this.state.apISFDone[0]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[0]==1?this.state. gjapitype[0]:"")}</span></div>
                                    <div className={apI<2 ? "node" :(this.state.apISFDone[1]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[1]==1?this.state. gjapitype[1]:"")}</span></div>
                                    <div className={apI<3 ? "node" :(this.state.apISFDone[2]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[2]==1?this.state. gjapitype[2]:"")}</span></div>
                                    <div className={apI<4 ? "node" :(this.state.apISFDone[3]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[3]==1?this.state. gjapitype[3]:"")}</span></div>
                                    <div className={apI<5 ? "node" :(this.state.apISFDone[4]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[4]==1?this.state. gjapitype[4]:"")}</span></div>
                                    <div className={apI<6 ? "node" :(this.state.apISFDone[5]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[5]==1?this.state. gjapitype[5]:"")}</span></div>
                                    <div className={apI<7 ? "node" :(this.state.apISFDone[6]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[6]==1?this.state. gjapitype[6]:"")}</span></div>
                                    <div className={apI<8 ? "node" :(this.state.apISFDone[7]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[7]==1?this.state. gjapitype[7]:"")}</span></div>
                                    <div className={apI<9 ? "node" :(this.state.apISFDone[8]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[8]==1?this.state. gjapitype[8]:"")}</span></div>
                                    <div className={apI<10 ? "node" :(this.state.apISFDone[9]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[9]==1?this.state. gjapitype[9]:"")}</span></div>
                                    <div className={apI<11 ? "node" :(this.state.apISFDone[10]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[10]==1?this.state. gjapitype[10]:"")}</span></div>
                                    <div className={apI<12 ? "node" :(this.state.apISFDone[11]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[11]==1?this.state. gjapitype[11]:"")}</span></div>
                                    <div className={apI<13 ? "node" :(this.state.apISFDone[12]==1?"node active":"node")}><span>{apI<1 ? "" :(this.state.apISFDone[12]==1?this.state. gjapitype[12]:"")}</span></div>
                                </div>
                               <div className="lib"></div> 
                                <div className="charts1">
                                    <svg width="100" height="100" className="Svg"  x="0px" y="0px"  version="1.1" id="图层_1" 
                                                xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1155 680" >
                                                    
                                                <g>
                                        <path className={databasE<1 ? "st0" :(this.state.databasESFDone[0]==1?"st1 line":"st0")} d="M547.1,439.7v-1c0-43.6-35.4-79-79-79h-64.4C297.3,359.7,211,273.4,211,167V58.5"/>
                                        <path className={databasE<2 ? "st0" :(this.state.databasESFDone[1]==1?"st1 line":"st0")} d="M554.8,435.8v-28.7c0-55.3-44.9-100.2-100.2-100.2h-23.8c-69,0-125-56-125-125V58.5"/>
                                        <path className={databasE<3 ? "st0" :(this.state.databasESFDone[2]==1?"st1 line":"st0")} d="M562.5,432V318.6c0-36.3-29.5-65.8-65.8-65.8h-1.3c-55.9,0-101.2-45.3-101.2-101.2V58.5"/>
                                        <path className={databasE<4 ? "st0" :(this.state.databasESFDone[3]==1?"st1 line":"st0")} d="M569.7,428.5V219.6c0-12.9-10.4-23.3-23.3-23.3l0,0c-31.8,0-57.5-25.8-57.5-57.5V58.5"/>
                                        <path className={databasE<5 ? "st0" :(this.state.databasESFDone[4]==1?"st1 line":"st0")} d="M577.1,424.5v-366"/>
                                        <path className={databasE<6 ? "st0" :(this.state.databasESFDone[5]==1?"st1 line":"st0")} d="M584.2,428.5V219.6c0-12.9,10.4-23.3,23.3-23.3h0.2c31.8,0,57.5-25.8,57.5-57.5V58.5"/>
                                        <path className={databasE<7 ? "st0" :(this.state.databasESFDone[6]==1?"st1 line":"st0")} d="M591.5,432V318.6c0-36.3,29.5-65.8,65.8-65.8l0,0c55.9,0,101.2-45.3,101.2-101.2V58.5"/>
                                        <path className={databasE<8 ? "st0" :(this.state.databasESFDone[7]==1?"st1 line":"st0")} d="M598.6,435.8v-28.7c0-55.3,44.9-100.2,100.2-100.2h24.6c69,0,125-56,125-125V58.5"/>
                                        <path className={databasE<9 ? "st0" :(this.state.databasESFDone[8]==1?"st1 line":"st0")} d="M605.8,439.7v-1c0-43.6,35.4-79,79-79h62.3c106.4,0,192.7-86.3,192.7-192.7V58.5"/>
                                        <path className={databasE<10 ? "st0" :(this.state.databasESFDone[9]==1?"st1 line":"st0")} d="M551,437.5v-13.2c0-50.1-40.6-90.7-90.7-90.7H407c-82.8,0-150-67.2-150-150v-69.1"/>
                                        <path className={databasE<11 ? "st0" :(this.state.databasESFDone[10]==1?"st1 line":"st0")} d="M558.7,434.1v-71.4c0-45.9-37.2-83.2-83.2-83.2l0,0c-70.3,0-127.4-57-127.4-127.4v-37.7"/>
                                        <path className={databasE<12 ? "st0" :(this.state.databasESFDone[11]==1?"st1 line":"st0")} d="M566.2,430V271.1c0-25.3-20.5-45.8-45.8-45.8l0,0c-44.7,0-81-36.3-81-81v-29.8"/>
                                        <path className={databasE<13 ? "st0" :(this.state.databasESFDone[12]==1?"st1 line":"st0")} d="M573.4,426.7V189.3c0-12.1-9.8-22-22-22l0,0c-11.5,0-20.8-9.3-20.8-20.8v-31.9"/>
                                        <path className={databasE<14 ? "st0" :(this.state.databasESFDone[13]==1?"st1 line":"st0")} d="M580.6,426.7V189.3c0-12.1,9.8-22,22-22h0.1c11.5,0,20.8-9.3,20.8-20.8v-31.9"/>
                                        <path className={databasE<15 ? "st0" :(this.state.databasESFDone[14]==1?"st1 line":"st0")} d="M587.9,430V271.1c0-25.3,20.5-45.8,45.8-45.8h0.2c44.7,0,81-36.3,81-81v-29.8"/>
                                        <path className={databasE<16 ? "st0" :(this.state.databasESFDone[15]==1?"st1 line":"st0")} d="M595,434.1v-71.4c0-45.9,37.2-83.2,83.2-83.2h0.5c70.3,0,127.3-57,127.3-127.3v-37.7"/>
                                        <path className={databasE<17 ? "st0" :(this.state.databasESFDone[16]==1?"st1 line":"st0")} d="M602.3,437.5v-13.2c0-50.1,40.6-90.7,90.7-90.7h51.9c82.8,0,150-67.2,150-150v-69.1"/>
                                    </g>
                                    <g>
                                        <path className={filE<1 ? "st0" :(this.state.filESFDone[0]==1?"st2 line":"st0")} d="M543.9,443.4L543.9,443.4c-0.4-33.5-27.7-60.4-61.2-60.4h-33.2c-21.1,0-38.2-17.1-38.3-38.2l-0.1-50.4
                                                    c-0.2-81-66-146.6-147-146.6H56.6"/>
                                        <path className={filE<2 ? "st0" :(this.state.filESFDone[1]==1?"st2 line":"st0")} d="M536.1,447.7L536.1,447.7c0-32-26-58-58-58h-54.3c-45.8,0-83-37.2-83-83l0,0c0-40.7-33-73.7-73.7-73.7H56.5"/>
                                        <path className={filE<3 ? "st0" :(this.state.filESFDone[2]==1?"st2 line":"st0")} d="M529.2,452L529.2,452c0-30.6-24.8-55.4-55.4-55.4H326.2c-27.2,0-49.2-21.9-49.4-49.1l0,0
                                                    c-0.1-16.2-13.3-29.3-29.5-29.3H56.6"/>
                                        <path className={filE<4 ? "st0" :(this.state.filESFDone[3]==1?"st2 line":"st0")} d="M522.2,456.3L522.2,456.3c0-29.2-23.6-52.8-52.8-52.8H55.9"/>
                                        <path className={filE<5 ? "st0" :(this.state.filESFDone[4]==1?"st2 line":"st0")} d="M515.3,460.6L515.3,460.6c0-27.8-22.5-50.3-50.3-50.3H326.1c-27.1,0-49.2,21.9-49.4,49.1l0,0
                                                    c-0.1,16.2-13.3,29.3-29.5,29.3H56.5"/>
                                        <path className={filE<6 ? "st0" :(this.state.filESFDone[5]==1?"st2 line":"st0")} d="M508.3,464.9L508.3,464.9c0-26.4-21.4-47.7-47.7-47.7h-36.5c-45.7,0-82.8,37-83,82.7v0.6
                                                    c-0.2,40.6-33.1,73.4-73.7,73.4H56.5"/>
                                        <path className={filE<7 ? "st0" :(this.state.filESFDone[6]==1?"st2 line":"st0")} d="M501.4,469.2L501.4,469.2c0-25-20.3-45.2-45.2-45.2h-6.7c-21.1,0-38.2,17.1-38.3,38.2l-0.1,50.3
                                                    c-0.2,81-66,146.6-147,146.6H56.5"/>
                                        <path className={filE<8 ? "st0" :(this.state.filESFDone[7]==1?"st2 line":"st0")} d="M539.6,445.6L539.6,445.6c0-32.7-26.5-59.2-59.2-59.2h-41.8c-34.2,0-61.9-27.7-61.9-61.9v-17.6
                                                    c0-62-50.3-112.3-112.3-112.3H135.6"/>
                                        <path className={filE<9 ? "st0" :(this.state.filESFDone[8]==1?"st2 line":"st0")} d="M532.7,449.9L532.7,449.9c0-31.3-25.4-56.8-56.8-56.8h-87.8c-42.9,0-77.7-34.8-77.7-77.7l0,0
                                                    c0-19.6-15.9-35.5-35.5-35.5H135.5"/>
                                        <path className={filE<10 ? "st0" :(this.state.filESFDone[9]==1?"st2 line":"st0")} d="M525.7,454.2L525.7,454.2c0-29.9-24.3-54.2-54.2-54.2H269c-11.4,0-20.7-9.3-20.7-20.7l0,0c0-8.3-6.7-15-15-15
                                                    h-97.7"/>
                                        <path className={filE<11 ? "st0" :(this.state.filESFDone[10]==1?"st2 line":"st0")} d="M518.7,458.5L518.7,458.5c0-28.5-23.1-51.7-51.7-51.7H269c-11.4,0-20.7,9.3-20.7,20.7v7.2c0,8.3-6.7,15-15,15
                                                    h-97.7"/>
                                        <path className={filE<12 ? "st0" :(this.state.filESFDone[11]==1?"st2 line":"st0")} d="M511.8,462.8L511.8,462.8c0-27.1-21.9-49-49-49h-74.7c-42.9,0-77.7,34.8-77.7,77.7v7.2
                                                    c0,19.6-15.9,35.5-35.5,35.5H135.6"/>
                                        <path className={filE<13 ? "st0" :(this.state.filESFDone[12]==1?"st2 line":"st0")} d="M504.8,467.1L504.8,467.1c0-25.7-20.9-46.6-46.6-46.6h-19.6c-34.2,0-61.9,27.7-61.9,61.9v24.8
                                                    c0,62-50.3,112.3-112.3,112.3H135.6"/>
                                    </g>
                                    <g>
                                        <path className={apI<1 ? "st0" :(this.state.apISFDone[0]==1?"st3 line":"st0")} d="M609.5,443.5L609.5,443.5c0.4-33.5,27.7-60.4,61.2-60.4h33.2c21.1,0,38.2-17.1,38.3-38.2l0.1-50.4
                                                    c0.2-81,66-146.6,147-146.6h207.5"/>
                                        <path className={apI<2 ? "st0" :(this.state.apISFDone[1]==1?"st3 line":"st0")} d="M617.2,447.8L617.2,447.8c0-32,26-58,58-58h54.3c45.8,0,83-37.2,83-83l0,0c0-40.7,33-73.7,73.7-73.7h210.6"/>
                                        <path className={apI<3 ? "st0" :(this.state.apISFDone[2]==1?"st3 line":"st0")} d="M624.1,452.1L624.1,452.1c0-30.6,24.8-55.4,55.4-55.4H827c27.2,0,49.2-21.9,49.4-49.1l0,0
                                                    c0.1-16.2,13.3-29.3,29.5-29.3h190.7"/>
                                        <path className={apI<4 ? "st0" :(this.state.apISFDone[3]==1?"st3 line":"st0")} d="M631.1,456.4L631.1,456.4c0-29.2,23.6-52.8,52.8-52.8h413.5"/>
                                        <path className={apI<5 ? "st0" :(this.state.apISFDone[4]==1?"st3 line":"st0")} d="M638,460.7L638,460.7c0-27.8,22.5-50.3,50.3-50.3h138.8c27.1,0,49.2,21.9,49.4,49.1l0,0
                                                    c0.1,16.2,13.3,29.3,29.5,29.3h190.7"/>
                                        <path className={apI<6 ? "st0" :(this.state.apISFDone[5]==1?"st3 line":"st0")} d="M645,465L645,465c0-26.4,21.4-47.7,47.7-47.7h36.5c45.7,0,82.8,37,83,82.7v0.6c0.2,40.6,33.1,73.4,73.7,73.4
                                                    h210.9"/>
                                        <path className={apI<7 ? "st0" :(this.state.apISFDone[6]==1?"st3 line":"st0")} d="M652,469.3L652,469.3c0-25,20.3-45.2,45.2-45.2h6.7c21.1,0,38.2,17.1,38.3,38.2l0.1,50.3
                                                    c0.2,81,66,146.6,147,146.6h207.5"/>
                                        <path className={apI<8 ? "st0" :(this.state.apISFDone[7]==1?"st3 line":"st0")} d="M613.7,445.7L613.7,445.7c0-32.7,26.5-59.2,59.2-59.2h41.8c34.2,0,61.9-27.7,61.9-61.9V307
                                                    c0-62,50.3-112.3,112.3-112.3h128.8"/>
                                        <path className={apI<9 ? "st0" :(this.state.apISFDone[8]==1?"st3 line":"st0")} d="M620.7,450L620.7,450c0-31.3,25.4-56.8,56.8-56.8h87.8c42.9,0,77.7-34.8,77.7-77.7l0,0
                                                    c0-19.6,15.9-35.5,35.5-35.5h139.4"/>
                                        <path className={apI<10 ? "st0" :(this.state.apISFDone[9]==1?"st3 line":"st0")} d="M627.6,454.3L627.6,454.3c0-29.9,24.3-54.2,54.2-54.2h202.5c11.4,0,20.7-9.3,20.7-20.7l0,0c0-8.3,6.7-15,15-15
                                                    h97.7"/>
                                        <path className={apI<11 ? "st0" :(this.state.apISFDone[10]==1?"st3 line":"st0")} d="M634.6,458.6L634.6,458.6c0-28.5,23.1-51.7,51.7-51.7h198.1c11.4,0,20.7,9.3,20.7,20.7v7.2c0,8.3,6.7,15,15,15
                                                    h97.7"/>
                                        <path className={apI<12 ? "st0" :(this.state.apISFDone[11]==1?"st3 line":"st0")} d="M641.5,462.9L641.5,462.9c0-27.1,21.9-49,49-49h74.7c42.9,0,77.7,34.8,77.7,77.7v7.2
                                                    c0,19.6,15.9,35.5,35.5,35.5h139.3"/>
                                        <path className={apI<13 ? "st0" :(this.state.apISFDone[12]==1?"st3 line":"st0")} d="M648.5,467.2L648.5,467.2c0-25.7,20.9-46.6,46.6-46.6h19.6c34.2,0,61.9,27.7,61.9,61.9v24.8
                                                    c0,62,50.3,112.3,112.3,112.3h128.8"/>
                                    </g>
                                        
                                    </svg>

                          
                            </div>
                            </div>
                            </div>
                            </div>
                        </section>
                        <section className='right-sec'>
                            <div>
                                <div className="testh">
                                    <div>实时采集</div>
                                </div>
                                <div className="testt">
                                    <table>
																			<thead>
																				<tr>
																					<th>任务</th>
																					<th>运行时间</th>
																					<th>状态</th>
																				</tr>
																			</thead>
																			<tbody>
																				{gjnewList2}
																			</tbody>
                                    </table>
                                </div>
                            </div>
                            {/* <div>
                                <div className="testh">
                                    <div>归集结果</div>
                                </div>
                                <div className="testt">
                                    <table>
                                        <thead>
                                        <tr>
                                            <th>名称</th>
                                            <th>任务状态</th>
                                            <th>类型</th>
                                            <th>结果描述</th>
                                        </tr>
                                        </thead>
                                        <tbody>
                                        {gjnewList3}
                                        </tbody>
                                    </table>
                                </div>
                            </div>
                            <div>
                                <div className="testh">
                                    <div>任务操作</div>        
                                    <div> </div>
                                </div>
                                <div className="testt3">
                                    <Button onClick={this.openPop} type="primary">选择任务</Button>
                                </div>
                            </div> */}
                        </section>
                    </div>
                      {/*评估 */}
                    <div className="rel_con rel_con3" style={{display:this.state.tab3 }}>
                    <section className='left-sec'>                   
                            <div className='left-sec-top'>                              
                                <Row>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >总任务数</span>
																			<span >{this.state.pgdata1}</span>
																	</Col>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >正在运行任务</span>
																			<span >{this.state.pgdata2}</span>
																	</Col>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >已完成任务</span>
																			<span >{this.state.pgdata3}</span>
																	</Col>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >失败任务</span>
																			<span >{this.state.pgdata4}</span>
																	</Col>
																	<Col span={4}>
																			<img src={iconUrl} />
																			<span >评估数据总量</span>
																			<span >{this.state.pgdata5}</span>
																	</Col>
                                </Row>
                            </div>
                            <div className='left-sec-bot'>
                            <div className="left">
                                <div className="panel_box p2">
                                    <div className="charts1">
                                        <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
                                            viewBox="0 0 1155 680"  >
                                       
                                        <line id="path_x5F_exp" className="st0" x1="0" y1="-14.7" x2="43.1" y2="-14.7"/>
                                        <line id="path_x5F_exp_1_" className="st1" x1="67.1" y1="-14.7" x2="110.1" y2="-14.7"/>
                                        <line id="main_x5F_path" className={this.state.pgline? "st2 line" :"st2"} x1="895.8" y1="371.1" x2="287.7" y2="371.1"/>
                                        <path id="rule_x5F_path1" className={this.state.pgline? "st1 line" :"st1"} d="M450.4,210.5l-0.1-13.1c0-7.4,6-13.3,13.3-13.3h38.7c7.4,0,13.3-6,13.3-13.3v-19.5"/>
                                        <line id="rule_x5F_path2" className={this.state.pgline? "st1 line" :"st1"} x1="713.1" y1="210.5" x2="713.1" y2="151.3"/>
                                        <path id="rule_x5F_path3" className={this.state.pgline? "st1 line" :"st1"} d="M975.5,210.5l0.1-13.1c0-7.4-6-13.3-13.3-13.3h-38.7c-7.4,0-13.3-6-13.3-13.3v-19.5"/>
                                        <lineargradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="515.6" y1="-898.9983" x2="515.6" y2="-922.0483" gradientTransform="matrix(1 0 0 1 0 1050)">
                                           
                                        </lineargradient>
                                        <path className="st3" d="M531.9,147.6c-9,4.5-23.6,4.5-32.6,0s-9-11.8,0-16.3s23.6-4.5,32.6,0S540.9,143.1,531.9,147.6z M500.3,131.7
                                            c-8.5,4.1-8.5,10.7,0,14.8s22.3,4.1,30.8,0s8.5-10.7,0-14.8C522.5,127.6,508.7,127.6,500.3,131.7z"/>
                                        <lineargradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="713.1" y1="-898.9983" x2="713.1" y2="-922.0483" gradientTransform="matrix(1 0 0 1 0 1050)">
                                            
                                        </lineargradient>
                                        <path className="st4" d="M729.4,147.6c-9,4.5-23.6,4.5-32.6,0s-9-11.8,0-16.3s23.6-4.5,32.6,0S738.4,143.1,729.4,147.6z M697.8,131.7
                                            c-8.5,4.1-8.5,10.7,0,14.8s22.3,4.1,30.8,0s8.5-10.7,0-14.8C720,127.6,706.2,127.6,697.8,131.7z"/>
                                        <lineargradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="910.6" y1="-898.9983" x2="910.6" y2="-922.0483" gradientTransform="matrix(1 0 0 1 0 1050)">
                                           
                                        </lineargradient>
                                        <path className="st5" d="M926.9,147.6c-9,4.5-23.6,4.5-32.6,0s-9-11.8,0-16.3s23.6-4.5,32.6,0S935.9,143.1,926.9,147.6z M895.3,131.7
                                            c-8.5,4.1-8.5,10.7,0,14.8s22.3,4.1,30.8,0s8.5-10.7,0-14.8C917.5,127.6,903.7,127.6,895.3,131.7z"/>
                                        <line className="st6" x1="379.2" y1="377.9" x2="379.2" y2="525.9"/>
                                        <line className="st6" x1="379.2" y1="233.1" x2="379.2" y2="365.7"/>
                                        <line className="st6" x1="1045" y1="233.1" x2="1045" y2="525.9"/>
                                        <lineargradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="711.15" y1="831.6564" x2="711.15" y2="864.4642" gradientTransform="matrix(1 0 0 -1 0 1060)">
                                            
                                        </lineargradient>
                                        <polygon className="st7" points="1044.5,210.5 377.8,210.5 337.8,231.1 1084.5,231.1 "/>
                                        <line className="st8" x1="337.8" y1="233.1" x2="1084.5" y2="233.1"/>
                                        <lineargradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="711.15" y1="516.1906" x2="711.15" y2="548.9984" gradientTransform="matrix(1 0 0 -1 0 1060)">
                                           
                                        </lineargradient>
                                        <polygon className="st9" points="1044.5,525.9 377.8,525.9 337.8,546.6 1084.5,546.6 "/>
                                        <line className="st8" x1="337.8" y1="548.6" x2="1084.5" y2="548.6"/>
                                        <g>
                                            <path className="st10" d="M56.9,304.5c0-4.1,3.3-9.4,6.9-11.3l84.4-42.2c5.7-2.8,13-5.4,16.2-6c2.4-0.2,13.7,3.1,19.6,6l84.4,42.2
                                                c3.6,1.9,7,7.2,7,11.3v119.8c0,4.3-3.3,10.2-6.9,12.6l-95.8,53.5c-3.4,2.1-9.6,2.1-12.9,0l-95.9-53.5c-3.6-2.3-6.9-8.3-6.9-12.6
                                                C56.9,424.3,56.9,304.5,56.9,304.5z"/>
                                            <path className="st11" d="M44.7,422c0,0.7,0,2.2,0,2.2c0,8.5,5.4,18.3,12.6,22.9l95.9,53.5c7.4,4.7,18.8,4.7,26.1,0l95.8-53.5
                                                c7.2-4.6,12.6-14.4,12.6-22.9V304.5c0-8.7-5.9-18.2-13.7-22.1l-84.4-42.2c-3.8-1.9-20.3-8.5-27.4-7.1c-4.7,0.9-13.2,4-19.4,7.1
                                                l-84.5,42.2c-7.8,3.9-13.7,13.5-13.7,22.1C44.7,304.5,44.7,422,44.7,422z"/>
                                        </g>
                                        <path className="st12" d="M61.1,287.9l37.1-18.5c5.7-2.9,15-7.4,20.7-10.3l26.7-13.4c5.7-2.9,13.7-5.8,17.8-6.6
                                            c4.1-0.7,17.8,3.7,23.5,6.6l40,20c5.7,2.9,15,7.4,20.7,10.3l23.7,11.9c5.7,2.9,10.3,10.3,10.3,16.7v119.8c0,6.3-4.4,14.3-9.8,17.7
                                            L176,495.6c-5.4,3.4-14.1,3.4-19.4,0L60.5,442c-5.4-3.4-9.8-11.4-9.8-17.7V304.5C50.7,298.2,55.4,290.6,61.1,287.9z"/>
                                        <path className="st10" d="M163,237c-4.3,0.8-12.5,3.8-18.3,6.8L60.2,286c-6.4,3.3-11.4,11.4-11.4,18.5v119.8c0,7.1,4.7,15.6,10.7,19.4
                                            l95.9,53.5c6,3.8,15.7,3.8,21.7,0l95.8-53.5c6-3.8,10.7-12.4,10.7-19.4V304.5c0-7.2-5-15.4-11.4-18.5l-84.4-42.2
                                            C182.6,241.2,168,236,163,237z M146.4,247.5c5.5-2.7,13.4-5.7,17.3-6.4c3.2-0.7,16,3.3,22.1,6.4l84.4,42.2c4.9,2.5,9.2,9.3,9.2,14.9
                                            v119.8c0,5.7-4,12.9-8.8,16l-95.8,53.5c-4.7,3-12.7,3-17.3,0l-95.8-53.6c-4.7-3-8.7-10.3-8.7-16V304.5c0-5.6,4.2-12.4,9.2-14.9l0,0
                                            L146.4,247.5z"/>
                                        <path className="st13" d="M253.4,294.6l-81.3,40.7c-3.4,1.8-7.5,1.8-11,0l-82.1-41c-1.2-0.6-1.2-2.2,0-2.9l81.3-40.7
                                            c3.4-1.8,7.5-1.8,10.9,0l82.1,41C254.5,292.4,254.5,294.1,253.4,294.6z"/>
                                        <lineargradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5263.2432" y1="-757.175" x2="5399.9429" y2="-757.175" gradientTransform="matrix(-1 0 0 1 5497.793 1050)">
                                           
                                        </lineargradient>
                                        <path className="st14" d="M233.5,295.7L175,325c-4.2,2-9.1,2-13.2,0l-62.9-31.4c-1.4-0.6-1.4-2.6,0-3.3l59.5-29.8
                                            c3.5-1.8,7.7-1.8,11.2,0l63.9,32C234.9,293.1,234.9,295.1,233.5,295.7z"/>
                                        <lineargradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="5263.2666" y1="-771.075" x2="5399.9385" y2="-771.075" gradientTransform="matrix(-1 0 0 1 5497.793 1050)">
                                           
                                        </lineargradient>
                                        <path className="st15" d="M233.5,295.7l-6,3l-58-28.9c-3.5-1.8-7.7-1.8-11.2,0l-53.6,26.8l-6-3c-1.4-0.6-1.4-2.6,0-3.3l59.5-29.8
                                            c3.5-1.8,7.7-1.8,11.2,0l63.9,32C234.9,293.1,234.9,295.1,233.5,295.7z"/>
                                        <line className="st16" x1="337.8" y1="379.4" x2="337.8" y2="549.5"/>
                                        <line className="st16" x1="337.8" y1="231.1" x2="337.8" y2="364.4"/>
                                        <line className="st16" x1="1084.5" y1="231.1" x2="1084.5" y2="549.5"/>
                                        <line className="st16" x1="172.7" y1="356.9" x2="271.8" y2="303.8"/>
                                        <line className="st16" x1="159.7" y1="356.9" x2="60.6" y2="303.8"/>
                                        <line className="st16" x1="166.2" y1="371.1" x2="166.2" y2="486.2"/>
                                        <text transform="matrix(1 0 0 1 97.8671 549.3601)" className="st19 st18">ODS</text>
                                        <text transform="matrix(1 0 0 1 149.8671 547.658)" className="st17 st18">数据源</text>
                                        <text transform="matrix(1 0 0 1 491.2717 64.3304)"style={{stroke:'#fb7f21'}}  className="st17 st20"></text>
                                        {/* <text transform="matrix(1 0 0 1 527.2717 65.1815)" className="st19 st20"></text> */}
                                       <text transform="matrix(1 0 0 1 693.0745 64.3304)" style={{stroke:'#19ba2d'}} className="st17 st20"></text>
                                        {/* <text transform="matrix(1 0 0 1 729.0745 65.1815)" className="st19 st20"></text> */}
                                        <text transform="matrix(1 0 0 1 888.9168 64.3304)" style={{stroke:'#21b9fb'}} className="st17 st20"></text>
                                        {/* <text transform="matrix(1 0 0 1 924.9168 65.1815)" className="st19 st20"></text> */}
                                        <text transform="matrix(1 0 0 1 417.4232 510)" className="st17 st18">初始化</text>
                                        <text transform="matrix(1 0 0 1 685.4667 510)" className="st17 st18">进行中</text>
                                        <text transform="matrix(1 0 0 1 953.5102 510)" className="st17 st18">成功</text>
                                        <text transform="matrix(1 0 0 1 436 478)" className="st11 st18">{pgnotDo}</text>
                                        <text transform="matrix(1 0 0 1 685.4667 478)" className="st11 st18">{pgDoing}</text>
                                        <text transform="matrix(1 0 0 1 953.5102 478)" className="st11 st18">{pgDone}</text>
                                        <path d="M252.7,425.3c1.1,3.9,4.6,4.6,7.9,1.5c3.3-3.1,5.1-8.5,4-12.4s-4.6-4.6-7.9-1.5C253.3,415.8,251.6,421.4,252.7,425.3z"/>
                                        <path id="light" className={this.state.pgline? "st21" :""} d="M252.7,425.3c1.1,3.9,4.6,4.6,7.9,1.5c3.3-3.1,5.1-8.5,4-12.4s-4.6-4.6-7.9-1.5
                                            C253.3,415.8,251.6,421.4,252.7,425.3z">
                                            <animate attributeName="opacity" attributeType="CSS" dur="0.5s" from="1" to="0" repeatCount="indefinite" />
                                        </path>
                                        <lineargradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="5427.4268" y1="-986.9695" x2="5441.4214" y2="-986.9695" gradientTransform="matrix(-0.9624 0.2717 0.2717 0.9624 5757.1562 -106.5183)">
                                           
                                        </lineargradient>
                                        <path className="st22" d="M258.2,425.7c3.3-3.1,5.1-8.5,4-12.4c-0.2-0.9-0.6-1.5-1-2c1.5,0.3,2.7,1.3,3.3,3.3c1.1,3.9-0.6,9.3-4,12.4
                                            c-2.6,2.4-5.4,2.5-6.9,0.5C255,427.5,256.7,427,258.2,425.7z"/>
                                        {/* <g id="loading">
                                            <rect x="649.3" y="266" className="st23" width="98.1" height="10">
                                                <animate id="ld_1a" attributeName="width" dur="2s" begin="0s;ld_1b.end" from="0" to="150" />
                                                <animate id="ld_1b" attributeName="width" dur="1s" begin="ld_1a.end" from="0" to="0" />
                                            </rect>
                                            <path className="st24" d="M798.1,278.2h-148c-2.6,0-4.8-2.1-4.8-4.8v-4.9c0-2.6,2.1-4.8,4.8-4.8h148c2.6,0,4.8,2.1,4.8,4.8v4.9
                                                C802.8,276,800.7,278.2,798.1,278.2z"/>
                                        </g> */}
                                        <g id="file_x5F_org">
                                            <path className="st12" d="M522.4,443.9h-96.6V303.8h69c10.8,10.8,16.8,16.8,27.6,27.6V443.9z"/>
                                            <g>
                                                <path className="st25" d="M469.6,379.4h31v10.1h-31V379.4L469.6,379.4z M469.6,359.3h31v10.2h-31V359.3z M469.6,399.5h31v10.1h-31
                                                    V399.5z"/>
                                                <path className="st25" d="M519.9,325.7L503,306.5c-3.7-4.2-10.9-7.6-16.2-7.6H430c-5.2,0-9.4,4.8-9.4,10.7v21.7h7.6v-21.7
                                                    c0-1.2,0.9-2.2,1.9-2.2h56.8c0.6,0,1.3,0.1,1.9,0.2v34.1h30.1c0.1,0.8,0.2,5,0.2,5.6v91.6c0,1.2-0.9,2.2-1.9,2.2H430
                                                    c-1.1,0-1.9-1-1.9-2.2V432h-7.6v7.2c0,5.9,4.3,10.7,9.4,10.7H517c5.2,0,9.4-4.8,9.4-10.7v-91.6
                                                    C526.6,341.6,523.6,329.9,519.9,325.7L519.9,325.7z M496.3,333.3v-21.9c0.5,0.4,1,0.8,1.3,1.2l16.8,19.2c0.4,0.4,0.7,1,1.1,1.5
                                                    L496.3,333.3L496.3,333.3z"/>
                                                <path fill="#FB7F21" className="st26" d="M389.9,336.1h71.8c1.8,0,3.2,1.4,3.2,3.2v82.9c0,1.8-1.4,3.2-3.2,3.2h-71.8c-1.8,0-3.2-1.4-3.2-3.2v-82.9
                                                    C386.7,337.5,388.2,336.1,389.9,336.1z">
                                                </path>
                                                <path className="st27" d="M394.2,346.7h63.3v13.5h-63.3V346.7z"/>
                                                <path className="st28" d="M397.2,371.1h57.3v13.5h-57.3V371.1z">
                                                </path>
                                                <path className="st27" d="M397.2,413.9h57.3v5.4h-57.3V413.9z"/>
                                                <path className="st28" d="M397.2,400.3h57.3v13.5h-57.3V400.3z"/>
                                                <rect x="454.5" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="394.2" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="413.6" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="433.1" y="346.7" className="st29" width="3" height="72.5"/>
                                            </g>
                                           
                                            <animate id="file_color_4b" attributeName="opacity" dur="1s" begin="file_mr_2a.end" from="0" to="1" />
                                            
                                            <animatetransform id="file_mr_4b" attributeName="transform" type="translate" begin="file_mr_2a.end" dur="1s" from="-254 0" to="0 0"/>
                                        </g>
                                        <g id="file_x5F_org2">
                                            <path className="st12" d="M522.4,443.9h-96.6V303.8h69c10.8,10.8,16.8,16.8,27.6,27.6V443.9z"/>
                                            <g>
                                                <path className="st25" d="M469.6,379.4h31v10.1h-31V379.4L469.6,379.4z M469.6,359.3h31v10.2h-31V359.3z M469.6,399.5h31v10.1h-31
                                                    V399.5z"/>
                                                <path className="st25" d="M519.9,325.7L503,306.5c-3.7-4.2-10.9-7.6-16.2-7.6H430c-5.2,0-9.4,4.8-9.4,10.7v21.7h7.6v-21.7
                                                    c0-1.2,0.9-2.2,1.9-2.2h56.8c0.6,0,1.3,0.1,1.9,0.2v34.1h30.1c0.1,0.8,0.2,5,0.2,5.6v91.6c0,1.2-0.9,2.2-1.9,2.2H430
                                                    c-1.1,0-1.9-1-1.9-2.2V432h-7.6v7.2c0,5.9,4.3,10.7,9.4,10.7H517c5.2,0,9.4-4.8,9.4-10.7v-91.6
                                                    C526.6,341.6,523.6,329.9,519.9,325.7L519.9,325.7z M496.3,333.3v-21.9c0.5,0.4,1,0.8,1.3,1.2l16.8,19.2c0.4,0.4,0.7,1,1.1,1.5
                                                    L496.3,333.3L496.3,333.3z"/>
                                                <path fill="#FB7F21" className="st26" d="M389.9,336.1h71.8c1.8,0,3.2,1.4,3.2,3.2v82.9c0,1.8-1.4,3.2-3.2,3.2h-71.8c-1.8,0-3.2-1.4-3.2-3.2v-82.9
                                                    C386.7,337.5,388.2,336.1,389.9,336.1z">
                                                   
                                                    <animate id="file_color_1b" attributeName="fill" dur="1s" begin="file_mr_2a.end" calcMode="linear" values="#FB7F21;#19BA2D;" />
                                                </path>
                                                <path className="st27" d="M394.2,346.7h63.3v13.5h-63.3V346.7z"/>
                                                <path className="st28" d="M397.2,371.1h57.3v13.5h-57.3V371.1z">
                                                </path>
                                                <path className="st27" d="M397.2,413.9h57.3v5.4h-57.3V413.9z"/>
                                                <path className="st28" d="M397.2,400.3h57.3v13.5h-57.3V400.3z"/>
                                                <rect x="454.5" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="394.2" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="413.6" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="433.1" y="346.7" className="st29" width="3" height="72.5"/>
                                            </g>
                                            

                                            <animatetransform id="file_mr_1b" attributeName="transform" type="translate" begin="file_mr_2a.end" dur="1s" from="0 0" to="254 0"/>
                                        </g>
                                        <g id="file_x5F_gre">
                                            <path className="st12" d="M776.3,443.9h-96.6V303.8h69c10.8,10.8,16.8,16.8,27.6,27.6V443.9z"/>
                                            <g>
                                                <path className="st25" d="M724.1,379.4h31v10.1h-31V379.4L724.1,379.4z M724.1,359.3h31v10.2h-31V359.3z M724.1,399.5h31v10.1h-31
                                                    V399.5z"/>
                                                <path className="st25" d="M774.4,325.7l-16.9-19.2c-3.7-4.2-10.9-7.6-16.2-7.6h-56.8c-5.2,0-9.4,4.8-9.4,10.7v21.7h7.6v-21.7
                                                    c0-1.2,0.9-2.2,1.9-2.2h56.8c0.6,0,1.3,0.1,1.9,0.2v34.1h30.1c0.1,0.8,0.2,5,0.2,5.6v91.6c0,1.2-0.9,2.2-1.9,2.2h-87.2
                                                    c-1.1,0-1.9-1-1.9-2.2V432H675v7.2c0,5.9,4.3,10.7,9.4,10.7h87.1c5.2,0,9.4-4.8,9.4-10.7v-91.6
                                                    C781.1,341.6,778.1,329.9,774.4,325.7L774.4,325.7z M750.8,333.3v-21.9c0.5,0.4,1,0.8,1.3,1.2l16.8,19.2c0.4,0.4,0.7,1,1.1,1.5
                                                    L750.8,333.3L750.8,333.3z"/>s
                                                <path fill="#19BA2D" className="st30" d="M644.5,336.1h71.8c1.8,0,3.2,1.4,3.2,3.2v82.9c0,1.8-1.4,3.2-3.2,3.2h-71.8c-1.8,0-3.2-1.4-3.2-3.2v-82.9
                                                    C641.3,337.5,642.7,336.1,644.5,336.1z">
                                                    
                                                    <animate id="file_color_2b" attributeName="fill" dur="1s" begin="file_mr_2a.end" calcMode="linear" values="#19BA2D;#21B9FB;" />
                                                </path>
                                                <path className="st27" d="M648.7,346.7H712v13.5h-63.3V346.7z"/>
                                                <path className="st28" d="M651.7,371.1H709v13.5h-57.3V371.1z"/>
                                                <path className="st27" d="M651.7,413.9H709v5.4h-57.3V413.9z"/>
                                                <path className="st28" d="M651.7,400.3H709v13.5h-57.3V400.3z"/>
                                                <rect x="709" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="648.7" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="668.1" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="687.6" y="346.7" className="st29" width="3" height="72.5"/>
                                            </g>
                                            <animatetransform id="file_mr_2a" attributeName="transform" type="translate" begin="0s;file_mr_2b.end" dur="2s" from="0 0" to="0 0"/>
                                            <animatetransform id="file_mr_2b" attributeName="transform" type="translate" begin="file_mr_2a.end" dur="1s" from="0 0" to="254 0"/>
                                        </g>
                                        <g id="file_x5F_blu">
                                            <path className="st12" d="M1030.8,443.9h-96.6V303.8h69c10.8,10.8,16.8,16.8,27.6,27.6V443.9z"/>
                                            <g>
                                                <path className="st25" d="M978.6,379.4h31v10.1h-31V379.4L978.6,379.4z M978.6,359.3h31v10.2h-31V359.3z M978.6,399.5h31v10.1h-31
                                                    V399.5z"/>
                                                <path className="st25" d="M1028.9,325.7l-16.9-19.2c-3.7-4.2-10.9-7.6-16.2-7.6H939c-5.2,0-9.4,4.8-9.4,10.7v21.7h7.6v-21.7
                                                    c0-1.2,0.9-2.2,1.9-2.2h56.8c0.6,0,1.3,0.1,1.9,0.2v34.1h30.1c0.1,0.8,0.2,5,0.2,5.6v91.6c0,1.2-0.9,2.2-1.9,2.2H939
                                                    c-1.1,0-1.9-1-1.9-2.2V432h-7.6v7.2c0,5.9,4.3,10.7,9.4,10.7h87.1c5.2,0,9.4-4.8,9.4-10.7v-91.6
                                                    C1035.6,341.6,1032.6,329.9,1028.9,325.7L1028.9,325.7z M1005.4,333.3v-21.9c0.5,0.4,1,0.8,1.3,1.2l16.8,19.2
                                                    c0.4,0.4,0.7,1,1.1,1.5L1005.4,333.3L1005.4,333.3z"/>
                                                <path className="st11" d="M899,336.1h71.8c1.8,0,3.2,1.4,3.2,3.2v82.9c0,1.8-1.4,3.2-3.2,3.2H899c-1.8,0-3.2-1.4-3.2-3.2v-82.9
                                                    C895.8,337.5,897.2,336.1,899,336.1z"/>
                                                <path className="st27" d="M903.2,346.7h63.3v13.5h-63.3V346.7z"/>
                                                <path className="st28" d="M906.3,371.1h57.3v13.5h-57.3V371.1z"/>
                                                <path className="st27" d="M906.3,413.9h57.3v5.4h-57.3V413.9z"/>
                                                <path className="st28" d="M906.3,400.3h57.3v13.5h-57.3V400.3z"/>
                                                <rect x="963.5" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="903.2" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="922.6" y="346.7" className="st29" width="3" height="72.5"/>
                                                <rect x="942.1" y="346.7" className="st29" width="3" height="72.5"/>
                                            </g>
                                           
                                            <animate id="file_color_3b" attributeName="opacity" dur="1s" begin="file_mr_2a.end" from="1" to="0" />
                                            
                                            <animatetransform id="file_mr_3b" attributeName="transform" type="translate" begin="file_mr_2a.end" dur="1s" from="0 0" to="254 0"/>
                                        </g>
                                        <g id="rule1">

                                                <rect x="492.5" y="83.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 75.4918 395.8508)" className="st31" width="46.2" height="46.2"/>
                                            <polyline className="st32" points="482.9,106.8 515.6,119.4 548.3,106.8 	"/>
                                            <line className="st32" x1="515.6" y1="74.1" x2="515.6" y2="119.4"/>
                                            <line className="st32" x1="515.6" y1="139.5" x2="515.6" y2="119.4"/>
                                        </g>
                                        <g id="rule2">

                                                <rect x="689.9" y="83.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 133.3084 535.4288)" className="st31" width="46.2" height="46.2"/>
                                            <polyline className="st32" points="680.3,106.8 713,119.4 745.7,106.8 	"/>
                                            <line className="st32" x1="713" y1="74.1" x2="713" y2="119.4"/>
                                            <line className="st32" x1="713" y1="139.5" x2="713" y2="119.4"/>
                                        </g>
                                        <g id="rule3">

                                                <rect x="887.3" y="83.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 191.1249 675.0067)" className="st31" width="46.2" height="46.2"/>
                                            <polyline className="st32" points="877.8,106.8 910.4,119.4 943.1,106.8 	"/>
                                            <line className="st32" x1="910.4" y1="74.1" x2="910.4" y2="119.4"/>
                                            <line className="st32" x1="910.4" y1="139.5" x2="910.4" y2="119.4"/>
                                        </g>
                                        <lineargradient id="glow_1_" gradientUnits="userSpaceOnUse" x1="5331.5928" y1="-723.5" x2="5331.5928" y2="-875.9" gradientTransform="matrix(-1 0 0 1 5497.793 1050)">
                                          
                                        </lineargradient>
                                        <path id="glow" className="st33" d="M233.5,295.7L175,325c-4.2,2-9.1,2-13.2,0l-62.9-31.4c0,0-1-0.7-1-1.7l1-117.8h134.6l1,120.1
                                            C234.4,295.2,233.6,295.7,233.5,295.7z"/>
                                        <g id="Bubbles">
                                            <path className="st34" d="M194.2,240.1c0,3.8,3.1,6.9,6.9,6.9c3.8,0,6.9-3.1,6.9-6.9c0-3.8-3.1-6.9-6.9-6.9 C197.3,233.1,194.2,236.2,194.2,240.1z">
                                        <animate attributeName="opacity" attributeType="CSS" dur="5s" from="1" to="0" repeatCount="indefinite" />
                                        <animatetransform attributeName="transform" type="translate" dur="5s" from="0 50" to="0 -30" repeatCount="indefinite" />
                                            </path>
                                            <path className="st35" d="M162.7,271.9c0,1.9,1.6,3.4,3.4,3.4c1.9,0,3.4-1.6,3.4-3.4c0-1.9-1.6-3.4-3.4-3.4S162.7,270,162.7,271.9z">
                                        <animate attributeName="opacity" attributeType="CSS" dur="3s" from="1" to="0" repeatCount="indefinite" />
                                        <animatetransform attributeName="transform" type="translate" dur="3s" from="0 10" to="0 -80" repeatCount="indefinite" />
                                            </path>
                                            <circle className="st34" cx="119.2" cy="215.7" r="3.4">
                                        <animate attributeName="opacity" attributeType="CSS" dur="4s" from="1" to="0" repeatCount="indefinite" />
                                        <animatetransform attributeName="transform" type="translate" dur="4s" from="0 60" to="0 -20" repeatCount="indefinite" />
                                            </circle>
                                            <path className="st34" d="M134.3,257.7c0,3.1,2.5,5.6,5.6,5.6s5.6-2.5,5.6-5.6s-2.5-5.6-5.6-5.6C136.9,252.1,134.3,254.6,134.3,257.7z">
                                        <animate attributeName="opacity" attributeType="CSS" dur="6s" from="1" to="0" repeatCount="indefinite" />
                                        <animatetransform attributeName="transform" type="translate" dur="6s" from="0 30" to="0 -60" repeatCount="indefinite" />
                                            </path>
                                            <path className="st34" d="M145.7,286.8c0,1.9,1.6,3.4,3.4,3.4c1.9,0,3.4-1.6,3.4-3.4c0-1.9-1.6-3.4-3.4-3.4S145.7,285,145.7,286.8z">
                                        <animate attributeName="opacity" attributeType="CSS" dur="4.5s" from="1" to="0" repeatCount="indefinite" />
                                        <animatetransform attributeName="transform" type="translate" dur="4.5s" from="0 20" to="0 -90" repeatCount="indefinite" />
                                            </path>
                                            <path className="st34" d="M212.7,290.7c0,1.9,1.6,3.4,3.4,3.4c1.9,0,3.4-1.6,3.4-3.4c0-1.9-1.6-3.4-3.4-3.4S212.7,288.9,212.7,290.7z">
                                        <animate attributeName="opacity" attributeType="CSS" dur="3.5s" from="1" to="0" repeatCount="indefinite" />
                                        <animatetransform attributeName="transform" type="translate" dur="3.5s" from="0 10" to="0 -80" repeatCount="indefinite" />
                                            </path>
                                            <path className="st35" d="M138.7,191c0,3.8,3.1,6.9,6.9,6.9c3.8,0,6.9-3.1,6.9-6.9s-3.1-6.9-6.9-6.9C141.9,184,138.7,187.2,138.7,191z">
                                        <animate attributeName="opacity" attributeType="CSS" dur="7s" from="1" to="0" repeatCount="indefinite" />
                                        <animatetransform attributeName="transform" type="translate" dur="7s" from="0 70" to="0 -30" repeatCount="indefinite" />
                                            </path>
                                            <path className="st35" d="M176.8,296.7c0,2.1,1.8,3.8,3.8,3.8s3.8-1.8,3.8-3.8c0-2.1-1.8-3.8-3.8-3.8 C178.6,292.9,176.8,294.6,176.8,296.7z">
                                        <animate attributeName="opacity" attributeType="CSS" dur="2s" from="1" to="0" repeatCount="indefinite" />
                                        <animatetransform attributeName="transform" type="translate" dur="2s" from="0 10" to="0 -70" repeatCount="indefinite" />
                                            </path>
                                        </g>
                                        </svg>			
                                    </div>
                                </div>
                            </div>
                           
                            </div>
                        </section>
                        <section className='right-sec'>
                            <div>
                                <div className="testh">
                                    <div>实时评估</div>
                                </div>
                                <div className="testt">
                                    <table>
                                        <thead>
																					<tr>
																						<th>任务</th>
																						<th>运行时间</th>
																						<th>状态</th>
																					</tr>
                                        </thead>
                                        <tbody>
																					{pgnewList2}
                                        </tbody>
                                    </table>
                                </div>
                            </div>
                            {/* <div>
                                <div className="testh">
                                    <div>评估结果</div>
                                </div>
                                <div className="testt">
                                    <table>
                                        <thead>
                                        <tr>
                                            <th>规则</th>
                                            <th>结果描述</th>
                                            <th>完成时间</th>
                                        </tr>
                                        </thead>
                                        <tbody>
                                        {pgnewList3}
                                        </tbody>
                                    </table>
                                </div>
                            </div>
                            <div>
                                <div className="testh">
                                    <div>任务操作</div>
                                    </div>
                                <div className="testt3">
                                    <Button onClick={this.openPop} type="primary">选择任务</Button>
                                </div>
                            </div> */}
                        </section>
                        </div>
                        {/*清洗 */}
                        <div className="rel_con rel_con4" style={{display:this.state.tab4 }}>
                    <section className='left-sec'>                   
                            <div className='left-sec-top'>                              
                                <Row>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >总任务数</span>
																			<span >{this.state.zhdata1}</span>
																	</Col>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >正在运行任务</span>
																			<span >{this.state.zhdata2}</span>
																	</Col>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >已完成任务</span>
																			<span >{this.state.zhdata3}</span>
																	</Col>
																	<Col span={5}>
																			<img src={iconUrl} />
																			<span >失败任务</span>
																			<span >{this.state.zhdata4}</span>
																	</Col>
																	<Col span={4}>
																			<img src={iconUrl} />
																			<span >清洗数据总量</span>
																			<span >{this.state.zhdata5}</span>
																	</Col>
                                </Row>                              
                            </div>
                            <div className='left-sec-bot'>
                            <div className="left">
                                <div className="panel_box p2">
                                    <div className="charts1">
                                    <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
                                        viewBox="0 0 1155 680" >

                                    <path className={this.state.zhline? "st0 line" :"st0"} d="M1039.2,167.9c0,0-12.4,7.2-23.4,13.5c-6.6,3.8-14.7,4.1-21.6,0.8c-12.3-6-32.2-15.6-44.6-21.6
                                        c-6.9-3.3-15-3-21.6,0.8l-135.2,78.2c-5.2,3-11.6,3.2-17,0.5c-4.4-2.2-9-4.6-13.2-6.7c-6.9-3.5-15.2-3.2-21.8,0.7l-133.6,79"/>
                                    <path className={this.state.zhline? "st0 line" :"st0"} d="M1036.3,317.6l-19.9,11.5c-6.7,3.9-14.9,4.1-21.9,0.7c-16.5-8.3-44-22-65.6-32.8c-7-3.5-15.3-3.2-22.1,0.8
                                        c-34.2,20.1-78,45.9-106.6,62.8c-9.1,5.3-20.2,5.7-29.6,1c-14.1-7.1-34.6-17.5-48.9-24.7c-6.5-3.3-14.1-3-20.3,0.8l-26.4,16"/>
                                    <path className={this.state.zhline? "st0 line" :"st0"} d="M998.8,576.2l-73.3-37c-4.8-2.4-10.5-2.2-15.1,0.7l-116.8,72.8c-4.5,2.9-10.3,3.1-15.1,0.7
                                        c-22.1-11.1-85.9-43.3-119.9-60.5c-4.7-2.4-4.9-9-0.4-11.7l29.7-17.5c4-2.3,3.9-8.1-0.2-10.3l-86.4-45.6"/>
                                    <path className={this.state.zhline? "st0 line" :"st0"} d="M1003.4,437.5l-58.2-28.4c-4.6-2.3-10-2.1-14.5,0.5c-24.7,14.3-106.6,61.7-136.1,78.8c-6,3.5-13.4,3.7-19.5,0.5
                                        l-112-57.8"/>
                                    <path className={this.state.zhline? "st0 line" :"st0"} d="M477.4,440.4l-124.6,72c-9.1,5.3-20.2,5.3-29.3,0.1l-90.7-51.9"/>
                                    <path className={this.state.zhline? "st1 line" :"st1"} d="M450.7,352.1L268,242.2c-8.9-5.3-8.7-18.2,0.3-23.3l7-3.9c5.8-3.3,9.4-9.4,9.4-16v-53.5"/>
                                    <path className={this.state.zhline? "st1 line" :"st1"} d="M480.8,334.1l-134.3-80.6c-8.8-5.3-8.7-18.2,0.3-23.3l26.8-15.2c5.8-3.3,9.3-9.4,9.3-16v-53.6"/>
                                    <path className={this.state.zhline? "st1 line" :"st1"} d="M512.7,317.8l-87.8-51.7c-8.9-5.2-8.8-18.1,0.1-23.3l48.2-27.8c5.7-3.3,9.2-9.4,9.2-15.9v-53.7"/>
                                    <g>
                                        <g>
                                            <path className="st2" d="M61.3,291.9c0-4.1,3.3-9.4,6.9-11.3l84.4-42.2c5.7-2.8,13-5.4,16.2-6c2.4-0.2,13.7,3.1,19.6,6l84.4,42.2
                                                c3.6,1.9,7,7.2,7,11.3v119.8c0,4.3-3.3,10.2-6.9,12.6l-95.8,53.5c-3.4,2.1-9.6,2.1-12.9,0l-95.9-53.5c-3.6-2.3-6.9-8.3-6.9-12.6
                                                C61.3,411.6,61.3,291.9,61.3,291.9z"/>
                                            <path className="st3" d="M49.1,409.4c0,0.7,0,2.2,0,2.2c0,8.5,5.4,18.3,12.6,22.9l95.9,53.5c7.4,4.7,18.8,4.7,26.1,0l95.8-53.5
                                                c7.2-4.6,12.6-14.4,12.6-22.9V291.9c0-8.7-5.9-18.2-13.7-22.1L194,227.5c-3.8-1.9-20.3-8.5-27.4-7.1c-4.7,0.9-13.2,4-19.4,7.1
                                                l-84.5,42.2c-7.8,3.9-13.7,13.5-13.7,22.1C49.1,291.9,49.1,409.4,49.1,409.4z"/>
                                        </g>
                                        <path className="st4" d="M65.5,275.2l37.1-18.5c5.7-2.9,15-7.4,20.7-10.3L150,233c5.7-2.9,13.7-5.8,17.8-6.6c4.1-0.7,17.8,3.7,23.5,6.6
                                            l40,20c5.7,2.9,15,7.4,20.7,10.3l23.7,11.9c5.7,2.9,10.3,10.3,10.3,16.7v119.8c0,6.3-4.4,14.3-9.8,17.7l-95.8,53.5
                                            c-5.4,3.4-14.1,3.4-19.4,0l-95.9-53.5c-5.4-3.4-9.8-11.4-9.8-17.7V291.9C55.2,285.6,59.8,278,65.5,275.2z"/>
                                        <path className="st2" d="M167.4,224.4c-4.3,0.8-12.5,3.8-18.3,6.8l-84.4,42.2c-6.4,3.3-11.4,11.4-11.4,18.5v119.8
                                            c0,7.1,4.7,15.6,10.7,19.4l95.9,53.5c6,3.8,15.7,3.8,21.7,0l95.8-53.5c6-3.8,10.7-12.4,10.7-19.4V291.9c0-7.2-5-15.4-11.4-18.5
                                            l-84.4-42.2C187,228.6,172.4,223.4,167.4,224.4z M150.8,234.8c5.5-2.7,13.4-5.7,17.3-6.4c3.2-0.7,16,3.3,22.1,6.4l84.4,42.2
                                            c4.9,2.5,9.2,9.3,9.2,14.9v119.8c0,5.7-4,12.9-8.8,16l-95.8,53.5c-4.7,3-12.7,3-17.3,0l-95.8-53.6c-4.7-3-8.7-10.3-8.7-16V291.9
                                            c0-5.6,4.2-12.4,9.2-14.9l0,0L150.8,234.8z"/>
                                        <path className="st5" d="M257.8,282l-81.3,40.7c-3.4,1.8-7.5,1.8-11,0l-82.1-41c-1.2-0.6-1.2-2.2,0-2.9l81.3-40.7
                                            c3.4-1.8,7.5-1.8,10.9,0l82.1,41C258.9,279.8,258.9,281.4,257.8,282z"/>
                                        
                                            <lineargradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4402.8428" y1="1069.775" x2="4539.543" y2="1069.775" gradientTransform="matrix(-1 0 0 -1 4641.793 1350)">
                                            <stop  offset="0" style={{stopColor:'#4670BA'}}/>
		                                    <stop  offset="1" style={{topColor:'#4670BA'}} />
                                        </lineargradient>
                                        <path className="st6" d="M237.9,283.1l-58.5,29.3c-4.2,2-9.1,2-13.2,0L103.3,281c-1.4-0.6-1.4-2.6,0-3.3l59.5-29.8
                                            c3.5-1.8,7.7-1.8,11.2,0l63.9,32C239.3,280.5,239.3,282.4,237.9,283.1z"/>
                                        
                                            <lineargradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4402.8667" y1="1083.675" x2="4539.5391" y2="1083.675" gradientTransform="matrix(-1 0 0 -1 4641.793 1350)">
                                            <stop  offset="0" style={{stopColor:'#3D98FF'}}/>
		                                    <stop  offset="0.9648" style={{topColor:'#8FE7FF'}} />
                                        </lineargradient>
                                        <path className="st7" d="M237.9,283.1l-6,3l-58-28.9c-3.5-1.8-7.7-1.8-11.2,0L109.1,284l-6-3c-1.4-0.6-1.4-2.6,0-3.3l59.5-29.8
                                            c3.5-1.8,7.7-1.8,11.2,0l63.9,32C239.3,280.5,239.3,282.4,237.9,283.1z"/>
                                        
                                            <lineargradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4471.1929" y1="1036.1" x2="4471.1929" y2="1188.5" gradientTransform="matrix(-1 0 0 -1 4641.793 1350)">
                                            <stop  offset="0" style={{stopColor:'#4670BA'}}/>
		                                    <stop  offset="1" style={{topColor:'#4670BA'}} />
                                        </lineargradient>
                                        <path className="st8" d="M237.9,283.1l-58.5,29.3c-4.2,2-9.1,2-13.2,0L103.3,281c0,0-1-0.7-1-1.7l1-117.8h134.6l1,120.1
                                            C238.8,282.5,238,283.1,237.9,283.1z"/>
                                        <g id="Bubbles">
                                            <circle className="st9" cx="116.8" cy="209.1" r="6.7">
                                                <animate attributeName="opacity" attributeType="CSS" dur="5s" from="1" to="0" repeatCount="indefinite" />
                                                <animatetransform attributeName="transform" type="translate" dur="5s" from="0 70" to="0 -30" repeatCount="indefinite" />
                                            </circle>
                                            <circle className="st9" cx="165.7" cy="198" r="5">
                                                <animate attributeName="opacity" attributeType="CSS" dur="4s" from="1" to="0" repeatCount="indefinite" />
                                                <animatetransform attributeName="transform" type="translate" dur="4s" from="0 90" to="0 -20" repeatCount="indefinite" />
                                            </circle>
                                            <circle className="st9" cx="179.5" cy="296.2" r="5">
                                                <animate attributeName="opacity" attributeType="CSS" dur="3s" from="1" to="0" repeatCount="indefinite" />
                                                <animatetransform attributeName="transform" type="translate" dur="3s" from="0 10" to="0 -80" repeatCount="indefinite" />
                                            </circle>
                                            <circle className="st9" cx="200.4" cy="224.3" r="5">
                                                <animate attributeName="opacity" attributeType="CSS" dur="6s" from="1" to="0" repeatCount="indefinite" />
                                                <animatetransform attributeName="transform" type="translate" dur="6s" from="0 70" to="0 -60" repeatCount="indefinite" />
                                            </circle>
                                            <circle className="st9" cx="144.2" cy="269.2" r="7.9">
                                                <animate attributeName="opacity" attributeType="CSS" dur="4.5s" from="1" to="0" repeatCount="indefinite" />
                                                <animatetransform attributeName="transform" type="translate" dur="4.5s" from="0 20" to="0 -90" repeatCount="indefinite" />
                                            </circle>
                                            <circle className="st9" cx="216.1" cy="270.4" r="7.9">
                                                <animate attributeName="opacity" attributeType="CSS" dur="3.5s" from="1" to="0" repeatCount="indefinite" />
                                                <animatetransform attributeName="transform" type="translate" dur="3.5s" from="0 10" to="0 -80" repeatCount="indefinite" />
                                            </circle>
                                            <circle className="st9" cx="226.7" cy="206.4" r="6.7">
                                                <animate attributeName="opacity" attributeType="CSS" dur="7s" from="1" to="0" repeatCount="indefinite" />
                                                <animatetransform attributeName="transform" type="translate" dur="7s" from="0 70" to="0 -30" repeatCount="indefinite" />
                                            </circle>
                                            <circle className="st9" cx="188.8" cy="248.8" r="9.2">
                                                <animate attributeName="opacity" attributeType="CSS" dur="2s" from="1" to="0" repeatCount="indefinite" />
                                                <animatetransform attributeName="transform" type="translate" dur="2s" from="0 40" to="0 -70" repeatCount="indefinite" />
                                            </circle>
                                        </g>
                                        <path id="light_1_" d="M257.2,412.7c1.1,3.9,4.6,4.6,7.9,1.5s5.1-8.5,4-12.4s-4.6-4.6-7.9-1.5C257.7,403.2,256.1,408.8,257.2,412.7
                                            z"/>
                                        <path id="light" className={this.state.zhline? "st11" :""} d="M257.2,412.7c1.1,3.9,4.6,4.6,7.9,1.5s5.1-8.5,4-12.4s-4.6-4.6-7.9-1.5
                                            C257.7,403.2,256.1,408.8,257.2,412.7z">
                                                <animate attributeName="opacity" attributeType="CSS" dur="0.5s" from="1" to="0" repeatCount="indefinite" />
                                        </path>
                                        
                                            <lineargradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="4631.4736" y1="1188.863" x2="4645.4683" y2="1188.863" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                            <stop  offset="0" style={{stopColor:'#346FBA'}}/>
		                                    <stop  offset="1" style={{stopColor:'#4593F7'}}/>
                                        </lineargradient>
                                        <path className="st12" d="M262.6,413c3.3-3.1,5.1-8.5,4-12.4c-0.2-0.9-0.6-1.5-1-2c1.5,0.3,2.7,1.3,3.3,3.3c1.1,3.9-0.6,9.3-4,12.4
                                            c-2.6,2.4-5.4,2.5-6.9,0.5C259.4,414.9,261.1,414.4,262.6,413z"/>
                                        <line className="st13" x1="177.1" y1="344.2" x2="276.2" y2="291.2"/>
                                        <line className="st13" x1="164.1" y1="344.2" x2="65" y2="291.2"/>
                                        <g>
                                            
                                                <lineargradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-150.4072" y1="961.325" x2="7.4928" y2="961.325" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                <stop  offset="0.6649"  style={{stopColor:'#78E4FA'}}/>
                                                <stop  offset="0.6706"  style={{stopColor:'#74DFF9'}}/>
                                                <stop  offset="0.7027"  style={{stopColor:'#5FC9F2'}}/>
                                                <stop  offset="0.7401"  style={{stopColor:'#4FB7EC'}}/>
                                                <stop  offset="0.7855"  style={{stopColor:'#43ABE9'}}/>
                                                <stop  offset="0.8474"  style={{stopColor:'#3DA4E7'}}/>
                                                <stop  offset="1" style={{stopColor:'#3BA2E6'}}/>
                                            </lineargradient>
                                            <path className="st14" d="M219.1,376.8L178.8,397c-4.6,2.2-9.9,2.2-14.5,0L61.2,345.8v32.4l103.1,51.7c4.6,2.2,9.9,2.2,14.5,0
                                                l40.3-20.2V376.8z"/>
                                            <path className="st2" d="M58.4,344.4c0,0-1.1-0.6-1.1-1.8v30h3.9v-26.8L58.4,344.4z"/>
                                            
                                                <lineargradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-154.3072" y1="949.825" x2="7.6928" y2="949.825" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                            </lineargradient>
                                            <path className="st15" d="M211.3,380.7v26.7l-32.5,16.4c-4.6,2.2-9.9,2.2-14.5,0l-105.9-53c0,0-1.1-0.6-1.1-1.8v7.2l107.2,53.5
                                                c4.6,2.2,9.9,2.2,14.5,0l40.3-20.2v-32.7L211.3,380.7z"/>
                                        </g>
                                    </g>
                                    <g id="lib1">
                                        <g>
                                            <path className="st2" d="M1007.3,96.2c0-1.3,1-3,2.2-3.6l27.1-13.6c1.8-0.9,4.2-1.7,5.2-1.9c0.8-0.1,4.4,1,6.3,1.9l27.1,13.6
                                                c1.2,0.6,2.2,2.3,2.2,3.6v67.3c0,1.4-1,3.3-2.2,4l-30.7,17.2c-1.1,0.7-3.1,0.7-4.1,0l-30.8-17.2c-1.2-0.7-2.2-2.7-2.2-4
                                                C1007.3,163.5,1007.3,96.2,1007.3,96.2z"/>
                                            <path className="st3" d="M1003.4,162.8c0,0.2,0,0.7,0,0.7c0,2.7,1.7,5.9,4,7.3l30.8,17.2c2.4,1.5,6,1.5,8.4,0l30.7-17.2
                                                c2.3-1.5,4-4.6,4-7.3V96.2c0-2.8-1.9-5.9-4.4-7.1l-27.1-13.6c-1.2-0.6-6.5-2.7-8.8-2.3c-1.5,0.3-4.2,1.3-6.2,2.3l-27.1,13.6
                                                c-2.5,1.3-4.4,4.3-4.4,7.1C1003.4,96.2,1003.4,162.8,1003.4,162.8z"/>
                                        </g>
                                        <path className="st4" d="M1008.7,90.9l11.9-5.9c1.8-0.9,4.8-2.4,6.6-3.3l8.6-4.3c1.8-0.9,4.4-1.9,5.7-2.1c1.3-0.2,5.7,1.2,7.5,2.1
                                            l12.8,6.4c1.8,0.9,4.8,2.4,6.6,3.3l7.6,3.8c1.8,0.9,3.3,3.3,3.3,5.3v67.3c0,2-1.4,4.6-3.1,5.7l-30.7,17.2c-1.7,1.1-4.5,1.1-6.2,0
                                            l-30.8-17.2c-1.7-1.1-3.1-3.6-3.1-5.7V96.2C1005.3,94.2,1006.8,91.8,1008.7,90.9z"/>
                                        <path className="st2" d="M1041.3,74.6c-1.4,0.3-4,1.2-5.9,2.2l-27.1,13.5c-2.1,1-3.7,3.6-3.7,5.9v67.3c0,2.3,1.5,5,3.4,6.2l30.8,17.2
                                            c1.9,1.2,5,1.2,7,0l30.7-17.2c1.9-1.2,3.4-4,3.4-6.2V96.2c0-2.3-1.6-4.9-3.7-5.9l-27.1-13.6C1047.6,75.9,1043,74.3,1041.3,74.6z
                                            M1036,77.9c1.8-0.9,4.3-1.8,5.6-2.1c1-0.2,5.1,1,7.1,2.1l27.1,13.6c1.6,0.8,3,3,3,4.8v67.3c0,1.8-1.3,4.1-2.8,5.1l-30.7,17.2
                                            c-1.5,1-4.1,1-5.6,0l-30.7-17.2c-1.5-1-2.8-3.3-2.8-5.1V96.2c0-1.8,1.3-4,3-4.8l0,0L1036,77.9z"/>
                                        <path d="M1070.1,163.9c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5
                                            C1070.3,160.8,1069.8,162.6,1070.1,163.9z"/>
                                        <path className="st11" d="M1070.1,163.9c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5
                                            C1070.3,160.8,1069.8,162.6,1070.1,163.9z"/>
                                        
                                            <lineargradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="3791.2214" y1="1205.1558" x2="3795.7107" y2="1205.1558" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                            
                                        </lineargradient>
                                        <path className="st16" d="M1071.9,164c1.1-1,1.6-2.7,1.3-4c-0.1-0.3-0.2-0.5-0.3-0.7c0.5,0.1,0.9,0.4,1,1.1c0.4,1.3-0.2,3-1.3,4
                                            c-0.8,0.8-1.7,0.8-2.2,0.2C1070.9,164.5,1071.4,164.4,1071.9,164z"/>
                                        <line className="st17" x1="1044.5" y1="113" x2="1076.3" y2="96"/>
                                        <line className="st17" x1="1040.3" y1="113" x2="1008.5" y2="96"/>
                                        <g>
                                            
                                                <lineargradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="1228.7375" x2="846.3621" y2="1228.7375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st18" d="M1057.9,117.5L1045,124c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V117.5z"/>
                                            <path className="st2" d="M1006.4,107.1c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,107.1z"/>
                                            
                                                <lineargradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="1224.9875" x2="846.4238" y2="1224.9875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st19" d="M1055.4,118.8v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L1055.4,118.8z"/>
                                        </g>
                                        <g>
                                            
                                                <lineargradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="1209.1375" x2="846.3621" y2="1209.1375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st20" d="M1057.9,137.1l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V137.1z"/>
                                            <path className="st2" d="M1006.4,126.7c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,126.7z"/>
                                            
                                                <lineargradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="1205.4875" x2="846.4238" y2="1205.4875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st21" d="M1055.4,138.3v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5V137L1055.4,138.3z"/>
                                        </g>
                                        <g>
                                            
                                                <lineargradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="1189.6375" x2="846.3621" y2="1189.6375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st22" d="M1057.9,156.6l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5V157l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V156.6z"/>
                                            <path className="st2" d="M1006.4,146.2c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,146.2z"/>
                                            
                                                <lineargradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="1185.8875" x2="846.4238" y2="1185.8875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                            </lineargradient>
                                            <path className="st23" d="M1055.4,157.9v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L1055.4,157.9z"/>
                                        </g>
                                    </g>
                                    <g id="lib2">
                                        <g>
                                            <path className="st2" d="M1007.3,241.9c0-1.3,1-3,2.2-3.6l27.1-13.6c1.8-0.9,4.2-1.7,5.2-1.9c0.8-0.1,4.4,1,6.3,1.9l27.1,13.6
                                                c1.2,0.6,2.2,2.3,2.2,3.6v67.3c0,1.4-1,3.3-2.2,4l-30.7,17.2c-1.1,0.7-3.1,0.7-4.1,0l-30.8-17.2c-1.2-0.7-2.2-2.7-2.2-4
                                                C1007.3,309.2,1007.3,241.9,1007.3,241.9z"/>
                                            <path className="st3" d="M1003.4,308.5c0,0.2,0,0.7,0,0.7c0,2.7,1.7,5.9,4,7.3l30.8,17.2c2.4,1.5,6,1.5,8.4,0l30.7-17.2
                                                c2.3-1.5,4-4.6,4-7.3v-67.3c0-2.8-1.9-5.9-4.4-7.1l-27.1-13.6c-1.2-0.6-6.5-2.7-8.8-2.3c-1.5,0.3-4.2,1.3-6.2,2.3l-27.1,13.6
                                                c-2.5,1.3-4.4,4.3-4.4,7.1C1003.4,241.9,1003.4,308.5,1003.4,308.5z"/>
                                        </g>
                                        <path className="st4" d="M1008.7,236.6l11.9-5.9c1.8-0.9,4.8-2.4,6.6-3.3l8.6-4.3c1.8-0.9,4.4-1.9,5.7-2.1c1.3-0.2,5.7,1.2,7.5,2.1
                                            l12.8,6.4c1.8,0.9,4.8,2.4,6.6,3.3l7.6,3.8c1.8,0.9,3.3,3.3,3.3,5.3v67.3c0,2-1.4,4.6-3.1,5.7l-30.7,17.2c-1.7,1.1-4.5,1.1-6.2,0
                                            l-30.8-17.2c-1.7-1.1-3.1-3.6-3.1-5.7v-67.3C1005.3,239.9,1006.8,237.5,1008.7,236.6z"/>
                                        <path className="st2" d="M1041.3,220.3c-1.4,0.3-4,1.2-5.9,2.2l-27.1,13.5c-2.1,1-3.7,3.6-3.7,5.9v67.3c0,2.3,1.5,5,3.4,6.2l30.8,17.2
                                            c1.9,1.2,5,1.2,7,0l30.7-17.2c1.9-1.2,3.4-4,3.4-6.2v-67.3c0-2.3-1.6-4.9-3.7-5.9l-27.1-13.6C1047.6,221.6,1043,219.9,1041.3,220.3
                                            z M1036,223.6c1.8-0.9,4.3-1.8,5.6-2.1c1-0.2,5.1,1,7.1,2.1l27.1,13.6c1.6,0.8,3,3,3,4.8v67.3c0,1.8-1.3,4.1-2.8,5.1l-30.7,17.2
                                            c-1.5,1-4.1,1-5.6,0l-30.7-17.2c-1.5-1-2.8-3.3-2.8-5.1V242c0-1.8,1.3-4,3-4.8l0,0L1036,223.6z"/>
                                        <path d="M1070.1,309.5c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5
                                            C1070.3,306.5,1069.8,308.3,1070.1,309.5z"/>
                                        <path className="st11" d="M1070.1,309.5c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5
                                            C1070.3,306.5,1069.8,308.3,1070.1,309.5z"/>
                                        
                                            <lineargradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="3830.8052" y1="1065.0352" x2="3835.2944" y2="1065.0352" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                            
                                        </lineargradient>
                                        <path className="st24" d="M1071.9,309.6c1.1-1,1.6-2.7,1.3-4c-0.1-0.3-0.2-0.5-0.3-0.7c0.5,0.1,0.9,0.4,1,1.1c0.4,1.3-0.2,3-1.3,4
                                            c-0.8,0.8-1.7,0.8-2.2,0.2C1070.9,310.2,1071.4,310.1,1071.9,309.6z"/>
                                        <line className="st17" x1="1044.5" y1="258.7" x2="1076.3" y2="241.7"/>
                                        <line className="st17" x1="1040.3" y1="258.7" x2="1008.5" y2="241.7"/>
                                        <g>
                                            
                                                <lineargradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="1083.0375" x2="846.3621" y2="1083.0375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st25" d="M1057.9,263.2l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V263.2z"/>
                                            <path className="st2" d="M1006.4,252.8c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,252.8z"/>
                                            
                                                <lineargradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="1079.3875" x2="846.4238" y2="1079.3875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st26" d="M1055.4,264.4v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L1055.4,264.4z"/>
                                        </g>
                                        <g>
                                            
                                                <lineargradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="1063.5375" x2="846.3621" y2="1063.5375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                                
                                            </lineargradient>
                                            <path className="st27" d="M1057.9,282.7l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V282.7z"/>
                                            <path className="st2" d="M1006.4,272.3c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,272.3z"/>
                                            
                                                <lineargradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="1059.7875" x2="846.4238" y2="1059.7875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st28" d="M1055.4,284v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L1055.4,284z"/>
                                        </g>
                                        <g>
                                            
                                                <lineargradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="1043.9375" x2="846.3621" y2="1043.9375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                            </lineargradient>
                                            <path className="st29" d="M1057.9,302.3l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V302.3z"/>
                                            <path className="st2" d="M1006.4,291.9c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,291.9z"/>
                                            
                                                <lineargradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="1040.2875" x2="846.4238" y2="1040.2875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st30" d="M1055.4,303.5v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L1055.4,303.5z"/>
                                        </g>
                                    </g>
                                    <g id="lib3">
                                        <g>
                                            <path className="st2" d="M1007.3,389c0-1.3,1-3,2.2-3.6l27.1-13.6c1.8-0.9,4.2-1.7,5.2-1.9c0.8-0.1,4.4,1,6.3,1.9l27.1,13.6
                                                c1.2,0.6,2.2,2.3,2.2,3.6v67.3c0,1.4-1,3.3-2.2,4l-30.7,17.2c-1.1,0.7-3.1,0.7-4.1,0l-30.8-17.2c-1.2-0.7-2.2-2.7-2.2-4
                                                C1007.3,456.3,1007.3,389,1007.3,389z"/>
                                            <path className="st3" d="M1003.4,455.6c0,0.2,0,0.7,0,0.7c0,2.7,1.7,5.9,4,7.3l30.8,17.2c2.4,1.5,6,1.5,8.4,0l30.7-17.2
                                                c2.3-1.5,4-4.6,4-7.3V389c0-2.8-1.9-5.9-4.4-7.1l-27.1-13.6c-1.2-0.6-6.5-2.7-8.8-2.3c-1.5,0.3-4.2,1.3-6.2,2.3l-27.1,13.6
                                                c-2.5,1.3-4.4,4.3-4.4,7.1C1003.4,389,1003.4,455.6,1003.4,455.6z"/>
                                        </g>
                                        <path className="st4" d="M1008.7,383.7l11.9-5.9c1.8-0.9,4.8-2.4,6.6-3.3l8.6-4.3c1.8-0.9,4.4-1.9,5.7-2.1c1.3-0.2,5.7,1.2,7.5,2.1
                                            l12.8,6.4c1.8,0.9,4.8,2.4,6.6,3.3l7.6,3.8c1.8,0.9,3.3,3.3,3.3,5.3v67.3c0,2-1.4,4.6-3.1,5.7l-30.7,17.2c-1.7,1.1-4.5,1.1-6.2,0
                                            l-30.8-17.2c-1.7-1.1-3.1-3.6-3.1-5.7V389C1005.3,387,1006.8,384.6,1008.7,383.7z"/>
                                        <path className="st2" d="M1041.3,367.4c-1.4,0.3-4,1.2-5.9,2.2l-27.1,13.5c-2.1,1-3.7,3.6-3.7,5.9v67.3c0,2.3,1.5,5,3.4,6.2l30.8,17.2
                                            c1.9,1.2,5,1.2,7,0l30.7-17.2c1.9-1.2,3.4-4,3.4-6.2V389c0-2.3-1.6-4.9-3.7-5.9l-27.1-13.6C1047.6,368.7,1043,367.1,1041.3,367.4z
                                            M1036,370.7c1.8-0.9,4.3-1.8,5.6-2.1c1-0.2,5.1,1,7.1,2.1l27.1,13.6c1.6,0.8,3,3,3,4.8v67.3c0,1.8-1.3,4.1-2.8,5.1l-30.7,17.2
                                            c-1.5,1-4.1,1-5.6,0l-30.7-17.2c-1.5-1-2.8-3.3-2.8-5.1V389c0-1.8,1.3-4,3-4.8l0,0L1036,370.7z"/>
                                        <path d="M1070.1,456.7c0.4,1.3,1.5,1.5,2.5,0.5s1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5C1070.3,453.6,1069.8,455.4,1070.1,456.7z"
                                            />
                                        <path className="st11" d="M1070.1,456.7c0.4,1.3,1.5,1.5,2.5,0.5s1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5
                                            C1070.3,453.6,1069.8,455.4,1070.1,456.7z"/>
                                        
                                            <lineargradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="3870.7908" y1="923.3748" x2="3875.28" y2="923.3748" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                            
                                        </lineargradient>
                                        <path className="st31" d="M1071.9,456.8c1.1-1,1.6-2.7,1.3-4c-0.1-0.3-0.2-0.5-0.3-0.7c0.5,0.1,0.9,0.4,1,1.1c0.4,1.3-0.2,3-1.3,4
                                            c-0.8,0.8-1.7,0.8-2.2,0.2C1070.9,457.4,1071.4,457.2,1071.9,456.8z"/>
                                        <line className="st17" x1="1044.5" y1="405.8" x2="1076.3" y2="388.8"/>
                                        <line className="st17" x1="1040.3" y1="405.8" x2="1008.5" y2="388.8"/>
                                        <g>
                                            
                                                <lineargradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="935.9375" x2="846.3621" y2="935.9375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                            </lineargradient>
                                            <path className="st32" d="M1057.9,410.3l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V410.3z"/>
                                            <path className="st2" d="M1006.4,399.9c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,399.9z"/>
                                            
                                                <lineargradient id="SVGID_23_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="932.1875" x2="846.4238" y2="932.1875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st33" d="M1055.4,411.6v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L1055.4,411.6z"/>
                                        </g>
                                        <g>
                                            
                                                <lineargradient id="SVGID_24_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="916.3375" x2="846.3621" y2="916.3375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st34" d="M1057.9,429.9l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V429.9z"/>
                                            <path className="st2" d="M1006.4,419.5c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,419.5z"/>
                                            
                                                <lineargradient id="SVGID_25_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="912.6875" x2="846.4238" y2="912.6875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st35" d="M1055.4,431.1v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L1055.4,431.1z"/>
                                        </g>
                                        <g>
                                            
                                                <lineargradient id="SVGID_26_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="896.8375" x2="846.3621" y2="896.8375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                            </lineargradient>
                                            <path className="st36" d="M1057.9,449.4l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V449.4z"/>
                                            <path className="st2" d="M1006.4,439c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,439z"/>
                                            
                                                <lineargradient id="SVGID_27_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="893.0875" x2="846.4238" y2="893.0875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st37" d="M1055.4,450.7v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L1055.4,450.7z"/>
                                        </g>
                                    </g>
                                    <g id="lib4">
                                        <g>
                                            <path className="st2" d="M1007.3,536.2c0-1.3,1-3,2.2-3.6l27.1-13.6c1.8-0.9,4.2-1.7,5.2-1.9c0.8-0.1,4.4,1,6.3,1.9l27.1,13.6
                                                c1.2,0.6,2.2,2.3,2.2,3.6v67.3c0,1.4-1,3.3-2.2,4l-30.7,17.2c-1.1,0.7-3.1,0.7-4.1,0l-30.8-17.2c-1.2-0.7-2.2-2.7-2.2-4
                                                C1007.3,603.5,1007.3,536.2,1007.3,536.2z"/>
                                            <path className="st3" d="M1003.4,602.8c0,0.2,0,0.7,0,0.7c0,2.7,1.7,5.9,4,7.3l30.8,17.2c2.4,1.5,6,1.5,8.4,0l30.7-17.2
                                                c2.3-1.5,4-4.6,4-7.3v-67.3c0-2.8-1.9-5.9-4.4-7.1l-27.1-13.6c-1.2-0.6-6.5-2.7-8.8-2.3c-1.5,0.3-4.2,1.3-6.2,2.3l-27.1,13.6
                                                c-2.5,1.3-4.4,4.3-4.4,7.1C1003.4,536.2,1003.4,602.8,1003.4,602.8z"/>
                                        </g>
                                        <path className="st4" d="M1008.7,530.8l11.9-5.9c1.8-0.9,4.8-2.4,6.6-3.3l8.6-4.3c1.8-0.9,4.4-1.9,5.7-2.1c1.3-0.2,5.7,1.2,7.5,2.1
                                            l12.8,6.4c1.8,0.9,4.8,2.4,6.6,3.3l7.6,3.8c1.8,0.9,3.3,3.3,3.3,5.3v67.3c0,2-1.4,4.6-3.1,5.7l-30.7,17.2c-1.7,1.1-4.5,1.1-6.2,0
                                            l-30.8-17.2c-1.7-1.1-3.1-3.6-3.1-5.7v-67.3C1005.3,534.2,1006.8,531.7,1008.7,530.8z"/>
                                        <path className="st2" d="M1041.3,514.5c-1.4,0.3-4,1.2-5.9,2.2l-27.1,13.5c-2.1,1-3.7,3.6-3.7,5.9v67.3c0,2.3,1.5,5,3.4,6.2l30.8,17.2
                                            c1.9,1.2,5,1.2,7,0l30.7-17.2c1.9-1.2,3.4-4,3.4-6.2v-67.3c0-2.3-1.6-4.9-3.7-5.9l-27.1-13.6C1047.6,515.9,1043,514.2,1041.3,514.5
                                            z M1036,517.9c1.8-0.9,4.3-1.8,5.6-2.1c1-0.2,5.1,1,7.1,2.1l27.1,13.6c1.6,0.8,3,3,3,4.8v67.3c0,1.8-1.3,4.1-2.8,5.1l-30.7,17.2
                                            c-1.5,1-4.1,1-5.6,0l-30.7-17.2c-1.5-1-2.8-3.3-2.8-5.1v-67.3c0-1.8,1.3-4,3-4.8l0,0L1036,517.9z"/>
                                        <path d="M1070.1,603.8c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5
                                            C1070.3,600.8,1069.8,602.6,1070.1,603.8z"/>
                                        <path className="st11" d="M1070.1,603.8c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5
                                            C1070.3,600.8,1069.8,602.6,1070.1,603.8z"/>
                                        
                                            <lineargradient id="SVGID_28_" gradientUnits="userSpaceOnUse" x1="3910.7744" y1="781.8107" x2="3915.2637" y2="781.8107" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                            
                                        </lineargradient>
                                        <path className="st38" d="M1071.9,603.9c1.1-1,1.6-2.7,1.3-4c-0.1-0.3-0.2-0.5-0.3-0.7c0.5,0.1,0.9,0.4,1,1.1c0.4,1.3-0.2,3-1.3,4
                                            c-0.8,0.8-1.7,0.8-2.2,0.2C1070.9,604.5,1071.4,604.4,1071.9,603.9z"/>
                                        <line className="st17" x1="1044.5" y1="553" x2="1076.3" y2="536"/>
                                        <line className="st17" x1="1040.3" y1="553" x2="1008.5" y2="536"/>
                                        <g>
                                            
                                                <lineargradient id="SVGID_29_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="788.7375" x2="846.3621" y2="788.7375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st39" d="M1057.9,557.5L1045,564c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V557.5z"/>
                                            <path className="st2" d="M1006.4,547.1c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,547.1z"/>
                                            
                                                <lineargradient id="SVGID_30_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="785.0875" x2="846.4238" y2="785.0875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st40" d="M1055.4,558.7v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L1055.4,558.7z"/>
                                        </g>
                                        <g>
                                            
                                                <lineargradient id="SVGID_31_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="769.2375" x2="846.3621" y2="769.2375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st41" d="M1057.9,577l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V577z"/>
                                            <path className="st2" d="M1006.4,566.6c0,0-0.4-0.2-0.4-0.6v9.6h1.2V567L1006.4,566.6z"/>
                                            
                                                <lineargradient id="SVGID_32_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="765.4875" x2="846.4238" y2="765.4875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st42" d="M1055.4,578.3v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5V577L1055.4,578.3z"/>
                                        </g>
                                        <g>
                                            
                                                <lineargradient id="SVGID_33_" gradientUnits="userSpaceOnUse" x1="795.6621" y1="749.6375" x2="846.3621" y2="749.6375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st43" d="M1057.9,596.6l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5V597l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                                V596.6z"/>
                                            <path className="st2" d="M1006.4,586.2c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L1006.4,586.2z"/>
                                            
                                                <lineargradient id="SVGID_34_" gradientUnits="userSpaceOnUse" x1="794.4238" y1="745.9875" x2="846.4238" y2="745.9875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                                
                                            </lineargradient>
                                            <path className="st44" d="M1055.4,597.8v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                                c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L1055.4,597.8z"/>
                                        </g>
                                    </g>
                                    <g>
                                        <polygon className="st45" points="802.4,188.7 802.4,221.9 820.5,235.2 856.8,235.2 874.9,221.9 874.9,188.7 	"/>
                                        <polygon className="st45" points="856.8,175.4 820.5,175.4 802.4,188.7 820.5,202 856.8,202 874.9,188.7 	"/>
                                        <line className="st46" x1="820.5" y1="202" x2="820.5" y2="235.2"/>
                                        <line className="st46" x1="856.8" y1="202" x2="856.8" y2="235.2"/>
                                    </g>
                                    <g>
                                        <polygon className="st45" points="802.4,313.3 802.4,346.5 820.5,359.8 856.8,359.8 874.9,346.5 874.9,313.3 	"/>
                                        <polygon className="st45" points="856.8,300 820.5,300 802.4,313.3 820.5,326.6 856.8,326.6 874.9,313.3 	"/>
                                        <line className="st46" x1="820.5" y1="326.6" x2="820.5" y2="359.8"/>
                                        <line className="st46" x1="856.8" y1="326.6" x2="856.8" y2="359.8"/>
                                    </g>
                                    <g>
                                        <polygon className="st45" points="802.4,437.9 802.4,471.1 820.5,484.4 856.8,484.4 874.9,471.1 874.9,437.9 	"/>
                                        <polygon className="st45" points="856.8,424.6 820.5,424.6 802.4,437.9 820.5,451.2 856.8,451.2 874.9,437.9 	"/>
                                        <line className="st46" x1="820.5" y1="451.2" x2="820.5" y2="484.4"/>
                                        <line className="st46" x1="856.8" y1="451.2" x2="856.8" y2="484.4"/>
                                    </g>
                                    <g>
                                        <polygon className="st45" points="802.4,562.5 802.4,595.7 820.5,609 856.8,609 874.9,595.7 874.9,562.5 	"/>
                                        <polygon className="st45" points="856.8,549.2 820.5,549.2 802.4,562.5 820.5,575.8 856.8,575.8 874.9,562.5 	"/>
                                        <line className="st46" x1="820.5" y1="575.8" x2="820.5" y2="609"/>
                                        <line className="st46" x1="856.8" y1="575.8" x2="856.8" y2="609"/>
                                    </g>
                                    <text transform="matrix(1 0 0 1 102.0736 530.5083)" className="st47"><tspan x="0" y="0" className="st48 st49">ODS</tspan><tspan x="52" y="0" className="st50 st49">数据源</tspan></text>
                                    <text transform="matrix(1 0 0 1 533.4787 511.5805)" className="st50 st49">清洗</text>
                                    <text transform="matrix(1 0 0 1 820.5274 255.3349)" className="st50 st51">转换</text>
                                    <text transform="matrix(1 0 0 1 1015.6504 206.4496)" className="st50 st51">公民库</text>
                                    <text transform="matrix(1 0 0 1 1015.6504 355.4241)" className="st50 st51">法人库</text>
                                    <text transform="matrix(1 0 0 1 997.6504 500.0692)" className="st50 st51">舆情信息库</text>
                                    <text transform="matrix(1 0 0 1 997.6504 648.6301)" className="st50 st51">电子证照库</text>
                                    <text transform="matrix(1 0 0 1 820.5274 379.7923)" className="st50 st51">转换</text>
                                    <text transform="matrix(1 0 0 1 820.5274 504.2501)" className="st50 st51">转换</text>
                                    <text transform="matrix(1 0 0 1 820.5274 628.7073)" className="st50 st51">转换</text>
                                    <lineargradient id="SVGID_35_" gradientUnits="userSpaceOnUse" x1="284.7" y1="-904.5558" x2="284.7" y2="-927.6058" gradientTransform="matrix(1 0 0 1 0 1050)">

                                    </lineargradient>
                                    <path className="st52" d="M301,142c-9,4.5-23.6,4.5-32.6,0s-9-11.8,0-16.3s23.6-4.5,32.6,0S310,137.5,301,142z M269.4,126.1
                                        c-8.5,4.1-8.5,10.7,0,14.8s22.3,4.1,30.8,0s8.5-10.7,0-14.8C291.6,122,277.8,122,269.4,126.1z"/>
                                    <lineargradient id="SVGID_36_" gradientUnits="userSpaceOnUse" x1="382.7" y1="-904.5558" x2="382.7" y2="-927.6058" gradientTransform="matrix(1 0 0 1 0 1050)">
                                        
                                    </lineargradient>
                                    <path className="st53" d="M399,142c-9,4.5-23.6,4.5-32.6,0s-9-11.8,0-16.3s23.6-4.5,32.6,0S408,137.5,399,142z M367.4,126.1
                                        c-8.5,4.1-8.5,10.7,0,14.8s22.3,4.1,30.8,0s8.5-10.7,0-14.8C389.6,122,375.8,122,367.4,126.1z"/>
                                    <lineargradient id="SVGID_37_" gradientUnits="userSpaceOnUse" x1="482.3" y1="-904.5558" x2="482.3" y2="-927.6058" gradientTransform="matrix(1 0 0 1 0 1050)">

                                    </lineargradient>
                                    <path className="st54" d="M498.6,142c-9,4.5-23.6,4.5-32.6,0s-9-11.8,0-16.3s23.6-4.5,32.6,0S507.6,137.5,498.6,142z M467,126.1
                                        c-8.5,4.1-8.5,10.7,0,14.8s22.3,4.1,30.8,0s8.5-10.7,0-14.8C489.2,122,475.4,122,467,126.1z"/>
                                    <text transform="matrix(1 0 0 1 260.3727 62.624)" style={{display:'block'}} className="st47"><tspan x="0" y="0" className="st50 st51">{this.state.zhruleName[0]}</tspan></text>
                                    <text transform="matrix(1 0 0 1 362.6952 62.624)" style={{display:'block'}} className="st47"><tspan x="0" y="0" className="st50 st51">{this.state.zhruleName[1]}</tspan></text>
                                    <text transform="matrix(1 0 0 1 460.5912 62.624)" style={{display:'block'}} className="st47"><tspan x="0" y="0" className="st50 st51">{this.state.zhruleName[2]}</tspan></text>
                                    <g id="rule3">
                                        
                                            <rect x="261.6" y="78.2" transform="matrix(0.7071 -0.7071 0.7071 0.7071 11.7431 230.9947)" className="st55" width="46.2" height="46.2"/>
                                        <polyline className="st46" points="252,101.2 284.7,113.8 317.4,101.2 	"/>
                                        <line className="st46" x1="284.7" y1="68.5" x2="284.7" y2="113.8"/>
                                        <line className="st46" x1="284.7" y1="133.9" x2="284.7" y2="113.8"/>
                                    </g>
                                    <g id="rule2">
                                        
                                            <rect x="359.5" y="78.2" transform="matrix(0.7071 -0.7071 0.7071 0.7071 40.4092 300.2129)" className="st55" width="46.2" height="46.2"/>
                                        <polyline className="st46" points="349.9,101.2 382.6,113.8 415.3,101.2 	"/>
                                        <line className="st46" x1="382.6" y1="68.5" x2="382.6" y2="113.8"/>
                                        <line className="st46" x1="382.6" y1="133.9" x2="382.6" y2="113.8"/>
                                    </g>
                                    <g id="rule1">
                                        
                                            <rect x="459" y="78.2" transform="matrix(0.7071 -0.7071 0.7071 0.7071 69.5715 370.5738)" className="st55" width="46.2" height="46.2"/>
                                        <polyline className="st46" points="449.5,101.2 482.1,113.8 514.8,101.2 	"/>
                                        <line className="st46" x1="482.1" y1="68.5" x2="482.1" y2="113.8"/>
                                        <line className="st46" x1="482.1" y1="133.9" x2="482.1" y2="113.8"/>
                                    </g>
                                    <line id="main_x5F_path" className="st56" x1="0" y1="-12.7" x2="43.1" y2="-12.7"/>
                                    <line id="main_x5F_path_1_" className="st57" x1="60.9" y1="-12.7" x2="104" y2="-12.7"/>
                                    <g id="pool">
                                        <path className="st58" d="M726.3,390.9l-152.5,87.4c-6.4,3.8-14.1,3.8-20.7,0L399,390.1c-2.3-1.2-2.3-4.8,0-6.2l152.5-87.4
                                            c6.4-3.8,14.1-3.8,20.5,0l154.1,88.2C728.4,386.1,728.4,389.7,726.3,390.9z"/>
                                        <path className="st59" d="M708.5,389.6l-135.9,77.9c-5.7,3.4-12.5,3.4-18.4,0l-137.3-78.6c-2-1.1-2-4.2,0-5.5l135.9-77.9
                                            c5.7-3.4,12.5-3.4,18.2,0l137.3,78.6C710.3,385.4,710.3,388.6,708.5,389.6z"/>
                                        <path className="st5" d="M708.5,389.6l-135.9,77.9c-5.7,3.4-12.5,3.4-18.4,0l-137.3-78.6c-2-1.1-2-4.2,0-5.5l135.9-77.9
                                            c5.7-3.4,12.5-3.4,18.2,0l137.3,78.6C710.3,385.4,710.3,388.6,708.5,389.6z"/>
                                        <path className="st60" d="M552.8,356.2l-96.5,55.3l97.9,56c5.9,3.4,12.7,3.4,18.4,0l96.5-55.3l-98-56.1
                                            C565.3,352.8,558.5,352.8,552.8,356.2z"/>
                                        
                                            <lineargradient id="SVGID_38_" gradientUnits="userSpaceOnUse" x1="4079.4929" y1="878.3116" x2="4079.4929" y2="1070.6001" gradientTransform="matrix(-1 0 0 -1 4641.793 1350)">
                                            
                                        </lineargradient>
                                        <path className="st61" d="M708.4,390.8l-133.8,77.5c-9,4.4-12.8,4.6-21.8,0.1l-136.6-78.8c0,0-2.2-1.6-2.2-3.6l1.6-106.6h292.8
                                            l2.2,108.2C710.4,389.6,708.6,390.8,708.4,390.8z"/>
                                    </g>
                                    <g id="data_x5F_file6">
                                        <path className="st62" d="M507,407.3l-2.2,1.2c-0.8,0.5-1.8,0.5-2.7,0l-19.9-11.4c-0.3-0.2-0.3-0.6,0-0.8l2.2-1.2
                                            c0.8-0.5,1.8-0.5,2.6,0l19.9,11.4C507.3,406.7,507.3,407.2,507,407.3z"/>
                                        <path className="st63" d="M507,407.3l-2.2,1.2c-0.8,0.5-1.8,0.5-2.7,0l-19.9-11.4c-0.1-0.1-0.2-0.2-0.2-0.4c0-0.2,0-32,0-32l25.1,10.1
                                            c0,0,0,31.9,0,32.1C507.3,407.1,507.2,407.3,507,407.3z"/>
                                        <path className="st64" d="M504.8,376.6c-0.4,0.2-0.8,0.3-1.1,0.4v32c0.2,0,0.5-0.1,0.8-0.2l0.6-0.3v-32L504.8,376.6z"/>
                                        <path className="st65" d="M507,375.3l-2.2,1.2c-0.8,0.5-1.8,0.5-2.7,0l-19.9-11.4c-0.3-0.2-0.3-0.6,0-0.8l2.2-1.2
                                            c0.8-0.5,1.8-0.5,2.6,0l19.9,11.4C507.3,374.7,507.3,375.2,507,375.3z"/>
                                        <polygon className="st66" points="499.2,390.6 492.8,380.1 486.4,383.2 489.7,385.1 489.7,393.4 495.9,397 495.9,388.7 	"/>
                                        <animate attributeName="opacity" attributeType={this.state.zhline? "CSS" :""} dur="2s" from="1" to="0" repeatCount={this.state.zhline? "indefinite" :""} />
                                        <animatetransform attributeName="transform" type="translate" dur="2s" from="0 20" to="0 -70" repeatCount={this.state.zhline? "indefinite" :""} />
                                    </g>
                                    <g id="data_x5F_file5">
                                        <path className="st62" d="M617.8,411l-3.7,2.1c-1.4,0.8-3,0.8-4.4,0l-33.2-19c-0.5-0.3-0.5-1,0-1.3l3.7-2.1c1.4-0.8,3-0.8,4.4,0
                                            l33.2,19C618.3,410,618.3,410.7,617.8,411z"/>
                                        <path className="st63" d="M617.8,411l-3.7,2.1c-1.4,0.8-3,0.8-4.4,0l-33.2-19c-0.2-0.1-0.4-0.4-0.4-0.6c0-0.3,0-53.5,0-53.5l42,16.8
                                            c0,0,0,53.3,0,53.6C618.2,410.6,618.1,410.9,617.8,411z"/>
                                        <path className="st64" d="M614.2,359.6c-0.6,0.4-1.3,0.5-1.9,0.6v53.4c0.4,0,0.9-0.1,1.4-0.3l0.9-0.5v-53.4L614.2,359.6z"/>
                                        <path className="st65" d="M617.8,357.6l-3.7,2.1c-1.4,0.8-3,0.8-4.4,0l-33.2-19c-0.5-0.3-0.5-1,0-1.3l3.7-2.1c1.4-0.8,3-0.8,4.4,0
                                            l33.2,19C618.3,356.5,618.3,357.3,617.8,357.6z"/>
                                        <polygon className="st66" points="604.2,382.1 595,367 585.8,371.4 590.5,374.2 590.5,386.1 599.5,391.3 599.5,379.3 	"/>
                                        <animate attributeName="opacity" attributeType={this.state.zhline? "CSS" :""} dur="2.5s" from="1" to="0" repeatCount={this.state.zhline? "indefinite" :""} />
                                        <animatetransform attributeName="transform" type="translate" dur="2.5s" from="0 20" to="0 -150" repeatCount={this.state.zhline? "indefinite" :""}/>
                                    </g>
                                    <g id="data_x5F_file4">
                                        <path className="st62" d="M547.8,275.6l-2.6,1.4c-1,0.6-2.1,0.6-3.1,0l-23-13.2c-0.3-0.2-0.3-0.7,0-0.9l2.6-1.4c1-0.6,2.1-0.6,3.1,0
                                            l23,13.2C548.1,274.9,548.1,275.4,547.8,275.6z"/>
                                        <path className="st63" d="M547.8,275.6l-2.6,1.4c-1,0.6-2.1,0.6-3.1,0l-23-13.2c-0.2-0.1-0.2-0.2-0.3-0.4c0-0.2,0-37.1,0-37.1L548,238
                                            c0,0,0,37,0,37.2S548,275.5,547.8,275.6z"/>
                                        <path className="st64" d="M545.3,240c-0.4,0.2-0.9,0.4-1.3,0.4v37.1c0.3,0,0.6-0.1,1-0.2l0.6-0.4v-37.1L545.3,240z"/>
                                        <path className="st65" d="M547.8,238.5l-2.6,1.4c-1,0.6-2.1,0.6-3.1,0l-23-13.2c-0.3-0.2-0.3-0.7,0-0.9l2.6-1.4c1-0.6,2.1-0.6,3.1,0
                                            l23,13.2C548.1,237.8,548.1,238.3,547.8,238.5z"/>
                                        <polygon className="st66" points="525.3,247.8 531.7,258.3 538.1,255.2 534.8,253.3 534.8,245 528.6,241.4 528.6,249.7 	"/>
                                        <animate attributeName="opacity" attributeType={this.state.zhline? "CSS" :""} dur="5.5s" from="0" to="1" repeatCount={this.state.zhline? "indefinite" :""} />
                                        <animatetransform attributeName="transform" type="translate" dur="5.5s" from="0 -20" to="0 180" repeatCount={this.state.zhline? "indefinite" :""} />
                                    </g>
                                    <g id="data_x5F_file3">
                                        <path className="st62" d="M685.9,379.5l-2.8,1.6c-1,0.6-2.3,0.6-3.3,0l-25-14.3c-0.4-0.2-0.4-0.8,0-1l2.8-1.6c1-0.6,2.3-0.6,3.3,0
                                            l25,14.3C686.3,378.7,686.3,379.3,685.9,379.5z"/>
                                        <path className="st63" d="M685.9,379.5l-2.8,1.6c-1,0.6-2.3,0.6-3.3,0l-25-14.3c-0.2-0.1-0.3-0.3-0.3-0.5s0-40.3,0-40.3l31.6,12.6
                                            c0,0,0,40.1,0,40.3C686.2,379.2,686.1,379.4,685.9,379.5z"/>
                                        <path className="st64" d="M683.1,340.8c-0.5,0.3-0.9,0.4-1.4,0.4v40.2c0.3,0,0.6-0.1,1-0.2l0.7-0.4v-40.2L683.1,340.8z"/>
                                        <path className="st65" d="M685.9,339.3l-2.8,1.6c-1,0.6-2.3,0.6-3.3,0l-25-14.3c-0.4-0.2-0.4-0.8,0-1l2.8-1.6c1-0.6,2.3-0.6,3.3,0
                                            l25,14.3C686.3,338.5,686.3,339.1,685.9,339.3z"/>
                                        <polygon className="st66" points="675,357.9 668.6,347.4 662.2,350.5 665.5,352.4 665.5,360.7 671.7,364.3 671.7,356 	"/>
                                        <animate attributeName="opacity" attributeType={this.state.zhline? "CSS" :""} dur="4s" from="1" to="0" repeatCount={this.state.zhline? "indefinite" :""} />
                                        <animatetransform attributeName="transform" type="translate" dur="4s" from="0 20" to="0 -70" repeatCount={this.state.zhline? "indefinite" :""} />
                                    </g>
                                    <g id="data_x5F_file2">
                                        <path className="st62" d="M462.4,333.6l-3.1,1.7c-1.2,0.7-2.5,0.7-3.7,0l-27.7-15.8c-0.4-0.2-0.4-0.9,0-1.1l3.1-1.7
                                            c1.2-0.7,2.5-0.7,3.7,0l27.7,15.8C462.7,332.7,462.7,333.4,462.4,333.6z"/>
                                        <path className="st63" d="M462.4,333.6l-3.1,1.7c-1.2,0.7-2.5,0.7-3.7,0l-27.7-15.8c-0.2-0.1-0.3-0.3-0.3-0.5s0-44.7,0-44.7l35,14
                                            c0,0,0,44.5,0,44.7C462.6,333.3,462.5,333.5,462.4,333.6z"/>
                                        <path className="st64" d="M459.3,290.7c-0.5,0.3-1,0.5-1.6,0.5v44.6c0.3,0,0.7-0.1,1.2-0.3l0.8-0.4v-44.6L459.3,290.7z"/>
                                        <path className="st65" d="M462.4,289l-3.1,1.7c-1.2,0.7-2.5,0.7-3.7,0l-27.7-15.8c-0.4-0.2-0.4-0.9,0-1.1l3.1-1.7
                                            c1.2-0.7,2.5-0.7,3.7,0l27.7,15.8C462.7,288.1,462.7,288.8,462.4,289z"/>
                                        <polygon className="st66" points="433.7,299.8 442.9,314.9 452.1,310.5 447.4,307.7 447.4,295.8 438.4,290.6 438.4,302.5 	"/>
                                        <animate attributeName="opacity" attributeType={this.state.zhline? "CSS" :""} dur="3s" from="0" to="1" repeatCount={this.state.zhline? "indefinite" :""} />
                                        <animatetransform attributeName="transform" type="translate" dur="3s" from="0 -60" to="0 70" repeatCount={this.state.zhline? "indefinite" :""} />
                                    </g>
                                    <g id="data_x5F_file1">
                                        <path className="st62" d="M577.3,461.5l-2.2,1.2c-0.8,0.5-1.8,0.5-2.7,0l-19.9-11.4c-0.3-0.2-0.3-0.6,0-0.8l2.2-1.2
                                            c0.8-0.5,1.8-0.5,2.6,0l19.9,11.4C577.6,460.9,577.6,461.3,577.3,461.5z"/>
                                        <path className="st63" d="M577.3,461.5l-2.2,1.2c-0.8,0.5-1.8,0.5-2.7,0l-19.9-11.4c-0.1-0.1-0.2-0.2-0.2-0.4c0-0.2,0-32,0-32
                                            l25.1,10.1c0,0,0,31.9,0,32.1C577.5,461.3,577.4,461.4,577.3,461.5z"/>
                                        <path className="st64" d="M575.1,430.7c-0.4,0.2-0.8,0.3-1.1,0.4v32c0.2,0,0.5-0.1,0.8-0.2l0.6-0.3v-32L575.1,430.7z"/>
                                        <path className="st65" d="M577.3,429.5l-2.2,1.2c-0.8,0.5-1.8,0.5-2.7,0l-19.9-11.4c-0.3-0.2-0.3-0.6,0-0.8l2.2-1.2
                                            c0.8-0.5,1.8-0.5,2.6,0l19.9,11.4C577.6,428.8,577.6,429.3,577.3,429.5z"/>
                                        <polygon className="st66" points="556.2,438.4 562.6,448.9 569,445.8 565.7,443.9 565.7,435.6 559.5,432 559.5,440.3 	"/>
                                        <animate attributeName="opacity" attributeType={this.state.zhline? "CSS" :""} dur="5s" from="0" to="1" repeatCount={this.state.zhline? "indefinite" :""} />
                                        <animatetransform attributeName="transform" type="translate" dur="5s" from="0 -100" to="0 0" repeatCount={this.state.zhline? "indefinite" :""} />
                                    </g>
                                    <path className="st63" d="M854.2,563.6v-2.2l-5-0.6c-0.2-0.3-0.4-0.6-0.6-0.9l2.8-2.4l-2.7-1.6l-4.3,1.6c-0.5-0.1-1-0.3-1.5-0.4
                                        l-1.1-2.8h-3.9l-1.1,2.8c-0.5,0.1-1,0.2-1.5,0.4l-4.3-1.6l-2.7,1.6l2.8,2.4c-0.3,0.3-0.5,0.6-0.6,0.9l-5,0.6v2.2l5,0.6
                                        c0.2,0.3,0.4,0.6,0.6,0.9l-2.8,2.4l2.7,1.6l4.3-1.6c0.5,0.1,1,0.3,1.5,0.4l1.1,2.8h3.9l1.1-2.8c0.5-0.1,1-0.2,1.5-0.4l4.3,1.6
                                        l2.7-1.6l-2.8-2.4c0.3-0.3,0.5-0.6,0.6-0.9L854.2,563.6z M839.7,565.2c-2.7,0-4.8-1.2-4.8-2.7s2.2-2.7,4.8-2.7s4.8,1.2,4.8,2.7
                                        S842.4,565.2,839.7,565.2z"/>
                                    <path className="st63" d="M854.2,439v-2.2l-5-0.6c-0.2-0.3-0.4-0.6-0.6-0.9l2.8-2.4l-2.7-1.6l-4.3,1.6c-0.5-0.1-1-0.3-1.5-0.4l-1.1-2.8
                                        h-3.9l-1.1,2.8c-0.5,0.1-1,0.2-1.5,0.4l-4.3-1.6l-2.7,1.6l2.8,2.4c-0.3,0.3-0.5,0.6-0.6,0.9l-5,0.6v2.2l5,0.6
                                        c0.2,0.3,0.4,0.6,0.6,0.9l-2.8,2.4l2.7,1.6l4.3-1.6c0.5,0.1,1,0.3,1.5,0.4l1.1,2.8h3.9l1.1-2.8c0.5-0.1,1-0.2,1.5-0.4l4.3,1.6
                                        l2.7-1.6l-2.8-2.4c0.3-0.3,0.5-0.6,0.6-0.9L854.2,439z M839.7,440.6c-2.7,0-4.8-1.2-4.8-2.7s2.2-2.7,4.8-2.7s4.8,1.2,4.8,2.7
                                        S842.4,440.6,839.7,440.6z"/>
                                    <path className="st63" d="M854.2,314.4v-2.2l-5-0.6c-0.2-0.3-0.4-0.6-0.6-0.9l2.8-2.4l-2.7-1.6l-4.3,1.6c-0.5-0.1-1-0.3-1.5-0.4
                                        l-1.1-2.8h-3.9l-1.1,2.8c-0.5,0.1-1,0.2-1.5,0.4l-4.3-1.6l-2.7,1.6l2.8,2.4c-0.3,0.3-0.5,0.6-0.6,0.9l-5,0.6v2.2l5,0.6
                                        c0.2,0.3,0.4,0.6,0.6,0.9l-2.8,2.4l2.7,1.6l4.3-1.6c0.5,0.1,1,0.3,1.5,0.4l1.1,2.8h3.9l1.1-2.8c0.5-0.1,1-0.2,1.5-0.4l4.3,1.6
                                        l2.7-1.6l-2.8-2.4c0.3-0.3,0.5-0.6,0.6-0.9L854.2,314.4z M839.7,316c-2.7,0-4.8-1.2-4.8-2.7s2.2-2.7,4.8-2.7s4.8,1.2,4.8,2.7
                                        S842.4,316,839.7,316z"/>
                                    <path className="st63" d="M854.2,189.8v-2.2l-5-0.6c-0.2-0.3-0.4-0.6-0.6-0.9l2.8-2.4l-2.7-1.6l-4.3,1.6c-0.5-0.1-1-0.3-1.5-0.4
                                        l-1.1-2.8h-3.9l-1.1,2.8c-0.5,0.1-1,0.2-1.5,0.4l-4.3-1.6l-2.7,1.6l2.8,2.4c-0.3,0.3-0.5,0.6-0.6,0.9l-5,0.6v2.2l5,0.6
                                        c0.2,0.3,0.4,0.6,0.6,0.9l-2.8,2.4l2.7,1.6l4.3-1.6c0.5,0.1,1,0.3,1.5,0.4l1.1,2.8h3.9l1.1-2.8c0.5-0.1,1-0.2,1.5-0.4l4.3,1.6
                                        l2.7-1.6l-2.8-2.4c0.3-0.3,0.5-0.6,0.6-0.9L854.2,189.8z M839.7,191.4c-2.7,0-4.8-1.2-4.8-2.7s2.2-2.7,4.8-2.7s4.8,1.2,4.8,2.7
                                        S842.4,191.4,839.7,191.4z"/>
                                    </svg>
                                                    </div>
                                                </div>
                                            </div>
                            </div>


                        </section>
                        <section className='right-sec'>
                            <div>
                                <div className="testh">
                                    <div>实时清洗</div>
                                </div>
                                <div className="testt">
                                    <table>
                                        <thead>
																					<tr>
																						<th>任务</th>
																						<th>运行时间</th>
																						<th>状态</th>
																					</tr>
                                        </thead>
                                        <tbody>
																					{zhnewList2}
                                        </tbody>
                                    </table>
                                </div>
                            </div>
                            {/* <div>
                                <div className="testh">
                                    <div>执行结果</div>
                                </div>
                                <div className="testt">
                                    <table>
                                        <thead>
																					<tr>
																						<th>规则</th>
																						<th>结果描述</th>
																						<th>完成时间</th>
																					</tr>
                                        </thead>
                                        <tbody>
																					{zhnewList3}
																				</tbody>
                                    </table>
                                </div>
                            </div>
                            <div>
                                <div className="testh">
                                    <div>任务操作</div>
                                    </div>
                                <div className="testt3">
                                    <Button onClick={this.openPop} type="primary">选择任务</Button>
                                </div>
                            </div> */}
                        </section>
                        </div>
                         {/*标签 */}
                        <div className="rel_con rel_con5" style={{display:this.state.tab5 }}>
                    <section className='left-sec'>                   
                            <div className='left-sec-top'>                              
                                <Row>
																	<Col span={5}>
                                    <img src={iconUrl} />
																		<span >总任务数</span>
																		<span >{this.state.btdata1}</span>
																	</Col>
																	<Col span={5}>
                                    <img src={iconUrl} />
																		<span >正在运行任务</span>
																		<span >{this.state.btdata2}</span>
																	</Col>
																	<Col span={5}>
                                    <img src={iconUrl} />
																		<span >已完成任务</span>
																		<span >{this.state.btdata3}</span>
																	</Col>
																	<Col span={4}>
                                    <img src={iconUrl} />
																		<span >失败任务</span>
																		<span >{this.state.btdata4}</span>
																	</Col>
																	<Col span={5}>
                                    <img src={iconUrl} />
																		<span >标签生成数据总量</span>
																		<span >{this.state.btdata5}</span>
																	</Col>
                                </Row>                              
                            </div>
                            <div className='left-sec-bot'>
                                <div className="left">
                                    <div className="panel_box p2">
                                        <div className="charts1">
                                <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
                                    viewBox="0 0 1155 680" >

                                <line id="main_x5F_path" className="st0" x1="0" y1="-14.8" x2="43.1" y2="-14.8"/>
                                <path className={this.state.btline? "st0 line" :"st0"} d="M384.1,455.4c0,0-102-50.9-153.5-76.6c-5.8-2.9-6.1-11.1-0.4-14.4c16.6-9.6,41.3-23.9,57.2-33.1
                                    c6.6-3.8,6.2-13.5-0.6-16.8L131,238.9"/>
                                <path className={this.state.btline? "st0 line" :"st0"} d="M360.4,490.8c-7.9,4.5-49.6,28.7-70.3,40.7c-2.9,1.7-6.4,1.8-9.4,0.3c-3.3-1.6-7-3.4-10.5-5.1
                                    c-3-1.5-6.5-1.3-9.4,0.3c-14.5,8.4-39.2,22.7-49.3,28.6c-2.9,1.7-6.4,1.8-9.4,0.3l-61.8-30"/>
                                <path className={this.state.btline? "st0 line" :"st0"} d="M358.1,473.1c-18.8-9.1-102.9-49.8-135.6-65.7c-3-1.4-6.5-1.3-9.4,0.4c-5.3,3.1-10.4,6.1-14,8.2
                                    c-3.1,1.8-6.9,1.9-10.1,0.4l-61.4-29.8"/>
                                <path className={this.state.btline? "st1 line" :"st1"} d="M402.8,327.3v-94"/>
                                <path className={this.state.btline? "st1 line" :"st1"} d="M705.6,327.3v-94"/>
                                <path className={this.state.btline? "st1 line" :"st1"} d="M999.5,327.3v-94"/>
                                <line className={this.state.btline? "st0 line" :"st0"} x1="649.4" y1="482" x2="458.5" y2="482"/>
                                <line className={this.state.btline? "st0 line" :"st0"}x1="941.2" y1="482" x2="764.9" y2="481.1"/>
                                <g id="lib1">
                                    <g>
                                        <path className="st2" d="M73.5,155.4c0-1.3,1-3,2.2-3.6l27.1-13.6c1.8-0.9,4.2-1.7,5.2-1.9c0.8-0.1,4.4,1,6.3,1.9l27.1,13.6
                                            c1.2,0.6,2.2,2.3,2.2,3.6v67.3c0,1.4-1,3.3-2.2,4l-30.7,17.2c-1.1,0.7-3.1,0.7-4.1,0l-30.8-17.2c-1.2-0.7-2.2-2.7-2.2-4
                                            C73.5,222.7,73.5,155.4,73.5,155.4z"/>
                                        <path className="st3" d="M69.5,222c0,0.2,0,0.7,0,0.7c0,2.7,1.7,5.9,4,7.3l30.8,17.2c2.4,1.5,6,1.5,8.4,0l30.7-17.2
                                            c2.3-1.5,4-4.6,4-7.3v-67.3c0-2.8-1.9-5.9-4.4-7.1l-27-13.6c-1.2-0.6-6.5-2.7-8.8-2.3c-1.5,0.3-4.2,1.3-6.2,2.3l-27.1,13.6
                                            c-2.5,1.3-4.4,4.3-4.4,7.1L69.5,222L69.5,222z"/>
                                    </g>
                                    <path className="st4" d="M74.8,150.1l11.9-5.9c1.8-0.9,4.8-2.4,6.6-3.3l8.6-4.3c1.8-0.9,4.4-1.9,5.7-2.1c1.3-0.2,5.7,1.2,7.5,2.1
                                        l12.8,6.4c1.8,0.9,4.8,2.4,6.6,3.3l7.6,3.8c1.8,0.9,3.3,3.3,3.3,5.3v67.3c0,2-1.4,4.6-3.1,5.7l-30.7,17.1c-1.7,1.1-4.5,1.1-6.2,0
                                        l-30.8-17.2c-1.7-1.1-3.1-3.6-3.1-5.7v-67.2C71.5,153.4,73,151,74.8,150.1z"/>
                                    <path className="st2" d="M107.5,133.8c-1.4,0.3-4,1.2-5.9,2.2l-27.1,13.5c-2.1,1-3.7,3.6-3.7,5.9v67.3c0,2.3,1.5,5,3.4,6.2l30.8,17.2
                                        c1.9,1.2,5,1.2,7,0l30.7-17.2c1.9-1.2,3.4-4,3.4-6.2v-67.3c0-2.3-1.6-4.9-3.7-5.9l-27.1-13.6C113.8,135.1,109.1,133.4,107.5,133.8z
                                        M102.2,137.1c1.8-0.9,4.3-1.8,5.6-2.1c1-0.2,5.1,1,7.1,2.1l27.1,13.6c1.6,0.8,3,3,3,4.8v67.3c0,1.8-1.3,4.1-2.8,5.1l-30.7,17.2
                                        c-1.5,1-4.1,1-5.6,0L75,227.8c-1.5-1-2.8-3.3-2.8-5.1v-67.3c0-1.8,1.3-4,3-4.8l0,0L102.2,137.1z"/>
                                    <path d="M136.3,223c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5C136.5,220,135.9,221.8,136.3,223z"/>
                                    <path id="light1" className="st5" d="M136.3,223c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5
                                        C136.5,220,135.9,221.8,136.3,223z"/>
                                    
                                    <lineargradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4706.0234" y1="1402.0117" x2="4710.5127" y2="1402.0117" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                        
                                    </lineargradient>
                                    <path className="st6" d="M138,223.1c1.1-1,1.6-2.7,1.3-4c-0.1-0.3-0.2-0.5-0.3-0.7c0.5,0.1,0.9,0.4,1,1.1c0.4,1.3-0.2,3-1.3,4
                                        c-0.8,0.8-1.7,0.8-2.2,0.2C137,223.7,137.6,223.6,138,223.1z"/>
                                    <line className="st7" x1="110.6" y1="172.2" x2="142.4" y2="155.2"/>
                                    <line className="st7" x1="106.4" y1="172.2" x2="74.6" y2="155.2"/>
                                    <g>
                                        
                                            <lineargradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-138.2072" y1="1169.5375" x2="-87.5072" y2="1169.5375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st8" d="M124.1,176.7l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                V176.7z"/>
                                        <path className="st2" d="M72.5,166.3c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L72.5,166.3z"/>
                                        
                                            <lineargradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-139.4413" y1="1165.8875" x2="-87.4413" y2="1165.8875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st9" d="M121.6,177.9v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                            c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L121.6,177.9z"/>
                                    </g>
                                    <g>
                                        
                                            <lineargradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-138.2072" y1="1150.0375" x2="-87.5072" y2="1150.0375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st10" d="M124.1,196.2l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                            V196.2z"/>
                                        <path className="st2" d="M72.5,185.8c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L72.5,185.8z"/>
                                        
                                            <lineargradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-139.4413" y1="1146.2875" x2="-87.4413" y2="1146.2875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st11" d="M121.6,197.5v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                            c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L121.6,197.5z"/>
                                    </g>
                                    <g>
                                        
                                            <lineargradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-138.2072" y1="1130.4375" x2="-87.5072" y2="1130.4375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st12" d="M124.1,215.8l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                            V215.8z"/>
                                        <path className="st2" d="M72.5,205.4c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L72.5,205.4z"/>
                                        
                                            <lineargradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-139.4413" y1="1126.7875" x2="-87.4413" y2="1126.7875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st13" d="M121.6,217v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                            c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L121.6,217z"/>
                                    </g>
                                </g>
                                <g id="lib2">
                                    <g>
                                        <path className="st2" d="M73.5,301.1c0-1.3,1-3,2.2-3.6l27.1-13.6c1.8-0.9,4.2-1.7,5.2-1.9c0.8-0.1,4.4,1,6.3,1.9l27.1,13.6
                                            c1.2,0.6,2.2,2.3,2.2,3.6v67.3c0,1.4-1,3.3-2.2,4l-30.8,17.1c-1.1,0.7-3.1,0.7-4.1,0l-30.8-17.2c-1.2-0.7-2.2-2.7-2.2-4
                                            C73.5,368.4,73.5,301.1,73.5,301.1z"/>
                                        <path className="st3" d="M69.5,367.6c0,0.2,0,0.7,0,0.7c0,2.7,1.7,5.9,4,7.3l30.8,17.2c2.4,1.5,6,1.5,8.4,0l30.7-17.2
                                            c2.3-1.5,4-4.6,4-7.3V301c0-2.8-1.9-5.9-4.4-7.1l-27-13.5c-1.2-0.6-6.5-2.7-8.8-2.3c-1.5,0.3-4.2,1.3-6.2,2.3L73.9,294
                                            c-2.5,1.3-4.4,4.3-4.4,7.1V367.6z"/>
                                    </g>
                                    <path className="st4" d="M74.8,295.7l11.9-5.9c1.8-0.9,4.8-2.4,6.6-3.3l8.6-4.3c1.8-0.9,4.4-1.9,5.7-2.1c1.3-0.2,5.7,1.2,7.5,2.1
                                        l12.8,6.4c1.8,0.9,4.8,2.4,6.6,3.3l7.6,3.8c1.8,0.9,3.3,3.3,3.3,5.3v67.3c0,2-1.4,4.6-3.1,5.7l-30.7,17.2c-1.7,1.1-4.5,1.1-6.2,0
                                        L74.6,374c-1.7-1.1-3.1-3.6-3.1-5.7V301C71.5,299,73,296.6,74.8,295.7z"/>
                                    <path className="st2" d="M107.5,279.4c-1.4,0.3-4,1.2-5.9,2.2l-27.1,13.5c-2.1,1-3.7,3.6-3.7,5.9v67.3c0,2.3,1.5,5,3.4,6.2l30.8,17.2
                                        c1.9,1.2,5,1.2,7,0l30.7-17.2c1.9-1.2,3.4-4,3.4-6.2V301c0-2.3-1.6-4.9-3.7-5.9l-27.1-13.6C113.8,280.8,109.1,279.1,107.5,279.4z
                                        M102.2,282.8c1.8-0.9,4.3-1.8,5.6-2.1c1-0.2,5.1,1,7.1,2.1l27.1,13.6c1.6,0.8,3,3,3,4.8v67.3c0,1.8-1.3,4.1-2.8,5.1l-30.7,17.2
                                        c-1.5,1-4.1,1-5.6,0L75,373.5c-1.5-1-2.8-3.3-2.8-5.1v-67.3c0-1.8,1.3-4,3-4.8l0,0L102.2,282.8z"/>
                                    <path d="M136.3,368.7c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5C136.5,365.6,135.9,367.4,136.3,368.7z
                                        "/>
                                    <path id="light2" className="st5" d="M136.3,368.7c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5
                                        C136.5,365.6,135.9,367.4,136.3,368.7z"/>
                                    
                                        <lineargradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="4745.6074" y1="1261.7949" x2="4750.0967" y2="1261.7949" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                        
                                    </lineargradient>
                                    <path className="st14" d="M138,368.8c1.1-1,1.6-2.7,1.3-4c-0.1-0.3-0.2-0.5-0.3-0.7c0.5,0.1,0.9,0.4,1,1.1c0.4,1.3-0.2,3-1.3,4
                                        c-0.8,0.8-1.7,0.8-2.2,0.2C137,369.4,137.6,369.2,138,368.8z"/>
                                    <line className="st7" x1="110.6" y1="317.9" x2="142.4" y2="300.9"/>
                                    <line className="st7" x1="106.4" y1="317.9" x2="74.6" y2="300.9"/>
                                    <g>
                                        
                                            <lineargradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="-138.2072" y1="1023.8375" x2="-87.5072" y2="1023.8375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st15" d="M124.1,322.4l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                            V322.4z"/>
                                        <path className="st2" d="M72.5,312c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L72.5,312z"/>
                                        
                                            <lineargradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="-139.4413" y1="1020.1875" x2="-87.4413" y2="1020.1875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st16" d="M121.6,323.6v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                            c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L121.6,323.6z"/>
                                    </g>
                                    <g>
                                        
                                            <lineargradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="-138.2072" y1="1004.3375" x2="-87.5072" y2="1004.3375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st17" d="M124.1,341.9l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                            V341.9z"/>
                                        <path className="st2" d="M72.5,331.5c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L72.5,331.5z"/>
                                        
                                            <lineargradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="-139.4413" y1="1000.6875" x2="-87.4413" y2="1000.6875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st18" d="M121.6,343.1v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                            c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L121.6,343.1z"/>
                                    </g>
                                    <g>
                                        
                                            <lineargradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="-138.2072" y1="984.7375" x2="-87.5072" y2="984.7375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st19" d="M124.1,361.5l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                            V361.5z"/>
                                        <path className="st2" d="M72.5,351.1c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L72.5,351.1z"/>
                                        
                                            <lineargradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="-139.4413" y1="981.0875" x2="-87.4413" y2="981.0875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st20" d="M121.6,362.7v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                            c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L121.6,362.7z"/>
                                    </g>
                                </g>
                                <g id="lib3">
                                    <g>
                                        <path className="st2" d="M73.5,448.2c0-1.3,1-3,2.2-3.6l27.1-13.6c1.8-0.9,4.2-1.7,5.2-1.9c0.8-0.1,4.4,1,6.3,1.9l27.1,13.6
                                            c1.2,0.6,2.2,2.3,2.2,3.6v67.3c0,1.4-1,3.3-2.2,4l-30.7,17.2c-1.1,0.7-3.1,0.7-4.1,0l-30.9-17.2c-1.2-0.7-2.2-2.7-2.2-4V448.2z"/>
                                        <path className="st3" d="M69.5,514.8c0,0.2,0,0.7,0,0.7c0,2.7,1.7,5.9,4,7.3l30.8,17.2c2.4,1.5,6,1.5,8.4,0l30.7-17.2
                                            c2.3-1.5,4-4.6,4-7.3v-67.3c0-2.8-1.9-5.9-4.4-7.1l-27-13.5c-1.2-0.6-6.5-2.7-8.8-2.3c-1.5,0.3-4.2,1.3-6.2,2.3l-27.1,13.6
                                            c-2.5,1.3-4.4,4.3-4.4,7.1C69.5,448.2,69.5,514.8,69.5,514.8z"/>
                                    </g>
                                    <path className="st4" d="M74.8,442.9l11.9-5.9c1.8-0.9,4.8-2.4,6.6-3.3l8.6-4.3c1.8-0.9,4.4-1.9,5.7-2.1c1.3-0.2,5.7,1.2,7.5,2.1
                                        l12.8,6.4c1.8,0.9,4.8,2.4,6.6,3.3l7.6,3.8c1.8,0.9,3.3,3.3,3.3,5.3v67.3c0,2-1.4,4.6-3.1,5.7l-30.7,17.2c-1.7,1.1-4.5,1.1-6.2,0
                                        l-30.8-17.2c-1.7-1.1-3.1-3.6-3.1-5.7v-67.3C71.5,446.2,73,443.8,74.8,442.9z"/>
                                    <path className="st2" d="M107.5,426.6c-1.4,0.3-4,1.2-5.9,2.2l-27.1,13.5c-2.1,1-3.7,3.6-3.7,5.9v67.3c0,2.3,1.5,5,3.4,6.2l30.8,17.2
                                        c1.9,1.2,5,1.2,7,0l30.7-17.2c1.9-1.2,3.4-4,3.4-6.2v-67.3c0-2.3-1.6-4.9-3.7-5.9l-27.1-13.6C113.8,427.9,109.1,426.2,107.5,426.6z
                                        M102.2,429.9c1.8-0.9,4.3-1.8,5.6-2.1c1-0.2,5.1,1,7.1,2.1l27.1,13.6c1.6,0.8,3,3,3,4.8v67.2c0,1.8-1.3,4.1-2.8,5.1l-30.7,17.2
                                        c-1.5,1-4.1,1-5.6,0L75,520.6c-1.5-1-2.8-3.3-2.8-5.1v-67.3c0-1.8,1.3-4,3-4.8l0,0L102.2,429.9z"/>
                                    <path d="M136.3,515.8c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5C136.5,512.8,135.9,514.6,136.3,515.8z
                                        "/>
                                    <path id="light3" className="st5" d="M136.3,515.8c0.4,1.3,1.5,1.5,2.5,0.5c1.1-1,1.6-2.7,1.3-4c-0.4-1.3-1.5-1.5-2.5-0.5
                                        C136.5,512.8,135.9,514.6,136.3,515.8z"/>
                                    
                                        <lineargradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="4785.5918" y1="1120.2307" x2="4790.0811" y2="1120.2307" gradientTransform="matrix(-0.9624 0.2717 -0.2717 -0.9624 5050.3818 291.3453)">
                                        
                                    </lineargradient>
                                    <path className="st21" d="M138,515.9c1.1-1,1.6-2.7,1.3-4c-0.1-0.3-0.2-0.5-0.3-0.7c0.5,0.1,0.9,0.4,1,1.1c0.4,1.3-0.2,3-1.3,4
                                        c-0.8,0.8-1.7,0.8-2.2,0.2C137,516.5,137.6,516.4,138,515.9z"/>
                                    <line className="st7" x1="110.6" y1="465" x2="142.4" y2="448"/>
                                    <line className="st7" x1="106.4" y1="465" x2="74.6" y2="448"/>
                                    <g>
                                        
                                            <lineargradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="-138.2072" y1="876.7375" x2="-87.5072" y2="876.7375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st22" d="M124.1,469.5l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                            V469.5z"/>
                                        <path className="st2" d="M72.5,459.1c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L72.5,459.1z"/>
                                        
                                            <lineargradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="-139.4413" y1="873.0875" x2="-87.4413" y2="873.0875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st23" d="M121.6,470.7v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                            c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L121.6,470.7z"/>
                                    </g>
                                    <g>
                                        
                                            <lineargradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="-138.2072" y1="857.1375" x2="-87.5072" y2="857.1375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st24" d="M124.1,489.1l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5v10.4l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                            V489.1z"/>
                                        <path className="st2" d="M72.5,478.7c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L72.5,478.7z"/>
                                        
                                            <lineargradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="-139.4413" y1="853.4875" x2="-87.4413" y2="853.4875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st25" d="M121.6,490.3v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                            c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5V489L121.6,490.3z"/>
                                    </g>
                                    <g>
                                        
                                            <lineargradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="-138.2072" y1="837.6375" x2="-87.5072" y2="837.6375" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st26" d="M124.1,508.6l-12.9,6.5c-1.5,0.7-3.2,0.7-4.7,0l-33.1-16.5V509l33.1,16.6c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5
                                            V508.6z"/>
                                        <path className="st2" d="M72.5,498.2c0,0-0.4-0.2-0.4-0.6v9.6h1.2v-8.6L72.5,498.2z"/>
                                        
                                            <lineargradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="-139.4413" y1="833.9875" x2="-87.4413" y2="833.9875" gradientTransform="matrix(1 0 0 -1 211.6072 1350)">
                                            
                                        </lineargradient>
                                        <path className="st27" d="M121.6,509.8v8.6l-10.4,5.2c-1.5,0.7-3.2,0.7-4.7,0l-34-17c0,0-0.4-0.2-0.4-0.6v2.3l34.4,17.2
                                            c1.5,0.7,3.2,0.7,4.7,0l12.9-6.5v-10.5L121.6,509.8z"/>
                                    </g>
                                </g>
                                <text transform="matrix(1 0 0 1 81.7853 265.6253)" className="st28 st29">公民库</text>
                                <text transform="matrix(1 0 0 1 81.7853 414.5997)" className="st28 st29">法人库</text>
                                <text transform="matrix(1 0 0 1 355.1448 545.7916)" className="st28 st30">基础标签</text>
                                <text transform="matrix(1 0 0 1 462.7031 384.5629)" className="st28 st31">未开始</text>
                                <text transform="matrix(1 0 0 1 462.7031 414.5997)" className="st28 st31">进行中</text>
                                <text transform="matrix(1 0 0 1 462.7031 444.6365)" className="st28 st31">已完成</text>
                                <text transform="matrix(1 0 0 1 506.9414 384.5629)" className="st32 st33 st31">{jcnot}</text>
                                <text transform="matrix(1 0 0 1 506.9414 414.5997)" className="st32 st33 st31">{jcdo}</text>
                                <text transform="matrix(1 0 0 1 506.9414 444.6365)" className="st32 st33 st31">{jcdone}</text>
                                <text transform="matrix(1 0 0 1 767.1874 384.5629)" className="st28 st31">未开始</text>
                                <text transform="matrix(1 0 0 1 767.1874 414.5997)" className="st28 st31">进行中</text>
                                <text transform="matrix(1 0 0 1 767.1874 444.6365)" className="st28 st31">已完成</text>
                                <text transform="matrix(1 0 0 1 811.4258 384.5629)" className="st3 st33 st31">{mxnot}</text>
                                <text transform="matrix(1 0 0 1 811.4258 414.5997)" className="st3 st33 st31">{mxdo}</text>
                                <text transform="matrix(1 0 0 1 811.4258 444.6365)" className="st3 st33 st31">{mxdone}</text>
                                <text transform="matrix(1 0 0 1 1057.8184 384.5629)" className="st28 st31">未开始</text>
                                <text transform="matrix(1 0 0 1 1057.8184 414.5997)" className="st28 st31">进行中</text>
                                <text transform="matrix(1 0 0 1 1057.8184 444.6365)" className="st28 st31">已完成</text>
                                <text transform="matrix(1 0 0 1 1102.0566 384.5629)" className="st34 st33 st31">{ycnot}</text>
                                <text transform="matrix(1 0 0 1 1102.0566 414.5997)" className="st34 st33 st31">{ycdo}</text>
                                <text transform="matrix(1 0 0 1 1102.0566 444.6365)" className="st34 st33 st31">{ycdone}</text>
                                <text transform="matrix(1 0 0 1 656.9992 545.7916)" className="st28 st30">模型标签</text>
                                <text transform="matrix(1 0 0 1 958.8536 545.7916)" className="st28 st30">预测标签</text>
                                <text transform="matrix(1 0 0 1 63.7854 559.2448)" className="st28 st29">舆情信息库</text>
                                <lineargradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="402.7" y1="-818.225" x2="402.7" y2="-841.275" gradientTransform="matrix(1 0 0 1 0 1050)">
                                    
                                </lineargradient>
                                <path className="st35" d="M419,228.4c-9,4.5-23.6,4.5-32.6,0s-9-11.8,0-16.3s23.6-4.5,32.6,0S428,223.9,419,228.4z M387.4,212.5
                                    c-8.5,4.1-8.5,10.7,0,14.8s22.3,4.1,30.8,0s8.5-10.7,0-14.8C409.6,208.4,395.8,208.4,387.4,212.5z"/>
                                <lineargradient id="SVGID_23_" gradientUnits="userSpaceOnUse" x1="705.5" y1="-818.225" x2="705.5" y2="-841.275" gradientTransform="matrix(1 0 0 1 0 1050)">

                                </lineargradient>
                                <path className="st36" d="M721.8,228.4c-9,4.5-23.6,4.5-32.6,0s-9-11.8,0-16.3s23.6-4.5,32.6,0S730.8,223.9,721.8,228.4z M690.2,212.5
                                    c-8.5,4.1-8.5,10.7,0,14.8s22.3,4.1,30.8,0s8.5-10.7,0-14.8C712.4,208.4,698.6,208.4,690.2,212.5z"/>
                                <lineargradient id="SVGID_24_" gradientUnits="userSpaceOnUse" x1="999.4" y1="-818.225" x2="999.4" y2="-841.275" gradientTransform="matrix(1 0 0 1 0 1050)">
                                    
                                </lineargradient>
                                <path className="st37" d="M1015.7,228.4c-9,4.5-23.6,4.5-32.6,0s-9-11.8,0-16.3s23.6-4.5,32.6,0C1024.7,216.6,1024.7,223.9,1015.7,228.4
                                    z M984.1,212.5c-8.5,4.1-8.5,10.7,0,14.8s22.3,4.1,30.8,0s8.5-10.7,0-14.8C1006.3,208.4,992.5,208.4,984.1,212.5z"/>
                                <g id="rule3">
                                    <polyline className="st38" points="370.1,205.2 402.7,157.5 435.4,205.2 	"/>
                                    <polyline className="st38" points="370,205.1 402.7,217.7 435.4,205.1 	"/>
                                    <line className="st38" x1="402.7" y1="157.4" x2="402.7" y2="217.7"/>
                                    <circle className="st39" cx="402.7" cy="157.5" r="3.8"/>
                                    <circle className="st39" cx="435.4" cy="205.1" r="3.8"/>
                                    <circle className="st39" cx="402.7" cy="217.3" r="3.8"/>
                                    <circle className="st39" cx="370.1" cy="204.9" r="3.8"/>
                                    <animatemotion path="M 0 0 v -10 Z" dur="2s" repeatCount="indefinite" />
                                </g>
                                <g id="rule2">
                                    <line className="st40" x1="694.3" y1="193.1" x2="675.7" y2="206.1"/>
                                    <line className="st40" x1="732.8" y1="193.8" x2="694.3" y2="193.1"/>
                                    <line className="st40" x1="740.1" y1="169.6" x2="732.8" y2="193.8"/>
                                    <line className="st40" x1="737.9" y1="207.7" x2="732.8" y2="193.8"/>
                                    <line className="st40" x1="709.2" y1="222.3" x2="732.8" y2="193.8"/>
                                    <line className="st40" x1="694.3" y1="193.1" x2="714.2" y2="160.5"/>
                                    <line className="st40" x1="677.8" y1="167.7" x2="714.2" y2="160.5"/>
                                    <line className="st40" x1="740.1" y1="169.6" x2="714.2" y2="160.5"/>
                                    <line className="st40" x1="706.5" y1="152.7" x2="714.2" y2="160.5"/>
                                    <line className="st40" x1="677.8" y1="167.7" x2="694.3" y2="193.1"/>
                                    <line className="st40" x1="709.2" y1="222.9" x2="694.4" y2="193.4"/>
                                    <line className="st40" x1="732.8" y1="193.8" x2="714.2" y2="160.5"/>
                                    <circle className="st41" cx="714.1" cy="160.7" r="2.3"/>
                                    <circle className="st41" cx="694.4" cy="193.3" r="2.3"/>
                                    <circle className="st41" cx="732.8" cy="193.8" r="2.3"/>
                                    <line className="st42" x1="706.5" y1="152.7" x2="721.9" y2="182.2"/>
                                    <line className="st42" x1="740.1" y1="169.6" x2="706.5" y2="152.7"/>
                                    <line className="st42" x1="683.2" y1="180.8" x2="706.5" y2="152.7"/>
                                    <line className="st42" x1="677.8" y1="167.7" x2="706.5" y2="152.7"/>
                                    <line className="st42" x1="737.9" y1="207.7" x2="740.1" y2="169.6"/>
                                    <line className="st42" x1="740.1" y1="169.6" x2="721.9" y2="182.2"/>
                                    <line className="st42" x1="737.9" y1="207.7" x2="721.9" y2="182.2"/>
                                    <line className="st42" x1="702.5" y1="214.9" x2="721.9" y2="182.2"/>
                                    <line className="st42" x1="737.9" y1="207.7" x2="702.5" y2="214.9"/>
                                    <line className="st42" x1="683.2" y1="180.8" x2="721.9" y2="182.2"/>
                                    <line className="st42" x1="677.8" y1="167.7" x2="683.2" y2="180.8"/>
                                    <line className="st42" x1="675.7" y1="206.1" x2="677.8" y2="167.7"/>
                                    <line className="st42" x1="709.2" y1="222.3" x2="675.7" y2="206.1"/>
                                    <line className="st42" x1="737.9" y1="207.7" x2="709.2" y2="222.3"/>
                                    <line className="st42" x1="702.5" y1="214.9" x2="709.2" y2="222.3"/>
                                    <line className="st42" x1="675.7" y1="206.1" x2="702.5" y2="214.9"/>
                                    <line className="st42" x1="683.2" y1="180.8" x2="702.5" y2="214.9"/>
                                    <line className="st42" x1="675.7" y1="206.1" x2="683.2" y2="180.8"/>
                                    <circle className="st43" cx="677.8" cy="167.7" r="3.8"/>
                                    <circle className="st43" cx="706.5" cy="152.8" r="3.8"/>
                                    <circle className="st43" cx="683" cy="181.2" r="3.8"/>
                                    <circle className="st43" cx="721.9" cy="182.2" r="3.8"/>
                                    <circle className="st43" cx="702.5" cy="214.8" r="3.8"/>
                                    <circle className="st43" cx="675.7" cy="206.1" r="3.8"/>
                                    <circle className="st43" cx="708.9" cy="222.2" r="3.8"/>
                                    <circle className="st43" cx="737.9" cy="207.7" r="3.8"/>
                                    <circle className="st43" cx="740.1" cy="169.6" r="3.8"/>
                                    <animatemotion path="M 0 0 v -10 Z" dur="2s" repeatCount="indefinite" />
                                </g>
                                <g id="rule1">
                                    <line className="st44" x1="1019" y1="171.6" x2="998.4" y2="183.2"/>
                                    <line className="st44" x1="977.6" y1="171.8" x2="998.4" y2="183.2"/>
                                    <line className="st44" x1="1019" y1="171.6" x2="1011.5" y2="152.3"/>
                                    <line className="st44" x1="977.6" y1="171.8" x2="985.2" y2="152.3"/>
                                    <line className="st44" x1="963.8" y1="189.6" x2="977.6" y2="171.8"/>
                                    <line className="st44" x1="1032.8" y1="189.6" x2="1019" y2="171.6"/>
                                    <line className="st44" x1="1019.7" y1="211.7" x2="998.2" y2="207.9"/>
                                    <line className="st44" x1="977.1" y1="212" x2="998.2" y2="207.9"/>
                                    <line className="st44" x1="998.4" y1="183.2" x2="998.2" y2="207.9"/>
                                    <line className="st45" x1="985.2" y1="152.3" x2="977.5" y2="158.1"/>
                                    <line className="st45" x1="998.2" y1="162" x2="977.5" y2="158.1"/>
                                    <line className="st45" x1="1019.1" y1="157.8" x2="998.2" y2="162"/>
                                    <line className="st45" x1="985.2" y1="152.3" x2="1011.5" y2="152.3"/>
                                    <line className="st45" x1="1019.1" y1="157.8" x2="1011.5" y2="152.3"/>
                                    <line className="st45" x1="1032.8" y1="180.8" x2="1019.1" y2="157.8"/>
                                    <line className="st45" x1="1019.4" y1="198.4" x2="1032.8" y2="180.8"/>
                                    <line className="st45" x1="998.2" y1="162" x2="998.2" y2="186.7"/>
                                    <line className="st45" x1="1019.4" y1="198.4" x2="998.2" y2="186.7"/>
                                    <line className="st45" x1="977.1" y1="198.4" x2="998.2" y2="186.7"/>
                                    <line className="st45" x1="963.8" y1="181.3" x2="977.5" y2="158.1"/>
                                    <line className="st45" x1="977.1" y1="198.4" x2="963.8" y2="181.3"/>
                                    <line className="st45" x1="984.8" y1="217.5" x2="977.1" y2="198.4"/>
                                    <line className="st45" x1="963.8" y1="181.3" x2="963.8" y2="189.6"/>
                                    <line className="st45" x1="977.1" y1="212" x2="963.8" y2="189.6"/>
                                    <line className="st45" x1="984.8" y1="217.5" x2="1011.5" y2="217.5"/>
                                    <line className="st45" x1="977.1" y1="212" x2="984.8" y2="217.5"/>
                                    <line className="st45" x1="1011.5" y1="217.5" x2="1019.4" y2="198.4"/>
                                    <line className="st45" x1="1019.7" y1="211.7" x2="1011.5" y2="217.5"/>
                                    <line className="st45" x1="1032.8" y1="180.8" x2="1032.8" y2="189.6"/>
                                    <line className="st45" x1="1019.7" y1="211.7" x2="1032.8" y2="189.6"/>
                                    <circle className="st46" cx="998.4" cy="186.8" r="4.2"/>
                                    <circle className="st46" cx="998.5" cy="162" r="4.2"/>
                                    <circle className="st46" cx="1019.6" cy="198" r="4.2"/>
                                    <circle className="st46" cx="977" cy="198" r="4.2"/>
                                    <circle className="st46" cx="984.8" cy="217.1" r="4.2"/>
                                    <circle className="st46" cx="1011.5" cy="217.1" r="4.2"/>
                                    <circle className="st46" cx="1032.7" cy="180.7" r="4.2"/>
                                    <circle className="st46" cx="1019.1" cy="157.8" r="4.2"/>
                                    <circle className="st46" cx="977.9" cy="158.5" r="4.2"/>
                                    <circle className="st46" cx="964.2" cy="181.7" r="4.2"/>
                                    <circle className="st47" cx="985.2" cy="152.3" r="3.3"/>
                                    <circle className="st47" cx="1011.5" cy="152.3" r="3.3"/>
                                    <circle className="st47" cx="1032.8" cy="189.6" r="3.3"/>
                                    <circle className="st47" cx="1020" cy="211.8" r="3.3"/>
                                    <circle className="st47" cx="977" cy="212" r="3.3"/>
                                    <circle className="st47" cx="963.8" cy="189.6" r="3.3"/>
                                    <circle className="st48" cx="977.6" cy="171.8" r="2.5"/>
                                    <circle className="st48" cx="1019.1" cy="171.6" r="2.5"/>
                                    <circle className="st48" cx="998.5" cy="207.9" r="2.5"/>
                                    <animatemotion path="M 0 0 v -10 Z" dur="2s" repeatCount="indefinite" />
                                </g>
                                <g>
                                    <polygon className="st49" points="402.7,503.9 363.3,481.1 402.7,458.3 442.2,481.1 	"/>
                                    <path className="st38" d="M402.7,512.5c-0.6,0-1.2-0.2-1.8-0.5l0,0l-51-29.4c-0.5-0.3-0.8-0.9-0.8-1.5s0.3-1.2,0.8-1.5l51-29.4
                                        c1.1-0.6,2.5-0.6,3.6,0l51,29.4c0.5,0.3,0.8,0.9,0.8,1.5s-0.3,1.2-0.8,1.5l-51,29.4C404,512.3,403.3,512.5,402.7,512.5z"/>
                                    <g>
                                        <polygon className="st50" points="402.7,491.6 354.1,463.5 354.1,358 402.7,329.9 451.3,358 451.3,463.5 		"/>
                                        <polygon className="st51" points="402.7,490.4 355.1,462.9 355.1,358.6 402.7,331.1 450.3,358.6 450.3,462.9 		"/>
                                        <polygon className="st52" points="402.7,386 356.1,359.1 402.7,332.2 449.3,359.1 		"/>
                                        <polygon className="st4" points="402.7,489.3 356.1,462.4 402.7,435.5 449.3,462.4 		"/>
                                        <polygon className="st53" points="449.3,359.1 449.3,462.4 402.7,489.3 402.7,386 		"/>
                                        <polygon className="st54" points="356.1,359.1 356.1,462.4 402.7,489.3 402.7,386 		"/>
                                        <polygon className="st55" points="359.3,366 359.3,458.8 399.6,482 399.6,389.2 		"/>
                                        <polygon className="st56" points="442.3,384.1 442.3,386.8 409.7,405.6 409.7,402.9 		"/>
                                        <polygon className="st56" points="442.3,395.6 442.3,398.3 409.7,417.2 409.7,414.4 		"/>
                                        <polygon className="st56" points="442.3,407.2 442.3,409.9 409.7,428.7 409.7,426 		"/>
                                        <polygon className="st56" points="442.3,418.7 442.3,421.4 409.7,440.2 409.7,437.5 		"/>
                                        <polygon className="st56" points="442.3,430.2 442.3,433 409.7,451.8 409.7,449 		"/>
                                        <polygon className="st56" points="442.3,441.8 442.3,444.5 409.7,463.3 409.7,460.6 		"/>
                                        <polygon className="st57" points="402.7,376.6 368.9,357.1 402.7,337.6 436.5,357.1 		"/>
                                        <polygon className="st58" points="436.5,357.1 436.5,359.5 402.7,379 402.7,376.6 		"/>
                                        <polygon className="st54" points="368.9,357.1 368.9,359.5 402.7,379 402.7,376.6 		"/>
                                        <polygon className="st56" points="389.6,357.4 388.1,356.5 388.2,355.8 402.1,347.7 404.1,348.7 403.7,349.3 		"/>
                                        <polygon className="st59" points="402.2,348.4 403.7,349.3 404.7,348.7 402.2,347.3 387.2,356 388.1,356.5 		"/>
                                        <polygon className="st56" points="394.2,360 392.7,359.1 392.8,358.4 406.7,350.4 408.6,351.3 408.2,351.9 		"/>
                                        <polygon className="st59" points="406.7,351 408.2,351.9 409.2,351.3 406.7,349.9 391.7,358.6 392.7,359.1 		"/>
                                        <polygon className="st56" points="398.7,362.6 397.2,361.8 397.3,361.1 411.2,353 413.1,353.9 412.8,354.5 		"/>
                                        <polygon className="st59" points="411.3,353.6 412.8,354.5 413.7,353.9 411.3,352.5 396.2,361.2 397.2,361.8 		"/>
                                        <polygon className="st56" points="403.2,365.2 401.7,364.4 401.9,363.7 415.8,355.6 417.7,356.5 417.3,357.1 		"/>
                                        <polygon className="st59" points="415.8,356.2 417.3,357.1 418.3,356.6 415.8,355.1 400.8,363.8 401.8,364.4 		"/>
                                        <polygon className="st60" points="356.1,446 402.7,417.9 402.7,386 356.1,359.1 		"/>
                                        <g className="st61">
                                            <path className="st56" d="M392.4,440.6v-1.1v-16.6c0-1.2-0.6-2.3-1.7-2.9l-21.2-12.4c-0.8-0.5-1.7-0.5-2.5-0.2c0.9-0.8,2.2-1,3.3-0.4
                                                l21.2,12.4c1,0.6,1.7,1.7,1.7,2.9v16.6v1.1c0,0.8-0.5,1.4-1.2,1.6C392.3,441.4,392.4,441,392.4,440.6z"/>
                                            <path className="st4" d="M362.4,412.7c1-1.3,2.4-3,3.5-4.4c0.9-1.1,2.4-1.4,3.6-0.7l21.2,12.4c1,0.6,1.7,1.7,1.7,2.9v16.6v1.1
                                                c0,1.1-1,1.8-2,1.6c-0.2,0-0.3-0.1-0.5-0.2l-23.1-13.5c-0.6-0.3-1-0.8-1.2-1.5l-3.8-10.5C361.3,415.2,361.6,413.8,362.4,412.7z
                                                M368.5,420.3C368.5,420.3,368.6,420.3,368.5,420.3c0.6-0.2,1-0.8,1.1-1.6c0.1-1.2-0.6-2.5-1.6-2.9l0,0c-0.6,0.2-1,0.8-1,1.6
                                                C366.9,418.7,367.6,419.9,368.5,420.3z"/>
                                            <path className="st56" d="M366.1,417.4c0.1-1.2,0.9-1.9,1.9-1.6c-0.6,0.2-1,0.8-1,1.6c-0.1,1.2,0.6,2.5,1.6,2.9l0,0
                                                c-0.3,0.1-0.6,0.1-0.9,0C366.8,419.9,366.1,418.7,366.1,417.4z"/>
                                        </g>
                                        <g className="st61">
                                            <path className="st56" d="M394.8,470v-0.6v-9.9c0-0.7-0.4-1.4-1-1.7l-12.7-7.4c-0.5-0.3-1-0.3-1.5-0.1c0.5-0.5,1.3-0.6,2-0.2
                                                l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6c0,0.5-0.3,0.8-0.7,1C394.7,470.5,394.8,470.3,394.8,470z"/>
                                            <path className="st4" d="M376.9,453.3c0.6-0.8,1.4-1.8,2.1-2.6c0.5-0.6,1.4-0.8,2.1-0.4l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6
                                                c0,0.7-0.6,1.1-1.2,1c-0.1,0-0.2-0.1-0.3-0.1l-13.8-8.1c-0.3-0.2-0.6-0.5-0.7-0.9l-2.3-6.3C376.2,454.8,376.4,454,376.9,453.3z
                                                M380.1,457.7L380.1,457.7c0.4-0.1,0.7-0.5,0.7-1.1c0.1-0.8-0.4-1.6-1-1.9l0,0c-0.4,0.1-0.6,0.5-0.7,1.1
                                                C379,456.6,379.4,457.5,380.1,457.7z"/>
                                            <path className="st56" d="M378.5,455.8c0.1-0.8,0.6-1.3,1.2-1.1c-0.4,0.1-0.6,0.5-0.7,1.1c-0.1,0.8,0.4,1.6,1,1.9l0,0
                                                c-0.2,0.1-0.4,0.1-0.6,0C378.9,457.5,378.4,456.6,378.5,455.8z"/>
                                        </g>
                                        <g className="st61">
                                            <path className="st56" d="M393.5,403.6V403v-9.9c0-0.7-0.4-1.4-1-1.7l-12.7-7.4c-0.5-0.3-1-0.3-1.5-0.1c0.5-0.5,1.3-0.6,2-0.2
                                                l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6c0,0.5-0.3,0.8-0.7,1C393.4,404.1,393.5,403.9,393.5,403.6z"/>
                                            <path className="st4" d="M375.6,386.9c0.6-0.8,1.4-1.8,2.1-2.6c0.5-0.6,1.4-0.8,2.1-0.4l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6
                                                c0,0.7-0.6,1.1-1.2,1c-0.1,0-0.2-0.1-0.3-0.1l-13.8-8.1c-0.3-0.2-0.6-0.5-0.7-0.9l-2.3-6.3C374.9,388.5,375,387.6,375.6,386.9z
                                                M378.7,391.2L378.7,391.2c0.3-0.1,0.5-0.4,0.6-0.9c0-0.6-0.3-1.3-0.8-1.5l0,0c-0.3,0.1-0.5,0.4-0.5,0.9
                                                C377.8,390.4,378.2,391,378.7,391.2z"/>
                                            <path className="st56" d="M377.4,389.7c0-0.6,0.5-1,1-0.9c-0.3,0.1-0.5,0.4-0.5,0.9c0,0.6,0.3,1.3,0.8,1.5l0,0c-0.1,0-0.3,0-0.5,0
                                                C377.7,391,377.4,390.4,377.4,389.7z"/>
                                        </g>
                                    </g>
                                </g>
                                <g>
                                    <polygon className="st49" points="705.6,503.9 666.1,481.1 705.6,458.3 745,481.1 	"/>
                                    <path className="st42" d="M705.6,512.5c-0.6,0-1.2-0.2-1.8-0.5l0,0l-51-29.4c-0.5-0.3-0.8-0.9-0.8-1.5s0.3-1.2,0.8-1.5l51-29.4
                                        c1.1-0.6,2.5-0.6,3.6,0l51,29.4c0.5,0.3,0.8,0.9,0.8,1.5s-0.3,1.2-0.8,1.5l-51,29.4C706.8,512.3,706.2,512.5,705.6,512.5z"/>
                                    <g>
                                        <polygon className="st62" points="705.6,491.6 657,463.5 657,358 705.6,329.9 754.2,358 754.2,463.5 		"/>
                                        <polygon className="st51" points="705.6,490.4 658,462.9 658,358.6 705.6,331.1 753.2,358.6 753.2,462.9 		"/>
                                        <polygon className="st52" points="705.6,386 659,359.1 705.6,332.2 752.2,359.1 		"/>
                                        <polygon className="st4" points="705.6,489.3 659,462.4 705.6,435.5 752.2,462.4 		"/>
                                        <polygon className="st53" points="752.2,359.1 752.2,462.4 705.6,489.3 705.6,386 		"/>
                                        <polygon className="st54" points="659,359.1 659,462.4 705.6,489.3 705.6,386 		"/>
                                        <polygon className="st3" points="662.2,366 662.2,458.8 702.4,482 702.4,389.2 		"/>
                                        <polygon className="st56" points="745.2,384.1 745.2,386.8 712.6,405.6 712.6,402.9 		"/>
                                        <polygon className="st56" points="745.2,395.6 745.2,398.3 712.6,417.2 712.6,414.4 		"/>
                                        <polygon className="st56" points="745.2,407.2 745.2,409.9 712.6,428.7 712.6,426 		"/>
                                        <polygon className="st56" points="745.2,418.7 745.2,421.4 712.6,440.2 712.6,437.5 		"/>
                                        <polygon className="st56" points="745.2,430.2 745.2,433 712.6,451.8 712.6,449 		"/>
                                        <polygon className="st56" points="745.2,441.8 745.2,444.5 712.6,463.3 712.6,460.6 		"/>
                                        <polygon className="st57" points="705.6,376.6 671.8,357.1 705.6,337.6 739.4,357.1 		"/>
                                        <polygon className="st58" points="739.4,357.1 739.4,359.5 705.6,379 705.6,376.6 		"/>
                                        <polygon className="st54" points="671.8,357.1 671.8,359.5 705.6,379 705.6,376.6 		"/>
                                        <polygon className="st56" points="692.5,357.4 691,356.5 691.1,355.8 705,347.7 706.9,348.7 706.5,349.3 		"/>
                                        <polygon className="st59" points="705.1,348.4 706.5,349.3 707.5,348.7 705.1,347.3 690,356 691,356.5 		"/>
                                        <polygon className="st56" points="697,360 695.5,359.1 695.6,358.4 709.5,350.4 711.5,351.3 711.1,351.9 		"/>
                                        <polygon className="st59" points="709.6,351 711.1,351.9 712.1,351.3 709.6,349.9 694.6,358.6 695.5,359.1 		"/>
                                        <polygon className="st56" points="701.6,362.6 700.1,361.8 700.2,361.1 714.1,353 716,353.9 715.6,354.5 		"/>
                                        <polygon className="st59" points="714.1,353.6 715.6,354.5 716.6,353.9 714.1,352.5 699.1,361.2 700.1,361.8 		"/>
                                        <polygon className="st56" points="706.1,365.2 704.6,364.4 704.7,363.7 718.6,355.6 720.5,356.5 720.2,357.1 		"/>
                                        <polygon className="st59" points="718.7,356.2 720.2,357.1 721.1,356.6 718.7,355.1 703.6,363.8 704.6,364.4 		"/>
                                        <polygon className="st60" points="659,446 705.6,417.9 705.6,386 659,359.1 		"/>
                                        <g className="st61">
                                            <path className="st56" d="M695.3,440.6v-1.1v-16.6c0-1.2-0.6-2.3-1.7-2.9l-21.2-12.4c-0.8-0.5-1.7-0.5-2.5-0.2c0.9-0.8,2.2-1,3.3-0.4
                                                l21.2,12.4c1,0.6,1.7,1.7,1.7,2.9v16.6v1.1c0,0.8-0.5,1.4-1.2,1.6C695.1,441.4,695.3,441,695.3,440.6z"/>
                                            <path className="st4" d="M665.3,412.7c1-1.3,2.4-3,3.5-4.4c0.9-1.1,2.4-1.4,3.6-0.7l21.2,12.4c1,0.6,1.7,1.7,1.7,2.9v16.6v1.1
                                                c0,1.1-1,1.8-2,1.6c-0.2,0-0.3-0.1-0.5-0.2l-23.1-13.5c-0.6-0.3-1-0.8-1.2-1.5l-3.8-10.5C664.2,415.2,664.4,413.8,665.3,412.7z
                                                M671.4,420.3L671.4,420.3c0.6-0.2,1-0.8,1.1-1.6c0.1-1.2-0.6-2.5-1.6-2.9l0,0c-0.6,0.2-1,0.8-1,1.6
                                                C669.7,418.7,670.4,419.9,671.4,420.3z"/>
                                            <path className="st56" d="M669,417.4c0.1-1.2,0.9-1.9,1.9-1.6c-0.6,0.2-1,0.8-1,1.6c-0.1,1.2,0.6,2.5,1.6,2.9l0,0
                                                c-0.3,0.1-0.6,0.1-0.9,0C669.6,419.9,668.9,418.7,669,417.4z"/>
                                        </g>
                                        <g className="st61">
                                            <path className="st56" d="M697.6,470v-0.6v-9.9c0-0.7-0.4-1.4-1-1.7l-12.7-7.4c-0.5-0.3-1-0.3-1.5-0.1c0.5-0.5,1.3-0.6,2-0.2
                                                l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6c0,0.5-0.3,0.8-0.7,1C697.6,470.5,697.6,470.3,697.6,470z"/>
                                            <path className="st4" d="M679.7,453.3c0.6-0.8,1.4-1.8,2.1-2.6c0.5-0.6,1.4-0.8,2.1-0.4l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6
                                                c0,0.7-0.6,1.1-1.2,1c-0.1,0-0.2-0.1-0.3-0.1l-13.8-8.1c-0.3-0.2-0.6-0.5-0.7-0.9l-2.3-6.3C679.1,454.8,679.2,454,679.7,453.3z
                                                M682.9,457.7L682.9,457.7c0.4-0.1,0.7-0.5,0.7-1.1c0.1-0.8-0.4-1.6-1-1.9l0,0c-0.4,0.1-0.6,0.5-0.7,1.1
                                                C681.8,456.6,682.3,457.5,682.9,457.7z"/>
                                            <path className="st56" d="M681.4,455.8c0.1-0.8,0.6-1.3,1.2-1.1c-0.4,0.1-0.6,0.5-0.7,1.1c-0.1,0.8,0.4,1.6,1,1.9l0,0
                                                c-0.2,0.1-0.4,0.1-0.6,0C681.8,457.5,681.3,456.6,681.4,455.8z"/>
                                        </g>
                                        <g className="st61">
                                            <path className="st56" d="M696.3,403.6V403v-9.9c0-0.7-0.4-1.4-1-1.7l-12.7-7.4c-0.5-0.3-1-0.3-1.5-0.1c0.5-0.5,1.3-0.6,2-0.2
                                                l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6c0,0.5-0.3,0.8-0.7,1C696.2,404.1,696.3,403.9,696.3,403.6z"/>
                                            <path className="st4" d="M678.4,386.9c0.6-0.8,1.4-1.8,2.1-2.6c0.5-0.6,1.4-0.8,2.1-0.4l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6
                                                c0,0.7-0.6,1.1-1.2,1c-0.1,0-0.2-0.1-0.3-0.1l-13.8-8.1c-0.3-0.2-0.6-0.5-0.7-0.9l-2.3-6.3C677.8,388.5,677.9,387.6,678.4,386.9z
                                                M681.5,391.2L681.5,391.2c0.3-0.1,0.5-0.4,0.6-0.9c0-0.6-0.3-1.3-0.8-1.5l0,0c-0.3,0.1-0.5,0.4-0.5,0.9
                                                C680.7,390.4,681,391,681.5,391.2z"/>
                                            <path className="st56" d="M680.3,389.7c0-0.6,0.5-1,1-0.9c-0.3,0.1-0.5,0.4-0.5,0.9c0,0.6,0.3,1.3,0.8,1.5l0,0c-0.1,0-0.3,0-0.5,0
                                                C680.6,391,680.2,390.4,680.3,389.7z"/>
                                        </g>
                                    </g>
                                </g>
                                <g>
                                    <polygon className="st49" points="999.5,503.9 960,481.1 999.5,458.3 1039,481.1 	"/>
                                    <path className="st45" d="M999.5,512.5c-0.6,0-1.2-0.2-1.8-0.5l0,0l-51-29.4c-0.5-0.3-0.8-0.9-0.8-1.5s0.3-1.2,0.8-1.5l51-29.4
                                        c1.1-0.6,2.5-0.6,3.6,0l51,29.4c0.5,0.3,0.8,0.9,0.8,1.5s-0.3,1.2-0.8,1.5l-51,29.4C1000.7,512.3,1000.1,512.5,999.5,512.5z"/>
                                    <g>
                                        <polygon className="st63" points="999.5,491.6 950.9,463.5 950.9,358 999.5,329.9 1048.1,358 1048.1,463.5 		"/>
                                        <polygon className="st51" points="999.5,490.4 951.9,462.9 951.9,358.6 999.5,331.1 1047.1,358.6 1047.1,462.9 		"/>
                                        <polygon className="st52" points="999.5,386 952.9,359.1 999.5,332.2 1046.1,359.1 		"/>
                                        <polygon className="st4" points="999.5,489.3 952.9,462.4 999.5,435.5 1046.1,462.4 		"/>
                                        <polygon className="st53" points="1046.1,359.1 1046.1,462.4 999.5,489.3 999.5,386 		"/>
                                        <polygon className="st54" points="952.9,359.1 952.9,462.4 999.5,489.3 999.5,386 		"/>
                                        <polygon className="st34" points="956.1,366 956.1,458.8 996.3,482 996.3,389.2 		"/>
                                        <polygon className="st56" points="1039.1,384.1 1039.1,386.8 1006.5,405.6 1006.5,402.9 		"/>
                                        <polygon className="st56" points="1039.1,395.6 1039.1,398.3 1006.5,417.2 1006.5,414.4 		"/>
                                        <polygon className="st56" points="1039.1,407.2 1039.1,409.9 1006.5,428.7 1006.5,426 		"/>
                                        <polygon className="st56" points="1039.1,418.7 1039.1,421.4 1006.5,440.2 1006.5,437.5 		"/>
                                        <polygon className="st56" points="1039.1,430.2 1039.1,433 1006.5,451.8 1006.5,449 		"/>
                                        <polygon className="st56" points="1039.1,441.8 1039.1,444.5 1006.5,463.3 1006.5,460.6 		"/>
                                        <polygon className="st57" points="999.5,376.6 965.7,357.1 999.5,337.6 1033.3,357.1 		"/>
                                        <polygon className="st58" points="1033.3,357.1 1033.3,359.5 999.5,379 999.5,376.6 		"/>
                                        <polygon className="st54" points="965.7,357.1 965.7,359.5 999.5,379 999.5,376.6 		"/>
                                        <polygon className="st56" points="986.4,357.4 984.9,356.5 985,355.8 998.9,347.7 1000.8,348.7 1000.5,349.3 		"/>
                                        <polygon className="st59" points="999,348.4 1000.5,349.3 1001.4,348.7 999,347.3 983.9,356 984.9,356.5 		"/>
                                        <polygon className="st56" points="990.9,360 989.4,359.1 989.6,358.4 1003.5,350.4 1005.4,351.3 1005,351.9 		"/>
                                        <polygon className="st59" points="1003.5,351 1005,351.9 1006,351.3 1003.5,349.9 988.5,358.6 989.4,359.1 		"/>
                                        <polygon className="st56" points="995.5,362.6 994,361.8 994.1,361.1 1008,353 1009.9,353.9 1009.6,354.5 		"/>
                                        <polygon className="st59" points="1008.1,353.6 1009.6,354.5 1010.5,353.9 1008.1,352.5 993,361.2 994,361.8 		"/>
                                        <polygon className="st56" points="1000,365.2 998.5,364.4 998.7,363.7 1012.5,355.6 1014.5,356.5 1014.1,357.1 		"/>
                                        <polygon className="st59" points="1012.6,356.2 1014.1,357.1 1015.1,356.6 1012.6,355.1 997.6,363.8 998.5,364.4 		"/>
                                        <polygon className="st60" points="952.9,446 999.5,417.9 999.5,386 952.9,359.1 		"/>
                                        <g className="st61">
                                            <path className="st56" d="M989.2,440.6v-1.1v-16.6c0-1.2-0.6-2.3-1.7-2.9l-21.2-12.4c-0.8-0.5-1.7-0.5-2.5-0.2c0.9-0.8,2.2-1,3.3-0.4
                                                l21.2,12.4c1,0.6,1.7,1.7,1.7,2.9v16.6v1.1c0,0.8-0.5,1.4-1.2,1.6C989.1,441.4,989.2,441,989.2,440.6z"/>
                                            <path className="st4" d="M959.2,412.7c1-1.3,2.4-3,3.5-4.4c0.9-1.1,2.4-1.4,3.6-0.7l21.2,12.4c1,0.6,1.7,1.7,1.7,2.9v16.6v1.1
                                                c0,1.1-1,1.8-2,1.6c-0.2,0-0.3-0.1-0.5-0.2l-23.1-13.5c-0.6-0.3-1-0.8-1.2-1.5l-3.8-10.5C958.1,415.2,958.4,413.8,959.2,412.7z
                                                M965.3,420.3L965.3,420.3c0.6-0.2,1-0.8,1.1-1.6c0.1-1.2-0.6-2.5-1.6-2.9l0,0c-0.6,0.2-1,0.8-1,1.6
                                                C963.7,418.7,964.4,419.9,965.3,420.3z"/>
                                            <path className="st56" d="M962.9,417.4c0.1-1.2,0.9-1.9,1.9-1.6c-0.6,0.2-1,0.8-1,1.6c-0.1,1.2,0.6,2.5,1.6,2.9l0,0
                                                c-0.3,0.1-0.6,0.1-0.9,0C963.5,419.9,962.8,418.7,962.9,417.4z"/>
                                        </g>
                                        <g className="st61">
                                            <path className="st56" d="M991.6,470v-0.6v-9.9c0-0.7-0.4-1.4-1-1.7l-12.7-7.4c-0.5-0.3-1-0.3-1.5-0.1c0.5-0.5,1.3-0.6,2-0.2
                                                l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6c0,0.5-0.3,0.8-0.7,1C991.5,470.5,991.6,470.3,991.6,470z"/>
                                            <path className="st4" d="M973.7,453.3c0.6-0.8,1.4-1.8,2.1-2.6c0.5-0.6,1.4-0.8,2.1-0.4l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6
                                                c0,0.7-0.6,1.1-1.2,1c-0.1,0-0.2-0.1-0.3-0.1l-13.8-8.1c-0.3-0.2-0.6-0.5-0.7-0.9l-2.3-6.3C973,454.8,973.1,454,973.7,453.3z
                                                M976.8,457.7C976.9,457.7,976.9,457.7,976.8,457.7c0.4-0.1,0.7-0.5,0.7-1.1c0.1-0.8-0.4-1.6-1-1.9l0,0c-0.4,0.1-0.6,0.5-0.7,1.1
                                                C975.8,456.6,976.2,457.5,976.8,457.7z"/>
                                            <path className="st56" d="M975.3,455.8c0.1-0.8,0.6-1.3,1.2-1.1c-0.4,0.1-0.6,0.5-0.7,1.1c-0.1,0.8,0.4,1.6,1,1.9l0,0
                                                c-0.2,0.1-0.4,0.1-0.6,0C975.7,457.5,975.2,456.6,975.3,455.8z"/>
                                        </g>
                                        <g className="st61">
                                            <path className="st56" d="M990.2,403.6V403v-9.9c0-0.7-0.4-1.4-1-1.7l-12.7-7.4c-0.5-0.3-1-0.3-1.5-0.1c0.5-0.5,1.3-0.6,2-0.2
                                                l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6c0,0.5-0.3,0.8-0.7,1C990.2,404.1,990.2,403.9,990.2,403.6z"/>
                                            <path className="st4" d="M972.3,386.9c0.6-0.8,1.4-1.8,2.1-2.6c0.5-0.6,1.4-0.8,2.1-0.4l12.7,7.4c0.6,0.4,1,1,1,1.7v9.9v0.6
                                                c0,0.7-0.6,1.1-1.2,1c-0.1,0-0.2-0.1-0.3-0.1l-13.8-8.1c-0.3-0.2-0.6-0.5-0.7-0.9l-2.3-6.3C971.7,388.5,971.8,387.6,972.3,386.9z
                                                M975.4,391.2C975.5,391.2,975.5,391.2,975.4,391.2c0.3-0.1,0.5-0.4,0.6-0.9c0-0.6-0.3-1.3-0.8-1.5l0,0c-0.3,0.1-0.5,0.4-0.5,0.9
                                                C974.6,390.4,974.9,391,975.4,391.2z"/>
                                            <path className="st56" d="M974.2,389.7c0-0.6,0.5-1,1-0.9c-0.3,0.1-0.5,0.4-0.5,0.9c0,0.6,0.3,1.3,0.8,1.5l0,0c-0.1,0-0.3,0-0.5,0
                                                C974.5,391,974.1,390.4,974.2,389.7z"/>
                                        </g>
                                    </g>
                                </g>
                                </svg>
                                        </div>
                                    </div>
                                </div>
                            </div>


                        </section>
                        <section className='right-sec'>
                            <div>
                                <div className="testh">
                                    <div>实时标签生成</div>
                                </div>
                                <div className="testt">
                                    <table>
                                        <thead>
																					<tr>
                                            <th>任务</th>
                                            <th>运行时间</th>
                                            <th>状态</th>
																					</tr>
                                        </thead>
                                        <tbody>
																					{btnewList2}
                                        </tbody>
                                    </table>
                                </div>
                            </div>
                            {/* <div>
                                <div className="testh">
                                    <div>任务操作</div>
                                    </div>
                                <div className="testt3">
                                    <Button onClick={this.openPop} type="primary">选择任务</Button>
                                </div>
                            </div> */}
                        </section>
                        </div>
                    </Content>
                   
                </Layout>
            

				
			</div>
		)
	}
}
export default Form.create({ name: 'EcSummarize' })(EcSummarize);
//export default EcTashAdd;