首页 > 其他分享 >uniapp自定义地址选择器组件

uniapp自定义地址选择器组件

时间:2024-11-26 17:47:53浏览次数:6  
标签:uniapp 自定义 text 开发区 children value id 技术开发区 选择器

export const region = [
        {
            "id": 110000,
            "text": "北京","value": "北京",
            "children": [
                {
                    "id": 110100,
                    "text": "北京市","value": "北京市",
                    "children": [
                        {
                            "id": 110101,
                            "text": "东城区","value": "东城区",
                            
                        },
                        {
                            "id": 110102,
                            "text": "西城区","value": "西城区",
                            
                        },
                        {
                            "id": 110105,
                            "text": "朝阳区","value": "朝阳区",
                            
                        },
                        {
                            "id": 110106,
                            "text": "丰台区","value": "丰台区",
                            
                        },
                        {
                            "id": 110107,
                            "text": "石景山区","value": "石景山区",
                            
                        },
                        {
                            "id": 110108,
                            "text": "海淀区","value": "海淀区",
                            
                        },
                        {
                            "id": 110109,
                            "text": "门头沟区","value": "门头沟区",
                            
                        },
                        {
                            "id": 110111,
                            "text": "房山区","value": "房山区",
                            
                        },
                        {
                            "id": 110112,
                            "text": "通州区","value": "通州区",
                            
                        },
                        {
                            "id": 110113,
                            "text": "顺义区","value": "顺义区",
                            
                        },
                        {
                            "id": 110114,
                            "text": "昌平区","value": "昌平区",
                            
                        },
                        {
                            "id": 110115,
                            "text": "大兴区","value": "大兴区",
                            
                        },
                        {
                            "id": 110116,
                            "text": "怀柔区","value": "怀柔区",
                            
                        },
                        {
                            "id": 110117,
                            "text": "平谷区","value": "平谷区",
                            
                        },
                        {
                            "id": 110118,
                            "text": "密云区","value": "密云区",
                            
                        },
                        {
                            "id": 110119,
                            "text": "延庆区","value": "延庆区",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 120000,
            "text": "天津","value": "天津",
            "children": [
                {
                    "id": 120100,
                    "text": "天津市","value": "天津市",
                    "children": [
                        {
                            "id": 120101,
                            "text": "和平区","value": "和平区",
                            
                        },
                        {
                            "id": 120102,
                            "text": "河东区","value": "河东区",
                            
                        },
                        {
                            "id": 120103,
                            "text": "河西区","value": "河西区",
                            
                        },
                        {
                            "id": 120104,
                            "text": "南开区","value": "南开区",
                            
                        },
                        {
                            "id": 120105,
                            "text": "河北区","value": "河北区",
                            
                        },
                        {
                            "id": 120106,
                            "text": "红桥区","value": "红桥区",
                            
                        },
                        {
                            "id": 120110,
                            "text": "东丽区","value": "东丽区",
                            
                        },
                        {
                            "id": 120111,
                            "text": "西青区","value": "西青区",
                            
                        },
                        {
                            "id": 120112,
                            "text": "津南区","value": "津南区",
                            
                        },
                        {
                            "id": 120113,
                            "text": "北辰区","value": "北辰区",
                            
                        },
                        {
                            "id": 120114,
                            "text": "武清区","value": "武清区",
                            
                        },
                        {
                            "id": 120115,
                            "text": "宝坻区","value": "宝坻区",
                            
                        },
                        {
                            "id": 120116,
                            "text": "滨海新区","value": "滨海新区",
                            
                        },
                        {
                            "id": 120117,
                            "text": "宁河区","value": "宁河区",
                            
                        },
                        {
                            "id": 120118,
                            "text": "静海区","value": "静海区",
                            
                        },
                        {
                            "id": 120119,
                            "text": "蓟州区","value": "蓟州区",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 130000,
            "text": "河北省","value": "河北省",
            "children": [
                {
                    "id": 130100,
                    "text": "石家庄市","value": "石家庄市",
                    "children": [
                        {
                            "id": 130102,
                            "text": "长安区","value": "长安区",
                            
                        },
                        {
                            "id": 130104,
                            "text": "桥西区","value": "桥西区",
                            
                        },
                        {
                            "id": 130105,
                            "text": "新华区","value": "新华区",
                            
                        },
                        {
                            "id": 130107,
                            "text": "井陉矿区","value": "井陉矿区",
                            
                        },
                        {
                            "id": 130108,
                            "text": "裕华区","value": "裕华区",
                            
                        },
                        {
                            "id": 130109,
                            "text": "藁城区","value": "藁城区",
                            
                        },
                        {
                            "id": 130110,
                            "text": "鹿泉区","value": "鹿泉区",
                            
                        },
                        {
                            "id": 130111,
                            "text": "栾城区","value": "栾城区",
                            
                        },
                        {
                            "id": 130121,
                            "text": "井陉县","value": "井陉县",
                            
                        },
                        {
                            "id": 130123,
                            "text": "正定县","value": "正定县",
                            
                        },
                        {
                            "id": 130125,
                            "text": "行唐县","value": "行唐县",
                            
                        },
                        {
                            "id": 130126,
                            "text": "灵寿县","value": "灵寿县",
                            
                        },
                        {
                            "id": 130127,
                            "text": "高邑县","value": "高邑县",
                            
                        },
                        {
                            "id": 130128,
                            "text": "深泽县","value": "深泽县",
                            
                        },
                        {
                            "id": 130129,
                            "text": "赞皇县","value": "赞皇县",
                            
                        },
                        {
                            "id": 130130,
                            "text": "无极县","value": "无极县",
                            
                        },
                        {
                            "id": 130131,
                            "text": "平山县","value": "平山县",
                            
                        },
                        {
                            "id": 130132,
                            "text": "元氏县","value": "元氏县",
                            
                        },
                        {
                            "id": 130133,
                            "text": "赵县","value": "赵县",
                            
                        },
                        {
                            "id": 130171,
                            "text": "石家庄高新技术产业开发区","value": "石家庄高新技术产业开发区",
                            
                        },
                        {
                            "id": 130172,
                            "text": "石家庄循环化工园区","value": "石家庄循环化工园区",
                            
                        },
                        {
                            "id": 130181,
                            "text": "辛集市","value": "辛集市",
                            
                        },
                        {
                            "id": 130183,
                            "text": "晋州市","value": "晋州市",
                            
                        },
                        {
                            "id": 130184,
                            "text": "新乐市","value": "新乐市",
                            
                        }
                    ]
                },
                {
                    "id": 130200,
                    "text": "唐山市","value": "唐山市",
                    "children": [
                        {
                            "id": 130202,
                            "text": "路南区","value": "路南区",
                            
                        },
                        {
                            "id": 130203,
                            "text": "路北区","value": "路北区",
                            
                        },
                        {
                            "id": 130204,
                            "text": "古冶区","value": "古冶区",
                            
                        },
                        {
                            "id": 130205,
                            "text": "开平区","value": "开平区",
                            
                        },
                        {
                            "id": 130207,
                            "text": "丰南区","value": "丰南区",
                            
                        },
                        {
                            "id": 130208,
                            "text": "丰润区","value": "丰润区",
                            
                        },
                        {
                            "id": 130209,
                            "text": "曹妃甸区","value": "曹妃甸区",
                            
                        },
                        {
                            "id": 130224,
                            "text": "滦南县","value": "滦南县",
                            
                        },
                        {
                            "id": 130225,
                            "text": "乐亭县","value": "乐亭县",
                            
                        },
                        {
                            "id": 130227,
                            "text": "迁西县","value": "迁西县",
                            
                        },
                        {
                            "id": 130229,
                            "text": "玉田县","value": "玉田县",
                            
                        },
                        {
                            "id": 130271,
                            "text": "河北唐山芦台经济开发区","value": "河北唐山芦台经济开发区",
                            
                        },
                        {
                            "id": 130272,
                            "text": "唐山市汉沽管理区","value": "唐山市汉沽管理区",
                            
                        },
                        {
                            "id": 130273,
                            "text": "唐山高新技术产业开发区","value": "唐山高新技术产业开发区",
                            
                        },
                        {
                            "id": 130274,
                            "text": "河北唐山海港经济开发区","value": "河北唐山海港经济开发区",
                            
                        },
                        {
                            "id": 130281,
                            "text": "遵化市","value": "遵化市",
                            
                        },
                        {
                            "id": 130283,
                            "text": "迁安市","value": "迁安市",
                            
                        },
                        {
                            "id": 130284,
                            "text": "滦州市","value": "滦州市",
                            
                        }
                    ]
                },
                {
                    "id": 130300,
                    "text": "秦皇岛市","value": "秦皇岛市",
                    "children": [
                        {
                            "id": 130302,
                            "text": "海港区","value": "海港区",
                            
                        },
                        {
                            "id": 130303,
                            "text": "山海关区","value": "山海关区",
                            
                        },
                        {
                            "id": 130304,
                            "text": "北戴河区","value": "北戴河区",
                            
                        },
                        {
                            "id": 130306,
                            "text": "抚宁区","value": "抚宁区",
                            
                        },
                        {
                            "id": 130321,
                            "text": "青龙满族自治县","value": "青龙满族自治县",
                            
                        },
                        {
                            "id": 130322,
                            "text": "昌黎县","value": "昌黎县",
                            
                        },
                        {
                            "id": 130324,
                            "text": "卢龙县","value": "卢龙县",
                            
                        },
                        {
                            "id": 130371,
                            "text": "秦皇岛市经济技术开发区","value": "秦皇岛市经济技术开发区",
                            
                        },
                        {
                            "id": 130372,
                            "text": "北戴河新区","value": "北戴河新区",
                            
                        }
                    ]
                },
                {
                    "id": 130400,
                    "text": "邯郸市","value": "邯郸市",
                    "children": [
                        {
                            "id": 130402,
                            "text": "邯山区","value": "邯山区",
                            
                        },
                        {
                            "id": 130403,
                            "text": "丛台区","value": "丛台区",
                            
                        },
                        {
                            "id": 130404,
                            "text": "复兴区","value": "复兴区",
                            
                        },
                        {
                            "id": 130406,
                            "text": "峰峰矿区","value": "峰峰矿区",
                            
                        },
                        {
                            "id": 130407,
                            "text": "肥乡区","value": "肥乡区",
                            
                        },
                        {
                            "id": 130408,
                            "text": "永年区","value": "永年区",
                            
                        },
                        {
                            "id": 130423,
                            "text": "临漳县","value": "临漳县",
                            
                        },
                        {
                            "id": 130424,
                            "text": "成安县","value": "成安县",
                            
                        },
                        {
                            "id": 130425,
                            "text": "大名县","value": "大名县",
                            
                        },
                        {
                            "id": 130426,
                            "text": "涉县","value": "涉县",
                            
                        },
                        {
                            "id": 130427,
                            "text": "磁县","value": "磁县",
                            
                        },
                        {
                            "id": 130430,
                            "text": "邱县","value": "邱县",
                            
                        },
                        {
                            "id": 130431,
                            "text": "鸡泽县","value": "鸡泽县",
                            
                        },
                        {
                            "id": 130432,
                            "text": "广平县","value": "广平县",
                            
                        },
                        {
                            "id": 130433,
                            "text": "馆陶县","value": "馆陶县",
                            
                        },
                        {
                            "id": 130434,
                            "text": "魏县","value": "魏县",
                            
                        },
                        {
                            "id": 130435,
                            "text": "曲周县","value": "曲周县",
                            
                        },
                        {
                            "id": 130471,
                            "text": "邯郸经济技术开发区","value": "邯郸经济技术开发区",
                            
                        },
                        {
                            "id": 130473,
                            "text": "邯郸冀南新区","value": "邯郸冀南新区",
                            
                        },
                        {
                            "id": 130481,
                            "text": "武安市","value": "武安市",
                            
                        }
                    ]
                },
                {
                    "id": 130500,
                    "text": "邢台市","value": "邢台市",
                    "children": [
                        {
                            "id": 130502,
                            "text": "襄都区","value": "襄都区",
                            
                        },
                        {
                            "id": 130503,
                            "text": "信都区","value": "信都区",
                            
                        },
                        {
                            "id": 130505,
                            "text": "任泽区","value": "任泽区",
                            
                        },
                        {
                            "id": 130506,
                            "text": "南和区","value": "南和区",
                            
                        },
                        {
                            "id": 130522,
                            "text": "临城县","value": "临城县",
                            
                        },
                        {
                            "id": 130523,
                            "text": "内丘县","value": "内丘县",
                            
                        },
                        {
                            "id": 130524,
                            "text": "柏乡县","value": "柏乡县",
                            
                        },
                        {
                            "id": 130525,
                            "text": "隆尧县","value": "隆尧县",
                            
                        },
                        {
                            "id": 130528,
                            "text": "宁晋县","value": "宁晋县",
                            
                        },
                        {
                            "id": 130529,
                            "text": "巨鹿县","value": "巨鹿县",
                            
                        },
                        {
                            "id": 130530,
                            "text": "新河县","value": "新河县",
                            
                        },
                        {
                            "id": 130531,
                            "text": "广宗县","value": "广宗县",
                            
                        },
                        {
                            "id": 130532,
                            "text": "平乡县","value": "平乡县",
                            
                        },
                        {
                            "id": 130533,
                            "text": "威县","value": "威县",
                            
                        },
                        {
                            "id": 130534,
                            "text": "清河县","value": "清河县",
                            
                        },
                        {
                            "id": 130535,
                            "text": "临西县","value": "临西县",
                            
                        },
                        {
                            "id": 130571,
                            "text": "河北邢台经济开发区","value": "河北邢台经济开发区",
                            
                        },
                        {
                            "id": 130581,
                            "text": "南宫市","value": "南宫市",
                            
                        },
                        {
                            "id": 130582,
                            "text": "沙河市","value": "沙河市",
                            
                        }
                    ]
                },
                {
                    "id": 130600,
                    "text": "保定市","value": "保定市",
                    "children": [
                        {
                            "id": 130602,
                            "text": "竞秀区","value": "竞秀区",
                            
                        },
                        {
                            "id": 130606,
                            "text": "莲池区","value": "莲池区",
                            
                        },
                        {
                            "id": 130607,
                            "text": "满城区","value": "满城区",
                            
                        },
                        {
                            "id": 130608,
                            "text": "清苑区","value": "清苑区",
                            
                        },
                        {
                            "id": 130609,
                            "text": "徐水区","value": "徐水区",
                            
                        },
                        {
                            "id": 130623,
                            "text": "涞水县","value": "涞水县",
                            
                        },
                        {
                            "id": 130624,
                            "text": "阜平县","value": "阜平县",
                            
                        },
                        {
                            "id": 130626,
                            "text": "定兴县","value": "定兴县",
                            
                        },
                        {
                            "id": 130627,
                            "text": "唐县","value": "唐县",
                            
                        },
                        {
                            "id": 130628,
                            "text": "高阳县","value": "高阳县",
                            
                        },
                        {
                            "id": 130629,
                            "text": "容城县","value": "容城县",
                            
                        },
                        {
                            "id": 130630,
                            "text": "涞源县","value": "涞源县",
                            
                        },
                        {
                            "id": 130631,
                            "text": "望都县","value": "望都县",
                            
                        },
                        {
                            "id": 130632,
                            "text": "安新县","value": "安新县",
                            
                        },
                        {
                            "id": 130633,
                            "text": "易县","value": "易县",
                            
                        },
                        {
                            "id": 130634,
                            "text": "曲阳县","value": "曲阳县",
                            
                        },
                        {
                            "id": 130635,
                            "text": "蠡县","value": "蠡县",
                            
                        },
                        {
                            "id": 130636,
                            "text": "顺平县","value": "顺平县",
                            
                        },
                        {
                            "id": 130637,
                            "text": "博野县","value": "博野县",
                            
                        },
                        {
                            "id": 130638,
                            "text": "雄县","value": "雄县",
                            
                        },
                        {
                            "id": 130671,
                            "text": "保定高新技术产业开发区","value": "保定高新技术产业开发区",
                            
                        },
                        {
                            "id": 130672,
                            "text": "保定白沟新城","value": "保定白沟新城",
                            
                        },
                        {
                            "id": 130681,
                            "text": "涿州市","value": "涿州市",
                            
                        },
                        {
                            "id": 130682,
                            "text": "定州市","value": "定州市",
                            
                        },
                        {
                            "id": 130683,
                            "text": "安国市","value": "安国市",
                            
                        },
                        {
                            "id": 130684,
                            "text": "高碑店市","value": "高碑店市",
                            
                        }
                    ]
                },
                {
                    "id": 130700,
                    "text": "张家口市","value": "张家口市",
                    "children": [
                        {
                            "id": 130702,
                            "text": "桥东区","value": "桥东区",
                            
                        },
                        {
                            "id": 130703,
                            "text": "桥西区","value": "桥西区",
                            
                        },
                        {
                            "id": 130705,
                            "text": "宣化区","value": "宣化区",
                            
                        },
                        {
                            "id": 130706,
                            "text": "下花园区","value": "下花园区",
                            
                        },
                        {
                            "id": 130708,
                            "text": "万全区","value": "万全区",
                            
                        },
                        {
                            "id": 130709,
                            "text": "崇礼区","value": "崇礼区",
                            
                        },
                        {
                            "id": 130722,
                            "text": "张北县","value": "张北县",
                            
                        },
                        {
                            "id": 130723,
                            "text": "康保县","value": "康保县",
                            
                        },
                        {
                            "id": 130724,
                            "text": "沽源县","value": "沽源县",
                            
                        },
                        {
                            "id": 130725,
                            "text": "尚义县","value": "尚义县",
                            
                        },
                        {
                            "id": 130726,
                            "text": "蔚县","value": "蔚县",
                            
                        },
                        {
                            "id": 130727,
                            "text": "阳原县","value": "阳原县",
                            
                        },
                        {
                            "id": 130728,
                            "text": "怀安县","value": "怀安县",
                            
                        },
                        {
                            "id": 130730,
                            "text": "怀来县","value": "怀来县",
                            
                        },
                        {
                            "id": 130731,
                            "text": "涿鹿县","value": "涿鹿县",
                            
                        },
                        {
                            "id": 130732,
                            "text": "赤城县","value": "赤城县",
                            
                        },
                        {
                            "id": 130771,
                            "text": "张家口经济开发区","value": "张家口经济开发区",
                            
                        },
                        {
                            "id": 130772,
                            "text": "张家口市察北管理区","value": "张家口市察北管理区",
                            
                        },
                        {
                            "id": 130773,
                            "text": "张家口市塞北管理区","value": "张家口市塞北管理区",
                            
                        }
                    ]
                },
                {
                    "id": 130800,
                    "text": "承德市","value": "承德市",
                    "children": [
                        {
                            "id": 130802,
                            "text": "双桥区","value": "双桥区",
                            
                        },
                        {
                            "id": 130803,
                            "text": "双滦区","value": "双滦区",
                            
                        },
                        {
                            "id": 130804,
                            "text": "鹰手营子矿区","value": "鹰手营子矿区",
                            
                        },
                        {
                            "id": 130821,
                            "text": "承德县","value": "承德县",
                            
                        },
                        {
                            "id": 130822,
                            "text": "兴隆县","value": "兴隆县",
                            
                        },
                        {
                            "id": 130824,
                            "text": "滦平县","value": "滦平县",
                            
                        },
                        {
                            "id": 130825,
                            "text": "隆化县","value": "隆化县",
                            
                        },
                        {
                            "id": 130826,
                            "text": "丰宁满族自治县","value": "丰宁满族自治县",
                            
                        },
                        {
                            "id": 130827,
                            "text": "宽城满族自治县","value": "宽城满族自治县",
                            
                        },
                        {
                            "id": 130828,
                            "text": "围场满族蒙古族自治县","value": "围场满族蒙古族自治县",
                            
                        },
                        {
                            "id": 130871,
                            "text": "承德高新技术产业开发区","value": "承德高新技术产业开发区",
                            
                        },
                        {
                            "id": 130881,
                            "text": "平泉市","value": "平泉市",
                            
                        }
                    ]
                },
                {
                    "id": 130900,
                    "text": "沧州市","value": "沧州市",
                    "children": [
                        {
                            "id": 130902,
                            "text": "新华区","value": "新华区",
                            
                        },
                        {
                            "id": 130903,
                            "text": "运河区","value": "运河区",
                            
                        },
                        {
                            "id": 130921,
                            "text": "沧县","value": "沧县",
                            
                        },
                        {
                            "id": 130922,
                            "text": "青县","value": "青县",
                            
                        },
                        {
                            "id": 130923,
                            "text": "东光县","value": "东光县",
                            
                        },
                        {
                            "id": 130924,
                            "text": "海兴县","value": "海兴县",
                            
                        },
                        {
                            "id": 130925,
                            "text": "盐山县","value": "盐山县",
                            
                        },
                        {
                            "id": 130926,
                            "text": "肃宁县","value": "肃宁县",
                            
                        },
                        {
                            "id": 130927,
                            "text": "南皮县","value": "南皮县",
                            
                        },
                        {
                            "id": 130928,
                            "text": "吴桥县","value": "吴桥县",
                            
                        },
                        {
                            "id": 130929,
                            "text": "献县","value": "献县",
                            
                        },
                        {
                            "id": 130930,
                            "text": "孟村回族自治县","value": "孟村回族自治县",
                            
                        },
                        {
                            "id": 130971,
                            "text": "河北沧州经济开发区","value": "河北沧州经济开发区",
                            
                        },
                        {
                            "id": 130972,
                            "text": "沧州高新技术产业开发区","value": "沧州高新技术产业开发区",
                            
                        },
                        {
                            "id": 130973,
                            "text": "沧州渤海新区","value": "沧州渤海新区",
                            
                        },
                        {
                            "id": 130981,
                            "text": "泊头市","value": "泊头市",
                            
                        },
                        {
                            "id": 130982,
                            "text": "任丘市","value": "任丘市",
                            
                        },
                        {
                            "id": 130983,
                            "text": "黄骅市","value": "黄骅市",
                            
                        },
                        {
                            "id": 130984,
                            "text": "河间市","value": "河间市",
                            
                        }
                    ]
                },
                {
                    "id": 131000,
                    "text": "廊坊市","value": "廊坊市",
                    "children": [
                        {
                            "id": 131002,
                            "text": "安次区","value": "安次区",
                            
                        },
                        {
                            "id": 131003,
                            "text": "广阳区","value": "广阳区",
                            
                        },
                        {
                            "id": 131022,
                            "text": "固安县","value": "固安县",
                            
                        },
                        {
                            "id": 131023,
                            "text": "永清县","value": "永清县",
                            
                        },
                        {
                            "id": 131024,
                            "text": "香河县","value": "香河县",
                            
                        },
                        {
                            "id": 131025,
                            "text": "大城县","value": "大城县",
                            
                        },
                        {
                            "id": 131026,
                            "text": "文安县","value": "文安县",
                            
                        },
                        {
                            "id": 131028,
                            "text": "大厂回族自治县","value": "大厂回族自治县",
                            
                        },
                        {
                            "id": 131071,
                            "text": "廊坊经济技术开发区","value": "廊坊经济技术开发区",
                            
                        },
                        {
                            "id": 131081,
                            "text": "霸州市","value": "霸州市",
                            
                        },
                        {
                            "id": 131082,
                            "text": "三河市","value": "三河市",
                            
                        }
                    ]
                },
                {
                    "id": 131100,
                    "text": "衡水市","value": "衡水市",
                    "children": [
                        {
                            "id": 131102,
                            "text": "桃城区","value": "桃城区",
                            
                        },
                        {
                            "id": 131103,
                            "text": "冀州区","value": "冀州区",
                            
                        },
                        {
                            "id": 131121,
                            "text": "枣强县","value": "枣强县",
                            
                        },
                        {
                            "id": 131122,
                            "text": "武邑县","value": "武邑县",
                            
                        },
                        {
                            "id": 131123,
                            "text": "武强县","value": "武强县",
                            
                        },
                        {
                            "id": 131124,
                            "text": "饶阳县","value": "饶阳县",
                            
                        },
                        {
                            "id": 131125,
                            "text": "安平县","value": "安平县",
                            
                        },
                        {
                            "id": 131126,
                            "text": "故城县","value": "故城县",
                            
                        },
                        {
                            "id": 131127,
                            "text": "景县","value": "景县",
                            
                        },
                        {
                            "id": 131128,
                            "text": "阜城县","value": "阜城县",
                            
                        },
                        {
                            "id": 131171,
                            "text": "河北衡水高新技术产业开发区","value": "河北衡水高新技术产业开发区",
                            
                        },
                        {
                            "id": 131172,
                            "text": "衡水滨湖新区","value": "衡水滨湖新区",
                            
                        },
                        {
                            "id": 131182,
                            "text": "深州市","value": "深州市",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 140000,
            "text": "山西省","value": "山西省",
            "children": [
                {
                    "id": 140100,
                    "text": "太原市","value": "太原市",
                    "children": [
                        {
                            "id": 140105,
                            "text": "小店区","value": "小店区",
                            
                        },
                        {
                            "id": 140106,
                            "text": "迎泽区","value": "迎泽区",
                            
                        },
                        {
                            "id": 140107,
                            "text": "杏花岭区","value": "杏花岭区",
                            
                        },
                        {
                            "id": 140108,
                            "text": "尖草坪区","value": "尖草坪区",
                            
                        },
                        {
                            "id": 140109,
                            "text": "万柏林区","value": "万柏林区",
                            
                        },
                        {
                            "id": 140110,
                            "text": "晋源区","value": "晋源区",
                            
                        },
                        {
                            "id": 140121,
                            "text": "清徐县","value": "清徐县",
                            
                        },
                        {
                            "id": 140122,
                            "text": "阳曲县","value": "阳曲县",
                            
                        },
                        {
                            "id": 140123,
                            "text": "娄烦县","value": "娄烦县",
                            
                        },
                        {
                            "id": 140171,
                            "text": "山西转型综合改革示范区","value": "山西转型综合改革示范区",
                            
                        },
                        {
                            "id": 140181,
                            "text": "古交市","value": "古交市",
                            
                        }
                    ]
                },
                {
                    "id": 140200,
                    "text": "大同市","value": "大同市",
                    "children": [
                        {
                            "id": 140212,
                            "text": "新荣区","value": "新荣区",
                            
                        },
                        {
                            "id": 140213,
                            "text": "平城区","value": "平城区",
                            
                        },
                        {
                            "id": 140214,
                            "text": "云冈区","value": "云冈区",
                            
                        },
                        {
                            "id": 140215,
                            "text": "云州区","value": "云州区",
                            
                        },
                        {
                            "id": 140221,
                            "text": "阳高县","value": "阳高县",
                            
                        },
                        {
                            "id": 140222,
                            "text": "天镇县","value": "天镇县",
                            
                        },
                        {
                            "id": 140223,
                            "text": "广灵县","value": "广灵县",
                            
                        },
                        {
                            "id": 140224,
                            "text": "灵丘县","value": "灵丘县",
                            
                        },
                        {
                            "id": 140225,
                            "text": "浑源县","value": "浑源县",
                            
                        },
                        {
                            "id": 140226,
                            "text": "左云县","value": "左云县",
                            
                        },
                        {
                            "id": 140271,
                            "text": "山西大同经济开发区","value": "山西大同经济开发区",
                            
                        }
                    ]
                },
                {
                    "id": 140300,
                    "text": "阳泉市","value": "阳泉市",
                    "children": [
                        {
                            "id": 140302,
                            "text": "城区","value": "城区",
                            
                        },
                        {
                            "id": 140303,
                            "text": "矿区","value": "矿区",
                            
                        },
                        {
                            "id": 140311,
                            "text": "郊区","value": "郊区",
                            
                        },
                        {
                            "id": 140321,
                            "text": "平定县","value": "平定县",
                            
                        },
                        {
                            "id": 140322,
                            "text": "盂县","value": "盂县",
                            
                        }
                    ]
                },
                {
                    "id": 140400,
                    "text": "长治市","value": "长治市",
                    "children": [
                        {
                            "id": 140403,
                            "text": "潞州区","value": "潞州区",
                            
                        },
                        {
                            "id": 140404,
                            "text": "上党区","value": "上党区",
                            
                        },
                        {
                            "id": 140405,
                            "text": "屯留区","value": "屯留区",
                            
                        },
                        {
                            "id": 140406,
                            "text": "潞城区","value": "潞城区",
                            
                        },
                        {
                            "id": 140423,
                            "text": "襄垣县","value": "襄垣县",
                            
                        },
                        {
                            "id": 140425,
                            "text": "平顺县","value": "平顺县",
                            
                        },
                        {
                            "id": 140426,
                            "text": "黎城县","value": "黎城县",
                            
                        },
                        {
                            "id": 140427,
                            "text": "壶关县","value": "壶关县",
                            
                        },
                        {
                            "id": 140428,
                            "text": "长子县","value": "长子县",
                            
                        },
                        {
                            "id": 140429,
                            "text": "武乡县","value": "武乡县",
                            
                        },
                        {
                            "id": 140430,
                            "text": "沁县","value": "沁县",
                            
                        },
                        {
                            "id": 140431,
                            "text": "沁源县","value": "沁源县",
                            
                        },
                        {
                            "id": 140471,
                            "text": "山西长治高新技术产业园区","value": "山西长治高新技术产业园区",
                            
                        }
                    ]
                },
                {
                    "id": 140500,
                    "text": "晋城市","value": "晋城市",
                    "children": [
                        {
                            "id": 140502,
                            "text": "城区","value": "城区",
                            
                        },
                        {
                            "id": 140521,
                            "text": "沁水县","value": "沁水县",
                            
                        },
                        {
                            "id": 140522,
                            "text": "阳城县","value": "阳城县",
                            
                        },
                        {
                            "id": 140524,
                            "text": "陵川县","value": "陵川县",
                            
                        },
                        {
                            "id": 140525,
                            "text": "泽州县","value": "泽州县",
                            
                        },
                        {
                            "id": 140581,
                            "text": "高平市","value": "高平市",
                            
                        }
                    ]
                },
                {
                    "id": 140600,
                    "text": "朔州市","value": "朔州市",
                    "children": [
                        {
                            "id": 140602,
                            "text": "朔城区","value": "朔城区",
                            
                        },
                        {
                            "id": 140603,
                            "text": "平鲁区","value": "平鲁区",
                            
                        },
                        {
                            "id": 140621,
                            "text": "山阴县","value": "山阴县",
                            
                        },
                        {
                            "id": 140622,
                            "text": "应县","value": "应县",
                            
                        },
                        {
                            "id": 140623,
                            "text": "右玉县","value": "右玉县",
                            
                        },
                        {
                            "id": 140671,
                            "text": "山西朔州经济开发区","value": "山西朔州经济开发区",
                            
                        },
                        {
                            "id": 140681,
                            "text": "怀仁市","value": "怀仁市",
                            
                        }
                    ]
                },
                {
                    "id": 140700,
                    "text": "晋中市","value": "晋中市",
                    "children": [
                        {
                            "id": 140702,
                            "text": "榆次区","value": "榆次区",
                            
                        },
                        {
                            "id": 140703,
                            "text": "太谷区","value": "太谷区",
                            
                        },
                        {
                            "id": 140721,
                            "text": "榆社县","value": "榆社县",
                            
                        },
                        {
                            "id": 140722,
                            "text": "左权县","value": "左权县",
                            
                        },
                        {
                            "id": 140723,
                            "text": "和顺县","value": "和顺县",
                            
                        },
                        {
                            "id": 140724,
                            "text": "昔阳县","value": "昔阳县",
                            
                        },
                        {
                            "id": 140725,
                            "text": "寿阳县","value": "寿阳县",
                            
                        },
                        {
                            "id": 140727,
                            "text": "祁县","value": "祁县",
                            
                        },
                        {
                            "id": 140728,
                            "text": "平遥县","value": "平遥县",
                            
                        },
                        {
                            "id": 140729,
                            "text": "灵石县","value": "灵石县",
                            
                        },
                        {
                            "id": 140781,
                            "text": "介休市","value": "介休市",
                            
                        }
                    ]
                },
                {
                    "id": 140800,
                    "text": "运城市","value": "运城市",
                    "children": [
                        {
                            "id": 140802,
                            "text": "盐湖区","value": "盐湖区",
                            
                        },
                        {
                            "id": 140821,
                            "text": "临猗县","value": "临猗县",
                            
                        },
                        {
                            "id": 140822,
                            "text": "万荣县","value": "万荣县",
                            
                        },
                        {
                            "id": 140823,
                            "text": "闻喜县","value": "闻喜县",
                            
                        },
                        {
                            "id": 140824,
                            "text": "稷山县","value": "稷山县",
                            
                        },
                        {
                            "id": 140825,
                            "text": "新绛县","value": "新绛县",
                            
                        },
                        {
                            "id": 140826,
                            "text": "绛县","value": "绛县",
                            
                        },
                        {
                            "id": 140827,
                            "text": "垣曲县","value": "垣曲县",
                            
                        },
                        {
                            "id": 140828,
                            "text": "夏县","value": "夏县",
                            
                        },
                        {
                            "id": 140829,
                            "text": "平陆县","value": "平陆县",
                            
                        },
                        {
                            "id": 140830,
                            "text": "芮城县","value": "芮城县",
                            
                        },
                        {
                            "id": 140881,
                            "text": "永济市","value": "永济市",
                            
                        },
                        {
                            "id": 140882,
                            "text": "河津市","value": "河津市",
                            
                        }
                    ]
                },
                {
                    "id": 140900,
                    "text": "忻州市","value": "忻州市",
                    "children": [
                        {
                            "id": 140902,
                            "text": "忻府区","value": "忻府区",
                            
                        },
                        {
                            "id": 140921,
                            "text": "定襄县","value": "定襄县",
                            
                        },
                        {
                            "id": 140922,
                            "text": "五台县","value": "五台县",
                            
                        },
                        {
                            "id": 140923,
                            "text": "代县","value": "代县",
                            
                        },
                        {
                            "id": 140924,
                            "text": "繁峙县","value": "繁峙县",
                            
                        },
                        {
                            "id": 140925,
                            "text": "宁武县","value": "宁武县",
                            
                        },
                        {
                            "id": 140926,
                            "text": "静乐县","value": "静乐县",
                            
                        },
                        {
                            "id": 140927,
                            "text": "神池县","value": "神池县",
                            
                        },
                        {
                            "id": 140928,
                            "text": "五寨县","value": "五寨县",
                            
                        },
                        {
                            "id": 140929,
                            "text": "岢岚县","value": "岢岚县",
                            
                        },
                        {
                            "id": 140930,
                            "text": "河曲县","value": "河曲县",
                            
                        },
                        {
                            "id": 140931,
                            "text": "保德县","value": "保德县",
                            
                        },
                        {
                            "id": 140932,
                            "text": "偏关县","value": "偏关县",
                            
                        },
                        {
                            "id": 140971,
                            "text": "五台山风景名胜区","value": "五台山风景名胜区",
                            
                        },
                        {
                            "id": 140981,
                            "text": "原平市","value": "原平市",
                            
                        }
                    ]
                },
                {
                    "id": 141000,
                    "text": "临汾市","value": "临汾市",
                    "children": [
                        {
                            "id": 141002,
                            "text": "尧都区","value": "尧都区",
                            
                        },
                        {
                            "id": 141021,
                            "text": "曲沃县","value": "曲沃县",
                            
                        },
                        {
                            "id": 141022,
                            "text": "翼城县","value": "翼城县",
                            
                        },
                        {
                            "id": 141023,
                            "text": "襄汾县","value": "襄汾县",
                            
                        },
                        {
                            "id": 141024,
                            "text": "洪洞县","value": "洪洞县",
                            
                        },
                        {
                            "id": 141025,
                            "text": "古县","value": "古县",
                            
                        },
                        {
                            "id": 141026,
                            "text": "安泽县","value": "安泽县",
                            
                        },
                        {
                            "id": 141027,
                            "text": "浮山县","value": "浮山县",
                            
                        },
                        {
                            "id": 141028,
                            "text": "吉县","value": "吉县",
                            
                        },
                        {
                            "id": 141029,
                            "text": "乡宁县","value": "乡宁县",
                            
                        },
                        {
                            "id": 141030,
                            "text": "大宁县","value": "大宁县",
                            
                        },
                        {
                            "id": 141031,
                            "text": "隰县","value": "隰县",
                            
                        },
                        {
                            "id": 141032,
                            "text": "永和县","value": "永和县",
                            
                        },
                        {
                            "id": 141033,
                            "text": "蒲县","value": "蒲县",
                            
                        },
                        {
                            "id": 141034,
                            "text": "汾西县","value": "汾西县",
                            
                        },
                        {
                            "id": 141081,
                            "text": "侯马市","value": "侯马市",
                            
                        },
                        {
                            "id": 141082,
                            "text": "霍州市","value": "霍州市",
                            
                        }
                    ]
                },
                {
                    "id": 141100,
                    "text": "吕梁市","value": "吕梁市",
                    "children": [
                        {
                            "id": 141102,
                            "text": "离石区","value": "离石区",
                            
                        },
                        {
                            "id": 141121,
                            "text": "文水县","value": "文水县",
                            
                        },
                        {
                            "id": 141122,
                            "text": "交城县","value": "交城县",
                            
                        },
                        {
                            "id": 141123,
                            "text": "兴县","value": "兴县",
                            
                        },
                        {
                            "id": 141124,
                            "text": "临县","value": "临县",
                            
                        },
                        {
                            "id": 141125,
                            "text": "柳林县","value": "柳林县",
                            
                        },
                        {
                            "id": 141126,
                            "text": "石楼县","value": "石楼县",
                            
                        },
                        {
                            "id": 141127,
                            "text": "岚县","value": "岚县",
                            
                        },
                        {
                            "id": 141128,
                            "text": "方山县","value": "方山县",
                            
                        },
                        {
                            "id": 141129,
                            "text": "中阳县","value": "中阳县",
                            
                        },
                        {
                            "id": 141130,
                            "text": "交口县","value": "交口县",
                            
                        },
                        {
                            "id": 141181,
                            "text": "孝义市","value": "孝义市",
                            
                        },
                        {
                            "id": 141182,
                            "text": "汾阳市","value": "汾阳市",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 150000,
            "text": "内蒙古自治区","value": "内蒙古自治区",
            "children": [
                {
                    "id": 150100,
                    "text": "呼和浩特市","value": "呼和浩特市",
                    "children": [
                        {
                            "id": 150102,
                            "text": "新城区","value": "新城区",
                            
                        },
                        {
                            "id": 150103,
                            "text": "回民区","value": "回民区",
                            
                        },
                        {
                            "id": 150104,
                            "text": "玉泉区","value": "玉泉区",
                            
                        },
                        {
                            "id": 150105,
                            "text": "赛罕区","value": "赛罕区",
                            
                        },
                        {
                            "id": 150121,
                            "text": "土默特左旗","value": "土默特左旗",
                            
                        },
                        {
                            "id": 150122,
                            "text": "托克托县","value": "托克托县",
                            
                        },
                        {
                            "id": 150123,
                            "text": "和林格尔县","value": "和林格尔县",
                            
                        },
                        {
                            "id": 150124,
                            "text": "清水河县","value": "清水河县",
                            
                        },
                        {
                            "id": 150125,
                            "text": "武川县","value": "武川县",
                            
                        },
                        {
                            "id": 150172,
                            "text": "呼和浩特经济技术开发区","value": "呼和浩特经济技术开发区",
                            
                        }
                    ]
                },
                {
                    "id": 150200,
                    "text": "包头市","value": "包头市",
                    "children": [
                        {
                            "id": 150202,
                            "text": "东河区","value": "东河区",
                            
                        },
                        {
                            "id": 150203,
                            "text": "昆都仑区","value": "昆都仑区",
                            
                        },
                        {
                            "id": 150204,
                            "text": "青山区","value": "青山区",
                            
                        },
                        {
                            "id": 150205,
                            "text": "石拐区","value": "石拐区",
                            
                        },
                        {
                            "id": 150206,
                            "text": "白云鄂博矿区","value": "白云鄂博矿区",
                            
                        },
                        {
                            "id": 150207,
                            "text": "九原区","value": "九原区",
                            
                        },
                        {
                            "id": 150221,
                            "text": "土默特右旗","value": "土默特右旗",
                            
                        },
                        {
                            "id": 150222,
                            "text": "固阳县","value": "固阳县",
                            
                        },
                        {
                            "id": 150223,
                            "text": "达尔罕茂明安联合旗","value": "达尔罕茂明安联合旗",
                            
                        },
                        {
                            "id": 150271,
                            "text": "包头稀土高新技术产业开发区","value": "包头稀土高新技术产业开发区",
                            
                        }
                    ]
                },
                {
                    "id": 150300,
                    "text": "乌海市","value": "乌海市",
                    "children": [
                        {
                            "id": 150302,
                            "text": "海勃湾区","value": "海勃湾区",
                            
                        },
                        {
                            "id": 150303,
                            "text": "海南区","value": "海南区",
                            
                        },
                        {
                            "id": 150304,
                            "text": "乌达区","value": "乌达区",
                            
                        }
                    ]
                },
                {
                    "id": 150400,
                    "text": "赤峰市","value": "赤峰市",
                    "children": [
                        {
                            "id": 150402,
                            "text": "红山区","value": "红山区",
                            
                        },
                        {
                            "id": 150403,
                            "text": "元宝山区","value": "元宝山区",
                            
                        },
                        {
                            "id": 150404,
                            "text": "松山区","value": "松山区",
                            
                        },
                        {
                            "id": 150421,
                            "text": "阿鲁科尔沁旗","value": "阿鲁科尔沁旗",
                            
                        },
                        {
                            "id": 150422,
                            "text": "巴林左旗","value": "巴林左旗",
                            
                        },
                        {
                            "id": 150423,
                            "text": "巴林右旗","value": "巴林右旗",
                            
                        },
                        {
                            "id": 150424,
                            "text": "林西县","value": "林西县",
                            
                        },
                        {
                            "id": 150425,
                            "text": "克什克腾旗","value": "克什克腾旗",
                            
                        },
                        {
                            "id": 150426,
                            "text": "翁牛特旗","value": "翁牛特旗",
                            
                        },
                        {
                            "id": 150428,
                            "text": "喀喇沁旗","value": "喀喇沁旗",
                            
                        },
                        {
                            "id": 150429,
                            "text": "宁城县","value": "宁城县",
                            
                        },
                        {
                            "id": 150430,
                            "text": "敖汉旗","value": "敖汉旗",
                            
                        }
                    ]
                },
                {
                    "id": 150500,
                    "text": "通辽市","value": "通辽市",
                    "children": [
                        {
                            "id": 150502,
                            "text": "科尔沁区","value": "科尔沁区",
                            
                        },
                        {
                            "id": 150521,
                            "text": "科尔沁左翼中旗","value": "科尔沁左翼中旗",
                            
                        },
                        {
                            "id": 150522,
                            "text": "科尔沁左翼后旗","value": "科尔沁左翼后旗",
                            
                        },
                        {
                            "id": 150523,
                            "text": "开鲁县","value": "开鲁县",
                            
                        },
                        {
                            "id": 150524,
                            "text": "库伦旗","value": "库伦旗",
                            
                        },
                        {
                            "id": 150525,
                            "text": "奈曼旗","value": "奈曼旗",
                            
                        },
                        {
                            "id": 150526,
                            "text": "扎鲁特旗","value": "扎鲁特旗",
                            
                        },
                        {
                            "id": 150571,
                            "text": "通辽经济技术开发区","value": "通辽经济技术开发区",
                            
                        },
                        {
                            "id": 150581,
                            "text": "霍林郭勒市","value": "霍林郭勒市",
                            
                        }
                    ]
                },
                {
                    "id": 150600,
                    "text": "鄂尔多斯市","value": "鄂尔多斯市",
                    "children": [
                        {
                            "id": 150602,
                            "text": "东胜区","value": "东胜区",
                            
                        },
                        {
                            "id": 150603,
                            "text": "康巴什区","value": "康巴什区",
                            
                        },
                        {
                            "id": 150621,
                            "text": "达拉特旗","value": "达拉特旗",
                            
                        },
                        {
                            "id": 150622,
                            "text": "准格尔旗","value": "准格尔旗",
                            
                        },
                        {
                            "id": 150623,
                            "text": "鄂托克前旗","value": "鄂托克前旗",
                            
                        },
                        {
                            "id": 150624,
                            "text": "鄂托克旗","value": "鄂托克旗",
                            
                        },
                        {
                            "id": 150625,
                            "text": "杭锦旗","value": "杭锦旗",
                            
                        },
                        {
                            "id": 150626,
                            "text": "乌审旗","value": "乌审旗",
                            
                        },
                        {
                            "id": 150627,
                            "text": "伊金霍洛旗","value": "伊金霍洛旗",
                            
                        }
                    ]
                },
                {
                    "id": 150700,
                    "text": "呼伦贝尔市","value": "呼伦贝尔市",
                    "children": [
                        {
                            "id": 150702,
                            "text": "海拉尔区","value": "海拉尔区",
                            
                        },
                        {
                            "id": 150703,
                            "text": "扎赉诺尔区","value": "扎赉诺尔区",
                            
                        },
                        {
                            "id": 150721,
                            "text": "阿荣旗","value": "阿荣旗",
                            
                        },
                        {
                            "id": 150722,
                            "text": "莫力达瓦达斡尔族自治旗","value": "莫力达瓦达斡尔族自治旗",
                            
                        },
                        {
                            "id": 150723,
                            "text": "鄂伦春自治旗","value": "鄂伦春自治旗",
                            
                        },
                        {
                            "id": 150724,
                            "text": "鄂温克族自治旗","value": "鄂温克族自治旗",
                            
                        },
                        {
                            "id": 150725,
                            "text": "陈巴尔虎旗","value": "陈巴尔虎旗",
                            
                        },
                        {
                            "id": 150726,
                            "text": "新巴尔虎左旗","value": "新巴尔虎左旗",
                            
                        },
                        {
                            "id": 150727,
                            "text": "新巴尔虎右旗","value": "新巴尔虎右旗",
                            
                        },
                        {
                            "id": 150781,
                            "text": "满洲里市","value": "满洲里市",
                            
                        },
                        {
                            "id": 150782,
                            "text": "牙克石市","value": "牙克石市",
                            
                        },
                        {
                            "id": 150783,
                            "text": "扎兰屯市","value": "扎兰屯市",
                            
                        },
                        {
                            "id": 150784,
                            "text": "额尔古纳市","value": "额尔古纳市",
                            
                        },
                        {
                            "id": 150785,
                            "text": "根河市","value": "根河市",
                            
                        }
                    ]
                },
                {
                    "id": 150800,
                    "text": "巴彦淖尔市","value": "巴彦淖尔市",
                    "children": [
                        {
                            "id": 150802,
                            "text": "临河区","value": "临河区",
                            
                        },
                        {
                            "id": 150821,
                            "text": "五原县","value": "五原县",
                            
                        },
                        {
                            "id": 150822,
                            "text": "磴口县","value": "磴口县",
                            
                        },
                        {
                            "id": 150823,
                            "text": "乌拉特前旗","value": "乌拉特前旗",
                            
                        },
                        {
                            "id": 150824,
                            "text": "乌拉特中旗","value": "乌拉特中旗",
                            
                        },
                        {
                            "id": 150825,
                            "text": "乌拉特后旗","value": "乌拉特后旗",
                            
                        },
                        {
                            "id": 150826,
                            "text": "杭锦后旗","value": "杭锦后旗",
                            
                        }
                    ]
                },
                {
                    "id": 150900,
                    "text": "乌兰察布市","value": "乌兰察布市",
                    "children": [
                        {
                            "id": 150902,
                            "text": "集宁区","value": "集宁区",
                            
                        },
                        {
                            "id": 150921,
                            "text": "卓资县","value": "卓资县",
                            
                        },
                        {
                            "id": 150922,
                            "text": "化德县","value": "化德县",
                            
                        },
                        {
                            "id": 150923,
                            "text": "商都县","value": "商都县",
                            
                        },
                        {
                            "id": 150924,
                            "text": "兴和县","value": "兴和县",
                            
                        },
                        {
                            "id": 150925,
                            "text": "凉城县","value": "凉城县",
                            
                        },
                        {
                            "id": 150926,
                            "text": "察哈尔右翼前旗","value": "察哈尔右翼前旗",
                            
                        },
                        {
                            "id": 150927,
                            "text": "察哈尔右翼中旗","value": "察哈尔右翼中旗",
                            
                        },
                        {
                            "id": 150928,
                            "text": "察哈尔右翼后旗","value": "察哈尔右翼后旗",
                            
                        },
                        {
                            "id": 150929,
                            "text": "四子王旗","value": "四子王旗",
                            
                        },
                        {
                            "id": 150981,
                            "text": "丰镇市","value": "丰镇市",
                            
                        }
                    ]
                },
                {
                    "id": 152200,
                    "text": "兴安盟","value": "兴安盟",
                    "children": [
                        {
                            "id": 152201,
                            "text": "乌兰浩特市","value": "乌兰浩特市",
                            
                        },
                        {
                            "id": 152202,
                            "text": "阿尔山市","value": "阿尔山市",
                            
                        },
                        {
                            "id": 152221,
                            "text": "科尔沁右翼前旗","value": "科尔沁右翼前旗",
                            
                        },
                        {
                            "id": 152222,
                            "text": "科尔沁右翼中旗","value": "科尔沁右翼中旗",
                            
                        },
                        {
                            "id": 152223,
                            "text": "扎赉特旗","value": "扎赉特旗",
                            
                        },
                        {
                            "id": 152224,
                            "text": "突泉县","value": "突泉县",
                            
                        }
                    ]
                },
                {
                    "id": 152500,
                    "text": "锡林郭勒盟","value": "锡林郭勒盟",
                    "children": [
                        {
                            "id": 152501,
                            "text": "二连浩特市","value": "二连浩特市",
                            
                        },
                        {
                            "id": 152502,
                            "text": "锡林浩特市","value": "锡林浩特市",
                            
                        },
                        {
                            "id": 152522,
                            "text": "阿巴嘎旗","value": "阿巴嘎旗",
                            
                        },
                        {
                            "id": 152523,
                            "text": "苏尼特左旗","value": "苏尼特左旗",
                            
                        },
                        {
                            "id": 152524,
                            "text": "苏尼特右旗","value": "苏尼特右旗",
                            
                        },
                        {
                            "id": 152525,
                            "text": "东乌珠穆沁旗","value": "东乌珠穆沁旗",
                            
                        },
                        {
                            "id": 152526,
                            "text": "西乌珠穆沁旗","value": "西乌珠穆沁旗",
                            
                        },
                        {
                            "id": 152527,
                            "text": "太仆寺旗","value": "太仆寺旗",
                            
                        },
                        {
                            "id": 152528,
                            "text": "镶黄旗","value": "镶黄旗",
                            
                        },
                        {
                            "id": 152529,
                            "text": "正镶白旗","value": "正镶白旗",
                            
                        },
                        {
                            "id": 152530,
                            "text": "正蓝旗","value": "正蓝旗",
                            
                        },
                        {
                            "id": 152531,
                            "text": "多伦县","value": "多伦县",
                            
                        },
                        {
                            "id": 152571,
                            "text": "乌拉盖管委会","value": "乌拉盖管委会",
                            
                        }
                    ]
                },
                {
                    "id": 152900,
                    "text": "阿拉善盟","value": "阿拉善盟",
                    "children": [
                        {
                            "id": 152921,
                            "text": "阿拉善左旗","value": "阿拉善左旗",
                            
                        },
                        {
                            "id": 152922,
                            "text": "阿拉善右旗","value": "阿拉善右旗",
                            
                        },
                        {
                            "id": 152923,
                            "text": "额济纳旗","value": "额济纳旗",
                            
                        },
                        {
                            "id": 152971,
                            "text": "内蒙古阿拉善高新技术产业开发区","value": "内蒙古阿拉善高新技术产业开发区",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 210000,
            "text": "辽宁省","value": "辽宁省",
            "children": [
                {
                    "id": 210100,
                    "text": "沈阳市","value": "沈阳市",
                    "children": [
                        {
                            "id": 210102,
                            "text": "和平区","value": "和平区",
                            
                        },
                        {
                            "id": 210103,
                            "text": "沈河区","value": "沈河区",
                            
                        },
                        {
                            "id": 210104,
                            "text": "大东区","value": "大东区",
                            
                        },
                        {
                            "id": 210105,
                            "text": "皇姑区","value": "皇姑区",
                            
                        },
                        {
                            "id": 210106,
                            "text": "铁西区","value": "铁西区",
                            
                        },
                        {
                            "id": 210111,
                            "text": "苏家屯区","value": "苏家屯区",
                            
                        },
                        {
                            "id": 210112,
                            "text": "浑南区","value": "浑南区",
                            
                        },
                        {
                            "id": 210113,
                            "text": "沈北新区","value": "沈北新区",
                            
                        },
                        {
                            "id": 210114,
                            "text": "于洪区","value": "于洪区",
                            
                        },
                        {
                            "id": 210115,
                            "text": "辽中区","value": "辽中区",
                            
                        },
                        {
                            "id": 210123,
                            "text": "康平县","value": "康平县",
                            
                        },
                        {
                            "id": 210124,
                            "text": "法库县","value": "法库县",
                            
                        },
                        {
                            "id": 210181,
                            "text": "新民市","value": "新民市",
                            
                        }
                    ]
                },
                {
                    "id": 210200,
                    "text": "大连市","value": "大连市",
                    "children": [
                        {
                            "id": 210202,
                            "text": "中山区","value": "中山区",
                            
                        },
                        {
                            "id": 210203,
                            "text": "西岗区","value": "西岗区",
                            
                        },
                        {
                            "id": 210204,
                            "text": "沙河口区","value": "沙河口区",
                            
                        },
                        {
                            "id": 210211,
                            "text": "甘井子区","value": "甘井子区",
                            
                        },
                        {
                            "id": 210212,
                            "text": "旅顺口区","value": "旅顺口区",
                            
                        },
                        {
                            "id": 210213,
                            "text": "金州区","value": "金州区",
                            
                        },
                        {
                            "id": 210214,
                            "text": "普兰店区","value": "普兰店区",
                            
                        },
                        {
                            "id": 210224,
                            "text": "长海县","value": "长海县",
                            
                        },
                        {
                            "id": 210281,
                            "text": "瓦房店市","value": "瓦房店市",
                            
                        },
                        {
                            "id": 210283,
                            "text": "庄河市","value": "庄河市",
                            
                        }
                    ]
                },
                {
                    "id": 210300,
                    "text": "鞍山市","value": "鞍山市",
                    "children": [
                        {
                            "id": 210302,
                            "text": "铁东区","value": "铁东区",
                            
                        },
                        {
                            "id": 210303,
                            "text": "铁西区","value": "铁西区",
                            
                        },
                        {
                            "id": 210304,
                            "text": "立山区","value": "立山区",
                            
                        },
                        {
                            "id": 210311,
                            "text": "千山区","value": "千山区",
                            
                        },
                        {
                            "id": 210321,
                            "text": "台安县","value": "台安县",
                            
                        },
                        {
                            "id": 210323,
                            "text": "岫岩满族自治县","value": "岫岩满族自治县",
                            
                        },
                        {
                            "id": 210381,
                            "text": "海城市","value": "海城市",
                            
                        }
                    ]
                },
                {
                    "id": 210400,
                    "text": "抚顺市","value": "抚顺市",
                    "children": [
                        {
                            "id": 210402,
                            "text": "新抚区","value": "新抚区",
                            
                        },
                        {
                            "id": 210403,
                            "text": "东洲区","value": "东洲区",
                            
                        },
                        {
                            "id": 210404,
                            "text": "望花区","value": "望花区",
                            
                        },
                        {
                            "id": 210411,
                            "text": "顺城区","value": "顺城区",
                            
                        },
                        {
                            "id": 210421,
                            "text": "抚顺县","value": "抚顺县",
                            
                        },
                        {
                            "id": 210422,
                            "text": "新宾满族自治县","value": "新宾满族自治县",
                            
                        },
                        {
                            "id": 210423,
                            "text": "清原满族自治县","value": "清原满族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 210500,
                    "text": "本溪市","value": "本溪市",
                    "children": [
                        {
                            "id": 210502,
                            "text": "平山区","value": "平山区",
                            
                        },
                        {
                            "id": 210503,
                            "text": "溪湖区","value": "溪湖区",
                            
                        },
                        {
                            "id": 210504,
                            "text": "明山区","value": "明山区",
                            
                        },
                        {
                            "id": 210505,
                            "text": "南芬区","value": "南芬区",
                            
                        },
                        {
                            "id": 210521,
                            "text": "本溪满族自治县","value": "本溪满族自治县",
                            
                        },
                        {
                            "id": 210522,
                            "text": "桓仁满族自治县","value": "桓仁满族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 210600,
                    "text": "丹东市","value": "丹东市",
                    "children": [
                        {
                            "id": 210602,
                            "text": "元宝区","value": "元宝区",
                            
                        },
                        {
                            "id": 210603,
                            "text": "振兴区","value": "振兴区",
                            
                        },
                        {
                            "id": 210604,
                            "text": "振安区","value": "振安区",
                            
                        },
                        {
                            "id": 210624,
                            "text": "宽甸满族自治县","value": "宽甸满族自治县",
                            
                        },
                        {
                            "id": 210681,
                            "text": "东港市","value": "东港市",
                            
                        },
                        {
                            "id": 210682,
                            "text": "凤城市","value": "凤城市",
                            
                        }
                    ]
                },
                {
                    "id": 210700,
                    "text": "锦州市","value": "锦州市",
                    "children": [
                        {
                            "id": 210702,
                            "text": "古塔区","value": "古塔区",
                            
                        },
                        {
                            "id": 210703,
                            "text": "凌河区","value": "凌河区",
                            
                        },
                        {
                            "id": 210711,
                            "text": "太和区","value": "太和区",
                            
                        },
                        {
                            "id": 210726,
                            "text": "黑山县","value": "黑山县",
                            
                        },
                        {
                            "id": 210727,
                            "text": "义县","value": "义县",
                            
                        },
                        {
                            "id": 210781,
                            "text": "凌海市","value": "凌海市",
                            
                        },
                        {
                            "id": 210782,
                            "text": "北镇市","value": "北镇市",
                            
                        }
                    ]
                },
                {
                    "id": 210800,
                    "text": "营口市","value": "营口市",
                    "children": [
                        {
                            "id": 210802,
                            "text": "站前区","value": "站前区",
                            
                        },
                        {
                            "id": 210803,
                            "text": "西市区","value": "西市区",
                            
                        },
                        {
                            "id": 210804,
                            "text": "鲅鱼圈区","value": "鲅鱼圈区",
                            
                        },
                        {
                            "id": 210811,
                            "text": "老边区","value": "老边区",
                            
                        },
                        {
                            "id": 210881,
                            "text": "盖州市","value": "盖州市",
                            
                        },
                        {
                            "id": 210882,
                            "text": "大石桥市","value": "大石桥市",
                            
                        }
                    ]
                },
                {
                    "id": 210900,
                    "text": "阜新市","value": "阜新市",
                    "children": [
                        {
                            "id": 210902,
                            "text": "海州区","value": "海州区",
                            
                        },
                        {
                            "id": 210903,
                            "text": "新邱区","value": "新邱区",
                            
                        },
                        {
                            "id": 210904,
                            "text": "太平区","value": "太平区",
                            
                        },
                        {
                            "id": 210905,
                            "text": "清河门区","value": "清河门区",
                            
                        },
                        {
                            "id": 210911,
                            "text": "细河区","value": "细河区",
                            
                        },
                        {
                            "id": 210921,
                            "text": "阜新蒙古族自治县","value": "阜新蒙古族自治县",
                            
                        },
                        {
                            "id": 210922,
                            "text": "彰武县","value": "彰武县",
                            
                        }
                    ]
                },
                {
                    "id": 211000,
                    "text": "辽阳市","value": "辽阳市",
                    "children": [
                        {
                            "id": 211002,
                            "text": "白塔区","value": "白塔区",
                            
                        },
                        {
                            "id": 211003,
                            "text": "文圣区","value": "文圣区",
                            
                        },
                        {
                            "id": 211004,
                            "text": "宏伟区","value": "宏伟区",
                            
                        },
                        {
                            "id": 211005,
                            "text": "弓长岭区","value": "弓长岭区",
                            
                        },
                        {
                            "id": 211011,
                            "text": "太子河区","value": "太子河区",
                            
                        },
                        {
                            "id": 211021,
                            "text": "辽阳县","value": "辽阳县",
                            
                        },
                        {
                            "id": 211081,
                            "text": "灯塔市","value": "灯塔市",
                            
                        }
                    ]
                },
                {
                    "id": 211100,
                    "text": "盘锦市","value": "盘锦市",
                    "children": [
                        {
                            "id": 211102,
                            "text": "双台子区","value": "双台子区",
                            
                        },
                        {
                            "id": 211103,
                            "text": "兴隆台区","value": "兴隆台区",
                            
                        },
                        {
                            "id": 211104,
                            "text": "大洼区","value": "大洼区",
                            
                        },
                        {
                            "id": 211122,
                            "text": "盘山县","value": "盘山县",
                            
                        }
                    ]
                },
                {
                    "id": 211200,
                    "text": "铁岭市","value": "铁岭市",
                    "children": [
                        {
                            "id": 211202,
                            "text": "银州区","value": "银州区",
                            
                        },
                        {
                            "id": 211204,
                            "text": "清河区","value": "清河区",
                            
                        },
                        {
                            "id": 211221,
                            "text": "铁岭县","value": "铁岭县",
                            
                        },
                        {
                            "id": 211223,
                            "text": "西丰县","value": "西丰县",
                            
                        },
                        {
                            "id": 211224,
                            "text": "昌图县","value": "昌图县",
                            
                        },
                        {
                            "id": 211281,
                            "text": "调兵山市","value": "调兵山市",
                            
                        },
                        {
                            "id": 211282,
                            "text": "开原市","value": "开原市",
                            
                        }
                    ]
                },
                {
                    "id": 211300,
                    "text": "朝阳市","value": "朝阳市",
                    "children": [
                        {
                            "id": 211302,
                            "text": "双塔区","value": "双塔区",
                            
                        },
                        {
                            "id": 211303,
                            "text": "龙城区","value": "龙城区",
                            
                        },
                        {
                            "id": 211321,
                            "text": "朝阳县","value": "朝阳县",
                            
                        },
                        {
                            "id": 211322,
                            "text": "建平县","value": "建平县",
                            
                        },
                        {
                            "id": 211324,
                            "text": "喀喇沁左翼蒙古族自治县","value": "喀喇沁左翼蒙古族自治县",
                            
                        },
                        {
                            "id": 211381,
                            "text": "北票市","value": "北票市",
                            
                        },
                        {
                            "id": 211382,
                            "text": "凌源市","value": "凌源市",
                            
                        }
                    ]
                },
                {
                    "id": 211400,
                    "text": "葫芦岛市","value": "葫芦岛市",
                    "children": [
                        {
                            "id": 211402,
                            "text": "连山区","value": "连山区",
                            
                        },
                        {
                            "id": 211403,
                            "text": "龙港区","value": "龙港区",
                            
                        },
                        {
                            "id": 211404,
                            "text": "南票区","value": "南票区",
                            
                        },
                        {
                            "id": 211421,
                            "text": "绥中县","value": "绥中县",
                            
                        },
                        {
                            "id": 211422,
                            "text": "建昌县","value": "建昌县",
                            
                        },
                        {
                            "id": 211481,
                            "text": "兴城市","value": "兴城市",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 220000,
            "text": "吉林省","value": "吉林省",
            "children": [
                {
                    "id": 220100,
                    "text": "长春市","value": "长春市",
                    "children": [
                        {
                            "id": 220102,
                            "text": "南关区","value": "南关区",
                            
                        },
                        {
                            "id": 220103,
                            "text": "宽城区","value": "宽城区",
                            
                        },
                        {
                            "id": 220104,
                            "text": "朝阳区","value": "朝阳区",
                            
                        },
                        {
                            "id": 220105,
                            "text": "二道区","value": "二道区",
                            
                        },
                        {
                            "id": 220106,
                            "text": "绿园区","value": "绿园区",
                            
                        },
                        {
                            "id": 220112,
                            "text": "双阳区","value": "双阳区",
                            
                        },
                        {
                            "id": 220113,
                            "text": "九台区","value": "九台区",
                            
                        },
                        {
                            "id": 220122,
                            "text": "农安县","value": "农安县",
                            
                        },
                        {
                            "id": 220171,
                            "text": "长春经济技术开发区","value": "长春经济技术开发区",
                            
                        },
                        {
                            "id": 220172,
                            "text": "长春净月高新技术产业开发区","value": "长春净月高新技术产业开发区",
                            
                        },
                        {
                            "id": 220173,
                            "text": "长春高新技术产业开发区","value": "长春高新技术产业开发区",
                            
                        },
                        {
                            "id": 220174,
                            "text": "长春汽车经济技术开发区","value": "长春汽车经济技术开发区",
                            
                        },
                        {
                            "id": 220182,
                            "text": "榆树市","value": "榆树市",
                            
                        },
                        {
                            "id": 220183,
                            "text": "德惠市","value": "德惠市",
                            
                        },
                        {
                            "id": 220184,
                            "text": "公主岭市","value": "公主岭市",
                            
                        }
                    ]
                },
                {
                    "id": 220200,
                    "text": "吉林市","value": "吉林市",
                    "children": [
                        {
                            "id": 220202,
                            "text": "昌邑区","value": "昌邑区",
                            
                        },
                        {
                            "id": 220203,
                            "text": "龙潭区","value": "龙潭区",
                            
                        },
                        {
                            "id": 220204,
                            "text": "船营区","value": "船营区",
                            
                        },
                        {
                            "id": 220211,
                            "text": "丰满区","value": "丰满区",
                            
                        },
                        {
                            "id": 220221,
                            "text": "永吉县","value": "永吉县",
                            
                        },
                        {
                            "id": 220271,
                            "text": "吉林经济开发区","value": "吉林经济开发区",
                            
                        },
                        {
                            "id": 220272,
                            "text": "吉林高新技术产业开发区","value": "吉林高新技术产业开发区",
                            
                        },
                        {
                            "id": 220273,
                            "text": "吉林中国新加坡食品区","value": "吉林中国新加坡食品区",
                            
                        },
                        {
                            "id": 220281,
                            "text": "蛟河市","value": "蛟河市",
                            
                        },
                        {
                            "id": 220282,
                            "text": "桦甸市","value": "桦甸市",
                            
                        },
                        {
                            "id": 220283,
                            "text": "舒兰市","value": "舒兰市",
                            
                        },
                        {
                            "id": 220284,
                            "text": "磐石市","value": "磐石市",
                            
                        }
                    ]
                },
                {
                    "id": 220300,
                    "text": "四平市","value": "四平市",
                    "children": [
                        {
                            "id": 220302,
                            "text": "铁西区","value": "铁西区",
                            
                        },
                        {
                            "id": 220303,
                            "text": "铁东区","value": "铁东区",
                            
                        },
                        {
                            "id": 220322,
                            "text": "梨树县","value": "梨树县",
                            
                        },
                        {
                            "id": 220323,
                            "text": "伊通满族自治县","value": "伊通满族自治县",
                            
                        },
                        {
                            "id": 220382,
                            "text": "双辽市","value": "双辽市",
                            
                        }
                    ]
                },
                {
                    "id": 220400,
                    "text": "辽源市","value": "辽源市",
                    "children": [
                        {
                            "id": 220402,
                            "text": "龙山区","value": "龙山区",
                            
                        },
                        {
                            "id": 220403,
                            "text": "西安区","value": "西安区",
                            
                        },
                        {
                            "id": 220421,
                            "text": "东丰县","value": "东丰县",
                            
                        },
                        {
                            "id": 220422,
                            "text": "东辽县","value": "东辽县",
                            
                        }
                    ]
                },
                {
                    "id": 220500,
                    "text": "通化市","value": "通化市",
                    "children": [
                        {
                            "id": 220502,
                            "text": "东昌区","value": "东昌区",
                            
                        },
                        {
                            "id": 220503,
                            "text": "二道江区","value": "二道江区",
                            
                        },
                        {
                            "id": 220521,
                            "text": "通化县","value": "通化县",
                            
                        },
                        {
                            "id": 220523,
                            "text": "辉南县","value": "辉南县",
                            
                        },
                        {
                            "id": 220524,
                            "text": "柳河县","value": "柳河县",
                            
                        },
                        {
                            "id": 220581,
                            "text": "梅河口市","value": "梅河口市",
                            
                        },
                        {
                            "id": 220582,
                            "text": "集安市","value": "集安市",
                            
                        }
                    ]
                },
                {
                    "id": 220600,
                    "text": "白山市","value": "白山市",
                    "children": [
                        {
                            "id": 220602,
                            "text": "浑江区","value": "浑江区",
                            
                        },
                        {
                            "id": 220605,
                            "text": "江源区","value": "江源区",
                            
                        },
                        {
                            "id": 220621,
                            "text": "抚松县","value": "抚松县",
                            
                        },
                        {
                            "id": 220622,
                            "text": "靖宇县","value": "靖宇县",
                            
                        },
                        {
                            "id": 220623,
                            "text": "长白朝鲜族自治县","value": "长白朝鲜族自治县",
                            
                        },
                        {
                            "id": 220681,
                            "text": "临江市","value": "临江市",
                            
                        }
                    ]
                },
                {
                    "id": 220700,
                    "text": "松原市","value": "松原市",
                    "children": [
                        {
                            "id": 220702,
                            "text": "宁江区","value": "宁江区",
                            
                        },
                        {
                            "id": 220721,
                            "text": "前郭尔罗斯蒙古族自治县","value": "前郭尔罗斯蒙古族自治县",
                            
                        },
                        {
                            "id": 220722,
                            "text": "长岭县","value": "长岭县",
                            
                        },
                        {
                            "id": 220723,
                            "text": "乾安县","value": "乾安县",
                            
                        },
                        {
                            "id": 220771,
                            "text": "吉林松原经济开发区","value": "吉林松原经济开发区",
                            
                        },
                        {
                            "id": 220781,
                            "text": "扶余市","value": "扶余市",
                            
                        }
                    ]
                },
                {
                    "id": 220800,
                    "text": "白城市","value": "白城市",
                    "children": [
                        {
                            "id": 220802,
                            "text": "洮北区","value": "洮北区",
                            
                        },
                        {
                            "id": 220821,
                            "text": "镇赉县","value": "镇赉县",
                            
                        },
                        {
                            "id": 220822,
                            "text": "通榆县","value": "通榆县",
                            
                        },
                        {
                            "id": 220871,
                            "text": "吉林白城经济开发区","value": "吉林白城经济开发区",
                            
                        },
                        {
                            "id": 220881,
                            "text": "洮南市","value": "洮南市",
                            
                        },
                        {
                            "id": 220882,
                            "text": "大安市","value": "大安市",
                            
                        }
                    ]
                },
                {
                    "id": 222400,
                    "text": "延边朝鲜族自治州","value": "延边朝鲜族自治州",
                    "children": [
                        {
                            "id": 222401,
                            "text": "延吉市","value": "延吉市",
                            
                        },
                        {
                            "id": 222402,
                            "text": "图们市","value": "图们市",
                            
                        },
                        {
                            "id": 222403,
                            "text": "敦化市","value": "敦化市",
                            
                        },
                        {
                            "id": 222404,
                            "text": "珲春市","value": "珲春市",
                            
                        },
                        {
                            "id": 222405,
                            "text": "龙井市","value": "龙井市",
                            
                        },
                        {
                            "id": 222406,
                            "text": "和龙市","value": "和龙市",
                            
                        },
                        {
                            "id": 222424,
                            "text": "汪清县","value": "汪清县",
                            
                        },
                        {
                            "id": 222426,
                            "text": "安图县","value": "安图县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 230000,
            "text": "黑龙江省","value": "黑龙江省",
            "children": [
                {
                    "id": 230100,
                    "text": "哈尔滨市","value": "哈尔滨市",
                    "children": [
                        {
                            "id": 230102,
                            "text": "道里区","value": "道里区",
                            
                        },
                        {
                            "id": 230103,
                            "text": "南岗区","value": "南岗区",
                            
                        },
                        {
                            "id": 230104,
                            "text": "道外区","value": "道外区",
                            
                        },
                        {
                            "id": 230108,
                            "text": "平房区","value": "平房区",
                            
                        },
                        {
                            "id": 230109,
                            "text": "松北区","value": "松北区",
                            
                        },
                        {
                            "id": 230110,
                            "text": "香坊区","value": "香坊区",
                            
                        },
                        {
                            "id": 230111,
                            "text": "呼兰区","value": "呼兰区",
                            
                        },
                        {
                            "id": 230112,
                            "text": "阿城区","value": "阿城区",
                            
                        },
                        {
                            "id": 230113,
                            "text": "双城区","value": "双城区",
                            
                        },
                        {
                            "id": 230123,
                            "text": "依兰县","value": "依兰县",
                            
                        },
                        {
                            "id": 230124,
                            "text": "方正县","value": "方正县",
                            
                        },
                        {
                            "id": 230125,
                            "text": "宾县","value": "宾县",
                            
                        },
                        {
                            "id": 230126,
                            "text": "巴彦县","value": "巴彦县",
                            
                        },
                        {
                            "id": 230127,
                            "text": "木兰县","value": "木兰县",
                            
                        },
                        {
                            "id": 230128,
                            "text": "通河县","value": "通河县",
                            
                        },
                        {
                            "id": 230129,
                            "text": "延寿县","value": "延寿县",
                            
                        },
                        {
                            "id": 230183,
                            "text": "尚志市","value": "尚志市",
                            
                        },
                        {
                            "id": 230184,
                            "text": "五常市","value": "五常市",
                            
                        }
                    ]
                },
                {
                    "id": 230200,
                    "text": "齐齐哈尔市","value": "齐齐哈尔市",
                    "children": [
                        {
                            "id": 230202,
                            "text": "龙沙区","value": "龙沙区",
                            
                        },
                        {
                            "id": 230203,
                            "text": "建华区","value": "建华区",
                            
                        },
                        {
                            "id": 230204,
                            "text": "铁锋区","value": "铁锋区",
                            
                        },
                        {
                            "id": 230205,
                            "text": "昂昂溪区","value": "昂昂溪区",
                            
                        },
                        {
                            "id": 230206,
                            "text": "富拉尔基区","value": "富拉尔基区",
                            
                        },
                        {
                            "id": 230207,
                            "text": "碾子山区","value": "碾子山区",
                            
                        },
                        {
                            "id": 230208,
                            "text": "梅里斯达斡尔族区","value": "梅里斯达斡尔族区",
                            
                        },
                        {
                            "id": 230221,
                            "text": "龙江县","value": "龙江县",
                            
                        },
                        {
                            "id": 230223,
                            "text": "依安县","value": "依安县",
                            
                        },
                        {
                            "id": 230224,
                            "text": "泰来县","value": "泰来县",
                            
                        },
                        {
                            "id": 230225,
                            "text": "甘南县","value": "甘南县",
                            
                        },
                        {
                            "id": 230227,
                            "text": "富裕县","value": "富裕县",
                            
                        },
                        {
                            "id": 230229,
                            "text": "克山县","value": "克山县",
                            
                        },
                        {
                            "id": 230230,
                            "text": "克东县","value": "克东县",
                            
                        },
                        {
                            "id": 230231,
                            "text": "拜泉县","value": "拜泉县",
                            
                        },
                        {
                            "id": 230281,
                            "text": "讷河市","value": "讷河市",
                            
                        }
                    ]
                },
                {
                    "id": 230300,
                    "text": "鸡西市","value": "鸡西市",
                    "children": [
                        {
                            "id": 230302,
                            "text": "鸡冠区","value": "鸡冠区",
                            
                        },
                        {
                            "id": 230303,
                            "text": "恒山区","value": "恒山区",
                            
                        },
                        {
                            "id": 230304,
                            "text": "滴道区","value": "滴道区",
                            
                        },
                        {
                            "id": 230305,
                            "text": "梨树区","value": "梨树区",
                            
                        },
                        {
                            "id": 230306,
                            "text": "城子河区","value": "城子河区",
                            
                        },
                        {
                            "id": 230307,
                            "text": "麻山区","value": "麻山区",
                            
                        },
                        {
                            "id": 230321,
                            "text": "鸡东县","value": "鸡东县",
                            
                        },
                        {
                            "id": 230381,
                            "text": "虎林市","value": "虎林市",
                            
                        },
                        {
                            "id": 230382,
                            "text": "密山市","value": "密山市",
                            
                        }
                    ]
                },
                {
                    "id": 230400,
                    "text": "鹤岗市","value": "鹤岗市",
                    "children": [
                        {
                            "id": 230402,
                            "text": "向阳区","value": "向阳区",
                            
                        },
                        {
                            "id": 230403,
                            "text": "工农区","value": "工农区",
                            
                        },
                        {
                            "id": 230404,
                            "text": "南山区","value": "南山区",
                            
                        },
                        {
                            "id": 230405,
                            "text": "兴安区","value": "兴安区",
                            
                        },
                        {
                            "id": 230406,
                            "text": "东山区","value": "东山区",
                            
                        },
                        {
                            "id": 230407,
                            "text": "兴山区","value": "兴山区",
                            
                        },
                        {
                            "id": 230421,
                            "text": "萝北县","value": "萝北县",
                            
                        },
                        {
                            "id": 230422,
                            "text": "绥滨县","value": "绥滨县",
                            
                        }
                    ]
                },
                {
                    "id": 230500,
                    "text": "双鸭山市","value": "双鸭山市",
                    "children": [
                        {
                            "id": 230502,
                            "text": "尖山区","value": "尖山区",
                            
                        },
                        {
                            "id": 230503,
                            "text": "岭东区","value": "岭东区",
                            
                        },
                        {
                            "id": 230505,
                            "text": "四方台区","value": "四方台区",
                            
                        },
                        {
                            "id": 230506,
                            "text": "宝山区","value": "宝山区",
                            
                        },
                        {
                            "id": 230521,
                            "text": "集贤县","value": "集贤县",
                            
                        },
                        {
                            "id": 230522,
                            "text": "友谊县","value": "友谊县",
                            
                        },
                        {
                            "id": 230523,
                            "text": "宝清县","value": "宝清县",
                            
                        },
                        {
                            "id": 230524,
                            "text": "饶河县","value": "饶河县",
                            
                        }
                    ]
                },
                {
                    "id": 230600,
                    "text": "大庆市","value": "大庆市",
                    "children": [
                        {
                            "id": 230602,
                            "text": "萨尔图区","value": "萨尔图区",
                            
                        },
                        {
                            "id": 230603,
                            "text": "龙凤区","value": "龙凤区",
                            
                        },
                        {
                            "id": 230604,
                            "text": "让胡路区","value": "让胡路区",
                            
                        },
                        {
                            "id": 230605,
                            "text": "红岗区","value": "红岗区",
                            
                        },
                        {
                            "id": 230606,
                            "text": "大同区","value": "大同区",
                            
                        },
                        {
                            "id": 230621,
                            "text": "肇州县","value": "肇州县",
                            
                        },
                        {
                            "id": 230622,
                            "text": "肇源县","value": "肇源县",
                            
                        },
                        {
                            "id": 230623,
                            "text": "林甸县","value": "林甸县",
                            
                        },
                        {
                            "id": 230624,
                            "text": "杜尔伯特蒙古族自治县","value": "杜尔伯特蒙古族自治县",
                            
                        },
                        {
                            "id": 230671,
                            "text": "大庆高新技术产业开发区","value": "大庆高新技术产业开发区",
                            
                        }
                    ]
                },
                {
                    "id": 230700,
                    "text": "伊春市","value": "伊春市",
                    "children": [
                        {
                            "id": 230717,
                            "text": "伊美区","value": "伊美区",
                            
                        },
                        {
                            "id": 230718,
                            "text": "乌翠区","value": "乌翠区",
                            
                        },
                        {
                            "id": 230719,
                            "text": "友好区","value": "友好区",
                            
                        },
                        {
                            "id": 230722,
                            "text": "嘉荫县","value": "嘉荫县",
                            
                        },
                        {
                            "id": 230723,
                            "text": "汤旺县","value": "汤旺县",
                            
                        },
                        {
                            "id": 230724,
                            "text": "丰林县","value": "丰林县",
                            
                        },
                        {
                            "id": 230725,
                            "text": "大箐山县","value": "大箐山县",
                            
                        },
                        {
                            "id": 230726,
                            "text": "南岔县","value": "南岔县",
                            
                        },
                        {
                            "id": 230751,
                            "text": "金林区","value": "金林区",
                            
                        },
                        {
                            "id": 230781,
                            "text": "铁力市","value": "铁力市",
                            
                        }
                    ]
                },
                {
                    "id": 230800,
                    "text": "佳木斯市","value": "佳木斯市",
                    "children": [
                        {
                            "id": 230803,
                            "text": "向阳区","value": "向阳区",
                            
                        },
                        {
                            "id": 230804,
                            "text": "前进区","value": "前进区",
                            
                        },
                        {
                            "id": 230805,
                            "text": "东风区","value": "东风区",
                            
                        },
                        {
                            "id": 230811,
                            "text": "郊区","value": "郊区",
                            
                        },
                        {
                            "id": 230822,
                            "text": "桦南县","value": "桦南县",
                            
                        },
                        {
                            "id": 230826,
                            "text": "桦川县","value": "桦川县",
                            
                        },
                        {
                            "id": 230828,
                            "text": "汤原县","value": "汤原县",
                            
                        },
                        {
                            "id": 230881,
                            "text": "同江市","value": "同江市",
                            
                        },
                        {
                            "id": 230882,
                            "text": "富锦市","value": "富锦市",
                            
                        },
                        {
                            "id": 230883,
                            "text": "抚远市","value": "抚远市",
                            
                        }
                    ]
                },
                {
                    "id": 230900,
                    "text": "七台河市","value": "七台河市",
                    "children": [
                        {
                            "id": 230902,
                            "text": "新兴区","value": "新兴区",
                            
                        },
                        {
                            "id": 230903,
                            "text": "桃山区","value": "桃山区",
                            
                        },
                        {
                            "id": 230904,
                            "text": "茄子河区","value": "茄子河区",
                            
                        },
                        {
                            "id": 230921,
                            "text": "勃利县","value": "勃利县",
                            
                        }
                    ]
                },
                {
                    "id": 231000,
                    "text": "牡丹江市","value": "牡丹江市",
                    "children": [
                        {
                            "id": 231002,
                            "text": "东安区","value": "东安区",
                            
                        },
                        {
                            "id": 231003,
                            "text": "阳明区","value": "阳明区",
                            
                        },
                        {
                            "id": 231004,
                            "text": "爱民区","value": "爱民区",
                            
                        },
                        {
                            "id": 231005,
                            "text": "西安区","value": "西安区",
                            
                        },
                        {
                            "id": 231025,
                            "text": "林口县","value": "林口县",
                            
                        },
                        {
                            "id": 231071,
                            "text": "牡丹江经济技术开发区","value": "牡丹江经济技术开发区",
                            
                        },
                        {
                            "id": 231081,
                            "text": "绥芬河市","value": "绥芬河市",
                            
                        },
                        {
                            "id": 231083,
                            "text": "海林市","value": "海林市",
                            
                        },
                        {
                            "id": 231084,
                            "text": "宁安市","value": "宁安市",
                            
                        },
                        {
                            "id": 231085,
                            "text": "穆棱市","value": "穆棱市",
                            
                        },
                        {
                            "id": 231086,
                            "text": "东宁市","value": "东宁市",
                            
                        }
                    ]
                },
                {
                    "id": 231100,
                    "text": "黑河市","value": "黑河市",
                    "children": [
                        {
                            "id": 231102,
                            "text": "爱辉区","value": "爱辉区",
                            
                        },
                        {
                            "id": 231123,
                            "text": "逊克县","value": "逊克县",
                            
                        },
                        {
                            "id": 231124,
                            "text": "孙吴县","value": "孙吴县",
                            
                        },
                        {
                            "id": 231181,
                            "text": "北安市","value": "北安市",
                            
                        },
                        {
                            "id": 231182,
                            "text": "五大连池市","value": "五大连池市",
                            
                        },
                        {
                            "id": 231183,
                            "text": "嫩江市","value": "嫩江市",
                            
                        }
                    ]
                },
                {
                    "id": 231200,
                    "text": "绥化市","value": "绥化市",
                    "children": [
                        {
                            "id": 231202,
                            "text": "北林区","value": "北林区",
                            
                        },
                        {
                            "id": 231221,
                            "text": "望奎县","value": "望奎县",
                            
                        },
                        {
                            "id": 231222,
                            "text": "兰西县","value": "兰西县",
                            
                        },
                        {
                            "id": 231223,
                            "text": "青冈县","value": "青冈县",
                            
                        },
                        {
                            "id": 231224,
                            "text": "庆安县","value": "庆安县",
                            
                        },
                        {
                            "id": 231225,
                            "text": "明水县","value": "明水县",
                            
                        },
                        {
                            "id": 231226,
                            "text": "绥棱县","value": "绥棱县",
                            
                        },
                        {
                            "id": 231281,
                            "text": "安达市","value": "安达市",
                            
                        },
                        {
                            "id": 231282,
                            "text": "肇东市","value": "肇东市",
                            
                        },
                        {
                            "id": 231283,
                            "text": "海伦市","value": "海伦市",
                            
                        }
                    ]
                },
                {
                    "id": 232700,
                    "text": "大兴安岭地区","value": "大兴安岭地区",
                    "children": [
                        {
                            "id": 232701,
                            "text": "漠河市","value": "漠河市",
                            
                        },
                        {
                            "id": 232721,
                            "text": "呼玛县","value": "呼玛县",
                            
                        },
                        {
                            "id": 232722,
                            "text": "塔河县","value": "塔河县",
                            
                        },
                        {
                            "id": 232761,
                            "text": "加格达奇区","value": "加格达奇区",
                            
                        },
                        {
                            "id": 232762,
                            "text": "松岭区","value": "松岭区",
                            
                        },
                        {
                            "id": 232763,
                            "text": "新林区","value": "新林区",
                            
                        },
                        {
                            "id": 232764,
                            "text": "呼中区","value": "呼中区",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 310000,
            "text": "上海","value": "上海",
            "children": [
                {
                    "id": 310100,
                    "text": "上海市","value": "上海市",
                    "children": [
                        {
                            "id": 310101,
                            "text": "黄浦区","value": "黄浦区",
                            
                        },
                        {
                            "id": 310104,
                            "text": "徐汇区","value": "徐汇区",
                            
                        },
                        {
                            "id": 310105,
                            "text": "长宁区","value": "长宁区",
                            
                        },
                        {
                            "id": 310106,
                            "text": "静安区","value": "静安区",
                            
                        },
                        {
                            "id": 310107,
                            "text": "普陀区","value": "普陀区",
                            
                        },
                        {
                            "id": 310109,
                            "text": "虹口区","value": "虹口区",
                            
                        },
                        {
                            "id": 310110,
                            "text": "杨浦区","value": "杨浦区",
                            
                        },
                        {
                            "id": 310112,
                            "text": "闵行区","value": "闵行区",
                            
                        },
                        {
                            "id": 310113,
                            "text": "宝山区","value": "宝山区",
                            
                        },
                        {
                            "id": 310114,
                            "text": "嘉定区","value": "嘉定区",
                            
                        },
                        {
                            "id": 310115,
                            "text": "浦东新区","value": "浦东新区",
                            
                        },
                        {
                            "id": 310116,
                            "text": "金山区","value": "金山区",
                            
                        },
                        {
                            "id": 310117,
                            "text": "松江区","value": "松江区",
                            
                        },
                        {
                            "id": 310118,
                            "text": "青浦区","value": "青浦区",
                            
                        },
                        {
                            "id": 310120,
                            "text": "奉贤区","value": "奉贤区",
                            
                        },
                        {
                            "id": 310151,
                            "text": "崇明区","value": "崇明区",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 320000,
            "text": "江苏省","value": "江苏省",
            "children": [
                {
                    "id": 320100,
                    "text": "南京市","value": "南京市",
                    "children": [
                        {
                            "id": 320102,
                            "text": "玄武区","value": "玄武区",
                            
                        },
                        {
                            "id": 320104,
                            "text": "秦淮区","value": "秦淮区",
                            
                        },
                        {
                            "id": 320105,
                            "text": "建邺区","value": "建邺区",
                            
                        },
                        {
                            "id": 320106,
                            "text": "鼓楼区","value": "鼓楼区",
                            
                        },
                        {
                            "id": 320111,
                            "text": "浦口区","value": "浦口区",
                            
                        },
                        {
                            "id": 320113,
                            "text": "栖霞区","value": "栖霞区",
                            
                        },
                        {
                            "id": 320114,
                            "text": "雨花台区","value": "雨花台区",
                            
                        },
                        {
                            "id": 320115,
                            "text": "江宁区","value": "江宁区",
                            
                        },
                        {
                            "id": 320116,
                            "text": "六合区","value": "六合区",
                            
                        },
                        {
                            "id": 320117,
                            "text": "溧水区","value": "溧水区",
                            
                        },
                        {
                            "id": 320118,
                            "text": "高淳区","value": "高淳区",
                            
                        }
                    ]
                },
                {
                    "id": 320200,
                    "text": "无锡市","value": "无锡市",
                    "children": [
                        {
                            "id": 320205,
                            "text": "锡山区","value": "锡山区",
                            
                        },
                        {
                            "id": 320206,
                            "text": "惠山区","value": "惠山区",
                            
                        },
                        {
                            "id": 320211,
                            "text": "滨湖区","value": "滨湖区",
                            
                        },
                        {
                            "id": 320213,
                            "text": "梁溪区","value": "梁溪区",
                            
                        },
                        {
                            "id": 320214,
                            "text": "新吴区","value": "新吴区",
                            
                        },
                        {
                            "id": 320281,
                            "text": "江阴市","value": "江阴市",
                            
                        },
                        {
                            "id": 320282,
                            "text": "宜兴市","value": "宜兴市",
                            
                        }
                    ]
                },
                {
                    "id": 320300,
                    "text": "徐州市","value": "徐州市",
                    "children": [
                        {
                            "id": 320302,
                            "text": "鼓楼区","value": "鼓楼区",
                            
                        },
                        {
                            "id": 320303,
                            "text": "云龙区","value": "云龙区",
                            
                        },
                        {
                            "id": 320305,
                            "text": "贾汪区","value": "贾汪区",
                            
                        },
                        {
                            "id": 320311,
                            "text": "泉山区","value": "泉山区",
                            
                        },
                        {
                            "id": 320312,
                            "text": "铜山区","value": "铜山区",
                            
                        },
                        {
                            "id": 320321,
                            "text": "丰县","value": "丰县",
                            
                        },
                        {
                            "id": 320322,
                            "text": "沛县","value": "沛县",
                            
                        },
                        {
                            "id": 320324,
                            "text": "睢宁县","value": "睢宁县",
                            
                        },
                        {
                            "id": 320371,
                            "text": "徐州经济技术开发区","value": "徐州经济技术开发区",
                            
                        },
                        {
                            "id": 320381,
                            "text": "新沂市","value": "新沂市",
                            
                        },
                        {
                            "id": 320382,
                            "text": "邳州市","value": "邳州市",
                            
                        }
                    ]
                },
                {
                    "id": 320400,
                    "text": "常州市","value": "常州市",
                    "children": [
                        {
                            "id": 320402,
                            "text": "天宁区","value": "天宁区",
                            
                        },
                        {
                            "id": 320404,
                            "text": "钟楼区","value": "钟楼区",
                            
                        },
                        {
                            "id": 320411,
                            "text": "新北区","value": "新北区",
                            
                        },
                        {
                            "id": 320412,
                            "text": "武进区","value": "武进区",
                            
                        },
                        {
                            "id": 320413,
                            "text": "金坛区","value": "金坛区",
                            
                        },
                        {
                            "id": 320481,
                            "text": "溧阳市","value": "溧阳市",
                            
                        }
                    ]
                },
                {
                    "id": 320500,
                    "text": "苏州市","value": "苏州市",
                    "children": [
                        {
                            "id": 320505,
                            "text": "虎丘区","value": "虎丘区",
                            
                        },
                        {
                            "id": 320506,
                            "text": "吴中区","value": "吴中区",
                            
                        },
                        {
                            "id": 320507,
                            "text": "相城区","value": "相城区",
                            
                        },
                        {
                            "id": 320508,
                            "text": "姑苏区","value": "姑苏区",
                            
                        },
                        {
                            "id": 320509,
                            "text": "吴江区","value": "吴江区",
                            
                        },
                        {
                            "id": 320571,
                            "text": "苏州工业园区","value": "苏州工业园区",
                            
                        },
                        {
                            "id": 320581,
                            "text": "常熟市","value": "常熟市",
                            
                        },
                        {
                            "id": 320582,
                            "text": "张家港市","value": "张家港市",
                            
                        },
                        {
                            "id": 320583,
                            "text": "昆山市","value": "昆山市",
                            
                        },
                        {
                            "id": 320585,
                            "text": "太仓市","value": "太仓市",
                            
                        }
                    ]
                },
                {
                    "id": 320600,
                    "text": "南通市","value": "南通市",
                    "children": [
                        {
                            "id": 320612,
                            "text": "通州区","value": "通州区",
                            
                        },
                        {
                            "id": 320613,
                            "text": "崇川区","value": "崇川区",
                            
                        },
                        {
                            "id": 320614,
                            "text": "海门区","value": "海门区",
                            
                        },
                        {
                            "id": 320623,
                            "text": "如东县","value": "如东县",
                            
                        },
                        {
                            "id": 320671,
                            "text": "南通经济技术开发区","value": "南通经济技术开发区",
                            
                        },
                        {
                            "id": 320681,
                            "text": "启东市","value": "启东市",
                            
                        },
                        {
                            "id": 320682,
                            "text": "如皋市","value": "如皋市",
                            
                        },
                        {
                            "id": 320685,
                            "text": "海安市","value": "海安市",
                            
                        }
                    ]
                },
                {
                    "id": 320700,
                    "text": "连云港市","value": "连云港市",
                    "children": [
                        {
                            "id": 320703,
                            "text": "连云区","value": "连云区",
                            
                        },
                        {
                            "id": 320706,
                            "text": "海州区","value": "海州区",
                            
                        },
                        {
                            "id": 320707,
                            "text": "赣榆区","value": "赣榆区",
                            
                        },
                        {
                            "id": 320722,
                            "text": "东海县","value": "东海县",
                            
                        },
                        {
                            "id": 320723,
                            "text": "灌云县","value": "灌云县",
                            
                        },
                        {
                            "id": 320724,
                            "text": "灌南县","value": "灌南县",
                            
                        },
                        {
                            "id": 320771,
                            "text": "连云港经济技术开发区","value": "连云港经济技术开发区",
                            
                        },
                        {
                            "id": 320772,
                            "text": "连云港高新技术产业开发区","value": "连云港高新技术产业开发区",
                            
                        }
                    ]
                },
                {
                    "id": 320800,
                    "text": "淮安市","value": "淮安市",
                    "children": [
                        {
                            "id": 320803,
                            "text": "淮安区","value": "淮安区",
                            
                        },
                        {
                            "id": 320804,
                            "text": "淮阴区","value": "淮阴区",
                            
                        },
                        {
                            "id": 320812,
                            "text": "清江浦区","value": "清江浦区",
                            
                        },
                        {
                            "id": 320813,
                            "text": "洪泽区","value": "洪泽区",
                            
                        },
                        {
                            "id": 320826,
                            "text": "涟水县","value": "涟水县",
                            
                        },
                        {
                            "id": 320830,
                            "text": "盱眙县","value": "盱眙县",
                            
                        },
                        {
                            "id": 320831,
                            "text": "金湖县","value": "金湖县",
                            
                        },
                        {
                            "id": 320871,
                            "text": "淮安经济技术开发区","value": "淮安经济技术开发区",
                            
                        }
                    ]
                },
                {
                    "id": 320900,
                    "text": "盐城市","value": "盐城市",
                    "children": [
                        {
                            "id": 320902,
                            "text": "亭湖区","value": "亭湖区",
                            
                        },
                        {
                            "id": 320903,
                            "text": "盐都区","value": "盐都区",
                            
                        },
                        {
                            "id": 320904,
                            "text": "大丰区","value": "大丰区",
                            
                        },
                        {
                            "id": 320921,
                            "text": "响水县","value": "响水县",
                            
                        },
                        {
                            "id": 320922,
                            "text": "滨海县","value": "滨海县",
                            
                        },
                        {
                            "id": 320923,
                            "text": "阜宁县","value": "阜宁县",
                            
                        },
                        {
                            "id": 320924,
                            "text": "射阳县","value": "射阳县",
                            
                        },
                        {
                            "id": 320925,
                            "text": "建湖县","value": "建湖县",
                            
                        },
                        {
                            "id": 320971,
                            "text": "盐城经济技术开发区","value": "盐城经济技术开发区",
                            
                        },
                        {
                            "id": 320981,
                            "text": "东台市","value": "东台市",
                            
                        }
                    ]
                },
                {
                    "id": 321000,
                    "text": "扬州市","value": "扬州市",
                    "children": [
                        {
                            "id": 321002,
                            "text": "广陵区","value": "广陵区",
                            
                        },
                        {
                            "id": 321003,
                            "text": "邗江区","value": "邗江区",
                            
                        },
                        {
                            "id": 321012,
                            "text": "江都区","value": "江都区",
                            
                        },
                        {
                            "id": 321023,
                            "text": "宝应县","value": "宝应县",
                            
                        },
                        {
                            "id": 321071,
                            "text": "扬州经济技术开发区","value": "扬州经济技术开发区",
                            
                        },
                        {
                            "id": 321081,
                            "text": "仪征市","value": "仪征市",
                            
                        },
                        {
                            "id": 321084,
                            "text": "高邮市","value": "高邮市",
                            
                        }
                    ]
                },
                {
                    "id": 321100,
                    "text": "镇江市","value": "镇江市",
                    "children": [
                        {
                            "id": 321102,
                            "text": "京口区","value": "京口区",
                            
                        },
                        {
                            "id": 321111,
                            "text": "润州区","value": "润州区",
                            
                        },
                        {
                            "id": 321112,
                            "text": "丹徒区","value": "丹徒区",
                            
                        },
                        {
                            "id": 321171,
                            "text": "镇江新区","value": "镇江新区",
                            
                        },
                        {
                            "id": 321181,
                            "text": "丹阳市","value": "丹阳市",
                            
                        },
                        {
                            "id": 321182,
                            "text": "扬中市","value": "扬中市",
                            
                        },
                        {
                            "id": 321183,
                            "text": "句容市","value": "句容市",
                            
                        }
                    ]
                },
                {
                    "id": 321200,
                    "text": "泰州市","value": "泰州市",
                    "children": [
                        {
                            "id": 321202,
                            "text": "海陵区","value": "海陵区",
                            
                        },
                        {
                            "id": 321203,
                            "text": "高港区","value": "高港区",
                            
                        },
                        {
                            "id": 321204,
                            "text": "姜堰区","value": "姜堰区",
                            
                        },
                        {
                            "id": 321271,
                            "text": "泰州医药高新技术产业开发区","value": "泰州医药高新技术产业开发区",
                            
                        },
                        {
                            "id": 321281,
                            "text": "兴化市","value": "兴化市",
                            
                        },
                        {
                            "id": 321282,
                            "text": "靖江市","value": "靖江市",
                            
                        },
                        {
                            "id": 321283,
                            "text": "泰兴市","value": "泰兴市",
                            
                        }
                    ]
                },
                {
                    "id": 321300,
                    "text": "宿迁市","value": "宿迁市",
                    "children": [
                        {
                            "id": 321302,
                            "text": "宿城区","value": "宿城区",
                            
                        },
                        {
                            "id": 321311,
                            "text": "宿豫区","value": "宿豫区",
                            
                        },
                        {
                            "id": 321322,
                            "text": "沭阳县","value": "沭阳县",
                            
                        },
                        {
                            "id": 321323,
                            "text": "泗阳县","value": "泗阳县",
                            
                        },
                        {
                            "id": 321324,
                            "text": "泗洪县","value": "泗洪县",
                            
                        },
                        {
                            "id": 321371,
                            "text": "宿迁经济技术开发区","value": "宿迁经济技术开发区",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 330000,
            "text": "浙江省","value": "浙江省",
            "children": [
                {
                    "id": 330100,
                    "text": "杭州市","value": "杭州市",
                    "children": [
                        {
                            "id": 330102,
                            "text": "上城区","value": "上城区",
                            
                        },
                        {
                            "id": 330105,
                            "text": "拱墅区","value": "拱墅区",
                            
                        },
                        {
                            "id": 330106,
                            "text": "西湖区","value": "西湖区",
                            
                        },
                        {
                            "id": 330108,
                            "text": "滨江区","value": "滨江区",
                            
                        },
                        {
                            "id": 330109,
                            "text": "萧山区","value": "萧山区",
                            
                        },
                        {
                            "id": 330110,
                            "text": "余杭区","value": "余杭区",
                            
                        },
                        {
                            "id": 330111,
                            "text": "富阳区","value": "富阳区",
                            
                        },
                        {
                            "id": 330112,
                            "text": "临安区","value": "临安区",
                            
                        },
                        {
                            "id": 330113,
                            "text": "临平区","value": "临平区",
                            
                        },
                        {
                            "id": 330114,
                            "text": "钱塘区","value": "钱塘区",
                            
                        },
                        {
                            "id": 330122,
                            "text": "桐庐县","value": "桐庐县",
                            
                        },
                        {
                            "id": 330127,
                            "text": "淳安县","value": "淳安县",
                            
                        },
                        {
                            "id": 330182,
                            "text": "建德市","value": "建德市",
                            
                        }
                    ]
                },
                {
                    "id": 330200,
                    "text": "宁波市","value": "宁波市",
                    "children": [
                        {
                            "id": 330203,
                            "text": "海曙区","value": "海曙区",
                            
                        },
                        {
                            "id": 330205,
                            "text": "江北区","value": "江北区",
                            
                        },
                        {
                            "id": 330206,
                            "text": "北仑区","value": "北仑区",
                            
                        },
                        {
                            "id": 330211,
                            "text": "镇海区","value": "镇海区",
                            
                        },
                        {
                            "id": 330212,
                            "text": "鄞州区","value": "鄞州区",
                            
                        },
                        {
                            "id": 330213,
                            "text": "奉化区","value": "奉化区",
                            
                        },
                        {
                            "id": 330225,
                            "text": "象山县","value": "象山县",
                            
                        },
                        {
                            "id": 330226,
                            "text": "宁海县","value": "宁海县",
                            
                        },
                        {
                            "id": 330281,
                            "text": "余姚市","value": "余姚市",
                            
                        },
                        {
                            "id": 330282,
                            "text": "慈溪市","value": "慈溪市",
                            
                        }
                    ]
                },
                {
                    "id": 330300,
                    "text": "温州市","value": "温州市",
                    "children": [
                        {
                            "id": 330302,
                            "text": "鹿城区","value": "鹿城区",
                            
                        },
                        {
                            "id": 330303,
                            "text": "龙湾区","value": "龙湾区",
                            
                        },
                        {
                            "id": 330304,
                            "text": "瓯海区","value": "瓯海区",
                            
                        },
                        {
                            "id": 330305,
                            "text": "洞头区","value": "洞头区",
                            
                        },
                        {
                            "id": 330324,
                            "text": "永嘉县","value": "永嘉县",
                            
                        },
                        {
                            "id": 330326,
                            "text": "平阳县","value": "平阳县",
                            
                        },
                        {
                            "id": 330327,
                            "text": "苍南县","value": "苍南县",
                            
                        },
                        {
                            "id": 330328,
                            "text": "文成县","value": "文成县",
                            
                        },
                        {
                            "id": 330329,
                            "text": "泰顺县","value": "泰顺县",
                            
                        },
                        {
                            "id": 330371,
                            "text": "温州经济技术开发区","value": "温州经济技术开发区",
                            
                        },
                        {
                            "id": 330381,
                            "text": "瑞安市","value": "瑞安市",
                            
                        },
                        {
                            "id": 330382,
                            "text": "乐清市","value": "乐清市",
                            
                        },
                        {
                            "id": 330383,
                            "text": "龙港市","value": "龙港市",
                            
                        }
                    ]
                },
                {
                    "id": 330400,
                    "text": "嘉兴市","value": "嘉兴市",
                    "children": [
                        {
                            "id": 330402,
                            "text": "南湖区","value": "南湖区",
                            
                        },
                        {
                            "id": 330411,
                            "text": "秀洲区","value": "秀洲区",
                            
                        },
                        {
                            "id": 330421,
                            "text": "嘉善县","value": "嘉善县",
                            
                        },
                        {
                            "id": 330424,
                            "text": "海盐县","value": "海盐县",
                            
                        },
                        {
                            "id": 330481,
                            "text": "海宁市","value": "海宁市",
                            
                        },
                        {
                            "id": 330482,
                            "text": "平湖市","value": "平湖市",
                            
                        },
                        {
                            "id": 330483,
                            "text": "桐乡市","value": "桐乡市",
                            
                        }
                    ]
                },
                {
                    "id": 330500,
                    "text": "湖州市","value": "湖州市",
                    "children": [
                        {
                            "id": 330502,
                            "text": "吴兴区","value": "吴兴区",
                            
                        },
                        {
                            "id": 330503,
                            "text": "南浔区","value": "南浔区",
                            
                        },
                        {
                            "id": 330521,
                            "text": "德清县","value": "德清县",
                            
                        },
                        {
                            "id": 330522,
                            "text": "长兴县","value": "长兴县",
                            
                        },
                        {
                            "id": 330523,
                            "text": "安吉县","value": "安吉县",
                            
                        }
                    ]
                },
                {
                    "id": 330600,
                    "text": "绍兴市","value": "绍兴市",
                    "children": [
                        {
                            "id": 330602,
                            "text": "越城区","value": "越城区",
                            
                        },
                        {
                            "id": 330603,
                            "text": "柯桥区","value": "柯桥区",
                            
                        },
                        {
                            "id": 330604,
                            "text": "上虞区","value": "上虞区",
                            
                        },
                        {
                            "id": 330624,
                            "text": "新昌县","value": "新昌县",
                            
                        },
                        {
                            "id": 330681,
                            "text": "诸暨市","value": "诸暨市",
                            
                        },
                        {
                            "id": 330683,
                            "text": "嵊州市","value": "嵊州市",
                            
                        }
                    ]
                },
                {
                    "id": 330700,
                    "text": "金华市","value": "金华市",
                    "children": [
                        {
                            "id": 330702,
                            "text": "婺城区","value": "婺城区",
                            
                        },
                        {
                            "id": 330703,
                            "text": "金东区","value": "金东区",
                            
                        },
                        {
                            "id": 330723,
                            "text": "武义县","value": "武义县",
                            
                        },
                        {
                            "id": 330726,
                            "text": "浦江县","value": "浦江县",
                            
                        },
                        {
                            "id": 330727,
                            "text": "磐安县","value": "磐安县",
                            
                        },
                        {
                            "id": 330781,
                            "text": "兰溪市","value": "兰溪市",
                            
                        },
                        {
                            "id": 330782,
                            "text": "义乌市","value": "义乌市",
                            
                        },
                        {
                            "id": 330783,
                            "text": "东阳市","value": "东阳市",
                            
                        },
                        {
                            "id": 330784,
                            "text": "永康市","value": "永康市",
                            
                        }
                    ]
                },
                {
                    "id": 330800,
                    "text": "衢州市","value": "衢州市",
                    "children": [
                        {
                            "id": 330802,
                            "text": "柯城区","value": "柯城区",
                            
                        },
                        {
                            "id": 330803,
                            "text": "衢江区","value": "衢江区",
                            
                        },
                        {
                            "id": 330822,
                            "text": "常山县","value": "常山县",
                            
                        },
                        {
                            "id": 330824,
                            "text": "开化县","value": "开化县",
                            
                        },
                        {
                            "id": 330825,
                            "text": "龙游县","value": "龙游县",
                            
                        },
                        {
                            "id": 330881,
                            "text": "江山市","value": "江山市",
                            
                        }
                    ]
                },
                {
                    "id": 330900,
                    "text": "舟山市","value": "舟山市",
                    "children": [
                        {
                            "id": 330902,
                            "text": "定海区","value": "定海区",
                            
                        },
                        {
                            "id": 330903,
                            "text": "普陀区","value": "普陀区",
                            
                        },
                        {
                            "id": 330921,
                            "text": "岱山县","value": "岱山县",
                            
                        },
                        {
                            "id": 330922,
                            "text": "嵊泗县","value": "嵊泗县",
                            
                        }
                    ]
                },
                {
                    "id": 331000,
                    "text": "台州市","value": "台州市",
                    "children": [
                        {
                            "id": 331002,
                            "text": "椒江区","value": "椒江区",
                            
                        },
                        {
                            "id": 331003,
                            "text": "黄岩区","value": "黄岩区",
                            
                        },
                        {
                            "id": 331004,
                            "text": "路桥区","value": "路桥区",
                            
                        },
                        {
                            "id": 331022,
                            "text": "三门县","value": "三门县",
                            
                        },
                        {
                            "id": 331023,
                            "text": "天台县","value": "天台县",
                            
                        },
                        {
                            "id": 331024,
                            "text": "仙居县","value": "仙居县",
                            
                        },
                        {
                            "id": 331081,
                            "text": "温岭市","value": "温岭市",
                            
                        },
                        {
                            "id": 331082,
                            "text": "临海市","value": "临海市",
                            
                        },
                        {
                            "id": 331083,
                            "text": "玉环市","value": "玉环市",
                            
                        }
                    ]
                },
                {
                    "id": 331100,
                    "text": "丽水市","value": "丽水市",
                    "children": [
                        {
                            "id": 331102,
                            "text": "莲都区","value": "莲都区",
                            
                        },
                        {
                            "id": 331121,
                            "text": "青田县","value": "青田县",
                            
                        },
                        {
                            "id": 331122,
                            "text": "缙云县","value": "缙云县",
                            
                        },
                        {
                            "id": 331123,
                            "text": "遂昌县","value": "遂昌县",
                            
                        },
                        {
                            "id": 331124,
                            "text": "松阳县","value": "松阳县",
                            
                        },
                        {
                            "id": 331125,
                            "text": "云和县","value": "云和县",
                            
                        },
                        {
                            "id": 331126,
                            "text": "庆元县","value": "庆元县",
                            
                        },
                        {
                            "id": 331127,
                            "text": "景宁畲族自治县","value": "景宁畲族自治县",
                            
                        },
                        {
                            "id": 331181,
                            "text": "龙泉市","value": "龙泉市",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 340000,
            "text": "安徽省","value": "安徽省",
            "children": [
                {
                    "id": 340100,
                    "text": "合肥市","value": "合肥市",
                    "children": [
                        {
                            "id": 340102,
                            "text": "瑶海区","value": "瑶海区",
                            
                        },
                        {
                            "id": 340103,
                            "text": "庐阳区","value": "庐阳区",
                            
                        },
                        {
                            "id": 340104,
                            "text": "蜀山区","value": "蜀山区",
                            
                        },
                        {
                            "id": 340111,
                            "text": "包河区","value": "包河区",
                            
                        },
                        {
                            "id": 340121,
                            "text": "长丰县","value": "长丰县",
                            
                        },
                        {
                            "id": 340122,
                            "text": "肥东县","value": "肥东县",
                            
                        },
                        {
                            "id": 340123,
                            "text": "肥西县","value": "肥西县",
                            
                        },
                        {
                            "id": 340124,
                            "text": "庐江县","value": "庐江县",
                            
                        },
                        {
                            "id": 340171,
                            "text": "合肥高新技术产业开发区","value": "合肥高新技术产业开发区",
                            
                        },
                        {
                            "id": 340172,
                            "text": "合肥经济技术开发区","value": "合肥经济技术开发区",
                            
                        },
                        {
                            "id": 340173,
                            "text": "合肥新站高新技术产业开发区","value": "合肥新站高新技术产业开发区",
                            
                        },
                        {
                            "id": 340181,
                            "text": "巢湖市","value": "巢湖市",
                            
                        }
                    ]
                },
                {
                    "id": 340200,
                    "text": "芜湖市","value": "芜湖市",
                    "children": [
                        {
                            "id": 340202,
                            "text": "镜湖区","value": "镜湖区",
                            
                        },
                        {
                            "id": 340207,
                            "text": "鸠江区","value": "鸠江区",
                            
                        },
                        {
                            "id": 340209,
                            "text": "弋江区","value": "弋江区",
                            
                        },
                        {
                            "id": 340210,
                            "text": "湾沚区","value": "湾沚区",
                            
                        },
                        {
                            "id": 340212,
                            "text": "繁昌区","value": "繁昌区",
                            
                        },
                        {
                            "id": 340223,
                            "text": "南陵县","value": "南陵县",
                            
                        },
                        {
                            "id": 340271,
                            "text": "芜湖经济技术开发区","value": "芜湖经济技术开发区",
                            
                        },
                        {
                            "id": 340272,
                            "text": "安徽芜湖三山经济开发区","value": "安徽芜湖三山经济开发区",
                            
                        },
                        {
                            "id": 340281,
                            "text": "无为市","value": "无为市",
                            
                        }
                    ]
                },
                {
                    "id": 340300,
                    "text": "蚌埠市","value": "蚌埠市",
                    "children": [
                        {
                            "id": 340302,
                            "text": "龙子湖区","value": "龙子湖区",
                            
                        },
                        {
                            "id": 340303,
                            "text": "蚌山区","value": "蚌山区",
                            
                        },
                        {
                            "id": 340304,
                            "text": "禹会区","value": "禹会区",
                            
                        },
                        {
                            "id": 340311,
                            "text": "淮上区","value": "淮上区",
                            
                        },
                        {
                            "id": 340321,
                            "text": "怀远县","value": "怀远县",
                            
                        },
                        {
                            "id": 340322,
                            "text": "五河县","value": "五河县",
                            
                        },
                        {
                            "id": 340323,
                            "text": "固镇县","value": "固镇县",
                            
                        },
                        {
                            "id": 340371,
                            "text": "蚌埠市高新技术开发区","value": "蚌埠市高新技术开发区",
                            
                        },
                        {
                            "id": 340372,
                            "text": "蚌埠市经济开发区","value": "蚌埠市经济开发区",
                            
                        }
                    ]
                },
                {
                    "id": 340400,
                    "text": "淮南市","value": "淮南市",
                    "children": [
                        {
                            "id": 340402,
                            "text": "大通区","value": "大通区",
                            
                        },
                        {
                            "id": 340403,
                            "text": "田家庵区","value": "田家庵区",
                            
                        },
                        {
                            "id": 340404,
                            "text": "谢家集区","value": "谢家集区",
                            
                        },
                        {
                            "id": 340405,
                            "text": "八公山区","value": "八公山区",
                            
                        },
                        {
                            "id": 340406,
                            "text": "潘集区","value": "潘集区",
                            
                        },
                        {
                            "id": 340421,
                            "text": "凤台县","value": "凤台县",
                            
                        },
                        {
                            "id": 340422,
                            "text": "寿县","value": "寿县",
                            
                        }
                    ]
                },
                {
                    "id": 340500,
                    "text": "马鞍山市","value": "马鞍山市",
                    "children": [
                        {
                            "id": 340503,
                            "text": "花山区","value": "花山区",
                            
                        },
                        {
                            "id": 340504,
                            "text": "雨山区","value": "雨山区",
                            
                        },
                        {
                            "id": 340506,
                            "text": "博望区","value": "博望区",
                            
                        },
                        {
                            "id": 340521,
                            "text": "当涂县","value": "当涂县",
                            
                        },
                        {
                            "id": 340522,
                            "text": "含山县","value": "含山县",
                            
                        },
                        {
                            "id": 340523,
                            "text": "和县","value": "和县",
                            
                        }
                    ]
                },
                {
                    "id": 340600,
                    "text": "淮北市","value": "淮北市",
                    "children": [
                        {
                            "id": 340602,
                            "text": "杜集区","value": "杜集区",
                            
                        },
                        {
                            "id": 340603,
                            "text": "相山区","value": "相山区",
                            
                        },
                        {
                            "id": 340604,
                            "text": "烈山区","value": "烈山区",
                            
                        },
                        {
                            "id": 340621,
                            "text": "濉溪县","value": "濉溪县",
                            
                        }
                    ]
                },
                {
                    "id": 340700,
                    "text": "铜陵市","value": "铜陵市",
                    "children": [
                        {
                            "id": 340705,
                            "text": "铜官区","value": "铜官区",
                            
                        },
                        {
                            "id": 340706,
                            "text": "义安区","value": "义安区",
                            
                        },
                        {
                            "id": 340711,
                            "text": "郊区","value": "郊区",
                            
                        },
                        {
                            "id": 340722,
                            "text": "枞阳县","value": "枞阳县",
                            
                        }
                    ]
                },
                {
                    "id": 340800,
                    "text": "安庆市","value": "安庆市",
                    "children": [
                        {
                            "id": 340802,
                            "text": "迎江区","value": "迎江区",
                            
                        },
                        {
                            "id": 340803,
                            "text": "大观区","value": "大观区",
                            
                        },
                        {
                            "id": 340811,
                            "text": "宜秀区","value": "宜秀区",
                            
                        },
                        {
                            "id": 340822,
                            "text": "怀宁县","value": "怀宁县",
                            
                        },
                        {
                            "id": 340825,
                            "text": "太湖县","value": "太湖县",
                            
                        },
                        {
                            "id": 340826,
                            "text": "宿松县","value": "宿松县",
                            
                        },
                        {
                            "id": 340827,
                            "text": "望江县","value": "望江县",
                            
                        },
                        {
                            "id": 340828,
                            "text": "岳西县","value": "岳西县",
                            
                        },
                        {
                            "id": 340871,
                            "text": "安徽安庆经济开发区","value": "安徽安庆经济开发区",
                            
                        },
                        {
                            "id": 340881,
                            "text": "桐城市","value": "桐城市",
                            
                        },
                        {
                            "id": 340882,
                            "text": "潜山市","value": "潜山市",
                            
                        }
                    ]
                },
                {
                    "id": 341000,
                    "text": "黄山市","value": "黄山市",
                    "children": [
                        {
                            "id": 341002,
                            "text": "屯溪区","value": "屯溪区",
                            
                        },
                        {
                            "id": 341003,
                            "text": "黄山区","value": "黄山区",
                            
                        },
                        {
                            "id": 341004,
                            "text": "徽州区","value": "徽州区",
                            
                        },
                        {
                            "id": 341021,
                            "text": "歙县","value": "歙县",
                            
                        },
                        {
                            "id": 341022,
                            "text": "休宁县","value": "休宁县",
                            
                        },
                        {
                            "id": 341023,
                            "text": "黟县","value": "黟县",
                            
                        },
                        {
                            "id": 341024,
                            "text": "祁门县","value": "祁门县",
                            
                        }
                    ]
                },
                {
                    "id": 341100,
                    "text": "滁州市","value": "滁州市",
                    "children": [
                        {
                            "id": 341102,
                            "text": "琅琊区","value": "琅琊区",
                            
                        },
                        {
                            "id": 341103,
                            "text": "南谯区","value": "南谯区",
                            
                        },
                        {
                            "id": 341122,
                            "text": "来安县","value": "来安县",
                            
                        },
                        {
                            "id": 341124,
                            "text": "全椒县","value": "全椒县",
                            
                        },
                        {
                            "id": 341125,
                            "text": "定远县","value": "定远县",
                            
                        },
                        {
                            "id": 341126,
                            "text": "凤阳县","value": "凤阳县",
                            
                        },
                        {
                            "id": 341171,
                            "text": "中新苏滁高新技术产业开发区","value": "中新苏滁高新技术产业开发区",
                            
                        },
                        {
                            "id": 341172,
                            "text": "滁州经济技术开发区","value": "滁州经济技术开发区",
                            
                        },
                        {
                            "id": 341181,
                            "text": "天长市","value": "天长市",
                            
                        },
                        {
                            "id": 341182,
                            "text": "明光市","value": "明光市",
                            
                        }
                    ]
                },
                {
                    "id": 341200,
                    "text": "阜阳市","value": "阜阳市",
                    "children": [
                        {
                            "id": 341202,
                            "text": "颍州区","value": "颍州区",
                            
                        },
                        {
                            "id": 341203,
                            "text": "颍东区","value": "颍东区",
                            
                        },
                        {
                            "id": 341204,
                            "text": "颍泉区","value": "颍泉区",
                            
                        },
                        {
                            "id": 341221,
                            "text": "临泉县","value": "临泉县",
                            
                        },
                        {
                            "id": 341222,
                            "text": "太和县","value": "太和县",
                            
                        },
                        {
                            "id": 341225,
                            "text": "阜南县","value": "阜南县",
                            
                        },
                        {
                            "id": 341226,
                            "text": "颍上县","value": "颍上县",
                            
                        },
                        {
                            "id": 341271,
                            "text": "阜阳合肥现代产业园区","value": "阜阳合肥现代产业园区",
                            
                        },
                        {
                            "id": 341272,
                            "text": "阜阳经济技术开发区","value": "阜阳经济技术开发区",
                            
                        },
                        {
                            "id": 341282,
                            "text": "界首市","value": "界首市",
                            
                        }
                    ]
                },
                {
                    "id": 341300,
                    "text": "宿州市","value": "宿州市",
                    "children": [
                        {
                            "id": 341302,
                            "text": "埇桥区","value": "埇桥区",
                            
                        },
                        {
                            "id": 341321,
                            "text": "砀山县","value": "砀山县",
                            
                        },
                        {
                            "id": 341322,
                            "text": "萧县","value": "萧县",
                            
                        },
                        {
                            "id": 341323,
                            "text": "灵璧县","value": "灵璧县",
                            
                        },
                        {
                            "id": 341324,
                            "text": "泗县","value": "泗县",
                            
                        },
                        {
                            "id": 341371,
                            "text": "宿州马鞍山现代产业园区","value": "宿州马鞍山现代产业园区",
                            
                        },
                        {
                            "id": 341372,
                            "text": "宿州经济技术开发区","value": "宿州经济技术开发区",
                            
                        }
                    ]
                },
                {
                    "id": 341500,
                    "text": "六安市","value": "六安市",
                    "children": [
                        {
                            "id": 341502,
                            "text": "金安区","value": "金安区",
                            
                        },
                        {
                            "id": 341503,
                            "text": "裕安区","value": "裕安区",
                            
                        },
                        {
                            "id": 341504,
                            "text": "叶集区","value": "叶集区",
                            
                        },
                        {
                            "id": 341522,
                            "text": "霍邱县","value": "霍邱县",
                            
                        },
                        {
                            "id": 341523,
                            "text": "舒城县","value": "舒城县",
                            
                        },
                        {
                            "id": 341524,
                            "text": "金寨县","value": "金寨县",
                            
                        },
                        {
                            "id": 341525,
                            "text": "霍山县","value": "霍山县",
                            
                        }
                    ]
                },
                {
                    "id": 341600,
                    "text": "亳州市","value": "亳州市",
                    "children": [
                        {
                            "id": 341602,
                            "text": "谯城区","value": "谯城区",
                            
                        },
                        {
                            "id": 341621,
                            "text": "涡阳县","value": "涡阳县",
                            
                        },
                        {
                            "id": 341622,
                            "text": "蒙城县","value": "蒙城县",
                            
                        },
                        {
                            "id": 341623,
                            "text": "利辛县","value": "利辛县",
                            
                        }
                    ]
                },
                {
                    "id": 341700,
                    "text": "池州市","value": "池州市",
                    "children": [
                        {
                            "id": 341702,
                            "text": "贵池区","value": "贵池区",
                            
                        },
                        {
                            "id": 341721,
                            "text": "东至县","value": "东至县",
                            
                        },
                        {
                            "id": 341722,
                            "text": "石台县","value": "石台县",
                            
                        },
                        {
                            "id": 341723,
                            "text": "青阳县","value": "青阳县",
                            
                        }
                    ]
                },
                {
                    "id": 341800,
                    "text": "宣城市","value": "宣城市",
                    "children": [
                        {
                            "id": 341802,
                            "text": "宣州区","value": "宣州区",
                            
                        },
                        {
                            "id": 341821,
                            "text": "郎溪县","value": "郎溪县",
                            
                        },
                        {
                            "id": 341823,
                            "text": "泾县","value": "泾县",
                            
                        },
                        {
                            "id": 341824,
                            "text": "绩溪县","value": "绩溪县",
                            
                        },
                        {
                            "id": 341825,
                            "text": "旌德县","value": "旌德县",
                            
                        },
                        {
                            "id": 341871,
                            "text": "宣城市经济开发区","value": "宣城市经济开发区",
                            
                        },
                        {
                            "id": 341881,
                            "text": "宁国市","value": "宁国市",
                            
                        },
                        {
                            "id": 341882,
                            "text": "广德市","value": "广德市",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 350000,
            "text": "福建省","value": "福建省",
            "children": [
                {
                    "id": 350100,
                    "text": "福州市","value": "福州市",
                    "children": [
                        {
                            "id": 350102,
                            "text": "鼓楼区","value": "鼓楼区",
                            
                        },
                        {
                            "id": 350103,
                            "text": "台江区","value": "台江区",
                            
                        },
                        {
                            "id": 350104,
                            "text": "仓山区","value": "仓山区",
                            
                        },
                        {
                            "id": 350105,
                            "text": "马尾区","value": "马尾区",
                            
                        },
                        {
                            "id": 350111,
                            "text": "晋安区","value": "晋安区",
                            
                        },
                        {
                            "id": 350112,
                            "text": "长乐区","value": "长乐区",
                            
                        },
                        {
                            "id": 350121,
                            "text": "闽侯县","value": "闽侯县",
                            
                        },
                        {
                            "id": 350122,
                            "text": "连江县","value": "连江县",
                            
                        },
                        {
                            "id": 350123,
                            "text": "罗源县","value": "罗源县",
                            
                        },
                        {
                            "id": 350124,
                            "text": "闽清县","value": "闽清县",
                            
                        },
                        {
                            "id": 350125,
                            "text": "永泰县","value": "永泰县",
                            
                        },
                        {
                            "id": 350128,
                            "text": "平潭县","value": "平潭县",
                            
                        },
                        {
                            "id": 350181,
                            "text": "福清市","value": "福清市",
                            
                        }
                    ]
                },
                {
                    "id": 350200,
                    "text": "厦门市","value": "厦门市",
                    "children": [
                        {
                            "id": 350203,
                            "text": "思明区","value": "思明区",
                            
                        },
                        {
                            "id": 350205,
                            "text": "海沧区","value": "海沧区",
                            
                        },
                        {
                            "id": 350206,
                            "text": "湖里区","value": "湖里区",
                            
                        },
                        {
                            "id": 350211,
                            "text": "集美区","value": "集美区",
                            
                        },
                        {
                            "id": 350212,
                            "text": "同安区","value": "同安区",
                            
                        },
                        {
                            "id": 350213,
                            "text": "翔安区","value": "翔安区",
                            
                        }
                    ]
                },
                {
                    "id": 350300,
                    "text": "莆田市","value": "莆田市",
                    "children": [
                        {
                            "id": 350302,
                            "text": "城厢区","value": "城厢区",
                            
                        },
                        {
                            "id": 350303,
                            "text": "涵江区","value": "涵江区",
                            
                        },
                        {
                            "id": 350304,
                            "text": "荔城区","value": "荔城区",
                            
                        },
                        {
                            "id": 350305,
                            "text": "秀屿区","value": "秀屿区",
                            
                        },
                        {
                            "id": 350322,
                            "text": "仙游县","value": "仙游县",
                            
                        }
                    ]
                },
                {
                    "id": 350400,
                    "text": "三明市","value": "三明市",
                    "children": [
                        {
                            "id": 350404,
                            "text": "三元区","value": "三元区",
                            
                        },
                        {
                            "id": 350405,
                            "text": "沙县区","value": "沙县区",
                            
                        },
                        {
                            "id": 350421,
                            "text": "明溪县","value": "明溪县",
                            
                        },
                        {
                            "id": 350423,
                            "text": "清流县","value": "清流县",
                            
                        },
                        {
                            "id": 350424,
                            "text": "宁化县","value": "宁化县",
                            
                        },
                        {
                            "id": 350425,
                            "text": "大田县","value": "大田县",
                            
                        },
                        {
                            "id": 350426,
                            "text": "尤溪县","value": "尤溪县",
                            
                        },
                        {
                            "id": 350428,
                            "text": "将乐县","value": "将乐县",
                            
                        },
                        {
                            "id": 350429,
                            "text": "泰宁县","value": "泰宁县",
                            
                        },
                        {
                            "id": 350430,
                            "text": "建宁县","value": "建宁县",
                            
                        },
                        {
                            "id": 350481,
                            "text": "永安市","value": "永安市",
                            
                        }
                    ]
                },
                {
                    "id": 350500,
                    "text": "泉州市","value": "泉州市",
                    "children": [
                        {
                            "id": 350502,
                            "text": "鲤城区","value": "鲤城区",
                            
                        },
                        {
                            "id": 350503,
                            "text": "丰泽区","value": "丰泽区",
                            
                        },
                        {
                            "id": 350504,
                            "text": "洛江区","value": "洛江区",
                            
                        },
                        {
                            "id": 350505,
                            "text": "泉港区","value": "泉港区",
                            
                        },
                        {
                            "id": 350521,
                            "text": "惠安县","value": "惠安县",
                            
                        },
                        {
                            "id": 350524,
                            "text": "安溪县","value": "安溪县",
                            
                        },
                        {
                            "id": 350525,
                            "text": "永春县","value": "永春县",
                            
                        },
                        {
                            "id": 350526,
                            "text": "德化县","value": "德化县",
                            
                        },
                        {
                            "id": 350527,
                            "text": "金门县","value": "金门县",
                            
                        },
                        {
                            "id": 350581,
                            "text": "石狮市","value": "石狮市",
                            
                        },
                        {
                            "id": 350582,
                            "text": "晋江市","value": "晋江市",
                            
                        },
                        {
                            "id": 350583,
                            "text": "南安市","value": "南安市",
                            
                        }
                    ]
                },
                {
                    "id": 350600,
                    "text": "漳州市","value": "漳州市",
                    "children": [
                        {
                            "id": 350602,
                            "text": "芗城区","value": "芗城区",
                            
                        },
                        {
                            "id": 350603,
                            "text": "龙文区","value": "龙文区",
                            
                        },
                        {
                            "id": 350604,
                            "text": "龙海区","value": "龙海区",
                            
                        },
                        {
                            "id": 350605,
                            "text": "长泰区","value": "长泰区",
                            
                        },
                        {
                            "id": 350622,
                            "text": "云霄县","value": "云霄县",
                            
                        },
                        {
                            "id": 350623,
                            "text": "漳浦县","value": "漳浦县",
                            
                        },
                        {
                            "id": 350624,
                            "text": "诏安县","value": "诏安县",
                            
                        },
                        {
                            "id": 350626,
                            "text": "东山县","value": "东山县",
                            
                        },
                        {
                            "id": 350627,
                            "text": "南靖县","value": "南靖县",
                            
                        },
                        {
                            "id": 350628,
                            "text": "平和县","value": "平和县",
                            
                        },
                        {
                            "id": 350629,
                            "text": "华安县","value": "华安县",
                            
                        }
                    ]
                },
                {
                    "id": 350700,
                    "text": "南平市","value": "南平市",
                    "children": [
                        {
                            "id": 350702,
                            "text": "延平区","value": "延平区",
                            
                        },
                        {
                            "id": 350703,
                            "text": "建阳区","value": "建阳区",
                            
                        },
                        {
                            "id": 350721,
                            "text": "顺昌县","value": "顺昌县",
                            
                        },
                        {
                            "id": 350722,
                            "text": "浦城县","value": "浦城县",
                            
                        },
                        {
                            "id": 350723,
                            "text": "光泽县","value": "光泽县",
                            
                        },
                        {
                            "id": 350724,
                            "text": "松溪县","value": "松溪县",
                            
                        },
                        {
                            "id": 350725,
                            "text": "政和县","value": "政和县",
                            
                        },
                        {
                            "id": 350781,
                            "text": "邵武市","value": "邵武市",
                            
                        },
                        {
                            "id": 350782,
                            "text": "武夷山市","value": "武夷山市",
                            
                        },
                        {
                            "id": 350783,
                            "text": "建瓯市","value": "建瓯市",
                            
                        }
                    ]
                },
                {
                    "id": 350800,
                    "text": "龙岩市","value": "龙岩市",
                    "children": [
                        {
                            "id": 350802,
                            "text": "新罗区","value": "新罗区",
                            
                        },
                        {
                            "id": 350803,
                            "text": "永定区","value": "永定区",
                            
                        },
                        {
                            "id": 350821,
                            "text": "长汀县","value": "长汀县",
                            
                        },
                        {
                            "id": 350823,
                            "text": "上杭县","value": "上杭县",
                            
                        },
                        {
                            "id": 350824,
                            "text": "武平县","value": "武平县",
                            
                        },
                        {
                            "id": 350825,
                            "text": "连城县","value": "连城县",
                            
                        },
                        {
                            "id": 350881,
                            "text": "漳平市","value": "漳平市",
                            
                        }
                    ]
                },
                {
                    "id": 350900,
                    "text": "宁德市","value": "宁德市",
                    "children": [
                        {
                            "id": 350902,
                            "text": "蕉城区","value": "蕉城区",
                            
                        },
                        {
                            "id": 350921,
                            "text": "霞浦县","value": "霞浦县",
                            
                        },
                        {
                            "id": 350922,
                            "text": "古田县","value": "古田县",
                            
                        },
                        {
                            "id": 350923,
                            "text": "屏南县","value": "屏南县",
                            
                        },
                        {
                            "id": 350924,
                            "text": "寿宁县","value": "寿宁县",
                            
                        },
                        {
                            "id": 350925,
                            "text": "周宁县","value": "周宁县",
                            
                        },
                        {
                            "id": 350926,
                            "text": "柘荣县","value": "柘荣县",
                            
                        },
                        {
                            "id": 350981,
                            "text": "福安市","value": "福安市",
                            
                        },
                        {
                            "id": 350982,
                            "text": "福鼎市","value": "福鼎市",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 360000,
            "text": "江西省","value": "江西省",
            "children": [
                {
                    "id": 360100,
                    "text": "南昌市","value": "南昌市",
                    "children": [
                        {
                            "id": 360102,
                            "text": "东湖区","value": "东湖区",
                            
                        },
                        {
                            "id": 360103,
                            "text": "西湖区","value": "西湖区",
                            
                        },
                        {
                            "id": 360104,
                            "text": "青云谱区","value": "青云谱区",
                            
                        },
                        {
                            "id": 360111,
                            "text": "青山湖区","value": "青山湖区",
                            
                        },
                        {
                            "id": 360112,
                            "text": "新建区","value": "新建区",
                            
                        },
                        {
                            "id": 360113,
                            "text": "红谷滩区","value": "红谷滩区",
                            
                        },
                        {
                            "id": 360121,
                            "text": "南昌县","value": "南昌县",
                            
                        },
                        {
                            "id": 360123,
                            "text": "安义县","value": "安义县",
                            
                        },
                        {
                            "id": 360124,
                            "text": "进贤县","value": "进贤县",
                            
                        }
                    ]
                },
                {
                    "id": 360200,
                    "text": "景德镇市","value": "景德镇市",
                    "children": [
                        {
                            "id": 360202,
                            "text": "昌江区","value": "昌江区",
                            
                        },
                        {
                            "id": 360203,
                            "text": "珠山区","value": "珠山区",
                            
                        },
                        {
                            "id": 360222,
                            "text": "浮梁县","value": "浮梁县",
                            
                        },
                        {
                            "id": 360281,
                            "text": "乐平市","value": "乐平市",
                            
                        }
                    ]
                },
                {
                    "id": 360300,
                    "text": "萍乡市","value": "萍乡市",
                    "children": [
                        {
                            "id": 360302,
                            "text": "安源区","value": "安源区",
                            
                        },
                        {
                            "id": 360313,
                            "text": "湘东区","value": "湘东区",
                            
                        },
                        {
                            "id": 360321,
                            "text": "莲花县","value": "莲花县",
                            
                        },
                        {
                            "id": 360322,
                            "text": "上栗县","value": "上栗县",
                            
                        },
                        {
                            "id": 360323,
                            "text": "芦溪县","value": "芦溪县",
                            
                        }
                    ]
                },
                {
                    "id": 360400,
                    "text": "九江市","value": "九江市",
                    "children": [
                        {
                            "id": 360402,
                            "text": "濂溪区","value": "濂溪区",
                            
                        },
                        {
                            "id": 360403,
                            "text": "浔阳区","value": "浔阳区",
                            
                        },
                        {
                            "id": 360404,
                            "text": "柴桑区","value": "柴桑区",
                            
                        },
                        {
                            "id": 360423,
                            "text": "武宁县","value": "武宁县",
                            
                        },
                        {
                            "id": 360424,
                            "text": "修水县","value": "修水县",
                            
                        },
                        {
                            "id": 360425,
                            "text": "永修县","value": "永修县",
                            
                        },
                        {
                            "id": 360426,
                            "text": "德安县","value": "德安县",
                            
                        },
                        {
                            "id": 360428,
                            "text": "都昌县","value": "都昌县",
                            
                        },
                        {
                            "id": 360429,
                            "text": "湖口县","value": "湖口县",
                            
                        },
                        {
                            "id": 360430,
                            "text": "彭泽县","value": "彭泽县",
                            
                        },
                        {
                            "id": 360481,
                            "text": "瑞昌市","value": "瑞昌市",
                            
                        },
                        {
                            "id": 360482,
                            "text": "共青城市","value": "共青城市",
                            
                        },
                        {
                            "id": 360483,
                            "text": "庐山市","value": "庐山市",
                            
                        }
                    ]
                },
                {
                    "id": 360500,
                    "text": "新余市","value": "新余市",
                    "children": [
                        {
                            "id": 360502,
                            "text": "渝水区","value": "渝水区",
                            
                        },
                        {
                            "id": 360521,
                            "text": "分宜县","value": "分宜县",
                            
                        }
                    ]
                },
                {
                    "id": 360600,
                    "text": "鹰潭市","value": "鹰潭市",
                    "children": [
                        {
                            "id": 360602,
                            "text": "月湖区","value": "月湖区",
                            
                        },
                        {
                            "id": 360603,
                            "text": "余江区","value": "余江区",
                            
                        },
                        {
                            "id": 360681,
                            "text": "贵溪市","value": "贵溪市",
                            
                        }
                    ]
                },
                {
                    "id": 360700,
                    "text": "赣州市","value": "赣州市",
                    "children": [
                        {
                            "id": 360702,
                            "text": "章贡区","value": "章贡区",
                            
                        },
                        {
                            "id": 360703,
                            "text": "南康区","value": "南康区",
                            
                        },
                        {
                            "id": 360704,
                            "text": "赣县区","value": "赣县区",
                            
                        },
                        {
                            "id": 360722,
                            "text": "信丰县","value": "信丰县",
                            
                        },
                        {
                            "id": 360723,
                            "text": "大余县","value": "大余县",
                            
                        },
                        {
                            "id": 360724,
                            "text": "上犹县","value": "上犹县",
                            
                        },
                        {
                            "id": 360725,
                            "text": "崇义县","value": "崇义县",
                            
                        },
                        {
                            "id": 360726,
                            "text": "安远县","value": "安远县",
                            
                        },
                        {
                            "id": 360728,
                            "text": "定南县","value": "定南县",
                            
                        },
                        {
                            "id": 360729,
                            "text": "全南县","value": "全南县",
                            
                        },
                        {
                            "id": 360730,
                            "text": "宁都县","value": "宁都县",
                            
                        },
                        {
                            "id": 360731,
                            "text": "于都县","value": "于都县",
                            
                        },
                        {
                            "id": 360732,
                            "text": "兴国县","value": "兴国县",
                            
                        },
                        {
                            "id": 360733,
                            "text": "会昌县","value": "会昌县",
                            
                        },
                        {
                            "id": 360734,
                            "text": "寻乌县","value": "寻乌县",
                            
                        },
                        {
                            "id": 360735,
                            "text": "石城县","value": "石城县",
                            
                        },
                        {
                            "id": 360781,
                            "text": "瑞金市","value": "瑞金市",
                            
                        },
                        {
                            "id": 360783,
                            "text": "龙南市","value": "龙南市",
                            
                        }
                    ]
                },
                {
                    "id": 360800,
                    "text": "吉安市","value": "吉安市",
                    "children": [
                        {
                            "id": 360802,
                            "text": "吉州区","value": "吉州区",
                            
                        },
                        {
                            "id": 360803,
                            "text": "青原区","value": "青原区",
                            
                        },
                        {
                            "id": 360821,
                            "text": "吉安县","value": "吉安县",
                            
                        },
                        {
                            "id": 360822,
                            "text": "吉水县","value": "吉水县",
                            
                        },
                        {
                            "id": 360823,
                            "text": "峡江县","value": "峡江县",
                            
                        },
                        {
                            "id": 360824,
                            "text": "新干县","value": "新干县",
                            
                        },
                        {
                            "id": 360825,
                            "text": "永丰县","value": "永丰县",
                            
                        },
                        {
                            "id": 360826,
                            "text": "泰和县","value": "泰和县",
                            
                        },
                        {
                            "id": 360827,
                            "text": "遂川县","value": "遂川县",
                            
                        },
                        {
                            "id": 360828,
                            "text": "万安县","value": "万安县",
                            
                        },
                        {
                            "id": 360829,
                            "text": "安福县","value": "安福县",
                            
                        },
                        {
                            "id": 360830,
                            "text": "永新县","value": "永新县",
                            
                        },
                        {
                            "id": 360881,
                            "text": "井冈山市","value": "井冈山市",
                            
                        }
                    ]
                },
                {
                    "id": 360900,
                    "text": "宜春市","value": "宜春市",
                    "children": [
                        {
                            "id": 360902,
                            "text": "袁州区","value": "袁州区",
                            
                        },
                        {
                            "id": 360921,
                            "text": "奉新县","value": "奉新县",
                            
                        },
                        {
                            "id": 360922,
                            "text": "万载县","value": "万载县",
                            
                        },
                        {
                            "id": 360923,
                            "text": "上高县","value": "上高县",
                            
                        },
                        {
                            "id": 360924,
                            "text": "宜丰县","value": "宜丰县",
                            
                        },
                        {
                            "id": 360925,
                            "text": "靖安县","value": "靖安县",
                            
                        },
                        {
                            "id": 360926,
                            "text": "铜鼓县","value": "铜鼓县",
                            
                        },
                        {
                            "id": 360981,
                            "text": "丰城市","value": "丰城市",
                            
                        },
                        {
                            "id": 360982,
                            "text": "樟树市","value": "樟树市",
                            
                        },
                        {
                            "id": 360983,
                            "text": "高安市","value": "高安市",
                            
                        }
                    ]
                },
                {
                    "id": 361000,
                    "text": "抚州市","value": "抚州市",
                    "children": [
                        {
                            "id": 361002,
                            "text": "临川区","value": "临川区",
                            
                        },
                        {
                            "id": 361003,
                            "text": "东乡区","value": "东乡区",
                            
                        },
                        {
                            "id": 361021,
                            "text": "南城县","value": "南城县",
                            
                        },
                        {
                            "id": 361022,
                            "text": "黎川县","value": "黎川县",
                            
                        },
                        {
                            "id": 361023,
                            "text": "南丰县","value": "南丰县",
                            
                        },
                        {
                            "id": 361024,
                            "text": "崇仁县","value": "崇仁县",
                            
                        },
                        {
                            "id": 361025,
                            "text": "乐安县","value": "乐安县",
                            
                        },
                        {
                            "id": 361026,
                            "text": "宜黄县","value": "宜黄县",
                            
                        },
                        {
                            "id": 361027,
                            "text": "金溪县","value": "金溪县",
                            
                        },
                        {
                            "id": 361028,
                            "text": "资溪县","value": "资溪县",
                            
                        },
                        {
                            "id": 361030,
                            "text": "广昌县","value": "广昌县",
                            
                        }
                    ]
                },
                {
                    "id": 361100,
                    "text": "上饶市","value": "上饶市",
                    "children": [
                        {
                            "id": 361102,
                            "text": "信州区","value": "信州区",
                            
                        },
                        {
                            "id": 361103,
                            "text": "广丰区","value": "广丰区",
                            
                        },
                        {
                            "id": 361104,
                            "text": "广信区","value": "广信区",
                            
                        },
                        {
                            "id": 361123,
                            "text": "玉山县","value": "玉山县",
                            
                        },
                        {
                            "id": 361124,
                            "text": "铅山县","value": "铅山县",
                            
                        },
                        {
                            "id": 361125,
                            "text": "横峰县","value": "横峰县",
                            
                        },
                        {
                            "id": 361126,
                            "text": "弋阳县","value": "弋阳县",
                            
                        },
                        {
                            "id": 361127,
                            "text": "余干县","value": "余干县",
                            
                        },
                        {
                            "id": 361128,
                            "text": "鄱阳县","value": "鄱阳县",
                            
                        },
                        {
                            "id": 361129,
                            "text": "万年县","value": "万年县",
                            
                        },
                        {
                            "id": 361130,
                            "text": "婺源县","value": "婺源县",
                            
                        },
                        {
                            "id": 361181,
                            "text": "德兴市","value": "德兴市",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 370000,
            "text": "山东省","value": "山东省",
            "children": [
                {
                    "id": 370100,
                    "text": "济南市","value": "济南市",
                    "children": [
                        {
                            "id": 370102,
                            "text": "历下区","value": "历下区",
                            
                        },
                        {
                            "id": 370103,
                            "text": "市中区","value": "市中区",
                            
                        },
                        {
                            "id": 370104,
                            "text": "槐荫区","value": "槐荫区",
                            
                        },
                        {
                            "id": 370105,
                            "text": "天桥区","value": "天桥区",
                            
                        },
                        {
                            "id": 370112,
                            "text": "历城区","value": "历城区",
                            
                        },
                        {
                            "id": 370113,
                            "text": "长清区","value": "长清区",
                            
                        },
                        {
                            "id": 370114,
                            "text": "章丘区","value": "章丘区",
                            
                        },
                        {
                            "id": 370115,
                            "text": "济阳区","value": "济阳区",
                            
                        },
                        {
                            "id": 370116,
                            "text": "莱芜区","value": "莱芜区",
                            
                        },
                        {
                            "id": 370117,
                            "text": "钢城区","value": "钢城区",
                            
                        },
                        {
                            "id": 370124,
                            "text": "平阴县","value": "平阴县",
                            
                        },
                        {
                            "id": 370126,
                            "text": "商河县","value": "商河县",
                            
                        },
                        {
                            "id": 370171,
                            "text": "济南高新技术产业开发区","value": "济南高新技术产业开发区",
                            
                        }
                    ]
                },
                {
                    "id": 370200,
                    "text": "青岛市","value": "青岛市",
                    "children": [
                        {
                            "id": 370202,
                            "text": "市南区","value": "市南区",
                            
                        },
                        {
                            "id": 370203,
                            "text": "市北区","value": "市北区",
                            
                        },
                        {
                            "id": 370211,
                            "text": "黄岛区","value": "黄岛区",
                            
                        },
                        {
                            "id": 370212,
                            "text": "崂山区","value": "崂山区",
                            
                        },
                        {
                            "id": 370213,
                            "text": "李沧区","value": "李沧区",
                            
                        },
                        {
                            "id": 370214,
                            "text": "城阳区","value": "城阳区",
                            
                        },
                        {
                            "id": 370215,
                            "text": "即墨区","value": "即墨区",
                            
                        },
                        {
                            "id": 370271,
                            "text": "青岛高新技术产业开发区","value": "青岛高新技术产业开发区",
                            
                        },
                        {
                            "id": 370281,
                            "text": "胶州市","value": "胶州市",
                            
                        },
                        {
                            "id": 370283,
                            "text": "平度市","value": "平度市",
                            
                        },
                        {
                            "id": 370285,
                            "text": "莱西市","value": "莱西市",
                            
                        }
                    ]
                },
                {
                    "id": 370300,
                    "text": "淄博市","value": "淄博市",
                    "children": [
                        {
                            "id": 370302,
                            "text": "淄川区","value": "淄川区",
                            
                        },
                        {
                            "id": 370303,
                            "text": "张店区","value": "张店区",
                            
                        },
                        {
                            "id": 370304,
                            "text": "博山区","value": "博山区",
                            
                        },
                        {
                            "id": 370305,
                            "text": "临淄区","value": "临淄区",
                            
                        },
                        {
                            "id": 370306,
                            "text": "周村区","value": "周村区",
                            
                        },
                        {
                            "id": 370321,
                            "text": "桓台县","value": "桓台县",
                            
                        },
                        {
                            "id": 370322,
                            "text": "高青县","value": "高青县",
                            
                        },
                        {
                            "id": 370323,
                            "text": "沂源县","value": "沂源县",
                            
                        }
                    ]
                },
                {
                    "id": 370400,
                    "text": "枣庄市","value": "枣庄市",
                    "children": [
                        {
                            "id": 370402,
                            "text": "市中区","value": "市中区",
                            
                        },
                        {
                            "id": 370403,
                            "text": "薛城区","value": "薛城区",
                            
                        },
                        {
                            "id": 370404,
                            "text": "峄城区","value": "峄城区",
                            
                        },
                        {
                            "id": 370405,
                            "text": "台儿庄区","value": "台儿庄区",
                            
                        },
                        {
                            "id": 370406,
                            "text": "山亭区","value": "山亭区",
                            
                        },
                        {
                            "id": 370481,
                            "text": "滕州市","value": "滕州市",
                            
                        }
                    ]
                },
                {
                    "id": 370500,
                    "text": "东营市","value": "东营市",
                    "children": [
                        {
                            "id": 370502,
                            "text": "东营区","value": "东营区",
                            
                        },
                        {
                            "id": 370503,
                            "text": "河口区","value": "河口区",
                            
                        },
                        {
                            "id": 370505,
                            "text": "垦利区","value": "垦利区",
                            
                        },
                        {
                            "id": 370522,
                            "text": "利津县","value": "利津县",
                            
                        },
                        {
                            "id": 370523,
                            "text": "广饶县","value": "广饶县",
                            
                        },
                        {
                            "id": 370571,
                            "text": "东营经济技术开发区","value": "东营经济技术开发区",
                            
                        },
                        {
                            "id": 370572,
                            "text": "东营港经济开发区","value": "东营港经济开发区",
                            
                        }
                    ]
                },
                {
                    "id": 370600,
                    "text": "烟台市","value": "烟台市",
                    "children": [
                        {
                            "id": 370602,
                            "text": "芝罘区","value": "芝罘区",
                            
                        },
                        {
                            "id": 370611,
                            "text": "福山区","value": "福山区",
                            
                        },
                        {
                            "id": 370612,
                            "text": "牟平区","value": "牟平区",
                            
                        },
                        {
                            "id": 370613,
                            "text": "莱山区","value": "莱山区",
                            
                        },
                        {
                            "id": 370614,
                            "text": "蓬莱区","value": "蓬莱区",
                            
                        },
                        {
                            "id": 370671,
                            "text": "烟台高新技术产业开发区","value": "烟台高新技术产业开发区",
                            
                        },
                        {
                            "id": 370672,
                            "text": "烟台经济技术开发区","value": "烟台经济技术开发区",
                            
                        },
                        {
                            "id": 370681,
                            "text": "龙口市","value": "龙口市",
                            
                        },
                        {
                            "id": 370682,
                            "text": "莱阳市","value": "莱阳市",
                            
                        },
                        {
                            "id": 370683,
                            "text": "莱州市","value": "莱州市",
                            
                        },
                        {
                            "id": 370685,
                            "text": "招远市","value": "招远市",
                            
                        },
                        {
                            "id": 370686,
                            "text": "栖霞市","value": "栖霞市",
                            
                        },
                        {
                            "id": 370687,
                            "text": "海阳市","value": "海阳市",
                            
                        }
                    ]
                },
                {
                    "id": 370700,
                    "text": "潍坊市","value": "潍坊市",
                    "children": [
                        {
                            "id": 370702,
                            "text": "潍城区","value": "潍城区",
                            
                        },
                        {
                            "id": 370703,
                            "text": "寒亭区","value": "寒亭区",
                            
                        },
                        {
                            "id": 370704,
                            "text": "坊子区","value": "坊子区",
                            
                        },
                        {
                            "id": 370705,
                            "text": "奎文区","value": "奎文区",
                            
                        },
                        {
                            "id": 370724,
                            "text": "临朐县","value": "临朐县",
                            
                        },
                        {
                            "id": 370725,
                            "text": "昌乐县","value": "昌乐县",
                            
                        },
                        {
                            "id": 370772,
                            "text": "潍坊滨海经济技术开发区","value": "潍坊滨海经济技术开发区",
                            
                        },
                        {
                            "id": 370781,
                            "text": "青州市","value": "青州市",
                            
                        },
                        {
                            "id": 370782,
                            "text": "诸城市","value": "诸城市",
                            
                        },
                        {
                            "id": 370783,
                            "text": "寿光市","value": "寿光市",
                            
                        },
                        {
                            "id": 370784,
                            "text": "安丘市","value": "安丘市",
                            
                        },
                        {
                            "id": 370785,
                            "text": "高密市","value": "高密市",
                            
                        },
                        {
                            "id": 370786,
                            "text": "昌邑市","value": "昌邑市",
                            
                        }
                    ]
                },
                {
                    "id": 370800,
                    "text": "济宁市","value": "济宁市",
                    "children": [
                        {
                            "id": 370811,
                            "text": "任城区","value": "任城区",
                            
                        },
                        {
                            "id": 370812,
                            "text": "兖州区","value": "兖州区",
                            
                        },
                        {
                            "id": 370826,
                            "text": "微山县","value": "微山县",
                            
                        },
                        {
                            "id": 370827,
                            "text": "鱼台县","value": "鱼台县",
                            
                        },
                        {
                            "id": 370828,
                            "text": "金乡县","value": "金乡县",
                            
                        },
                        {
                            "id": 370829,
                            "text": "嘉祥县","value": "嘉祥县",
                            
                        },
                        {
                            "id": 370830,
                            "text": "汶上县","value": "汶上县",
                            
                        },
                        {
                            "id": 370831,
                            "text": "泗水县","value": "泗水县",
                            
                        },
                        {
                            "id": 370832,
                            "text": "梁山县","value": "梁山县",
                            
                        },
                        {
                            "id": 370871,
                            "text": "济宁高新技术产业开发区","value": "济宁高新技术产业开发区",
                            
                        },
                        {
                            "id": 370881,
                            "text": "曲阜市","value": "曲阜市",
                            
                        },
                        {
                            "id": 370883,
                            "text": "邹城市","value": "邹城市",
                            
                        }
                    ]
                },
                {
                    "id": 370900,
                    "text": "泰安市","value": "泰安市",
                    "children": [
                        {
                            "id": 370902,
                            "text": "泰山区","value": "泰山区",
                            
                        },
                        {
                            "id": 370911,
                            "text": "岱岳区","value": "岱岳区",
                            
                        },
                        {
                            "id": 370921,
                            "text": "宁阳县","value": "宁阳县",
                            
                        },
                        {
                            "id": 370923,
                            "text": "东平县","value": "东平县",
                            
                        },
                        {
                            "id": 370982,
                            "text": "新泰市","value": "新泰市",
                            
                        },
                        {
                            "id": 370983,
                            "text": "肥城市","value": "肥城市",
                            
                        }
                    ]
                },
                {
                    "id": 371000,
                    "text": "威海市","value": "威海市",
                    "children": [
                        {
                            "id": 371002,
                            "text": "环翠区","value": "环翠区",
                            
                        },
                        {
                            "id": 371003,
                            "text": "文登区","value": "文登区",
                            
                        },
                        {
                            "id": 371071,
                            "text": "威海火炬高技术产业开发区","value": "威海火炬高技术产业开发区",
                            
                        },
                        {
                            "id": 371072,
                            "text": "威海经济技术开发区","value": "威海经济技术开发区",
                            
                        },
                        {
                            "id": 371073,
                            "text": "威海临港经济技术开发区","value": "威海临港经济技术开发区",
                            
                        },
                        {
                            "id": 371082,
                            "text": "荣成市","value": "荣成市",
                            
                        },
                        {
                            "id": 371083,
                            "text": "乳山市","value": "乳山市",
                            
                        }
                    ]
                },
                {
                    "id": 371100,
                    "text": "日照市","value": "日照市",
                    "children": [
                        {
                            "id": 371102,
                            "text": "东港区","value": "东港区",
                            
                        },
                        {
                            "id": 371103,
                            "text": "岚山区","value": "岚山区",
                            
                        },
                        {
                            "id": 371121,
                            "text": "五莲县","value": "五莲县",
                            
                        },
                        {
                            "id": 371122,
                            "text": "莒县","value": "莒县",
                            
                        },
                        {
                            "id": 371171,
                            "text": "日照经济技术开发区","value": "日照经济技术开发区",
                            
                        }
                    ]
                },
                {
                    "id": 371300,
                    "text": "临沂市","value": "临沂市",
                    "children": [
                        {
                            "id": 371302,
                            "text": "兰山区","value": "兰山区",
                            
                        },
                        {
                            "id": 371311,
                            "text": "罗庄区","value": "罗庄区",
                            
                        },
                        {
                            "id": 371312,
                            "text": "河东区","value": "河东区",
                            
                        },
                        {
                            "id": 371321,
                            "text": "沂南县","value": "沂南县",
                            
                        },
                        {
                            "id": 371322,
                            "text": "郯城县","value": "郯城县",
                            
                        },
                        {
                            "id": 371323,
                            "text": "沂水县","value": "沂水县",
                            
                        },
                        {
                            "id": 371324,
                            "text": "兰陵县","value": "兰陵县",
                            
                        },
                        {
                            "id": 371325,
                            "text": "费县","value": "费县",
                            
                        },
                        {
                            "id": 371326,
                            "text": "平邑县","value": "平邑县",
                            
                        },
                        {
                            "id": 371327,
                            "text": "莒南县","value": "莒南县",
                            
                        },
                        {
                            "id": 371328,
                            "text": "蒙阴县","value": "蒙阴县",
                            
                        },
                        {
                            "id": 371329,
                            "text": "临沭县","value": "临沭县",
                            
                        },
                        {
                            "id": 371371,
                            "text": "临沂高新技术产业开发区","value": "临沂高新技术产业开发区",
                            
                        }
                    ]
                },
                {
                    "id": 371400,
                    "text": "德州市","value": "德州市",
                    "children": [
                        {
                            "id": 371402,
                            "text": "德城区","value": "德城区",
                            
                        },
                        {
                            "id": 371403,
                            "text": "陵城区","value": "陵城区",
                            
                        },
                        {
                            "id": 371422,
                            "text": "宁津县","value": "宁津县",
                            
                        },
                        {
                            "id": 371423,
                            "text": "庆云县","value": "庆云县",
                            
                        },
                        {
                            "id": 371424,
                            "text": "临邑县","value": "临邑县",
                            
                        },
                        {
                            "id": 371425,
                            "text": "齐河县","value": "齐河县",
                            
                        },
                        {
                            "id": 371426,
                            "text": "平原县","value": "平原县",
                            
                        },
                        {
                            "id": 371427,
                            "text": "夏津县","value": "夏津县",
                            
                        },
                        {
                            "id": 371428,
                            "text": "武城县","value": "武城县",
                            
                        },
                        {
                            "id": 371471,
                            "text": "德州经济技术开发区","value": "德州经济技术开发区",
                            
                        },
                        {
                            "id": 371472,
                            "text": "德州运河经济开发区","value": "德州运河经济开发区",
                            
                        },
                        {
                            "id": 371481,
                            "text": "乐陵市","value": "乐陵市",
                            
                        },
                        {
                            "id": 371482,
                            "text": "禹城市","value": "禹城市",
                            
                        }
                    ]
                },
                {
                    "id": 371500,
                    "text": "聊城市","value": "聊城市",
                    "children": [
                        {
                            "id": 371502,
                            "text": "东昌府区","value": "东昌府区",
                            
                        },
                        {
                            "id": 371503,
                            "text": "茌平区","value": "茌平区",
                            
                        },
                        {
                            "id": 371521,
                            "text": "阳谷县","value": "阳谷县",
                            
                        },
                        {
                            "id": 371522,
                            "text": "莘县","value": "莘县",
                            
                        },
                        {
                            "id": 371524,
                            "text": "东阿县","value": "东阿县",
                            
                        },
                        {
                            "id": 371525,
                            "text": "冠县","value": "冠县",
                            
                        },
                        {
                            "id": 371526,
                            "text": "高唐县","value": "高唐县",
                            
                        },
                        {
                            "id": 371581,
                            "text": "临清市","value": "临清市",
                            
                        }
                    ]
                },
                {
                    "id": 371600,
                    "text": "滨州市","value": "滨州市",
                    "children": [
                        {
                            "id": 371602,
                            "text": "滨城区","value": "滨城区",
                            
                        },
                        {
                            "id": 371603,
                            "text": "沾化区","value": "沾化区",
                            
                        },
                        {
                            "id": 371621,
                            "text": "惠民县","value": "惠民县",
                            
                        },
                        {
                            "id": 371622,
                            "text": "阳信县","value": "阳信县",
                            
                        },
                        {
                            "id": 371623,
                            "text": "无棣县","value": "无棣县",
                            
                        },
                        {
                            "id": 371625,
                            "text": "博兴县","value": "博兴县",
                            
                        },
                        {
                            "id": 371681,
                            "text": "邹平市","value": "邹平市",
                            
                        }
                    ]
                },
                {
                    "id": 371700,
                    "text": "菏泽市","value": "菏泽市",
                    "children": [
                        {
                            "id": 371702,
                            "text": "牡丹区","value": "牡丹区",
                            
                        },
                        {
                            "id": 371703,
                            "text": "定陶区","value": "定陶区",
                            
                        },
                        {
                            "id": 371721,
                            "text": "曹县","value": "曹县",
                            
                        },
                        {
                            "id": 371722,
                            "text": "单县","value": "单县",
                            
                        },
                        {
                            "id": 371723,
                            "text": "成武县","value": "成武县",
                            
                        },
                        {
                            "id": 371724,
                            "text": "巨野县","value": "巨野县",
                            
                        },
                        {
                            "id": 371725,
                            "text": "郓城县","value": "郓城县",
                            
                        },
                        {
                            "id": 371726,
                            "text": "鄄城县","value": "鄄城县",
                            
                        },
                        {
                            "id": 371728,
                            "text": "东明县","value": "东明县",
                            
                        },
                        {
                            "id": 371771,
                            "text": "菏泽经济技术开发区","value": "菏泽经济技术开发区",
                            
                        },
                        {
                            "id": 371772,
                            "text": "菏泽高新技术开发区","value": "菏泽高新技术开发区",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 410000,
            "text": "河南省","value": "河南省",
            "children": [
                {
                    "id": 410100,
                    "text": "郑州市","value": "郑州市",
                    "children": [
                        {
                            "id": 410102,
                            "text": "中原区","value": "中原区",
                            
                        },
                        {
                            "id": 410103,
                            "text": "二七区","value": "二七区",
                            
                        },
                        {
                            "id": 410104,
                            "text": "管城回族区","value": "管城回族区",
                            
                        },
                        {
                            "id": 410105,
                            "text": "金水区","value": "金水区",
                            
                        },
                        {
                            "id": 410106,
                            "text": "上街区","value": "上街区",
                            
                        },
                        {
                            "id": 410108,
                            "text": "惠济区","value": "惠济区",
                            
                        },
                        {
                            "id": 410122,
                            "text": "中牟县","value": "中牟县",
                            
                        },
                        {
                            "id": 410171,
                            "text": "郑州经济技术开发区","value": "郑州经济技术开发区",
                            
                        },
                        {
                            "id": 410172,
                            "text": "郑州高新技术产业开发区","value": "郑州高新技术产业开发区",
                            
                        },
                        {
                            "id": 410173,
                            "text": "郑州航空港经济综合实验区","value": "郑州航空港经济综合实验区",
                            
                        },
                        {
                            "id": 410181,
                            "text": "巩义市","value": "巩义市",
                            
                        },
                        {
                            "id": 410182,
                            "text": "荥阳市","value": "荥阳市",
                            
                        },
                        {
                            "id": 410183,
                            "text": "新密市","value": "新密市",
                            
                        },
                        {
                            "id": 410184,
                            "text": "新郑市","value": "新郑市",
                            
                        },
                        {
                            "id": 410185,
                            "text": "登封市","value": "登封市",
                            
                        }
                    ]
                },
                {
                    "id": 410200,
                    "text": "开封市","value": "开封市",
                    "children": [
                        {
                            "id": 410202,
                            "text": "龙亭区","value": "龙亭区",
                            
                        },
                        {
                            "id": 410203,
                            "text": "顺河回族区","value": "顺河回族区",
                            
                        },
                        {
                            "id": 410204,
                            "text": "鼓楼区","value": "鼓楼区",
                            
                        },
                        {
                            "id": 410205,
                            "text": "禹王台区","value": "禹王台区",
                            
                        },
                        {
                            "id": 410212,
                            "text": "祥符区","value": "祥符区",
                            
                        },
                        {
                            "id": 410221,
                            "text": "杞县","value": "杞县",
                            
                        },
                        {
                            "id": 410222,
                            "text": "通许县","value": "通许县",
                            
                        },
                        {
                            "id": 410223,
                            "text": "尉氏县","value": "尉氏县",
                            
                        },
                        {
                            "id": 410225,
                            "text": "兰考县","value": "兰考县",
                            
                        }
                    ]
                },
                {
                    "id": 410300,
                    "text": "洛阳市","value": "洛阳市",
                    "children": [
                        {
                            "id": 410302,
                            "text": "老城区","value": "老城区",
                            
                        },
                        {
                            "id": 410303,
                            "text": "西工区","value": "西工区",
                            
                        },
                        {
                            "id": 410304,
                            "text": "瀍河回族区","value": "瀍河回族区",
                            
                        },
                        {
                            "id": 410305,
                            "text": "涧西区","value": "涧西区",
                            
                        },
                        {
                            "id": 410307,
                            "text": "偃师区","value": "偃师区",
                            
                        },
                        {
                            "id": 410308,
                            "text": "孟津区","value": "孟津区",
                            
                        },
                        {
                            "id": 410311,
                            "text": "洛龙区","value": "洛龙区",
                            
                        },
                        {
                            "id": 410323,
                            "text": "新安县","value": "新安县",
                            
                        },
                        {
                            "id": 410324,
                            "text": "栾川县","value": "栾川县",
                            
                        },
                        {
                            "id": 410325,
                            "text": "嵩县","value": "嵩县",
                            
                        },
                        {
                            "id": 410326,
                            "text": "汝阳县","value": "汝阳县",
                            
                        },
                        {
                            "id": 410327,
                            "text": "宜阳县","value": "宜阳县",
                            
                        },
                        {
                            "id": 410328,
                            "text": "洛宁县","value": "洛宁县",
                            
                        },
                        {
                            "id": 410329,
                            "text": "伊川县","value": "伊川县",
                            
                        },
                        {
                            "id": 410371,
                            "text": "洛阳高新技术产业开发区","value": "洛阳高新技术产业开发区",
                            
                        }
                    ]
                },
                {
                    "id": 410400,
                    "text": "平顶山市","value": "平顶山市",
                    "children": [
                        {
                            "id": 410402,
                            "text": "新华区","value": "新华区",
                            
                        },
                        {
                            "id": 410403,
                            "text": "卫东区","value": "卫东区",
                            
                        },
                        {
                            "id": 410404,
                            "text": "石龙区","value": "石龙区",
                            
                        },
                        {
                            "id": 410411,
                            "text": "湛河区","value": "湛河区",
                            
                        },
                        {
                            "id": 410421,
                            "text": "宝丰县","value": "宝丰县",
                            
                        },
                        {
                            "id": 410422,
                            "text": "叶县","value": "叶县",
                            
                        },
                        {
                            "id": 410423,
                            "text": "鲁山县","value": "鲁山县",
                            
                        },
                        {
                            "id": 410425,
                            "text": "郏县","value": "郏县",
                            
                        },
                        {
                            "id": 410471,
                            "text": "平顶山高新技术产业开发区","value": "平顶山高新技术产业开发区",
                            
                        },
                        {
                            "id": 410472,
                            "text": "平顶山市城乡一体化示范区","value": "平顶山市城乡一体化示范区",
                            
                        },
                        {
                            "id": 410481,
                            "text": "舞钢市","value": "舞钢市",
                            
                        },
                        {
                            "id": 410482,
                            "text": "汝州市","value": "汝州市",
                            
                        }
                    ]
                },
                {
                    "id": 410500,
                    "text": "安阳市","value": "安阳市",
                    "children": [
                        {
                            "id": 410502,
                            "text": "文峰区","value": "文峰区",
                            
                        },
                        {
                            "id": 410503,
                            "text": "北关区","value": "北关区",
                            
                        },
                        {
                            "id": 410505,
                            "text": "殷都区","value": "殷都区",
                            
                        },
                        {
                            "id": 410506,
                            "text": "龙安区","value": "龙安区",
                            
                        },
                        {
                            "id": 410522,
                            "text": "安阳县","value": "安阳县",
                            
                        },
                        {
                            "id": 410523,
                            "text": "汤阴县","value": "汤阴县",
                            
                        },
                        {
                            "id": 410526,
                            "text": "滑县","value": "滑县",
                            
                        },
                        {
                            "id": 410527,
                            "text": "内黄县","value": "内黄县",
                            
                        },
                        {
                            "id": 410571,
                            "text": "安阳高新技术产业开发区","value": "安阳高新技术产业开发区",
                            
                        },
                        {
                            "id": 410581,
                            "text": "林州市","value": "林州市",
                            
                        }
                    ]
                },
                {
                    "id": 410600,
                    "text": "鹤壁市","value": "鹤壁市",
                    "children": [
                        {
                            "id": 410602,
                            "text": "鹤山区","value": "鹤山区",
                            
                        },
                        {
                            "id": 410603,
                            "text": "山城区","value": "山城区",
                            
                        },
                        {
                            "id": 410611,
                            "text": "淇滨区","value": "淇滨区",
                            
                        },
                        {
                            "id": 410621,
                            "text": "浚县","value": "浚县",
                            
                        },
                        {
                            "id": 410622,
                            "text": "淇县","value": "淇县",
                            
                        },
                        {
                            "id": 410671,
                            "text": "鹤壁经济技术开发区","value": "鹤壁经济技术开发区",
                            
                        }
                    ]
                },
                {
                    "id": 410700,
                    "text": "新乡市","value": "新乡市",
                    "children": [
                        {
                            "id": 410702,
                            "text": "红旗区","value": "红旗区",
                            
                        },
                        {
                            "id": 410703,
                            "text": "卫滨区","value": "卫滨区",
                            
                        },
                        {
                            "id": 410704,
                            "text": "凤泉区","value": "凤泉区",
                            
                        },
                        {
                            "id": 410711,
                            "text": "牧野区","value": "牧野区",
                            
                        },
                        {
                            "id": 410721,
                            "text": "新乡县","value": "新乡县",
                            
                        },
                        {
                            "id": 410724,
                            "text": "获嘉县","value": "获嘉县",
                            
                        },
                        {
                            "id": 410725,
                            "text": "原阳县","value": "原阳县",
                            
                        },
                        {
                            "id": 410726,
                            "text": "延津县","value": "延津县",
                            
                        },
                        {
                            "id": 410727,
                            "text": "封丘县","value": "封丘县",
                            
                        },
                        {
                            "id": 410771,
                            "text": "新乡高新技术产业开发区","value": "新乡高新技术产业开发区",
                            
                        },
                        {
                            "id": 410772,
                            "text": "新乡经济技术开发区","value": "新乡经济技术开发区",
                            
                        },
                        {
                            "id": 410773,
                            "text": "新乡市平原城乡一体化示范区","value": "新乡市平原城乡一体化示范区",
                            
                        },
                        {
                            "id": 410781,
                            "text": "卫辉市","value": "卫辉市",
                            
                        },
                        {
                            "id": 410782,
                            "text": "辉县市","value": "辉县市",
                            
                        },
                        {
                            "id": 410783,
                            "text": "长垣市","value": "长垣市",
                            
                        }
                    ]
                },
                {
                    "id": 410800,
                    "text": "焦作市","value": "焦作市",
                    "children": [
                        {
                            "id": 410802,
                            "text": "解放区","value": "解放区",
                            
                        },
                        {
                            "id": 410803,
                            "text": "中站区","value": "中站区",
                            
                        },
                        {
                            "id": 410804,
                            "text": "马村区","value": "马村区",
                            
                        },
                        {
                            "id": 410811,
                            "text": "山阳区","value": "山阳区",
                            
                        },
                        {
                            "id": 410821,
                            "text": "修武县","value": "修武县",
                            
                        },
                        {
                            "id": 410822,
                            "text": "博爱县","value": "博爱县",
                            
                        },
                        {
                            "id": 410823,
                            "text": "武陟县","value": "武陟县",
                            
                        },
                        {
                            "id": 410825,
                            "text": "温县","value": "温县",
                            
                        },
                        {
                            "id": 410871,
                            "text": "焦作城乡一体化示范区","value": "焦作城乡一体化示范区",
                            
                        },
                        {
                            "id": 410882,
                            "text": "沁阳市","value": "沁阳市",
                            
                        },
                        {
                            "id": 410883,
                            "text": "孟州市","value": "孟州市",
                            
                        }
                    ]
                },
                {
                    "id": 410900,
                    "text": "濮阳市","value": "濮阳市",
                    "children": [
                        {
                            "id": 410902,
                            "text": "华龙区","value": "华龙区",
                            
                        },
                        {
                            "id": 410922,
                            "text": "清丰县","value": "清丰县",
                            
                        },
                        {
                            "id": 410923,
                            "text": "南乐县","value": "南乐县",
                            
                        },
                        {
                            "id": 410926,
                            "text": "范县","value": "范县",
                            
                        },
                        {
                            "id": 410927,
                            "text": "台前县","value": "台前县",
                            
                        },
                        {
                            "id": 410928,
                            "text": "濮阳县","value": "濮阳县",
                            
                        },
                        {
                            "id": 410971,
                            "text": "河南濮阳工业园区","value": "河南濮阳工业园区",
                            
                        },
                        {
                            "id": 410972,
                            "text": "濮阳经济技术开发区","value": "濮阳经济技术开发区",
                            
                        }
                    ]
                },
                {
                    "id": 411000,
                    "text": "许昌市","value": "许昌市",
                    "children": [
                        {
                            "id": 411002,
                            "text": "魏都区","value": "魏都区",
                            
                        },
                        {
                            "id": 411003,
                            "text": "建安区","value": "建安区",
                            
                        },
                        {
                            "id": 411024,
                            "text": "鄢陵县","value": "鄢陵县",
                            
                        },
                        {
                            "id": 411025,
                            "text": "襄城县","value": "襄城县",
                            
                        },
                        {
                            "id": 411071,
                            "text": "许昌经济技术开发区","value": "许昌经济技术开发区",
                            
                        },
                        {
                            "id": 411081,
                            "text": "禹州市","value": "禹州市",
                            
                        },
                        {
                            "id": 411082,
                            "text": "长葛市","value": "长葛市",
                            
                        }
                    ]
                },
                {
                    "id": 411100,
                    "text": "漯河市","value": "漯河市",
                    "children": [
                        {
                            "id": 411102,
                            "text": "源汇区","value": "源汇区",
                            
                        },
                        {
                            "id": 411103,
                            "text": "郾城区","value": "郾城区",
                            
                        },
                        {
                            "id": 411104,
                            "text": "召陵区","value": "召陵区",
                            
                        },
                        {
                            "id": 411121,
                            "text": "舞阳县","value": "舞阳县",
                            
                        },
                        {
                            "id": 411122,
                            "text": "临颍县","value": "临颍县",
                            
                        },
                        {
                            "id": 411171,
                            "text": "漯河经济技术开发区","value": "漯河经济技术开发区",
                            
                        }
                    ]
                },
                {
                    "id": 411200,
                    "text": "三门峡市","value": "三门峡市",
                    "children": [
                        {
                            "id": 411202,
                            "text": "湖滨区","value": "湖滨区",
                            
                        },
                        {
                            "id": 411203,
                            "text": "陕州区","value": "陕州区",
                            
                        },
                        {
                            "id": 411221,
                            "text": "渑池县","value": "渑池县",
                            
                        },
                        {
                            "id": 411224,
                            "text": "卢氏县","value": "卢氏县",
                            
                        },
                        {
                            "id": 411271,
                            "text": "河南三门峡经济开发区","value": "河南三门峡经济开发区",
                            
                        },
                        {
                            "id": 411281,
                            "text": "义马市","value": "义马市",
                            
                        },
                        {
                            "id": 411282,
                            "text": "灵宝市","value": "灵宝市",
                            
                        }
                    ]
                },
                {
                    "id": 411300,
                    "text": "南阳市","value": "南阳市",
                    "children": [
                        {
                            "id": 411302,
                            "text": "宛城区","value": "宛城区",
                            
                        },
                        {
                            "id": 411303,
                            "text": "卧龙区","value": "卧龙区",
                            
                        },
                        {
                            "id": 411321,
                            "text": "南召县","value": "南召县",
                            
                        },
                        {
                            "id": 411322,
                            "text": "方城县","value": "方城县",
                            
                        },
                        {
                            "id": 411323,
                            "text": "西峡县","value": "西峡县",
                            
                        },
                        {
                            "id": 411324,
                            "text": "镇平县","value": "镇平县",
                            
                        },
                        {
                            "id": 411325,
                            "text": "内乡县","value": "内乡县",
                            
                        },
                        {
                            "id": 411326,
                            "text": "淅川县","value": "淅川县",
                            
                        },
                        {
                            "id": 411327,
                            "text": "社旗县","value": "社旗县",
                            
                        },
                        {
                            "id": 411328,
                            "text": "唐河县","value": "唐河县",
                            
                        },
                        {
                            "id": 411329,
                            "text": "新野县","value": "新野县",
                            
                        },
                        {
                            "id": 411330,
                            "text": "桐柏县","value": "桐柏县",
                            
                        },
                        {
                            "id": 411371,
                            "text": "南阳高新技术产业开发区","value": "南阳高新技术产业开发区",
                            
                        },
                        {
                            "id": 411372,
                            "text": "南阳市城乡一体化示范区","value": "南阳市城乡一体化示范区",
                            
                        },
                        {
                            "id": 411381,
                            "text": "邓州市","value": "邓州市",
                            
                        }
                    ]
                },
                {
                    "id": 411400,
                    "text": "商丘市","value": "商丘市",
                    "children": [
                        {
                            "id": 411402,
                            "text": "梁园区","value": "梁园区",
                            
                        },
                        {
                            "id": 411403,
                            "text": "睢阳区","value": "睢阳区",
                            
                        },
                        {
                            "id": 411421,
                            "text": "民权县","value": "民权县",
                            
                        },
                        {
                            "id": 411422,
                            "text": "睢县","value": "睢县",
                            
                        },
                        {
                            "id": 411423,
                            "text": "宁陵县","value": "宁陵县",
                            
                        },
                        {
                            "id": 411424,
                            "text": "柘城县","value": "柘城县",
                            
                        },
                        {
                            "id": 411425,
                            "text": "虞城县","value": "虞城县",
                            
                        },
                        {
                            "id": 411426,
                            "text": "夏邑县","value": "夏邑县",
                            
                        },
                        {
                            "id": 411471,
                            "text": "豫东综合物流产业聚集区","value": "豫东综合物流产业聚集区",
                            
                        },
                        {
                            "id": 411472,
                            "text": "河南商丘经济开发区","value": "河南商丘经济开发区",
                            
                        },
                        {
                            "id": 411481,
                            "text": "永城市","value": "永城市",
                            
                        }
                    ]
                },
                {
                    "id": 411500,
                    "text": "信阳市","value": "信阳市",
                    "children": [
                        {
                            "id": 411502,
                            "text": "浉河区","value": "浉河区",
                            
                        },
                        {
                            "id": 411503,
                            "text": "平桥区","value": "平桥区",
                            
                        },
                        {
                            "id": 411521,
                            "text": "罗山县","value": "罗山县",
                            
                        },
                        {
                            "id": 411522,
                            "text": "光山县","value": "光山县",
                            
                        },
                        {
                            "id": 411523,
                            "text": "新县","value": "新县",
                            
                        },
                        {
                            "id": 411524,
                            "text": "商城县","value": "商城县",
                            
                        },
                        {
                            "id": 411525,
                            "text": "固始县","value": "固始县",
                            
                        },
                        {
                            "id": 411526,
                            "text": "潢川县","value": "潢川县",
                            
                        },
                        {
                            "id": 411527,
                            "text": "淮滨县","value": "淮滨县",
                            
                        },
                        {
                            "id": 411528,
                            "text": "息县","value": "息县",
                            
                        },
                        {
                            "id": 411571,
                            "text": "信阳高新技术产业开发区","value": "信阳高新技术产业开发区",
                            
                        }
                    ]
                },
                {
                    "id": 411600,
                    "text": "周口市","value": "周口市",
                    "children": [
                        {
                            "id": 411602,
                            "text": "川汇区","value": "川汇区",
                            
                        },
                        {
                            "id": 411603,
                            "text": "淮阳区","value": "淮阳区",
                            
                        },
                        {
                            "id": 411621,
                            "text": "扶沟县","value": "扶沟县",
                            
                        },
                        {
                            "id": 411622,
                            "text": "西华县","value": "西华县",
                            
                        },
                        {
                            "id": 411623,
                            "text": "商水县","value": "商水县",
                            
                        },
                        {
                            "id": 411624,
                            "text": "沈丘县","value": "沈丘县",
                            
                        },
                        {
                            "id": 411625,
                            "text": "郸城县","value": "郸城县",
                            
                        },
                        {
                            "id": 411627,
                            "text": "太康县","value": "太康县",
                            
                        },
                        {
                            "id": 411628,
                            "text": "鹿邑县","value": "鹿邑县",
                            
                        },
                        {
                            "id": 411671,
                            "text": "河南周口经济开发区","value": "河南周口经济开发区",
                            
                        },
                        {
                            "id": 411681,
                            "text": "项城市","value": "项城市",
                            
                        }
                    ]
                },
                {
                    "id": 411700,
                    "text": "驻马店市","value": "驻马店市",
                    "children": [
                        {
                            "id": 411702,
                            "text": "驿城区","value": "驿城区",
                            
                        },
                        {
                            "id": 411721,
                            "text": "西平县","value": "西平县",
                            
                        },
                        {
                            "id": 411722,
                            "text": "上蔡县","value": "上蔡县",
                            
                        },
                        {
                            "id": 411723,
                            "text": "平舆县","value": "平舆县",
                            
                        },
                        {
                            "id": 411724,
                            "text": "正阳县","value": "正阳县",
                            
                        },
                        {
                            "id": 411725,
                            "text": "确山县","value": "确山县",
                            
                        },
                        {
                            "id": 411726,
                            "text": "泌阳县","value": "泌阳县",
                            
                        },
                        {
                            "id": 411727,
                            "text": "汝南县","value": "汝南县",
                            
                        },
                        {
                            "id": 411728,
                            "text": "遂平县","value": "遂平县",
                            
                        },
                        {
                            "id": 411729,
                            "text": "新蔡县","value": "新蔡县",
                            
                        },
                        {
                            "id": 411771,
                            "text": "河南驻马店经济开发区","value": "河南驻马店经济开发区",
                            
                        }
                    ]
                },
                {
                    "id": 419000,
                    "text": "省直辖县级行政区划","value": "省直辖县级行政区划",
                    "children": [
                        {
                            "id": 419001,
                            "text": "济源市","value": "济源市",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 420000,
            "text": "湖北省","value": "湖北省",
            "children": [
                {
                    "id": 420100,
                    "text": "武汉市","value": "武汉市",
                    "children": [
                        {
                            "id": 420102,
                            "text": "江岸区","value": "江岸区",
                            
                        },
                        {
                            "id": 420103,
                            "text": "江汉区","value": "江汉区",
                            
                        },
                        {
                            "id": 420104,
                            "text": "硚口区","value": "硚口区",
                            
                        },
                        {
                            "id": 420105,
                            "text": "汉阳区","value": "汉阳区",
                            
                        },
                        {
                            "id": 420106,
                            "text": "武昌区","value": "武昌区",
                            
                        },
                        {
                            "id": 420107,
                            "text": "青山区","value": "青山区",
                            
                        },
                        {
                            "id": 420111,
                            "text": "洪山区","value": "洪山区",
                            
                        },
                        {
                            "id": 420112,
                            "text": "东西湖区","value": "东西湖区",
                            
                        },
                        {
                            "id": 420113,
                            "text": "汉南区","value": "汉南区",
                            
                        },
                        {
                            "id": 420114,
                            "text": "蔡甸区","value": "蔡甸区",
                            
                        },
                        {
                            "id": 420115,
                            "text": "江夏区","value": "江夏区",
                            
                        },
                        {
                            "id": 420116,
                            "text": "黄陂区","value": "黄陂区",
                            
                        },
                        {
                            "id": 420117,
                            "text": "新洲区","value": "新洲区",
                            
                        }
                    ]
                },
                {
                    "id": 420200,
                    "text": "黄石市","value": "黄石市",
                    "children": [
                        {
                            "id": 420202,
                            "text": "黄石港区","value": "黄石港区",
                            
                        },
                        {
                            "id": 420203,
                            "text": "西塞山区","value": "西塞山区",
                            
                        },
                        {
                            "id": 420204,
                            "text": "下陆区","value": "下陆区",
                            
                        },
                        {
                            "id": 420205,
                            "text": "铁山区","value": "铁山区",
                            
                        },
                        {
                            "id": 420222,
                            "text": "阳新县","value": "阳新县",
                            
                        },
                        {
                            "id": 420281,
                            "text": "大冶市","value": "大冶市",
                            
                        }
                    ]
                },
                {
                    "id": 420300,
                    "text": "十堰市","value": "十堰市",
                    "children": [
                        {
                            "id": 420302,
                            "text": "茅箭区","value": "茅箭区",
                            
                        },
                        {
                            "id": 420303,
                            "text": "张湾区","value": "张湾区",
                            
                        },
                        {
                            "id": 420304,
                            "text": "郧阳区","value": "郧阳区",
                            
                        },
                        {
                            "id": 420322,
                            "text": "郧西县","value": "郧西县",
                            
                        },
                        {
                            "id": 420323,
                            "text": "竹山县","value": "竹山县",
                            
                        },
                        {
                            "id": 420324,
                            "text": "竹溪县","value": "竹溪县",
                            
                        },
                        {
                            "id": 420325,
                            "text": "房县","value": "房县",
                            
                        },
                        {
                            "id": 420381,
                            "text": "丹江口市","value": "丹江口市",
                            
                        }
                    ]
                },
                {
                    "id": 420500,
                    "text": "宜昌市","value": "宜昌市",
                    "children": [
                        {
                            "id": 420502,
                            "text": "西陵区","value": "西陵区",
                            
                        },
                        {
                            "id": 420503,
                            "text": "伍家岗区","value": "伍家岗区",
                            
                        },
                        {
                            "id": 420504,
                            "text": "点军区","value": "点军区",
                            
                        },
                        {
                            "id": 420505,
                            "text": "猇亭区","value": "猇亭区",
                            
                        },
                        {
                            "id": 420506,
                            "text": "夷陵区","value": "夷陵区",
                            
                        },
                        {
                            "id": 420525,
                            "text": "远安县","value": "远安县",
                            
                        },
                        {
                            "id": 420526,
                            "text": "兴山县","value": "兴山县",
                            
                        },
                        {
                            "id": 420527,
                            "text": "秭归县","value": "秭归县",
                            
                        },
                        {
                            "id": 420528,
                            "text": "长阳土家族自治县","value": "长阳土家族自治县",
                            
                        },
                        {
                            "id": 420529,
                            "text": "五峰土家族自治县","value": "五峰土家族自治县",
                            
                        },
                        {
                            "id": 420581,
                            "text": "宜都市","value": "宜都市",
                            
                        },
                        {
                            "id": 420582,
                            "text": "当阳市","value": "当阳市",
                            
                        },
                        {
                            "id": 420583,
                            "text": "枝江市","value": "枝江市",
                            
                        }
                    ]
                },
                {
                    "id": 420600,
                    "text": "襄阳市","value": "襄阳市",
                    "children": [
                        {
                            "id": 420602,
                            "text": "襄城区","value": "襄城区",
                            
                        },
                        {
                            "id": 420606,
                            "text": "樊城区","value": "樊城区",
                            
                        },
                        {
                            "id": 420607,
                            "text": "襄州区","value": "襄州区",
                            
                        },
                        {
                            "id": 420624,
                            "text": "南漳县","value": "南漳县",
                            
                        },
                        {
                            "id": 420625,
                            "text": "谷城县","value": "谷城县",
                            
                        },
                        {
                            "id": 420626,
                            "text": "保康县","value": "保康县",
                            
                        },
                        {
                            "id": 420682,
                            "text": "老河口市","value": "老河口市",
                            
                        },
                        {
                            "id": 420683,
                            "text": "枣阳市","value": "枣阳市",
                            
                        },
                        {
                            "id": 420684,
                            "text": "宜城市","value": "宜城市",
                            
                        }
                    ]
                },
                {
                    "id": 420700,
                    "text": "鄂州市","value": "鄂州市",
                    "children": [
                        {
                            "id": 420702,
                            "text": "梁子湖区","value": "梁子湖区",
                            
                        },
                        {
                            "id": 420703,
                            "text": "华容区","value": "华容区",
                            
                        },
                        {
                            "id": 420704,
                            "text": "鄂城区","value": "鄂城区",
                            
                        }
                    ]
                },
                {
                    "id": 420800,
                    "text": "荆门市","value": "荆门市",
                    "children": [
                        {
                            "id": 420802,
                            "text": "东宝区","value": "东宝区",
                            
                        },
                        {
                            "id": 420804,
                            "text": "掇刀区","value": "掇刀区",
                            
                        },
                        {
                            "id": 420822,
                            "text": "沙洋县","value": "沙洋县",
                            
                        },
                        {
                            "id": 420881,
                            "text": "钟祥市","value": "钟祥市",
                            
                        },
                        {
                            "id": 420882,
                            "text": "京山市","value": "京山市",
                            
                        }
                    ]
                },
                {
                    "id": 420900,
                    "text": "孝感市","value": "孝感市",
                    "children": [
                        {
                            "id": 420902,
                            "text": "孝南区","value": "孝南区",
                            
                        },
                        {
                            "id": 420921,
                            "text": "孝昌县","value": "孝昌县",
                            
                        },
                        {
                            "id": 420922,
                            "text": "大悟县","value": "大悟县",
                            
                        },
                        {
                            "id": 420923,
                            "text": "云梦县","value": "云梦县",
                            
                        },
                        {
                            "id": 420981,
                            "text": "应城市","value": "应城市",
                            
                        },
                        {
                            "id": 420982,
                            "text": "安陆市","value": "安陆市",
                            
                        },
                        {
                            "id": 420984,
                            "text": "汉川市","value": "汉川市",
                            
                        }
                    ]
                },
                {
                    "id": 421000,
                    "text": "荆州市","value": "荆州市",
                    "children": [
                        {
                            "id": 421002,
                            "text": "沙市区","value": "沙市区",
                            
                        },
                        {
                            "id": 421003,
                            "text": "荆州区","value": "荆州区",
                            
                        },
                        {
                            "id": 421022,
                            "text": "公安县","value": "公安县",
                            
                        },
                        {
                            "id": 421024,
                            "text": "江陵县","value": "江陵县",
                            
                        },
                        {
                            "id": 421071,
                            "text": "荆州经济技术开发区","value": "荆州经济技术开发区",
                            
                        },
                        {
                            "id": 421081,
                            "text": "石首市","value": "石首市",
                            
                        },
                        {
                            "id": 421083,
                            "text": "洪湖市","value": "洪湖市",
                            
                        },
                        {
                            "id": 421087,
                            "text": "松滋市","value": "松滋市",
                            
                        },
                        {
                            "id": 421088,
                            "text": "监利市","value": "监利市",
                            
                        }
                    ]
                },
                {
                    "id": 421100,
                    "text": "黄冈市","value": "黄冈市",
                    "children": [
                        {
                            "id": 421102,
                            "text": "黄州区","value": "黄州区",
                            
                        },
                        {
                            "id": 421121,
                            "text": "团风县","value": "团风县",
                            
                        },
                        {
                            "id": 421122,
                            "text": "红安县","value": "红安县",
                            
                        },
                        {
                            "id": 421123,
                            "text": "罗田县","value": "罗田县",
                            
                        },
                        {
                            "id": 421124,
                            "text": "英山县","value": "英山县",
                            
                        },
                        {
                            "id": 421125,
                            "text": "浠水县","value": "浠水县",
                            
                        },
                        {
                            "id": 421126,
                            "text": "蕲春县","value": "蕲春县",
                            
                        },
                        {
                            "id": 421127,
                            "text": "黄梅县","value": "黄梅县",
                            
                        },
                        {
                            "id": 421171,
                            "text": "龙感湖管理区","value": "龙感湖管理区",
                            
                        },
                        {
                            "id": 421181,
                            "text": "麻城市","value": "麻城市",
                            
                        },
                        {
                            "id": 421182,
                            "text": "武穴市","value": "武穴市",
                            
                        }
                    ]
                },
                {
                    "id": 421200,
                    "text": "咸宁市","value": "咸宁市",
                    "children": [
                        {
                            "id": 421202,
                            "text": "咸安区","value": "咸安区",
                            
                        },
                        {
                            "id": 421221,
                            "text": "嘉鱼县","value": "嘉鱼县",
                            
                        },
                        {
                            "id": 421222,
                            "text": "通城县","value": "通城县",
                            
                        },
                        {
                            "id": 421223,
                            "text": "崇阳县","value": "崇阳县",
                            
                        },
                        {
                            "id": 421224,
                            "text": "通山县","value": "通山县",
                            
                        },
                        {
                            "id": 421281,
                            "text": "赤壁市","value": "赤壁市",
                            
                        }
                    ]
                },
                {
                    "id": 421300,
                    "text": "随州市","value": "随州市",
                    "children": [
                        {
                            "id": 421303,
                            "text": "曾都区","value": "曾都区",
                            
                        },
                        {
                            "id": 421321,
                            "text": "随县","value": "随县",
                            
                        },
                        {
                            "id": 421381,
                            "text": "广水市","value": "广水市",
                            
                        }
                    ]
                },
                {
                    "id": 422800,
                    "text": "恩施土家族苗族自治州","value": "恩施土家族苗族自治州",
                    "children": [
                        {
                            "id": 422801,
                            "text": "恩施市","value": "恩施市",
                            
                        },
                        {
                            "id": 422802,
                            "text": "利川市","value": "利川市",
                            
                        },
                        {
                            "id": 422822,
                            "text": "建始县","value": "建始县",
                            
                        },
                        {
                            "id": 422823,
                            "text": "巴东县","value": "巴东县",
                            
                        },
                        {
                            "id": 422825,
                            "text": "宣恩县","value": "宣恩县",
                            
                        },
                        {
                            "id": 422826,
                            "text": "咸丰县","value": "咸丰县",
                            
                        },
                        {
                            "id": 422827,
                            "text": "来凤县","value": "来凤县",
                            
                        },
                        {
                            "id": 422828,
                            "text": "鹤峰县","value": "鹤峰县",
                            
                        }
                    ]
                },
                {
                    "id": 429000,
                    "text": "省直辖县级行政区划","value": "省直辖县级行政区划",
                    "children": [
                        {
                            "id": 429004,
                            "text": "仙桃市","value": "仙桃市",
                            
                        },
                        {
                            "id": 429005,
                            "text": "潜江市","value": "潜江市",
                            
                        },
                        {
                            "id": 429006,
                            "text": "天门市","value": "天门市",
                            
                        },
                        {
                            "id": 429021,
                            "text": "神农架林区","value": "神农架林区",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 430000,
            "text": "湖南省","value": "湖南省",
            "children": [
                {
                    "id": 430100,
                    "text": "长沙市","value": "长沙市",
                    "children": [
                        {
                            "id": 430102,
                            "text": "芙蓉区","value": "芙蓉区",
                            
                        },
                        {
                            "id": 430103,
                            "text": "天心区","value": "天心区",
                            
                        },
                        {
                            "id": 430104,
                            "text": "岳麓区","value": "岳麓区",
                            
                        },
                        {
                            "id": 430105,
                            "text": "开福区","value": "开福区",
                            
                        },
                        {
                            "id": 430111,
                            "text": "雨花区","value": "雨花区",
                            
                        },
                        {
                            "id": 430112,
                            "text": "望城区","value": "望城区",
                            
                        },
                        {
                            "id": 430121,
                            "text": "长沙县","value": "长沙县",
                            
                        },
                        {
                            "id": 430181,
                            "text": "浏阳市","value": "浏阳市",
                            
                        },
                        {
                            "id": 430182,
                            "text": "宁乡市","value": "宁乡市",
                            
                        }
                    ]
                },
                {
                    "id": 430200,
                    "text": "株洲市","value": "株洲市",
                    "children": [
                        {
                            "id": 430202,
                            "text": "荷塘区","value": "荷塘区",
                            
                        },
                        {
                            "id": 430203,
                            "text": "芦淞区","value": "芦淞区",
                            
                        },
                        {
                            "id": 430204,
                            "text": "石峰区","value": "石峰区",
                            
                        },
                        {
                            "id": 430211,
                            "text": "天元区","value": "天元区",
                            
                        },
                        {
                            "id": 430212,
                            "text": "渌口区","value": "渌口区",
                            
                        },
                        {
                            "id": 430223,
                            "text": "攸县","value": "攸县",
                            
                        },
                        {
                            "id": 430224,
                            "text": "茶陵县","value": "茶陵县",
                            
                        },
                        {
                            "id": 430225,
                            "text": "炎陵县","value": "炎陵县",
                            
                        },
                        {
                            "id": 430271,
                            "text": "云龙示范区","value": "云龙示范区",
                            
                        },
                        {
                            "id": 430281,
                            "text": "醴陵市","value": "醴陵市",
                            
                        }
                    ]
                },
                {
                    "id": 430300,
                    "text": "湘潭市","value": "湘潭市",
                    "children": [
                        {
                            "id": 430302,
                            "text": "雨湖区","value": "雨湖区",
                            
                        },
                        {
                            "id": 430304,
                            "text": "岳塘区","value": "岳塘区",
                            
                        },
                        {
                            "id": 430321,
                            "text": "湘潭县","value": "湘潭县",
                            
                        },
                        {
                            "id": 430371,
                            "text": "湖南湘潭高新技术产业园区","value": "湖南湘潭高新技术产业园区",
                            
                        },
                        {
                            "id": 430372,
                            "text": "湘潭昭山示范区","value": "湘潭昭山示范区",
                            
                        },
                        {
                            "id": 430373,
                            "text": "湘潭九华示范区","value": "湘潭九华示范区",
                            
                        },
                        {
                            "id": 430381,
                            "text": "湘乡市","value": "湘乡市",
                            
                        },
                        {
                            "id": 430382,
                            "text": "韶山市","value": "韶山市",
                            
                        }
                    ]
                },
                {
                    "id": 430400,
                    "text": "衡阳市","value": "衡阳市",
                    "children": [
                        {
                            "id": 430405,
                            "text": "珠晖区","value": "珠晖区",
                            
                        },
                        {
                            "id": 430406,
                            "text": "雁峰区","value": "雁峰区",
                            
                        },
                        {
                            "id": 430407,
                            "text": "石鼓区","value": "石鼓区",
                            
                        },
                        {
                            "id": 430408,
                            "text": "蒸湘区","value": "蒸湘区",
                            
                        },
                        {
                            "id": 430412,
                            "text": "南岳区","value": "南岳区",
                            
                        },
                        {
                            "id": 430421,
                            "text": "衡阳县","value": "衡阳县",
                            
                        },
                        {
                            "id": 430422,
                            "text": "衡南县","value": "衡南县",
                            
                        },
                        {
                            "id": 430423,
                            "text": "衡山县","value": "衡山县",
                            
                        },
                        {
                            "id": 430424,
                            "text": "衡东县","value": "衡东县",
                            
                        },
                        {
                            "id": 430426,
                            "text": "祁东县","value": "祁东县",
                            
                        },
                        {
                            "id": 430471,
                            "text": "衡阳综合保税区","value": "衡阳综合保税区",
                            
                        },
                        {
                            "id": 430472,
                            "text": "湖南衡阳高新技术产业园区","value": "湖南衡阳高新技术产业园区",
                            
                        },
                        {
                            "id": 430473,
                            "text": "湖南衡阳松木经济开发区","value": "湖南衡阳松木经济开发区",
                            
                        },
                        {
                            "id": 430481,
                            "text": "耒阳市","value": "耒阳市",
                            
                        },
                        {
                            "id": 430482,
                            "text": "常宁市","value": "常宁市",
                            
                        }
                    ]
                },
                {
                    "id": 430500,
                    "text": "邵阳市","value": "邵阳市",
                    "children": [
                        {
                            "id": 430502,
                            "text": "双清区","value": "双清区",
                            
                        },
                        {
                            "id": 430503,
                            "text": "大祥区","value": "大祥区",
                            
                        },
                        {
                            "id": 430511,
                            "text": "北塔区","value": "北塔区",
                            
                        },
                        {
                            "id": 430522,
                            "text": "新邵县","value": "新邵县",
                            
                        },
                        {
                            "id": 430523,
                            "text": "邵阳县","value": "邵阳县",
                            
                        },
                        {
                            "id": 430524,
                            "text": "隆回县","value": "隆回县",
                            
                        },
                        {
                            "id": 430525,
                            "text": "洞口县","value": "洞口县",
                            
                        },
                        {
                            "id": 430527,
                            "text": "绥宁县","value": "绥宁县",
                            
                        },
                        {
                            "id": 430528,
                            "text": "新宁县","value": "新宁县",
                            
                        },
                        {
                            "id": 430529,
                            "text": "城步苗族自治县","value": "城步苗族自治县",
                            
                        },
                        {
                            "id": 430581,
                            "text": "武冈市","value": "武冈市",
                            
                        },
                        {
                            "id": 430582,
                            "text": "邵东市","value": "邵东市",
                            
                        }
                    ]
                },
                {
                    "id": 430600,
                    "text": "岳阳市","value": "岳阳市",
                    "children": [
                        {
                            "id": 430602,
                            "text": "岳阳楼区","value": "岳阳楼区",
                            
                        },
                        {
                            "id": 430603,
                            "text": "云溪区","value": "云溪区",
                            
                        },
                        {
                            "id": 430611,
                            "text": "君山区","value": "君山区",
                            
                        },
                        {
                            "id": 430621,
                            "text": "岳阳县","value": "岳阳县",
                            
                        },
                        {
                            "id": 430623,
                            "text": "华容县","value": "华容县",
                            
                        },
                        {
                            "id": 430624,
                            "text": "湘阴县","value": "湘阴县",
                            
                        },
                        {
                            "id": 430626,
                            "text": "平江县","value": "平江县",
                            
                        },
                        {
                            "id": 430671,
                            "text": "岳阳市屈原管理区","value": "岳阳市屈原管理区",
                            
                        },
                        {
                            "id": 430681,
                            "text": "汨罗市","value": "汨罗市",
                            
                        },
                        {
                            "id": 430682,
                            "text": "临湘市","value": "临湘市",
                            
                        }
                    ]
                },
                {
                    "id": 430700,
                    "text": "常德市","value": "常德市",
                    "children": [
                        {
                            "id": 430702,
                            "text": "武陵区","value": "武陵区",
                            
                        },
                        {
                            "id": 430703,
                            "text": "鼎城区","value": "鼎城区",
                            
                        },
                        {
                            "id": 430721,
                            "text": "安乡县","value": "安乡县",
                            
                        },
                        {
                            "id": 430722,
                            "text": "汉寿县","value": "汉寿县",
                            
                        },
                        {
                            "id": 430723,
                            "text": "澧县","value": "澧县",
                            
                        },
                        {
                            "id": 430724,
                            "text": "临澧县","value": "临澧县",
                            
                        },
                        {
                            "id": 430725,
                            "text": "桃源县","value": "桃源县",
                            
                        },
                        {
                            "id": 430726,
                            "text": "石门县","value": "石门县",
                            
                        },
                        {
                            "id": 430771,
                            "text": "常德市西洞庭管理区","value": "常德市西洞庭管理区",
                            
                        },
                        {
                            "id": 430781,
                            "text": "津市市","value": "津市市",
                            
                        }
                    ]
                },
                {
                    "id": 430800,
                    "text": "张家界市","value": "张家界市",
                    "children": [
                        {
                            "id": 430802,
                            "text": "永定区","value": "永定区",
                            
                        },
                        {
                            "id": 430811,
                            "text": "武陵源区","value": "武陵源区",
                            
                        },
                        {
                            "id": 430821,
                            "text": "慈利县","value": "慈利县",
                            
                        },
                        {
                            "id": 430822,
                            "text": "桑植县","value": "桑植县",
                            
                        }
                    ]
                },
                {
                    "id": 430900,
                    "text": "益阳市","value": "益阳市",
                    "children": [
                        {
                            "id": 430902,
                            "text": "资阳区","value": "资阳区",
                            
                        },
                        {
                            "id": 430903,
                            "text": "赫山区","value": "赫山区",
                            
                        },
                        {
                            "id": 430921,
                            "text": "南县","value": "南县",
                            
                        },
                        {
                            "id": 430922,
                            "text": "桃江县","value": "桃江县",
                            
                        },
                        {
                            "id": 430923,
                            "text": "安化县","value": "安化县",
                            
                        },
                        {
                            "id": 430971,
                            "text": "益阳市大通湖管理区","value": "益阳市大通湖管理区",
                            
                        },
                        {
                            "id": 430972,
                            "text": "湖南益阳高新技术产业园区","value": "湖南益阳高新技术产业园区",
                            
                        },
                        {
                            "id": 430981,
                            "text": "沅江市","value": "沅江市",
                            
                        }
                    ]
                },
                {
                    "id": 431000,
                    "text": "郴州市","value": "郴州市",
                    "children": [
                        {
                            "id": 431002,
                            "text": "北湖区","value": "北湖区",
                            
                        },
                        {
                            "id": 431003,
                            "text": "苏仙区","value": "苏仙区",
                            
                        },
                        {
                            "id": 431021,
                            "text": "桂阳县","value": "桂阳县",
                            
                        },
                        {
                            "id": 431022,
                            "text": "宜章县","value": "宜章县",
                            
                        },
                        {
                            "id": 431023,
                            "text": "永兴县","value": "永兴县",
                            
                        },
                        {
                            "id": 431024,
                            "text": "嘉禾县","value": "嘉禾县",
                            
                        },
                        {
                            "id": 431025,
                            "text": "临武县","value": "临武县",
                            
                        },
                        {
                            "id": 431026,
                            "text": "汝城县","value": "汝城县",
                            
                        },
                        {
                            "id": 431027,
                            "text": "桂东县","value": "桂东县",
                            
                        },
                        {
                            "id": 431028,
                            "text": "安仁县","value": "安仁县",
                            
                        },
                        {
                            "id": 431081,
                            "text": "资兴市","value": "资兴市",
                            
                        }
                    ]
                },
                {
                    "id": 431100,
                    "text": "永州市","value": "永州市",
                    "children": [
                        {
                            "id": 431102,
                            "text": "零陵区","value": "零陵区",
                            
                        },
                        {
                            "id": 431103,
                            "text": "冷水滩区","value": "冷水滩区",
                            
                        },
                        {
                            "id": 431122,
                            "text": "东安县","value": "东安县",
                            
                        },
                        {
                            "id": 431123,
                            "text": "双牌县","value": "双牌县",
                            
                        },
                        {
                            "id": 431124,
                            "text": "道县","value": "道县",
                            
                        },
                        {
                            "id": 431125,
                            "text": "江永县","value": "江永县",
                            
                        },
                        {
                            "id": 431126,
                            "text": "宁远县","value": "宁远县",
                            
                        },
                        {
                            "id": 431127,
                            "text": "蓝山县","value": "蓝山县",
                            
                        },
                        {
                            "id": 431128,
                            "text": "新田县","value": "新田县",
                            
                        },
                        {
                            "id": 431129,
                            "text": "江华瑶族自治县","value": "江华瑶族自治县",
                            
                        },
                        {
                            "id": 431171,
                            "text": "永州经济技术开发区","value": "永州经济技术开发区",
                            
                        },
                        {
                            "id": 431173,
                            "text": "永州市回龙圩管理区","value": "永州市回龙圩管理区",
                            
                        },
                        {
                            "id": 431181,
                            "text": "祁阳市","value": "祁阳市",
                            
                        }
                    ]
                },
                {
                    "id": 431200,
                    "text": "怀化市","value": "怀化市",
                    "children": [
                        {
                            "id": 431202,
                            "text": "鹤城区","value": "鹤城区",
                            
                        },
                        {
                            "id": 431221,
                            "text": "中方县","value": "中方县",
                            
                        },
                        {
                            "id": 431222,
                            "text": "沅陵县","value": "沅陵县",
                            
                        },
                        {
                            "id": 431223,
                            "text": "辰溪县","value": "辰溪县",
                            
                        },
                        {
                            "id": 431224,
                            "text": "溆浦县","value": "溆浦县",
                            
                        },
                        {
                            "id": 431225,
                            "text": "会同县","value": "会同县",
                            
                        },
                        {
                            "id": 431226,
                            "text": "麻阳苗族自治县","value": "麻阳苗族自治县",
                            
                        },
                        {
                            "id": 431227,
                            "text": "新晃侗族自治县","value": "新晃侗族自治县",
                            
                        },
                        {
                            "id": 431228,
                            "text": "芷江侗族自治县","value": "芷江侗族自治县",
                            
                        },
                        {
                            "id": 431229,
                            "text": "靖州苗族侗族自治县","value": "靖州苗族侗族自治县",
                            
                        },
                        {
                            "id": 431230,
                            "text": "通道侗族自治县","value": "通道侗族自治县",
                            
                        },
                        {
                            "id": 431271,
                            "text": "怀化市洪江管理区","value": "怀化市洪江管理区",
                            
                        },
                        {
                            "id": 431281,
                            "text": "洪江市","value": "洪江市",
                            
                        }
                    ]
                },
                {
                    "id": 431300,
                    "text": "娄底市","value": "娄底市",
                    "children": [
                        {
                            "id": 431302,
                            "text": "娄星区","value": "娄星区",
                            
                        },
                        {
                            "id": 431321,
                            "text": "双峰县","value": "双峰县",
                            
                        },
                        {
                            "id": 431322,
                            "text": "新化县","value": "新化县",
                            
                        },
                        {
                            "id": 431381,
                            "text": "冷水江市","value": "冷水江市",
                            
                        },
                        {
                            "id": 431382,
                            "text": "涟源市","value": "涟源市",
                            
                        }
                    ]
                },
                {
                    "id": 433100,
                    "text": "湘西土家族苗族自治州","value": "湘西土家族苗族自治州",
                    "children": [
                        {
                            "id": 433101,
                            "text": "吉首市","value": "吉首市",
                            
                        },
                        {
                            "id": 433122,
                            "text": "泸溪县","value": "泸溪县",
                            
                        },
                        {
                            "id": 433123,
                            "text": "凤凰县","value": "凤凰县",
                            
                        },
                        {
                            "id": 433124,
                            "text": "花垣县","value": "花垣县",
                            
                        },
                        {
                            "id": 433125,
                            "text": "保靖县","value": "保靖县",
                            
                        },
                        {
                            "id": 433126,
                            "text": "古丈县","value": "古丈县",
                            
                        },
                        {
                            "id": 433127,
                            "text": "永顺县","value": "永顺县",
                            
                        },
                        {
                            "id": 433130,
                            "text": "龙山县","value": "龙山县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 440000,
            "text": "广东省","value": "广东省",
            "children": [
                {
                    "id": 440100,
                    "text": "广州市","value": "广州市",
                    "children": [
                        {
                            "id": 440103,
                            "text": "荔湾区","value": "荔湾区",
                            
                        },
                        {
                            "id": 440104,
                            "text": "越秀区","value": "越秀区",
                            
                        },
                        {
                            "id": 440105,
                            "text": "海珠区","value": "海珠区",
                            
                        },
                        {
                            "id": 440106,
                            "text": "天河区","value": "天河区",
                            
                        },
                        {
                            "id": 440111,
                            "text": "白云区","value": "白云区",
                            
                        },
                        {
                            "id": 440112,
                            "text": "黄埔区","value": "黄埔区",
                            
                        },
                        {
                            "id": 440113,
                            "text": "番禺区","value": "番禺区",
                            
                        },
                        {
                            "id": 440114,
                            "text": "花都区","value": "花都区",
                            
                        },
                        {
                            "id": 440115,
                            "text": "南沙区","value": "南沙区",
                            
                        },
                        {
                            "id": 440117,
                            "text": "从化区","value": "从化区",
                            
                        },
                        {
                            "id": 440118,
                            "text": "增城区","value": "增城区",
                            
                        }
                    ]
                },
                {
                    "id": 440200,
                    "text": "韶关市","value": "韶关市",
                    "children": [
                        {
                            "id": 440203,
                            "text": "武江区","value": "武江区",
                            
                        },
                        {
                            "id": 440204,
                            "text": "浈江区","value": "浈江区",
                            
                        },
                        {
                            "id": 440205,
                            "text": "曲江区","value": "曲江区",
                            
                        },
                        {
                            "id": 440222,
                            "text": "始兴县","value": "始兴县",
                            
                        },
                        {
                            "id": 440224,
                            "text": "仁化县","value": "仁化县",
                            
                        },
                        {
                            "id": 440229,
                            "text": "翁源县","value": "翁源县",
                            
                        },
                        {
                            "id": 440232,
                            "text": "乳源瑶族自治县","value": "乳源瑶族自治县",
                            
                        },
                        {
                            "id": 440233,
                            "text": "新丰县","value": "新丰县",
                            
                        },
                        {
                            "id": 440281,
                            "text": "乐昌市","value": "乐昌市",
                            
                        },
                        {
                            "id": 440282,
                            "text": "南雄市","value": "南雄市",
                            
                        }
                    ]
                },
                {
                    "id": 440300,
                    "text": "深圳市","value": "深圳市",
                    "children": [
                        {
                            "id": 440303,
                            "text": "罗湖区","value": "罗湖区",
                            
                        },
                        {
                            "id": 440304,
                            "text": "福田区","value": "福田区",
                            
                        },
                        {
                            "id": 440305,
                            "text": "南山区","value": "南山区",
                            
                        },
                        {
                            "id": 440306,
                            "text": "宝安区","value": "宝安区",
                            
                        },
                        {
                            "id": 440307,
                            "text": "龙岗区","value": "龙岗区",
                            
                        },
                        {
                            "id": 440308,
                            "text": "盐田区","value": "盐田区",
                            
                        },
                        {
                            "id": 440309,
                            "text": "龙华区","value": "龙华区",
                            
                        },
                        {
                            "id": 440310,
                            "text": "坪山区","value": "坪山区",
                            
                        },
                        {
                            "id": 440311,
                            "text": "光明区","value": "光明区",
                            
                        }
                    ]
                },
                {
                    "id": 440400,
                    "text": "珠海市","value": "珠海市",
                    "children": [
                        {
                            "id": 440402,
                            "text": "香洲区","value": "香洲区",
                            
                        },
                        {
                            "id": 440403,
                            "text": "斗门区","value": "斗门区",
                            
                        },
                        {
                            "id": 440404,
                            "text": "金湾区","value": "金湾区",
                            
                        }
                    ]
                },
                {
                    "id": 440500,
                    "text": "汕头市","value": "汕头市",
                    "children": [
                        {
                            "id": 440507,
                            "text": "龙湖区","value": "龙湖区",
                            
                        },
                        {
                            "id": 440511,
                            "text": "金平区","value": "金平区",
                            
                        },
                        {
                            "id": 440512,
                            "text": "濠江区","value": "濠江区",
                            
                        },
                        {
                            "id": 440513,
                            "text": "潮阳区","value": "潮阳区",
                            
                        },
                        {
                            "id": 440514,
                            "text": "潮南区","value": "潮南区",
                            
                        },
                        {
                            "id": 440515,
                            "text": "澄海区","value": "澄海区",
                            
                        },
                        {
                            "id": 440523,
                            "text": "南澳县","value": "南澳县",
                            
                        }
                    ]
                },
                {
                    "id": 440600,
                    "text": "佛山市","value": "佛山市",
                    "children": [
                        {
                            "id": 440604,
                            "text": "禅城区","value": "禅城区",
                            
                        },
                        {
                            "id": 440605,
                            "text": "南海区","value": "南海区",
                            
                        },
                        {
                            "id": 440606,
                            "text": "顺德区","value": "顺德区",
                            
                        },
                        {
                            "id": 440607,
                            "text": "三水区","value": "三水区",
                            
                        },
                        {
                            "id": 440608,
                            "text": "高明区","value": "高明区",
                            
                        }
                    ]
                },
                {
                    "id": 440700,
                    "text": "江门市","value": "江门市",
                    "children": [
                        {
                            "id": 440703,
                            "text": "蓬江区","value": "蓬江区",
                            
                        },
                        {
                            "id": 440704,
                            "text": "江海区","value": "江海区",
                            
                        },
                        {
                            "id": 440705,
                            "text": "新会区","value": "新会区",
                            
                        },
                        {
                            "id": 440781,
                            "text": "台山市","value": "台山市",
                            
                        },
                        {
                            "id": 440783,
                            "text": "开平市","value": "开平市",
                            
                        },
                        {
                            "id": 440784,
                            "text": "鹤山市","value": "鹤山市",
                            
                        },
                        {
                            "id": 440785,
                            "text": "恩平市","value": "恩平市",
                            
                        }
                    ]
                },
                {
                    "id": 440800,
                    "text": "湛江市","value": "湛江市",
                    "children": [
                        {
                            "id": 440802,
                            "text": "赤坎区","value": "赤坎区",
                            
                        },
                        {
                            "id": 440803,
                            "text": "霞山区","value": "霞山区",
                            
                        },
                        {
                            "id": 440804,
                            "text": "坡头区","value": "坡头区",
                            
                        },
                        {
                            "id": 440811,
                            "text": "麻章区","value": "麻章区",
                            
                        },
                        {
                            "id": 440823,
                            "text": "遂溪县","value": "遂溪县",
                            
                        },
                        {
                            "id": 440825,
                            "text": "徐闻县","value": "徐闻县",
                            
                        },
                        {
                            "id": 440881,
                            "text": "廉江市","value": "廉江市",
                            
                        },
                        {
                            "id": 440882,
                            "text": "雷州市","value": "雷州市",
                            
                        },
                        {
                            "id": 440883,
                            "text": "吴川市","value": "吴川市",
                            
                        }
                    ]
                },
                {
                    "id": 440900,
                    "text": "茂名市","value": "茂名市",
                    "children": [
                        {
                            "id": 440902,
                            "text": "茂南区","value": "茂南区",
                            
                        },
                        {
                            "id": 440904,
                            "text": "电白区","value": "电白区",
                            
                        },
                        {
                            "id": 440981,
                            "text": "高州市","value": "高州市",
                            
                        },
                        {
                            "id": 440982,
                            "text": "化州市","value": "化州市",
                            
                        },
                        {
                            "id": 440983,
                            "text": "信宜市","value": "信宜市",
                            
                        }
                    ]
                },
                {
                    "id": 441200,
                    "text": "肇庆市","value": "肇庆市",
                    "children": [
                        {
                            "id": 441202,
                            "text": "端州区","value": "端州区",
                            
                        },
                        {
                            "id": 441203,
                            "text": "鼎湖区","value": "鼎湖区",
                            
                        },
                        {
                            "id": 441204,
                            "text": "高要区","value": "高要区",
                            
                        },
                        {
                            "id": 441223,
                            "text": "广宁县","value": "广宁县",
                            
                        },
                        {
                            "id": 441224,
                            "text": "怀集县","value": "怀集县",
                            
                        },
                        {
                            "id": 441225,
                            "text": "封开县","value": "封开县",
                            
                        },
                        {
                            "id": 441226,
                            "text": "德庆县","value": "德庆县",
                            
                        },
                        {
                            "id": 441284,
                            "text": "四会市","value": "四会市",
                            
                        }
                    ]
                },
                {
                    "id": 441300,
                    "text": "惠州市","value": "惠州市",
                    "children": [
                        {
                            "id": 441302,
                            "text": "惠城区","value": "惠城区",
                            
                        },
                        {
                            "id": 441303,
                            "text": "惠阳区","value": "惠阳区",
                            
                        },
                        {
                            "id": 441322,
                            "text": "博罗县","value": "博罗县",
                            
                        },
                        {
                            "id": 441323,
                            "text": "惠东县","value": "惠东县",
                            
                        },
                        {
                            "id": 441324,
                            "text": "龙门县","value": "龙门县",
                            
                        }
                    ]
                },
                {
                    "id": 441400,
                    "text": "梅州市","value": "梅州市",
                    "children": [
                        {
                            "id": 441402,
                            "text": "梅江区","value": "梅江区",
                            
                        },
                        {
                            "id": 441403,
                            "text": "梅县区","value": "梅县区",
                            
                        },
                        {
                            "id": 441422,
                            "text": "大埔县","value": "大埔县",
                            
                        },
                        {
                            "id": 441423,
                            "text": "丰顺县","value": "丰顺县",
                            
                        },
                        {
                            "id": 441424,
                            "text": "五华县","value": "五华县",
                            
                        },
                        {
                            "id": 441426,
                            "text": "平远县","value": "平远县",
                            
                        },
                        {
                            "id": 441427,
                            "text": "蕉岭县","value": "蕉岭县",
                            
                        },
                        {
                            "id": 441481,
                            "text": "兴宁市","value": "兴宁市",
                            
                        }
                    ]
                },
                {
                    "id": 441500,
                    "text": "汕尾市","value": "汕尾市",
                    "children": [
                        {
                            "id": 441502,
                            "text": "城区","value": "城区",
                            
                        },
                        {
                            "id": 441521,
                            "text": "海丰县","value": "海丰县",
                            
                        },
                        {
                            "id": 441523,
                            "text": "陆河县","value": "陆河县",
                            
                        },
                        {
                            "id": 441581,
                            "text": "陆丰市","value": "陆丰市",
                            
                        }
                    ]
                },
                {
                    "id": 441600,
                    "text": "河源市","value": "河源市",
                    "children": [
                        {
                            "id": 441602,
                            "text": "源城区","value": "源城区",
                            
                        },
                        {
                            "id": 441621,
                            "text": "紫金县","value": "紫金县",
                            
                        },
                        {
                            "id": 441622,
                            "text": "龙川县","value": "龙川县",
                            
                        },
                        {
                            "id": 441623,
                            "text": "连平县","value": "连平县",
                            
                        },
                        {
                            "id": 441624,
                            "text": "和平县","value": "和平县",
                            
                        },
                        {
                            "id": 441625,
                            "text": "东源县","value": "东源县",
                            
                        }
                    ]
                },
                {
                    "id": 441700,
                    "text": "阳江市","value": "阳江市",
                    "children": [
                        {
                            "id": 441702,
                            "text": "江城区","value": "江城区",
                            
                        },
                        {
                            "id": 441704,
                            "text": "阳东区","value": "阳东区",
                            
                        },
                        {
                            "id": 441721,
                            "text": "阳西县","value": "阳西县",
                            
                        },
                        {
                            "id": 441781,
                            "text": "阳春市","value": "阳春市",
                            
                        }
                    ]
                },
                {
                    "id": 441800,
                    "text": "清远市","value": "清远市",
                    "children": [
                        {
                            "id": 441802,
                            "text": "清城区","value": "清城区",
                            
                        },
                        {
                            "id": 441803,
                            "text": "清新区","value": "清新区",
                            
                        },
                        {
                            "id": 441821,
                            "text": "佛冈县","value": "佛冈县",
                            
                        },
                        {
                            "id": 441823,
                            "text": "阳山县","value": "阳山县",
                            
                        },
                        {
                            "id": 441825,
                            "text": "连山壮族瑶族自治县","value": "连山壮族瑶族自治县",
                            
                        },
                        {
                            "id": 441826,
                            "text": "连南瑶族自治县","value": "连南瑶族自治县",
                            
                        },
                        {
                            "id": 441881,
                            "text": "英德市","value": "英德市",
                            
                        },
                        {
                            "id": 441882,
                            "text": "连州市","value": "连州市",
                            
                        }
                    ]
                },
                {
                    "id": 441900,
                    "text": "东莞市","value": "东莞市",
                    "children": [
                        {
                            "id": 441901,
                            "text": "莞城区","value": "莞城区",
                            
                        },
                        {
                            "id": 441902,
                            "text": "南城区","value": "南城区",
                            
                        },
                        {
                            "id": 441904,
                            "text": "万江区","value": "万江区",
                            
                        },
                        {
                            "id": 441905,
                            "text": "石碣镇","value": "石碣镇",
                            
                        },
                        {
                            "id": 441906,
                            "text": "石龙镇","value": "石龙镇",
                            
                        },
                        {
                            "id": 441907,
                            "text": "茶山镇","value": "茶山镇",
                            
                        },
                        {
                            "id": 441908,
                            "text": "石排镇","value": "石排镇",
                            
                        },
                        {
                            "id": 441909,
                            "text": "企石镇","value": "企石镇",
                            
                        },
                        {
                            "id": 441910,
                            "text": "横沥镇","value": "横沥镇",
                            
                        },
                        {
                            "id": 441911,
                            "text": "桥头镇","value": "桥头镇",
                            
                        },
                        {
                            "id": 441912,
                            "text": "谢岗镇","value": "谢岗镇",
                            
                        },
                        {
                            "id": 441913,
                            "text": "东坑镇","value": "东坑镇",
                            
                        },
                        {
                            "id": 441914,
                            "text": "常平镇","value": "常平镇",
                            
                        },
                        {
                            "id": 441915,
                            "text": "寮步镇","value": "寮步镇",
                            
                        },
                        {
                            "id": 441916,
                            "text": "大朗镇","value": "大朗镇",
                            
                        },
                        {
                            "id": 441917,
                            "text": "麻涌镇","value": "麻涌镇",
                            
                        },
                        {
                            "id": 441918,
                            "text": "中堂镇","value": "中堂镇",
                            
                        },
                        {
                            "id": 441919,
                            "text": "高埗镇","value": "高埗镇",
                            
                        },
                        {
                            "id": 441920,
                            "text": "樟木头镇","value": "樟木头镇",
                            
                        },
                        {
                            "id": 441921,
                            "text": "大岭山镇","value": "大岭山镇",
                            
                        },
                        {
                            "id": 441922,
                            "text": "望牛墩镇","value": "望牛墩镇",
                            
                        },
                        {
                            "id": 441923,
                            "text": "黄江镇","value": "黄江镇",
                            
                        },
                        {
                            "id": 441924,
                            "text": "洪梅镇","value": "洪梅镇",
                            
                        },
                        {
                            "id": 441925,
                            "text": "清溪镇","value": "清溪镇",
                            
                        },
                        {
                            "id": 441926,
                            "text": "沙田镇","value": "沙田镇",
                            
                        },
                        {
                            "id": 441927,
                            "text": "道滘镇","value": "道滘镇",
                            
                        },
                        {
                            "id": 441928,
                            "text": "塘厦镇","value": "塘厦镇",
                            
                        },
                        {
                            "id": 441929,
                            "text": "虎门镇","value": "虎门镇",
                            
                        },
                        {
                            "id": 441930,
                            "text": "厚街镇","value": "厚街镇",
                            
                        },
                        {
                            "id": 441931,
                            "text": "凤岗镇","value": "凤岗镇",
                            
                        },
                        {
                            "id": 441932,
                            "text": "长安镇","value": "长安镇",
                            
                        }
                    ]
                },
                {
                    "id": 442000,
                    "text": "中山市","value": "中山市",
                    
                },
                {
                    "id": 445100,
                    "text": "潮州市","value": "潮州市",
                    "children": [
                        {
                            "id": 445102,
                            "text": "湘桥区","value": "湘桥区",
                            
                        },
                        {
                            "id": 445103,
                            "text": "潮安区","value": "潮安区",
                            
                        },
                        {
                            "id": 445122,
                            "text": "饶平县","value": "饶平县",
                            
                        }
                    ]
                },
                {
                    "id": 445200,
                    "text": "揭阳市","value": "揭阳市",
                    "children": [
                        {
                            "id": 445202,
                            "text": "榕城区","value": "榕城区",
                            
                        },
                        {
                            "id": 445203,
                            "text": "揭东区","value": "揭东区",
                            
                        },
                        {
                            "id": 445222,
                            "text": "揭西县","value": "揭西县",
                            
                        },
                        {
                            "id": 445224,
                            "text": "惠来县","value": "惠来县",
                            
                        },
                        {
                            "id": 445281,
                            "text": "普宁市","value": "普宁市",
                            
                        }
                    ]
                },
                {
                    "id": 445300,
                    "text": "云浮市","value": "云浮市",
                    "children": [
                        {
                            "id": 445302,
                            "text": "云城区","value": "云城区",
                            
                        },
                        {
                            "id": 445303,
                            "text": "云安区","value": "云安区",
                            
                        },
                        {
                            "id": 445321,
                            "text": "新兴县","value": "新兴县",
                            
                        },
                        {
                            "id": 445322,
                            "text": "郁南县","value": "郁南县",
                            
                        },
                        {
                            "id": 445381,
                            "text": "罗定市","value": "罗定市",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 450000,
            "text": "广西壮族自治区","value": "广西壮族自治区",
            "children": [
                {
                    "id": 450100,
                    "text": "南宁市","value": "南宁市",
                    "children": [
                        {
                            "id": 450102,
                            "text": "兴宁区","value": "兴宁区",
                            
                        },
                        {
                            "id": 450103,
                            "text": "青秀区","value": "青秀区",
                            
                        },
                        {
                            "id": 450105,
                            "text": "江南区","value": "江南区",
                            
                        },
                        {
                            "id": 450107,
                            "text": "西乡塘区","value": "西乡塘区",
                            
                        },
                        {
                            "id": 450108,
                            "text": "良庆区","value": "良庆区",
                            
                        },
                        {
                            "id": 450109,
                            "text": "邕宁区","value": "邕宁区",
                            
                        },
                        {
                            "id": 450110,
                            "text": "武鸣区","value": "武鸣区",
                            
                        },
                        {
                            "id": 450123,
                            "text": "隆安县","value": "隆安县",
                            
                        },
                        {
                            "id": 450124,
                            "text": "马山县","value": "马山县",
                            
                        },
                        {
                            "id": 450125,
                            "text": "上林县","value": "上林县",
                            
                        },
                        {
                            "id": 450126,
                            "text": "宾阳县","value": "宾阳县",
                            
                        },
                        {
                            "id": 450181,
                            "text": "横州市","value": "横州市",
                            
                        }
                    ]
                },
                {
                    "id": 450200,
                    "text": "柳州市","value": "柳州市",
                    "children": [
                        {
                            "id": 450202,
                            "text": "城中区","value": "城中区",
                            
                        },
                        {
                            "id": 450203,
                            "text": "鱼峰区","value": "鱼峰区",
                            
                        },
                        {
                            "id": 450204,
                            "text": "柳南区","value": "柳南区",
                            
                        },
                        {
                            "id": 450205,
                            "text": "柳北区","value": "柳北区",
                            
                        },
                        {
                            "id": 450206,
                            "text": "柳江区","value": "柳江区",
                            
                        },
                        {
                            "id": 450222,
                            "text": "柳城县","value": "柳城县",
                            
                        },
                        {
                            "id": 450223,
                            "text": "鹿寨县","value": "鹿寨县",
                            
                        },
                        {
                            "id": 450224,
                            "text": "融安县","value": "融安县",
                            
                        },
                        {
                            "id": 450225,
                            "text": "融水苗族自治县","value": "融水苗族自治县",
                            
                        },
                        {
                            "id": 450226,
                            "text": "三江侗族自治县","value": "三江侗族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 450300,
                    "text": "桂林市","value": "桂林市",
                    "children": [
                        {
                            "id": 450302,
                            "text": "秀峰区","value": "秀峰区",
                            
                        },
                        {
                            "id": 450303,
                            "text": "叠彩区","value": "叠彩区",
                            
                        },
                        {
                            "id": 450304,
                            "text": "象山区","value": "象山区",
                            
                        },
                        {
                            "id": 450305,
                            "text": "七星区","value": "七星区",
                            
                        },
                        {
                            "id": 450311,
                            "text": "雁山区","value": "雁山区",
                            
                        },
                        {
                            "id": 450312,
                            "text": "临桂区","value": "临桂区",
                            
                        },
                        {
                            "id": 450321,
                            "text": "阳朔县","value": "阳朔县",
                            
                        },
                        {
                            "id": 450323,
                            "text": "灵川县","value": "灵川县",
                            
                        },
                        {
                            "id": 450324,
                            "text": "全州县","value": "全州县",
                            
                        },
                        {
                            "id": 450325,
                            "text": "兴安县","value": "兴安县",
                            
                        },
                        {
                            "id": 450326,
                            "text": "永福县","value": "永福县",
                            
                        },
                        {
                            "id": 450327,
                            "text": "灌阳县","value": "灌阳县",
                            
                        },
                        {
                            "id": 450328,
                            "text": "龙胜各族自治县","value": "龙胜各族自治县",
                            
                        },
                        {
                            "id": 450329,
                            "text": "资源县","value": "资源县",
                            
                        },
                        {
                            "id": 450330,
                            "text": "平乐县","value": "平乐县",
                            
                        },
                        {
                            "id": 450332,
                            "text": "恭城瑶族自治县","value": "恭城瑶族自治县",
                            
                        },
                        {
                            "id": 450381,
                            "text": "荔浦市","value": "荔浦市",
                            
                        }
                    ]
                },
                {
                    "id": 450400,
                    "text": "梧州市","value": "梧州市",
                    "children": [
                        {
                            "id": 450403,
                            "text": "万秀区","value": "万秀区",
                            
                        },
                        {
                            "id": 450405,
                            "text": "长洲区","value": "长洲区",
                            
                        },
                        {
                            "id": 450406,
                            "text": "龙圩区","value": "龙圩区",
                            
                        },
                        {
                            "id": 450421,
                            "text": "苍梧县","value": "苍梧县",
                            
                        },
                        {
                            "id": 450422,
                            "text": "藤县","value": "藤县",
                            
                        },
                        {
                            "id": 450423,
                            "text": "蒙山县","value": "蒙山县",
                            
                        },
                        {
                            "id": 450481,
                            "text": "岑溪市","value": "岑溪市",
                            
                        }
                    ]
                },
                {
                    "id": 450500,
                    "text": "北海市","value": "北海市",
                    "children": [
                        {
                            "id": 450502,
                            "text": "海城区","value": "海城区",
                            
                        },
                        {
                            "id": 450503,
                            "text": "银海区","value": "银海区",
                            
                        },
                        {
                            "id": 450512,
                            "text": "铁山港区","value": "铁山港区",
                            
                        },
                        {
                            "id": 450521,
                            "text": "合浦县","value": "合浦县",
                            
                        }
                    ]
                },
                {
                    "id": 450600,
                    "text": "防城港市","value": "防城港市",
                    "children": [
                        {
                            "id": 450602,
                            "text": "港口区","value": "港口区",
                            
                        },
                        {
                            "id": 450603,
                            "text": "防城区","value": "防城区",
                            
                        },
                        {
                            "id": 450621,
                            "text": "上思县","value": "上思县",
                            
                        },
                        {
                            "id": 450681,
                            "text": "东兴市","value": "东兴市",
                            
                        }
                    ]
                },
                {
                    "id": 450700,
                    "text": "钦州市","value": "钦州市",
                    "children": [
                        {
                            "id": 450702,
                            "text": "钦南区","value": "钦南区",
                            
                        },
                        {
                            "id": 450703,
                            "text": "钦北区","value": "钦北区",
                            
                        },
                        {
                            "id": 450721,
                            "text": "灵山县","value": "灵山县",
                            
                        },
                        {
                            "id": 450722,
                            "text": "浦北县","value": "浦北县",
                            
                        }
                    ]
                },
                {
                    "id": 450800,
                    "text": "贵港市","value": "贵港市",
                    "children": [
                        {
                            "id": 450802,
                            "text": "港北区","value": "港北区",
                            
                        },
                        {
                            "id": 450803,
                            "text": "港南区","value": "港南区",
                            
                        },
                        {
                            "id": 450804,
                            "text": "覃塘区","value": "覃塘区",
                            
                        },
                        {
                            "id": 450821,
                            "text": "平南县","value": "平南县",
                            
                        },
                        {
                            "id": 450881,
                            "text": "桂平市","value": "桂平市",
                            
                        }
                    ]
                },
                {
                    "id": 450900,
                    "text": "玉林市","value": "玉林市",
                    "children": [
                        {
                            "id": 450902,
                            "text": "玉州区","value": "玉州区",
                            
                        },
                        {
                            "id": 450903,
                            "text": "福绵区","value": "福绵区",
                            
                        },
                        {
                            "id": 450921,
                            "text": "容县","value": "容县",
                            
                        },
                        {
                            "id": 450922,
                            "text": "陆川县","value": "陆川县",
                            
                        },
                        {
                            "id": 450923,
                            "text": "博白县","value": "博白县",
                            
                        },
                        {
                            "id": 450924,
                            "text": "兴业县","value": "兴业县",
                            
                        },
                        {
                            "id": 450981,
                            "text": "北流市","value": "北流市",
                            
                        }
                    ]
                },
                {
                    "id": 451000,
                    "text": "百色市","value": "百色市",
                    "children": [
                        {
                            "id": 451002,
                            "text": "右江区","value": "右江区",
                            
                        },
                        {
                            "id": 451003,
                            "text": "田阳区","value": "田阳区",
                            
                        },
                        {
                            "id": 451022,
                            "text": "田东县","value": "田东县",
                            
                        },
                        {
                            "id": 451024,
                            "text": "德保县","value": "德保县",
                            
                        },
                        {
                            "id": 451026,
                            "text": "那坡县","value": "那坡县",
                            
                        },
                        {
                            "id": 451027,
                            "text": "凌云县","value": "凌云县",
                            
                        },
                        {
                            "id": 451028,
                            "text": "乐业县","value": "乐业县",
                            
                        },
                        {
                            "id": 451029,
                            "text": "田林县","value": "田林县",
                            
                        },
                        {
                            "id": 451030,
                            "text": "西林县","value": "西林县",
                            
                        },
                        {
                            "id": 451031,
                            "text": "隆林各族自治县","value": "隆林各族自治县",
                            
                        },
                        {
                            "id": 451081,
                            "text": "靖西市","value": "靖西市",
                            
                        },
                        {
                            "id": 451082,
                            "text": "平果市","value": "平果市",
                            
                        }
                    ]
                },
                {
                    "id": 451100,
                    "text": "贺州市","value": "贺州市",
                    "children": [
                        {
                            "id": 451102,
                            "text": "八步区","value": "八步区",
                            
                        },
                        {
                            "id": 451103,
                            "text": "平桂区","value": "平桂区",
                            
                        },
                        {
                            "id": 451121,
                            "text": "昭平县","value": "昭平县",
                            
                        },
                        {
                            "id": 451122,
                            "text": "钟山县","value": "钟山县",
                            
                        },
                        {
                            "id": 451123,
                            "text": "富川瑶族自治县","value": "富川瑶族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 451200,
                    "text": "河池市","value": "河池市",
                    "children": [
                        {
                            "id": 451202,
                            "text": "金城江区","value": "金城江区",
                            
                        },
                        {
                            "id": 451203,
                            "text": "宜州区","value": "宜州区",
                            
                        },
                        {
                            "id": 451221,
                            "text": "南丹县","value": "南丹县",
                            
                        },
                        {
                            "id": 451222,
                            "text": "天峨县","value": "天峨县",
                            
                        },
                        {
                            "id": 451223,
                            "text": "凤山县","value": "凤山县",
                            
                        },
                        {
                            "id": 451224,
                            "text": "东兰县","value": "东兰县",
                            
                        },
                        {
                            "id": 451225,
                            "text": "罗城仫佬族自治县","value": "罗城仫佬族自治县",
                            
                        },
                        {
                            "id": 451226,
                            "text": "环江毛南族自治县","value": "环江毛南族自治县",
                            
                        },
                        {
                            "id": 451227,
                            "text": "巴马瑶族自治县","value": "巴马瑶族自治县",
                            
                        },
                        {
                            "id": 451228,
                            "text": "都安瑶族自治县","value": "都安瑶族自治县",
                            
                        },
                        {
                            "id": 451229,
                            "text": "大化瑶族自治县","value": "大化瑶族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 451300,
                    "text": "来宾市","value": "来宾市",
                    "children": [
                        {
                            "id": 451302,
                            "text": "兴宾区","value": "兴宾区",
                            
                        },
                        {
                            "id": 451321,
                            "text": "忻城县","value": "忻城县",
                            
                        },
                        {
                            "id": 451322,
                            "text": "象州县","value": "象州县",
                            
                        },
                        {
                            "id": 451323,
                            "text": "武宣县","value": "武宣县",
                            
                        },
                        {
                            "id": 451324,
                            "text": "金秀瑶族自治县","value": "金秀瑶族自治县",
                            
                        },
                        {
                            "id": 451381,
                            "text": "合山市","value": "合山市",
                            
                        }
                    ]
                },
                {
                    "id": 451400,
                    "text": "崇左市","value": "崇左市",
                    "children": [
                        {
                            "id": 451402,
                            "text": "江州区","value": "江州区",
                            
                        },
                        {
                            "id": 451421,
                            "text": "扶绥县","value": "扶绥县",
                            
                        },
                        {
                            "id": 451422,
                            "text": "宁明县","value": "宁明县",
                            
                        },
                        {
                            "id": 451423,
                            "text": "龙州县","value": "龙州县",
                            
                        },
                        {
                            "id": 451424,
                            "text": "大新县","value": "大新县",
                            
                        },
                        {
                            "id": 451425,
                            "text": "天等县","value": "天等县",
                            
                        },
                        {
                            "id": 451481,
                            "text": "凭祥市","value": "凭祥市",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 460000,
            "text": "海南省","value": "海南省",
            "children": [
                {
                    "id": 460100,
                    "text": "海口市","value": "海口市",
                    "children": [
                        {
                            "id": 460105,
                            "text": "秀英区","value": "秀英区",
                            
                        },
                        {
                            "id": 460106,
                            "text": "龙华区","value": "龙华区",
                            
                        },
                        {
                            "id": 460107,
                            "text": "琼山区","value": "琼山区",
                            
                        },
                        {
                            "id": 460108,
                            "text": "美兰区","value": "美兰区",
                            
                        }
                    ]
                },
                {
                    "id": 460200,
                    "text": "三亚市","value": "三亚市",
                    "children": [
                        {
                            "id": 460202,
                            "text": "海棠区","value": "海棠区",
                            
                        },
                        {
                            "id": 460203,
                            "text": "吉阳区","value": "吉阳区",
                            
                        },
                        {
                            "id": 460204,
                            "text": "天涯区","value": "天涯区",
                            
                        },
                        {
                            "id": 460205,
                            "text": "崖州区","value": "崖州区",
                            
                        }
                    ]
                },
                {
                    "id": 460300,
                    "text": "三沙市","value": "三沙市",
                    "children": [
                        {
                            "id": 460321,
                            "text": "西沙群岛","value": "西沙群岛",
                            
                        },
                        {
                            "id": 460322,
                            "text": "南沙群岛","value": "南沙群岛",
                            
                        },
                        {
                            "id": 460323,
                            "text": "中沙群岛的岛礁及其海域","value": "中沙群岛的岛礁及其海域",
                            
                        }
                    ]
                },
                {
                    "id": 460400,
                    "text": "儋州市","value": "儋州市",
                    
                },
                {
                    "id": 469000,
                    "text": "省直辖县级行政区划","value": "省直辖县级行政区划",
                    "children": [
                        {
                            "id": 469001,
                            "text": "五指山市","value": "五指山市",
                            
                        },
                        {
                            "id": 469002,
                            "text": "琼海市","value": "琼海市",
                            
                        },
                        {
                            "id": 469005,
                            "text": "文昌市","value": "文昌市",
                            
                        },
                        {
                            "id": 469006,
                            "text": "万宁市","value": "万宁市",
                            
                        },
                        {
                            "id": 469007,
                            "text": "东方市","value": "东方市",
                            
                        },
                        {
                            "id": 469021,
                            "text": "定安县","value": "定安县",
                            
                        },
                        {
                            "id": 469022,
                            "text": "屯昌县","value": "屯昌县",
                            
                        },
                        {
                            "id": 469023,
                            "text": "澄迈县","value": "澄迈县",
                            
                        },
                        {
                            "id": 469024,
                            "text": "临高县","value": "临高县",
                            
                        },
                        {
                            "id": 469025,
                            "text": "白沙黎族自治县","value": "白沙黎族自治县",
                            
                        },
                        {
                            "id": 469026,
                            "text": "昌江黎族自治县","value": "昌江黎族自治县",
                            
                        },
                        {
                            "id": 469027,
                            "text": "乐东黎族自治县","value": "乐东黎族自治县",
                            
                        },
                        {
                            "id": 469028,
                            "text": "陵水黎族自治县","value": "陵水黎族自治县",
                            
                        },
                        {
                            "id": 469029,
                            "text": "保亭黎族苗族自治县","value": "保亭黎族苗族自治县",
                            
                        },
                        {
                            "id": 469030,
                            "text": "琼中黎族苗族自治县","value": "琼中黎族苗族自治县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 500000,
            "text": "重庆","value": "重庆",
            "children": [
                {
                    "id": 500100,
                    "text": "重庆市","value": "重庆市",
                    "children": [
                        {
                            "id": 500101,
                            "text": "万州区","value": "万州区",
                            
                        },
                        {
                            "id": 500102,
                            "text": "涪陵区","value": "涪陵区",
                            
                        },
                        {
                            "id": 500103,
                            "text": "渝中区","value": "渝中区",
                            
                        },
                        {
                            "id": 500104,
                            "text": "大渡口区","value": "大渡口区",
                            
                        },
                        {
                            "id": 500105,
                            "text": "江北区","value": "江北区",
                            
                        },
                        {
                            "id": 500106,
                            "text": "沙坪坝区","value": "沙坪坝区",
                            
                        },
                        {
                            "id": 500107,
                            "text": "九龙坡区","value": "九龙坡区",
                            
                        },
                        {
                            "id": 500108,
                            "text": "南岸区","value": "南岸区",
                            
                        },
                        {
                            "id": 500109,
                            "text": "北碚区","value": "北碚区",
                            
                        },
                        {
                            "id": 500110,
                            "text": "綦江区","value": "綦江区",
                            
                        },
                        {
                            "id": 500111,
                            "text": "大足区","value": "大足区",
                            
                        },
                        {
                            "id": 500112,
                            "text": "渝北区","value": "渝北区",
                            
                        },
                        {
                            "id": 500113,
                            "text": "巴南区","value": "巴南区",
                            
                        },
                        {
                            "id": 500114,
                            "text": "黔江区","value": "黔江区",
                            
                        },
                        {
                            "id": 500115,
                            "text": "长寿区","value": "长寿区",
                            
                        },
                        {
                            "id": 500116,
                            "text": "江津区","value": "江津区",
                            
                        },
                        {
                            "id": 500117,
                            "text": "合川区","value": "合川区",
                            
                        },
                        {
                            "id": 500118,
                            "text": "永川区","value": "永川区",
                            
                        },
                        {
                            "id": 500119,
                            "text": "南川区","value": "南川区",
                            
                        },
                        {
                            "id": 500120,
                            "text": "璧山区","value": "璧山区",
                            
                        },
                        {
                            "id": 500151,
                            "text": "铜梁区","value": "铜梁区",
                            
                        },
                        {
                            "id": 500152,
                            "text": "潼南区","value": "潼南区",
                            
                        },
                        {
                            "id": 500153,
                            "text": "荣昌区","value": "荣昌区",
                            
                        },
                        {
                            "id": 500154,
                            "text": "开州区","value": "开州区",
                            
                        },
                        {
                            "id": 500155,
                            "text": "梁平区","value": "梁平区",
                            
                        },
                        {
                            "id": 500156,
                            "text": "武隆区","value": "武隆区",
                            
                        },
                        {
                            "id": 500229,
                            "text": "城口县","value": "城口县",
                            
                        },
                        {
                            "id": 500230,
                            "text": "丰都县","value": "丰都县",
                            
                        },
                        {
                            "id": 500231,
                            "text": "垫江县","value": "垫江县",
                            
                        },
                        {
                            "id": 500233,
                            "text": "忠县","value": "忠县",
                            
                        },
                        {
                            "id": 500235,
                            "text": "云阳县","value": "云阳县",
                            
                        },
                        {
                            "id": 500236,
                            "text": "奉节县","value": "奉节县",
                            
                        },
                        {
                            "id": 500237,
                            "text": "巫山县","value": "巫山县",
                            
                        },
                        {
                            "id": 500238,
                            "text": "巫溪县","value": "巫溪县",
                            
                        },
                        {
                            "id": 500240,
                            "text": "石柱土家族自治县","value": "石柱土家族自治县",
                            
                        },
                        {
                            "id": 500241,
                            "text": "秀山土家族苗族自治县","value": "秀山土家族苗族自治县",
                            
                        },
                        {
                            "id": 500242,
                            "text": "酉阳土家族苗族自治县","value": "酉阳土家族苗族自治县",
                            
                        },
                        {
                            "id": 500243,
                            "text": "彭水苗族土家族自治县","value": "彭水苗族土家族自治县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 510000,
            "text": "四川省","value": "四川省",
            "children": [
                {
                    "id": 510100,
                    "text": "成都市","value": "成都市",
                    "children": [
                        {
                            "id": 510104,
                            "text": "锦江区","value": "锦江区",
                            
                        },
                        {
                            "id": 510105,
                            "text": "青羊区","value": "青羊区",
                            
                        },
                        {
                            "id": 510106,
                            "text": "金牛区","value": "金牛区",
                            
                        },
                        {
                            "id": 510107,
                            "text": "武侯区","value": "武侯区",
                            
                        },
                        {
                            "id": 510108,
                            "text": "成华区","value": "成华区",
                            
                        },
                        {
                            "id": 510112,
                            "text": "龙泉驿区","value": "龙泉驿区",
                            
                        },
                        {
                            "id": 510113,
                            "text": "青白江区","value": "青白江区",
                            
                        },
                        {
                            "id": 510114,
                            "text": "新都区","value": "新都区",
                            
                        },
                        {
                            "id": 510115,
                            "text": "温江区","value": "温江区",
                            
                        },
                        {
                            "id": 510116,
                            "text": "双流区","value": "双流区",
                            
                        },
                        {
                            "id": 510117,
                            "text": "郫都区","value": "郫都区",
                            
                        },
                        {
                            "id": 510118,
                            "text": "新津区","value": "新津区",
                            
                        },
                        {
                            "id": 510121,
                            "text": "金堂县","value": "金堂县",
                            
                        },
                        {
                            "id": 510129,
                            "text": "大邑县","value": "大邑县",
                            
                        },
                        {
                            "id": 510131,
                            "text": "蒲江县","value": "蒲江县",
                            
                        },
                        {
                            "id": 510181,
                            "text": "都江堰市","value": "都江堰市",
                            
                        },
                        {
                            "id": 510182,
                            "text": "彭州市","value": "彭州市",
                            
                        },
                        {
                            "id": 510183,
                            "text": "邛崃市","value": "邛崃市",
                            
                        },
                        {
                            "id": 510184,
                            "text": "崇州市","value": "崇州市",
                            
                        },
                        {
                            "id": 510185,
                            "text": "简阳市","value": "简阳市",
                            
                        }
                    ]
                },
                {
                    "id": 510300,
                    "text": "自贡市","value": "自贡市",
                    "children": [
                        {
                            "id": 510302,
                            "text": "自流井区","value": "自流井区",
                            
                        },
                        {
                            "id": 510303,
                            "text": "贡井区","value": "贡井区",
                            
                        },
                        {
                            "id": 510304,
                            "text": "大安区","value": "大安区",
                            
                        },
                        {
                            "id": 510311,
                            "text": "沿滩区","value": "沿滩区",
                            
                        },
                        {
                            "id": 510321,
                            "text": "荣县","value": "荣县",
                            
                        },
                        {
                            "id": 510322,
                            "text": "富顺县","value": "富顺县",
                            
                        }
                    ]
                },
                {
                    "id": 510400,
                    "text": "攀枝花市","value": "攀枝花市",
                    "children": [
                        {
                            "id": 510402,
                            "text": "东区","value": "东区",
                            
                        },
                        {
                            "id": 510403,
                            "text": "西区","value": "西区",
                            
                        },
                        {
                            "id": 510411,
                            "text": "仁和区","value": "仁和区",
                            
                        },
                        {
                            "id": 510421,
                            "text": "米易县","value": "米易县",
                            
                        },
                        {
                            "id": 510422,
                            "text": "盐边县","value": "盐边县",
                            
                        }
                    ]
                },
                {
                    "id": 510500,
                    "text": "泸州市","value": "泸州市",
                    "children": [
                        {
                            "id": 510502,
                            "text": "江阳区","value": "江阳区",
                            
                        },
                        {
                            "id": 510503,
                            "text": "纳溪区","value": "纳溪区",
                            
                        },
                        {
                            "id": 510504,
                            "text": "龙马潭区","value": "龙马潭区",
                            
                        },
                        {
                            "id": 510521,
                            "text": "泸县","value": "泸县",
                            
                        },
                        {
                            "id": 510522,
                            "text": "合江县","value": "合江县",
                            
                        },
                        {
                            "id": 510524,
                            "text": "叙永县","value": "叙永县",
                            
                        },
                        {
                            "id": 510525,
                            "text": "古蔺县","value": "古蔺县",
                            
                        }
                    ]
                },
                {
                    "id": 510600,
                    "text": "德阳市","value": "德阳市",
                    "children": [
                        {
                            "id": 510603,
                            "text": "旌阳区","value": "旌阳区",
                            
                        },
                        {
                            "id": 510604,
                            "text": "罗江区","value": "罗江区",
                            
                        },
                        {
                            "id": 510623,
                            "text": "中江县","value": "中江县",
                            
                        },
                        {
                            "id": 510681,
                            "text": "广汉市","value": "广汉市",
                            
                        },
                        {
                            "id": 510682,
                            "text": "什邡市","value": "什邡市",
                            
                        },
                        {
                            "id": 510683,
                            "text": "绵竹市","value": "绵竹市",
                            
                        }
                    ]
                },
                {
                    "id": 510700,
                    "text": "绵阳市","value": "绵阳市",
                    "children": [
                        {
                            "id": 510703,
                            "text": "涪城区","value": "涪城区",
                            
                        },
                        {
                            "id": 510704,
                            "text": "游仙区","value": "游仙区",
                            
                        },
                        {
                            "id": 510705,
                            "text": "安州区","value": "安州区",
                            
                        },
                        {
                            "id": 510722,
                            "text": "三台县","value": "三台县",
                            
                        },
                        {
                            "id": 510723,
                            "text": "盐亭县","value": "盐亭县",
                            
                        },
                        {
                            "id": 510725,
                            "text": "梓潼县","value": "梓潼县",
                            
                        },
                        {
                            "id": 510726,
                            "text": "北川羌族自治县","value": "北川羌族自治县",
                            
                        },
                        {
                            "id": 510727,
                            "text": "平武县","value": "平武县",
                            
                        },
                        {
                            "id": 510781,
                            "text": "江油市","value": "江油市",
                            
                        }
                    ]
                },
                {
                    "id": 510800,
                    "text": "广元市","value": "广元市",
                    "children": [
                        {
                            "id": 510802,
                            "text": "利州区","value": "利州区",
                            
                        },
                        {
                            "id": 510811,
                            "text": "昭化区","value": "昭化区",
                            
                        },
                        {
                            "id": 510812,
                            "text": "朝天区","value": "朝天区",
                            
                        },
                        {
                            "id": 510821,
                            "text": "旺苍县","value": "旺苍县",
                            
                        },
                        {
                            "id": 510822,
                            "text": "青川县","value": "青川县",
                            
                        },
                        {
                            "id": 510823,
                            "text": "剑阁县","value": "剑阁县",
                            
                        },
                        {
                            "id": 510824,
                            "text": "苍溪县","value": "苍溪县",
                            
                        }
                    ]
                },
                {
                    "id": 510900,
                    "text": "遂宁市","value": "遂宁市",
                    "children": [
                        {
                            "id": 510903,
                            "text": "船山区","value": "船山区",
                            
                        },
                        {
                            "id": 510904,
                            "text": "安居区","value": "安居区",
                            
                        },
                        {
                            "id": 510921,
                            "text": "蓬溪县","value": "蓬溪县",
                            
                        },
                        {
                            "id": 510923,
                            "text": "大英县","value": "大英县",
                            
                        },
                        {
                            "id": 510981,
                            "text": "射洪市","value": "射洪市",
                            
                        }
                    ]
                },
                {
                    "id": 511000,
                    "text": "内江市","value": "内江市",
                    "children": [
                        {
                            "id": 511002,
                            "text": "市中区","value": "市中区",
                            
                        },
                        {
                            "id": 511011,
                            "text": "东兴区","value": "东兴区",
                            
                        },
                        {
                            "id": 511024,
                            "text": "威远县","value": "威远县",
                            
                        },
                        {
                            "id": 511025,
                            "text": "资中县","value": "资中县",
                            
                        },
                        {
                            "id": 511071,
                            "text": "内江经济开发区","value": "内江经济开发区",
                            
                        },
                        {
                            "id": 511083,
                            "text": "隆昌市","value": "隆昌市",
                            
                        }
                    ]
                },
                {
                    "id": 511100,
                    "text": "乐山市","value": "乐山市",
                    "children": [
                        {
                            "id": 511102,
                            "text": "市中区","value": "市中区",
                            
                        },
                        {
                            "id": 511111,
                            "text": "沙湾区","value": "沙湾区",
                            
                        },
                        {
                            "id": 511112,
                            "text": "五通桥区","value": "五通桥区",
                            
                        },
                        {
                            "id": 511113,
                            "text": "金口河区","value": "金口河区",
                            
                        },
                        {
                            "id": 511123,
                            "text": "犍为县","value": "犍为县",
                            
                        },
                        {
                            "id": 511124,
                            "text": "井研县","value": "井研县",
                            
                        },
                        {
                            "id": 511126,
                            "text": "夹江县","value": "夹江县",
                            
                        },
                        {
                            "id": 511129,
                            "text": "沐川县","value": "沐川县",
                            
                        },
                        {
                            "id": 511132,
                            "text": "峨边彝族自治县","value": "峨边彝族自治县",
                            
                        },
                        {
                            "id": 511133,
                            "text": "马边彝族自治县","value": "马边彝族自治县",
                            
                        },
                        {
                            "id": 511181,
                            "text": "峨眉山市","value": "峨眉山市",
                            
                        }
                    ]
                },
                {
                    "id": 511300,
                    "text": "南充市","value": "南充市",
                    "children": [
                        {
                            "id": 511302,
                            "text": "顺庆区","value": "顺庆区",
                            
                        },
                        {
                            "id": 511303,
                            "text": "高坪区","value": "高坪区",
                            
                        },
                        {
                            "id": 511304,
                            "text": "嘉陵区","value": "嘉陵区",
                            
                        },
                        {
                            "id": 511321,
                            "text": "南部县","value": "南部县",
                            
                        },
                        {
                            "id": 511322,
                            "text": "营山县","value": "营山县",
                            
                        },
                        {
                            "id": 511323,
                            "text": "蓬安县","value": "蓬安县",
                            
                        },
                        {
                            "id": 511324,
                            "text": "仪陇县","value": "仪陇县",
                            
                        },
                        {
                            "id": 511325,
                            "text": "西充县","value": "西充县",
                            
                        },
                        {
                            "id": 511381,
                            "text": "阆中市","value": "阆中市",
                            
                        }
                    ]
                },
                {
                    "id": 511400,
                    "text": "眉山市","value": "眉山市",
                    "children": [
                        {
                            "id": 511402,
                            "text": "东坡区","value": "东坡区",
                            
                        },
                        {
                            "id": 511403,
                            "text": "彭山区","value": "彭山区",
                            
                        },
                        {
                            "id": 511421,
                            "text": "仁寿县","value": "仁寿县",
                            
                        },
                        {
                            "id": 511423,
                            "text": "洪雅县","value": "洪雅县",
                            
                        },
                        {
                            "id": 511424,
                            "text": "丹棱县","value": "丹棱县",
                            
                        },
                        {
                            "id": 511425,
                            "text": "青神县","value": "青神县",
                            
                        }
                    ]
                },
                {
                    "id": 511500,
                    "text": "宜宾市","value": "宜宾市",
                    "children": [
                        {
                            "id": 511502,
                            "text": "翠屏区","value": "翠屏区",
                            
                        },
                        {
                            "id": 511503,
                            "text": "南溪区","value": "南溪区",
                            
                        },
                        {
                            "id": 511504,
                            "text": "叙州区","value": "叙州区",
                            
                        },
                        {
                            "id": 511523,
                            "text": "江安县","value": "江安县",
                            
                        },
                        {
                            "id": 511524,
                            "text": "长宁县","value": "长宁县",
                            
                        },
                        {
                            "id": 511525,
                            "text": "高县","value": "高县",
                            
                        },
                        {
                            "id": 511526,
                            "text": "珙县","value": "珙县",
                            
                        },
                        {
                            "id": 511527,
                            "text": "筠连县","value": "筠连县",
                            
                        },
                        {
                            "id": 511528,
                            "text": "兴文县","value": "兴文县",
                            
                        },
                        {
                            "id": 511529,
                            "text": "屏山县","value": "屏山县",
                            
                        }
                    ]
                },
                {
                    "id": 511600,
                    "text": "广安市","value": "广安市",
                    "children": [
                        {
                            "id": 511602,
                            "text": "广安区","value": "广安区",
                            
                        },
                        {
                            "id": 511603,
                            "text": "前锋区","value": "前锋区",
                            
                        },
                        {
                            "id": 511621,
                            "text": "岳池县","value": "岳池县",
                            
                        },
                        {
                            "id": 511622,
                            "text": "武胜县","value": "武胜县",
                            
                        },
                        {
                            "id": 511623,
                            "text": "邻水县","value": "邻水县",
                            
                        },
                        {
                            "id": 511681,
                            "text": "华蓥市","value": "华蓥市",
                            
                        }
                    ]
                },
                {
                    "id": 511700,
                    "text": "达州市","value": "达州市",
                    "children": [
                        {
                            "id": 511702,
                            "text": "通川区","value": "通川区",
                            
                        },
                        {
                            "id": 511703,
                            "text": "达川区","value": "达川区",
                            
                        },
                        {
                            "id": 511722,
                            "text": "宣汉县","value": "宣汉县",
                            
                        },
                        {
                            "id": 511723,
                            "text": "开江县","value": "开江县",
                            
                        },
                        {
                            "id": 511724,
                            "text": "大竹县","value": "大竹县",
                            
                        },
                        {
                            "id": 511725,
                            "text": "渠县","value": "渠县",
                            
                        },
                        {
                            "id": 511771,
                            "text": "达州经济开发区","value": "达州经济开发区",
                            
                        },
                        {
                            "id": 511781,
                            "text": "万源市","value": "万源市",
                            
                        }
                    ]
                },
                {
                    "id": 511800,
                    "text": "雅安市","value": "雅安市",
                    "children": [
                        {
                            "id": 511802,
                            "text": "雨城区","value": "雨城区",
                            
                        },
                        {
                            "id": 511803,
                            "text": "名山区","value": "名山区",
                            
                        },
                        {
                            "id": 511822,
                            "text": "荥经县","value": "荥经县",
                            
                        },
                        {
                            "id": 511823,
                            "text": "汉源县","value": "汉源县",
                            
                        },
                        {
                            "id": 511824,
                            "text": "石棉县","value": "石棉县",
                            
                        },
                        {
                            "id": 511825,
                            "text": "天全县","value": "天全县",
                            
                        },
                        {
                            "id": 511826,
                            "text": "芦山县","value": "芦山县",
                            
                        },
                        {
                            "id": 511827,
                            "text": "宝兴县","value": "宝兴县",
                            
                        }
                    ]
                },
                {
                    "id": 511900,
                    "text": "巴中市","value": "巴中市",
                    "children": [
                        {
                            "id": 511902,
                            "text": "巴州区","value": "巴州区",
                            
                        },
                        {
                            "id": 511903,
                            "text": "恩阳区","value": "恩阳区",
                            
                        },
                        {
                            "id": 511921,
                            "text": "通江县","value": "通江县",
                            
                        },
                        {
                            "id": 511922,
                            "text": "南江县","value": "南江县",
                            
                        },
                        {
                            "id": 511923,
                            "text": "平昌县","value": "平昌县",
                            
                        },
                        {
                            "id": 511971,
                            "text": "巴中经济开发区","value": "巴中经济开发区",
                            
                        }
                    ]
                },
                {
                    "id": 512000,
                    "text": "资阳市","value": "资阳市",
                    "children": [
                        {
                            "id": 512002,
                            "text": "雁江区","value": "雁江区",
                            
                        },
                        {
                            "id": 512021,
                            "text": "安岳县","value": "安岳县",
                            
                        },
                        {
                            "id": 512022,
                            "text": "乐至县","value": "乐至县",
                            
                        }
                    ]
                },
                {
                    "id": 513200,
                    "text": "阿坝藏族羌族自治州","value": "阿坝藏族羌族自治州",
                    "children": [
                        {
                            "id": 513201,
                            "text": "马尔康市","value": "马尔康市",
                            
                        },
                        {
                            "id": 513221,
                            "text": "汶川县","value": "汶川县",
                            
                        },
                        {
                            "id": 513222,
                            "text": "理县","value": "理县",
                            
                        },
                        {
                            "id": 513223,
                            "text": "茂县","value": "茂县",
                            
                        },
                        {
                            "id": 513224,
                            "text": "松潘县","value": "松潘县",
                            
                        },
                        {
                            "id": 513225,
                            "text": "九寨沟县","value": "九寨沟县",
                            
                        },
                        {
                            "id": 513226,
                            "text": "金川县","value": "金川县",
                            
                        },
                        {
                            "id": 513227,
                            "text": "小金县","value": "小金县",
                            
                        },
                        {
                            "id": 513228,
                            "text": "黑水县","value": "黑水县",
                            
                        },
                        {
                            "id": 513230,
                            "text": "壤塘县","value": "壤塘县",
                            
                        },
                        {
                            "id": 513231,
                            "text": "阿坝县","value": "阿坝县",
                            
                        },
                        {
                            "id": 513232,
                            "text": "若尔盖县","value": "若尔盖县",
                            
                        },
                        {
                            "id": 513233,
                            "text": "红原县","value": "红原县",
                            
                        }
                    ]
                },
                {
                    "id": 513300,
                    "text": "甘孜藏族自治州","value": "甘孜藏族自治州",
                    "children": [
                        {
                            "id": 513301,
                            "text": "康定市","value": "康定市",
                            
                        },
                        {
                            "id": 513322,
                            "text": "泸定县","value": "泸定县",
                            
                        },
                        {
                            "id": 513323,
                            "text": "丹巴县","value": "丹巴县",
                            
                        },
                        {
                            "id": 513324,
                            "text": "九龙县","value": "九龙县",
                            
                        },
                        {
                            "id": 513325,
                            "text": "雅江县","value": "雅江县",
                            
                        },
                        {
                            "id": 513326,
                            "text": "道孚县","value": "道孚县",
                            
                        },
                        {
                            "id": 513327,
                            "text": "炉霍县","value": "炉霍县",
                            
                        },
                        {
                            "id": 513328,
                            "text": "甘孜县","value": "甘孜县",
                            
                        },
                        {
                            "id": 513329,
                            "text": "新龙县","value": "新龙县",
                            
                        },
                        {
                            "id": 513330,
                            "text": "德格县","value": "德格县",
                            
                        },
                        {
                            "id": 513331,
                            "text": "白玉县","value": "白玉县",
                            
                        },
                        {
                            "id": 513332,
                            "text": "石渠县","value": "石渠县",
                            
                        },
                        {
                            "id": 513333,
                            "text": "色达县","value": "色达县",
                            
                        },
                        {
                            "id": 513334,
                            "text": "理塘县","value": "理塘县",
                            
                        },
                        {
                            "id": 513335,
                            "text": "巴塘县","value": "巴塘县",
                            
                        },
                        {
                            "id": 513336,
                            "text": "乡城县","value": "乡城县",
                            
                        },
                        {
                            "id": 513337,
                            "text": "稻城县","value": "稻城县",
                            
                        },
                        {
                            "id": 513338,
                            "text": "得荣县","value": "得荣县",
                            
                        }
                    ]
                },
                {
                    "id": 513400,
                    "text": "凉山彝族自治州","value": "凉山彝族自治州",
                    "children": [
                        {
                            "id": 513401,
                            "text": "西昌市","value": "西昌市",
                            
                        },
                        {
                            "id": 513402,
                            "text": "会理市","value": "会理市",
                            
                        },
                        {
                            "id": 513422,
                            "text": "木里藏族自治县","value": "木里藏族自治县",
                            
                        },
                        {
                            "id": 513423,
                            "text": "盐源县","value": "盐源县",
                            
                        },
                        {
                            "id": 513424,
                            "text": "德昌县","value": "德昌县",
                            
                        },
                        {
                            "id": 513426,
                            "text": "会东县","value": "会东县",
                            
                        },
                        {
                            "id": 513427,
                            "text": "宁南县","value": "宁南县",
                            
                        },
                        {
                            "id": 513428,
                            "text": "普格县","value": "普格县",
                            
                        },
                        {
                            "id": 513429,
                            "text": "布拖县","value": "布拖县",
                            
                        },
                        {
                            "id": 513430,
                            "text": "金阳县","value": "金阳县",
                            
                        },
                        {
                            "id": 513431,
                            "text": "昭觉县","value": "昭觉县",
                            
                        },
                        {
                            "id": 513432,
                            "text": "喜德县","value": "喜德县",
                            
                        },
                        {
                            "id": 513433,
                            "text": "冕宁县","value": "冕宁县",
                            
                        },
                        {
                            "id": 513434,
                            "text": "越西县","value": "越西县",
                            
                        },
                        {
                            "id": 513435,
                            "text": "甘洛县","value": "甘洛县",
                            
                        },
                        {
                            "id": 513436,
                            "text": "美姑县","value": "美姑县",
                            
                        },
                        {
                            "id": 513437,
                            "text": "雷波县","value": "雷波县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 520000,
            "text": "贵州省","value": "贵州省",
            "children": [
                {
                    "id": 520100,
                    "text": "贵阳市","value": "贵阳市",
                    "children": [
                        {
                            "id": 520102,
                            "text": "南明区","value": "南明区",
                            
                        },
                        {
                            "id": 520103,
                            "text": "云岩区","value": "云岩区",
                            
                        },
                        {
                            "id": 520111,
                            "text": "花溪区","value": "花溪区",
                            
                        },
                        {
                            "id": 520112,
                            "text": "乌当区","value": "乌当区",
                            
                        },
                        {
                            "id": 520113,
                            "text": "白云区","value": "白云区",
                            
                        },
                        {
                            "id": 520115,
                            "text": "观山湖区","value": "观山湖区",
                            
                        },
                        {
                            "id": 520121,
                            "text": "开阳县","value": "开阳县",
                            
                        },
                        {
                            "id": 520122,
                            "text": "息烽县","value": "息烽县",
                            
                        },
                        {
                            "id": 520123,
                            "text": "修文县","value": "修文县",
                            
                        },
                        {
                            "id": 520181,
                            "text": "清镇市","value": "清镇市",
                            
                        }
                    ]
                },
                {
                    "id": 520200,
                    "text": "六盘水市","value": "六盘水市",
                    "children": [
                        {
                            "id": 520201,
                            "text": "钟山区","value": "钟山区",
                            
                        },
                        {
                            "id": 520203,
                            "text": "六枝特区","value": "六枝特区",
                            
                        },
                        {
                            "id": 520204,
                            "text": "水城区","value": "水城区",
                            
                        },
                        {
                            "id": 520281,
                            "text": "盘州市","value": "盘州市",
                            
                        }
                    ]
                },
                {
                    "id": 520300,
                    "text": "遵义市","value": "遵义市",
                    "children": [
                        {
                            "id": 520302,
                            "text": "红花岗区","value": "红花岗区",
                            
                        },
                        {
                            "id": 520303,
                            "text": "汇川区","value": "汇川区",
                            
                        },
                        {
                            "id": 520304,
                            "text": "播州区","value": "播州区",
                            
                        },
                        {
                            "id": 520322,
                            "text": "桐梓县","value": "桐梓县",
                            
                        },
                        {
                            "id": 520323,
                            "text": "绥阳县","value": "绥阳县",
                            
                        },
                        {
                            "id": 520324,
                            "text": "正安县","value": "正安县",
                            
                        },
                        {
                            "id": 520325,
                            "text": "道真仡佬族苗族自治县","value": "道真仡佬族苗族自治县",
                            
                        },
                        {
                            "id": 520326,
                            "text": "务川仡佬族苗族自治县","value": "务川仡佬族苗族自治县",
                            
                        },
                        {
                            "id": 520327,
                            "text": "凤冈县","value": "凤冈县",
                            
                        },
                        {
                            "id": 520328,
                            "text": "湄潭县","value": "湄潭县",
                            
                        },
                        {
                            "id": 520329,
                            "text": "余庆县","value": "余庆县",
                            
                        },
                        {
                            "id": 520330,
                            "text": "习水县","value": "习水县",
                            
                        },
                        {
                            "id": 520381,
                            "text": "赤水市","value": "赤水市",
                            
                        },
                        {
                            "id": 520382,
                            "text": "仁怀市","value": "仁怀市",
                            
                        }
                    ]
                },
                {
                    "id": 520400,
                    "text": "安顺市","value": "安顺市",
                    "children": [
                        {
                            "id": 520402,
                            "text": "西秀区","value": "西秀区",
                            
                        },
                        {
                            "id": 520403,
                            "text": "平坝区","value": "平坝区",
                            
                        },
                        {
                            "id": 520422,
                            "text": "普定县","value": "普定县",
                            
                        },
                        {
                            "id": 520423,
                            "text": "镇宁布依族苗族自治县","value": "镇宁布依族苗族自治县",
                            
                        },
                        {
                            "id": 520424,
                            "text": "关岭布依族苗族自治县","value": "关岭布依族苗族自治县",
                            
                        },
                        {
                            "id": 520425,
                            "text": "紫云苗族布依族自治县","value": "紫云苗族布依族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 520500,
                    "text": "毕节市","value": "毕节市",
                    "children": [
                        {
                            "id": 520502,
                            "text": "七星关区","value": "七星关区",
                            
                        },
                        {
                            "id": 520521,
                            "text": "大方县","value": "大方县",
                            
                        },
                        {
                            "id": 520523,
                            "text": "金沙县","value": "金沙县",
                            
                        },
                        {
                            "id": 520524,
                            "text": "织金县","value": "织金县",
                            
                        },
                        {
                            "id": 520525,
                            "text": "纳雍县","value": "纳雍县",
                            
                        },
                        {
                            "id": 520526,
                            "text": "威宁彝族回族苗族自治县","value": "威宁彝族回族苗族自治县",
                            
                        },
                        {
                            "id": 520527,
                            "text": "赫章县","value": "赫章县",
                            
                        },
                        {
                            "id": 520581,
                            "text": "黔西市","value": "黔西市",
                            
                        }
                    ]
                },
                {
                    "id": 520600,
                    "text": "铜仁市","value": "铜仁市",
                    "children": [
                        {
                            "id": 520602,
                            "text": "碧江区","value": "碧江区",
                            
                        },
                        {
                            "id": 520603,
                            "text": "万山区","value": "万山区",
                            
                        },
                        {
                            "id": 520621,
                            "text": "江口县","value": "江口县",
                            
                        },
                        {
                            "id": 520622,
                            "text": "玉屏侗族自治县","value": "玉屏侗族自治县",
                            
                        },
                        {
                            "id": 520623,
                            "text": "石阡县","value": "石阡县",
                            
                        },
                        {
                            "id": 520624,
                            "text": "思南县","value": "思南县",
                            
                        },
                        {
                            "id": 520625,
                            "text": "印江土家族苗族自治县","value": "印江土家族苗族自治县",
                            
                        },
                        {
                            "id": 520626,
                            "text": "德江县","value": "德江县",
                            
                        },
                        {
                            "id": 520627,
                            "text": "沿河土家族自治县","value": "沿河土家族自治县",
                            
                        },
                        {
                            "id": 520628,
                            "text": "松桃苗族自治县","value": "松桃苗族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 522300,
                    "text": "黔西南布依族苗族自治州","value": "黔西南布依族苗族自治州",
                    "children": [
                        {
                            "id": 522301,
                            "text": "兴义市","value": "兴义市",
                            
                        },
                        {
                            "id": 522302,
                            "text": "兴仁市","value": "兴仁市",
                            
                        },
                        {
                            "id": 522323,
                            "text": "普安县","value": "普安县",
                            
                        },
                        {
                            "id": 522324,
                            "text": "晴隆县","value": "晴隆县",
                            
                        },
                        {
                            "id": 522325,
                            "text": "贞丰县","value": "贞丰县",
                            
                        },
                        {
                            "id": 522326,
                            "text": "望谟县","value": "望谟县",
                            
                        },
                        {
                            "id": 522327,
                            "text": "册亨县","value": "册亨县",
                            
                        },
                        {
                            "id": 522328,
                            "text": "安龙县","value": "安龙县",
                            
                        }
                    ]
                },
                {
                    "id": 522600,
                    "text": "黔东南苗族侗族自治州","value": "黔东南苗族侗族自治州",
                    "children": [
                        {
                            "id": 522601,
                            "text": "凯里市","value": "凯里市",
                            
                        },
                        {
                            "id": 522622,
                            "text": "黄平县","value": "黄平县",
                            
                        },
                        {
                            "id": 522623,
                            "text": "施秉县","value": "施秉县",
                            
                        },
                        {
                            "id": 522624,
                            "text": "三穗县","value": "三穗县",
                            
                        },
                        {
                            "id": 522625,
                            "text": "镇远县","value": "镇远县",
                            
                        },
                        {
                            "id": 522626,
                            "text": "岑巩县","value": "岑巩县",
                            
                        },
                        {
                            "id": 522627,
                            "text": "天柱县","value": "天柱县",
                            
                        },
                        {
                            "id": 522628,
                            "text": "锦屏县","value": "锦屏县",
                            
                        },
                        {
                            "id": 522629,
                            "text": "剑河县","value": "剑河县",
                            
                        },
                        {
                            "id": 522630,
                            "text": "台江县","value": "台江县",
                            
                        },
                        {
                            "id": 522631,
                            "text": "黎平县","value": "黎平县",
                            
                        },
                        {
                            "id": 522632,
                            "text": "榕江县","value": "榕江县",
                            
                        },
                        {
                            "id": 522633,
                            "text": "从江县","value": "从江县",
                            
                        },
                        {
                            "id": 522634,
                            "text": "雷山县","value": "雷山县",
                            
                        },
                        {
                            "id": 522635,
                            "text": "麻江县","value": "麻江县",
                            
                        },
                        {
                            "id": 522636,
                            "text": "丹寨县","value": "丹寨县",
                            
                        }
                    ]
                },
                {
                    "id": 522700,
                    "text": "黔南布依族苗族自治州","value": "黔南布依族苗族自治州",
                    "children": [
                        {
                            "id": 522701,
                            "text": "都匀市","value": "都匀市",
                            
                        },
                        {
                            "id": 522702,
                            "text": "福泉市","value": "福泉市",
                            
                        },
                        {
                            "id": 522722,
                            "text": "荔波县","value": "荔波县",
                            
                        },
                        {
                            "id": 522723,
                            "text": "贵定县","value": "贵定县",
                            
                        },
                        {
                            "id": 522725,
                            "text": "瓮安县","value": "瓮安县",
                            
                        },
                        {
                            "id": 522726,
                            "text": "独山县","value": "独山县",
                            
                        },
                        {
                            "id": 522727,
                            "text": "平塘县","value": "平塘县",
                            
                        },
                        {
                            "id": 522728,
                            "text": "罗甸县","value": "罗甸县",
                            
                        },
                        {
                            "id": 522729,
                            "text": "长顺县","value": "长顺县",
                            
                        },
                        {
                            "id": 522730,
                            "text": "龙里县","value": "龙里县",
                            
                        },
                        {
                            "id": 522731,
                            "text": "惠水县","value": "惠水县",
                            
                        },
                        {
                            "id": 522732,
                            "text": "三都水族自治县","value": "三都水族自治县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 530000,
            "text": "云南省","value": "云南省",
            "children": [
                {
                    "id": 530100,
                    "text": "昆明市","value": "昆明市",
                    "children": [
                        {
                            "id": 530102,
                            "text": "五华区","value": "五华区",
                            
                        },
                        {
                            "id": 530103,
                            "text": "盘龙区","value": "盘龙区",
                            
                        },
                        {
                            "id": 530111,
                            "text": "官渡区","value": "官渡区",
                            
                        },
                        {
                            "id": 530112,
                            "text": "西山区","value": "西山区",
                            
                        },
                        {
                            "id": 530113,
                            "text": "东川区","value": "东川区",
                            
                        },
                        {
                            "id": 530114,
                            "text": "呈贡区","value": "呈贡区",
                            
                        },
                        {
                            "id": 530115,
                            "text": "晋宁区","value": "晋宁区",
                            
                        },
                        {
                            "id": 530124,
                            "text": "富民县","value": "富民县",
                            
                        },
                        {
                            "id": 530125,
                            "text": "宜良县","value": "宜良县",
                            
                        },
                        {
                            "id": 530126,
                            "text": "石林彝族自治县","value": "石林彝族自治县",
                            
                        },
                        {
                            "id": 530127,
                            "text": "嵩明县","value": "嵩明县",
                            
                        },
                        {
                            "id": 530128,
                            "text": "禄劝彝族苗族自治县","value": "禄劝彝族苗族自治县",
                            
                        },
                        {
                            "id": 530129,
                            "text": "寻甸回族彝族自治县","value": "寻甸回族彝族自治县",
                            
                        },
                        {
                            "id": 530181,
                            "text": "安宁市","value": "安宁市",
                            
                        }
                    ]
                },
                {
                    "id": 530300,
                    "text": "曲靖市","value": "曲靖市",
                    "children": [
                        {
                            "id": 530302,
                            "text": "麒麟区","value": "麒麟区",
                            
                        },
                        {
                            "id": 530303,
                            "text": "沾益区","value": "沾益区",
                            
                        },
                        {
                            "id": 530304,
                            "text": "马龙区","value": "马龙区",
                            
                        },
                        {
                            "id": 530322,
                            "text": "陆良县","value": "陆良县",
                            
                        },
                        {
                            "id": 530323,
                            "text": "师宗县","value": "师宗县",
                            
                        },
                        {
                            "id": 530324,
                            "text": "罗平县","value": "罗平县",
                            
                        },
                        {
                            "id": 530325,
                            "text": "富源县","value": "富源县",
                            
                        },
                        {
                            "id": 530326,
                            "text": "会泽县","value": "会泽县",
                            
                        },
                        {
                            "id": 530381,
                            "text": "宣威市","value": "宣威市",
                            
                        }
                    ]
                },
                {
                    "id": 530400,
                    "text": "玉溪市","value": "玉溪市",
                    "children": [
                        {
                            "id": 530402,
                            "text": "红塔区","value": "红塔区",
                            
                        },
                        {
                            "id": 530403,
                            "text": "江川区","value": "江川区",
                            
                        },
                        {
                            "id": 530423,
                            "text": "通海县","value": "通海县",
                            
                        },
                        {
                            "id": 530424,
                            "text": "华宁县","value": "华宁县",
                            
                        },
                        {
                            "id": 530425,
                            "text": "易门县","value": "易门县",
                            
                        },
                        {
                            "id": 530426,
                            "text": "峨山彝族自治县","value": "峨山彝族自治县",
                            
                        },
                        {
                            "id": 530427,
                            "text": "新平彝族傣族自治县","value": "新平彝族傣族自治县",
                            
                        },
                        {
                            "id": 530428,
                            "text": "元江哈尼族彝族傣族自治县","value": "元江哈尼族彝族傣族自治县",
                            
                        },
                        {
                            "id": 530481,
                            "text": "澄江市","value": "澄江市",
                            
                        }
                    ]
                },
                {
                    "id": 530500,
                    "text": "保山市","value": "保山市",
                    "children": [
                        {
                            "id": 530502,
                            "text": "隆阳区","value": "隆阳区",
                            
                        },
                        {
                            "id": 530521,
                            "text": "施甸县","value": "施甸县",
                            
                        },
                        {
                            "id": 530523,
                            "text": "龙陵县","value": "龙陵县",
                            
                        },
                        {
                            "id": 530524,
                            "text": "昌宁县","value": "昌宁县",
                            
                        },
                        {
                            "id": 530581,
                            "text": "腾冲市","value": "腾冲市",
                            
                        }
                    ]
                },
                {
                    "id": 530600,
                    "text": "昭通市","value": "昭通市",
                    "children": [
                        {
                            "id": 530602,
                            "text": "昭阳区","value": "昭阳区",
                            
                        },
                        {
                            "id": 530621,
                            "text": "鲁甸县","value": "鲁甸县",
                            
                        },
                        {
                            "id": 530622,
                            "text": "巧家县","value": "巧家县",
                            
                        },
                        {
                            "id": 530623,
                            "text": "盐津县","value": "盐津县",
                            
                        },
                        {
                            "id": 530624,
                            "text": "大关县","value": "大关县",
                            
                        },
                        {
                            "id": 530625,
                            "text": "永善县","value": "永善县",
                            
                        },
                        {
                            "id": 530626,
                            "text": "绥江县","value": "绥江县",
                            
                        },
                        {
                            "id": 530627,
                            "text": "镇雄县","value": "镇雄县",
                            
                        },
                        {
                            "id": 530628,
                            "text": "彝良县","value": "彝良县",
                            
                        },
                        {
                            "id": 530629,
                            "text": "威信县","value": "威信县",
                            
                        },
                        {
                            "id": 530681,
                            "text": "水富市","value": "水富市",
                            
                        }
                    ]
                },
                {
                    "id": 530700,
                    "text": "丽江市","value": "丽江市",
                    "children": [
                        {
                            "id": 530702,
                            "text": "古城区","value": "古城区",
                            
                        },
                        {
                            "id": 530721,
                            "text": "玉龙纳西族自治县","value": "玉龙纳西族自治县",
                            
                        },
                        {
                            "id": 530722,
                            "text": "永胜县","value": "永胜县",
                            
                        },
                        {
                            "id": 530723,
                            "text": "华坪县","value": "华坪县",
                            
                        },
                        {
                            "id": 530724,
                            "text": "宁蒗彝族自治县","value": "宁蒗彝族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 530800,
                    "text": "普洱市","value": "普洱市",
                    "children": [
                        {
                            "id": 530802,
                            "text": "思茅区","value": "思茅区",
                            
                        },
                        {
                            "id": 530821,
                            "text": "宁洱哈尼族彝族自治县","value": "宁洱哈尼族彝族自治县",
                            
                        },
                        {
                            "id": 530822,
                            "text": "墨江哈尼族自治县","value": "墨江哈尼族自治县",
                            
                        },
                        {
                            "id": 530823,
                            "text": "景东彝族自治县","value": "景东彝族自治县",
                            
                        },
                        {
                            "id": 530824,
                            "text": "景谷傣族彝族自治县","value": "景谷傣族彝族自治县",
                            
                        },
                        {
                            "id": 530825,
                            "text": "镇沅彝族哈尼族拉祜族自治县","value": "镇沅彝族哈尼族拉祜族自治县",
                            
                        },
                        {
                            "id": 530826,
                            "text": "江城哈尼族彝族自治县","value": "江城哈尼族彝族自治县",
                            
                        },
                        {
                            "id": 530827,
                            "text": "孟连傣族拉祜族佤族自治县","value": "孟连傣族拉祜族佤族自治县",
                            
                        },
                        {
                            "id": 530828,
                            "text": "澜沧拉祜族自治县","value": "澜沧拉祜族自治县",
                            
                        },
                        {
                            "id": 530829,
                            "text": "西盟佤族自治县","value": "西盟佤族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 530900,
                    "text": "临沧市","value": "临沧市",
                    "children": [
                        {
                            "id": 530902,
                            "text": "临翔区","value": "临翔区",
                            
                        },
                        {
                            "id": 530921,
                            "text": "凤庆县","value": "凤庆县",
                            
                        },
                        {
                            "id": 530922,
                            "text": "云县","value": "云县",
                            
                        },
                        {
                            "id": 530923,
                            "text": "永德县","value": "永德县",
                            
                        },
                        {
                            "id": 530924,
                            "text": "镇康县","value": "镇康县",
                            
                        },
                        {
                            "id": 530925,
                            "text": "双江拉祜族佤族布朗族傣族自治县","value": "双江拉祜族佤族布朗族傣族自治县",
                            
                        },
                        {
                            "id": 530926,
                            "text": "耿马傣族佤族自治县","value": "耿马傣族佤族自治县",
                            
                        },
                        {
                            "id": 530927,
                            "text": "沧源佤族自治县","value": "沧源佤族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 532300,
                    "text": "楚雄彝族自治州","value": "楚雄彝族自治州",
                    "children": [
                        {
                            "id": 532301,
                            "text": "楚雄市","value": "楚雄市",
                            
                        },
                        {
                            "id": 532302,
                            "text": "禄丰市","value": "禄丰市",
                            
                        },
                        {
                            "id": 532322,
                            "text": "双柏县","value": "双柏县",
                            
                        },
                        {
                            "id": 532323,
                            "text": "牟定县","value": "牟定县",
                            
                        },
                        {
                            "id": 532324,
                            "text": "南华县","value": "南华县",
                            
                        },
                        {
                            "id": 532325,
                            "text": "姚安县","value": "姚安县",
                            
                        },
                        {
                            "id": 532326,
                            "text": "大姚县","value": "大姚县",
                            
                        },
                        {
                            "id": 532327,
                            "text": "永仁县","value": "永仁县",
                            
                        },
                        {
                            "id": 532328,
                            "text": "元谋县","value": "元谋县",
                            
                        },
                        {
                            "id": 532329,
                            "text": "武定县","value": "武定县",
                            
                        }
                    ]
                },
                {
                    "id": 532500,
                    "text": "红河哈尼族彝族自治州","value": "红河哈尼族彝族自治州",
                    "children": [
                        {
                            "id": 532501,
                            "text": "个旧市","value": "个旧市",
                            
                        },
                        {
                            "id": 532502,
                            "text": "开远市","value": "开远市",
                            
                        },
                        {
                            "id": 532503,
                            "text": "蒙自市","value": "蒙自市",
                            
                        },
                        {
                            "id": 532504,
                            "text": "弥勒市","value": "弥勒市",
                            
                        },
                        {
                            "id": 532523,
                            "text": "屏边苗族自治县","value": "屏边苗族自治县",
                            
                        },
                        {
                            "id": 532524,
                            "text": "建水县","value": "建水县",
                            
                        },
                        {
                            "id": 532525,
                            "text": "石屏县","value": "石屏县",
                            
                        },
                        {
                            "id": 532527,
                            "text": "泸西县","value": "泸西县",
                            
                        },
                        {
                            "id": 532528,
                            "text": "元阳县","value": "元阳县",
                            
                        },
                        {
                            "id": 532529,
                            "text": "红河县","value": "红河县",
                            
                        },
                        {
                            "id": 532530,
                            "text": "金平苗族瑶族傣族自治县","value": "金平苗族瑶族傣族自治县",
                            
                        },
                        {
                            "id": 532531,
                            "text": "绿春县","value": "绿春县",
                            
                        },
                        {
                            "id": 532532,
                            "text": "河口瑶族自治县","value": "河口瑶族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 532600,
                    "text": "文山壮族苗族自治州","value": "文山壮族苗族自治州",
                    "children": [
                        {
                            "id": 532601,
                            "text": "文山市","value": "文山市",
                            
                        },
                        {
                            "id": 532622,
                            "text": "砚山县","value": "砚山县",
                            
                        },
                        {
                            "id": 532623,
                            "text": "西畴县","value": "西畴县",
                            
                        },
                        {
                            "id": 532624,
                            "text": "麻栗坡县","value": "麻栗坡县",
                            
                        },
                        {
                            "id": 532625,
                            "text": "马关县","value": "马关县",
                            
                        },
                        {
                            "id": 532626,
                            "text": "丘北县","value": "丘北县",
                            
                        },
                        {
                            "id": 532627,
                            "text": "广南县","value": "广南县",
                            
                        },
                        {
                            "id": 532628,
                            "text": "富宁县","value": "富宁县",
                            
                        }
                    ]
                },
                {
                    "id": 532800,
                    "text": "西双版纳傣族自治州","value": "西双版纳傣族自治州",
                    "children": [
                        {
                            "id": 532801,
                            "text": "景洪市","value": "景洪市",
                            
                        },
                        {
                            "id": 532822,
                            "text": "勐海县","value": "勐海县",
                            
                        },
                        {
                            "id": 532823,
                            "text": "勐腊县","value": "勐腊县",
                            
                        }
                    ]
                },
                {
                    "id": 532900,
                    "text": "大理白族自治州","value": "大理白族自治州",
                    "children": [
                        {
                            "id": 532901,
                            "text": "大理市","value": "大理市",
                            
                        },
                        {
                            "id": 532922,
                            "text": "漾濞彝族自治县","value": "漾濞彝族自治县",
                            
                        },
                        {
                            "id": 532923,
                            "text": "祥云县","value": "祥云县",
                            
                        },
                        {
                            "id": 532924,
                            "text": "宾川县","value": "宾川县",
                            
                        },
                        {
                            "id": 532925,
                            "text": "弥渡县","value": "弥渡县",
                            
                        },
                        {
                            "id": 532926,
                            "text": "南涧彝族自治县","value": "南涧彝族自治县",
                            
                        },
                        {
                            "id": 532927,
                            "text": "巍山彝族回族自治县","value": "巍山彝族回族自治县",
                            
                        },
                        {
                            "id": 532928,
                            "text": "永平县","value": "永平县",
                            
                        },
                        {
                            "id": 532929,
                            "text": "云龙县","value": "云龙县",
                            
                        },
                        {
                            "id": 532930,
                            "text": "洱源县","value": "洱源县",
                            
                        },
                        {
                            "id": 532931,
                            "text": "剑川县","value": "剑川县",
                            
                        },
                        {
                            "id": 532932,
                            "text": "鹤庆县","value": "鹤庆县",
                            
                        }
                    ]
                },
                {
                    "id": 533100,
                    "text": "德宏傣族景颇族自治州","value": "德宏傣族景颇族自治州",
                    "children": [
                        {
                            "id": 533102,
                            "text": "瑞丽市","value": "瑞丽市",
                            
                        },
                        {
                            "id": 533103,
                            "text": "芒市","value": "芒市",
                            
                        },
                        {
                            "id": 533122,
                            "text": "梁河县","value": "梁河县",
                            
                        },
                        {
                            "id": 533123,
                            "text": "盈江县","value": "盈江县",
                            
                        },
                        {
                            "id": 533124,
                            "text": "陇川县","value": "陇川县",
                            
                        }
                    ]
                },
                {
                    "id": 533300,
                    "text": "怒江傈僳族自治州","value": "怒江傈僳族自治州",
                    "children": [
                        {
                            "id": 533301,
                            "text": "泸水市","value": "泸水市",
                            
                        },
                        {
                            "id": 533323,
                            "text": "福贡县","value": "福贡县",
                            
                        },
                        {
                            "id": 533324,
                            "text": "贡山独龙族怒族自治县","value": "贡山独龙族怒族自治县",
                            
                        },
                        {
                            "id": 533325,
                            "text": "兰坪白族普米族自治县","value": "兰坪白族普米族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 533400,
                    "text": "迪庆藏族自治州","value": "迪庆藏族自治州",
                    "children": [
                        {
                            "id": 533401,
                            "text": "香格里拉市","value": "香格里拉市",
                            
                        },
                        {
                            "id": 533422,
                            "text": "德钦县","value": "德钦县",
                            
                        },
                        {
                            "id": 533423,
                            "text": "维西傈僳族自治县","value": "维西傈僳族自治县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 540000,
            "text": "西藏自治区","value": "西藏自治区",
            "children": [
                {
                    "id": 540100,
                    "text": "拉萨市","value": "拉萨市",
                    "children": [
                        {
                            "id": 540102,
                            "text": "城关区","value": "城关区",
                            
                        },
                        {
                            "id": 540103,
                            "text": "堆龙德庆区","value": "堆龙德庆区",
                            
                        },
                        {
                            "id": 540104,
                            "text": "达孜区","value": "达孜区",
                            
                        },
                        {
                            "id": 540121,
                            "text": "林周县","value": "林周县",
                            
                        },
                        {
                            "id": 540122,
                            "text": "当雄县","value": "当雄县",
                            
                        },
                        {
                            "id": 540123,
                            "text": "尼木县","value": "尼木县",
                            
                        },
                        {
                            "id": 540124,
                            "text": "曲水县","value": "曲水县",
                            
                        },
                        {
                            "id": 540127,
                            "text": "墨竹工卡县","value": "墨竹工卡县",
                            
                        },
                        {
                            "id": 540171,
                            "text": "格尔木藏青工业园区","value": "格尔木藏青工业园区",
                            
                        },
                        {
                            "id": 540172,
                            "text": "拉萨经济技术开发区","value": "拉萨经济技术开发区",
                            
                        },
                        {
                            "id": 540173,
                            "text": "西藏文化旅游创意园区","value": "西藏文化旅游创意园区",
                            
                        },
                        {
                            "id": 540174,
                            "text": "达孜工业园区","value": "达孜工业园区",
                            
                        }
                    ]
                },
                {
                    "id": 540200,
                    "text": "日喀则市","value": "日喀则市",
                    "children": [
                        {
                            "id": 540202,
                            "text": "桑珠孜区","value": "桑珠孜区",
                            
                        },
                        {
                            "id": 540221,
                            "text": "南木林县","value": "南木林县",
                            
                        },
                        {
                            "id": 540222,
                            "text": "江孜县","value": "江孜县",
                            
                        },
                        {
                            "id": 540223,
                            "text": "定日县","value": "定日县",
                            
                        },
                        {
                            "id": 540224,
                            "text": "萨迦县","value": "萨迦县",
                            
                        },
                        {
                            "id": 540225,
                            "text": "拉孜县","value": "拉孜县",
                            
                        },
                        {
                            "id": 540226,
                            "text": "昂仁县","value": "昂仁县",
                            
                        },
                        {
                            "id": 540227,
                            "text": "谢通门县","value": "谢通门县",
                            
                        },
                        {
                            "id": 540228,
                            "text": "白朗县","value": "白朗县",
                            
                        },
                        {
                            "id": 540229,
                            "text": "仁布县","value": "仁布县",
                            
                        },
                        {
                            "id": 540230,
                            "text": "康马县","value": "康马县",
                            
                        },
                        {
                            "id": 540231,
                            "text": "定结县","value": "定结县",
                            
                        },
                        {
                            "id": 540232,
                            "text": "仲巴县","value": "仲巴县",
                            
                        },
                        {
                            "id": 540233,
                            "text": "亚东县","value": "亚东县",
                            
                        },
                        {
                            "id": 540234,
                            "text": "吉隆县","value": "吉隆县",
                            
                        },
                        {
                            "id": 540235,
                            "text": "聂拉木县","value": "聂拉木县",
                            
                        },
                        {
                            "id": 540236,
                            "text": "萨嘎县","value": "萨嘎县",
                            
                        },
                        {
                            "id": 540237,
                            "text": "岗巴县","value": "岗巴县",
                            
                        }
                    ]
                },
                {
                    "id": 540300,
                    "text": "昌都市","value": "昌都市",
                    "children": [
                        {
                            "id": 540302,
                            "text": "卡若区","value": "卡若区",
                            
                        },
                        {
                            "id": 540321,
                            "text": "江达县","value": "江达县",
                            
                        },
                        {
                            "id": 540322,
                            "text": "贡觉县","value": "贡觉县",
                            
                        },
                        {
                            "id": 540323,
                            "text": "类乌齐县","value": "类乌齐县",
                            
                        },
                        {
                            "id": 540324,
                            "text": "丁青县","value": "丁青县",
                            
                        },
                        {
                            "id": 540325,
                            "text": "察雅县","value": "察雅县",
                            
                        },
                        {
                            "id": 540326,
                            "text": "八宿县","value": "八宿县",
                            
                        },
                        {
                            "id": 540327,
                            "text": "左贡县","value": "左贡县",
                            
                        },
                        {
                            "id": 540328,
                            "text": "芒康县","value": "芒康县",
                            
                        },
                        {
                            "id": 540329,
                            "text": "洛隆县","value": "洛隆县",
                            
                        },
                        {
                            "id": 540330,
                            "text": "边坝县","value": "边坝县",
                            
                        }
                    ]
                },
                {
                    "id": 540400,
                    "text": "林芝市","value": "林芝市",
                    "children": [
                        {
                            "id": 540402,
                            "text": "巴宜区","value": "巴宜区",
                            
                        },
                        {
                            "id": 540421,
                            "text": "工布江达县","value": "工布江达县",
                            
                        },
                        {
                            "id": 540422,
                            "text": "米林县","value": "米林县",
                            
                        },
                        {
                            "id": 540423,
                            "text": "墨脱县","value": "墨脱县",
                            
                        },
                        {
                            "id": 540424,
                            "text": "波密县","value": "波密县",
                            
                        },
                        {
                            "id": 540425,
                            "text": "察隅县","value": "察隅县",
                            
                        },
                        {
                            "id": 540426,
                            "text": "朗县","value": "朗县",
                            
                        }
                    ]
                },
                {
                    "id": 540500,
                    "text": "山南市","value": "山南市",
                    "children": [
                        {
                            "id": 540502,
                            "text": "乃东区","value": "乃东区",
                            
                        },
                        {
                            "id": 540521,
                            "text": "扎囊县","value": "扎囊县",
                            
                        },
                        {
                            "id": 540522,
                            "text": "贡嘎县","value": "贡嘎县",
                            
                        },
                        {
                            "id": 540523,
                            "text": "桑日县","value": "桑日县",
                            
                        },
                        {
                            "id": 540524,
                            "text": "琼结县","value": "琼结县",
                            
                        },
                        {
                            "id": 540525,
                            "text": "曲松县","value": "曲松县",
                            
                        },
                        {
                            "id": 540526,
                            "text": "措美县","value": "措美县",
                            
                        },
                        {
                            "id": 540527,
                            "text": "洛扎县","value": "洛扎县",
                            
                        },
                        {
                            "id": 540528,
                            "text": "加查县","value": "加查县",
                            
                        },
                        {
                            "id": 540529,
                            "text": "隆子县","value": "隆子县",
                            
                        },
                        {
                            "id": 540530,
                            "text": "错那县","value": "错那县",
                            
                        },
                        {
                            "id": 540531,
                            "text": "浪卡子县","value": "浪卡子县",
                            
                        }
                    ]
                },
                {
                    "id": 540600,
                    "text": "那曲市","value": "那曲市",
                    "children": [
                        {
                            "id": 540602,
                            "text": "色尼区","value": "色尼区",
                            
                        },
                        {
                            "id": 540621,
                            "text": "嘉黎县","value": "嘉黎县",
                            
                        },
                        {
                            "id": 540622,
                            "text": "比如县","value": "比如县",
                            
                        },
                        {
                            "id": 540623,
                            "text": "聂荣县","value": "聂荣县",
                            
                        },
                        {
                            "id": 540624,
                            "text": "安多县","value": "安多县",
                            
                        },
                        {
                            "id": 540625,
                            "text": "申扎县","value": "申扎县",
                            
                        },
                        {
                            "id": 540626,
                            "text": "索县","value": "索县",
                            
                        },
                        {
                            "id": 540627,
                            "text": "班戈县","value": "班戈县",
                            
                        },
                        {
                            "id": 540628,
                            "text": "巴青县","value": "巴青县",
                            
                        },
                        {
                            "id": 540629,
                            "text": "尼玛县","value": "尼玛县",
                            
                        },
                        {
                            "id": 540630,
                            "text": "双湖县","value": "双湖县",
                            
                        }
                    ]
                },
                {
                    "id": 542500,
                    "text": "阿里地区","value": "阿里地区",
                    "children": [
                        {
                            "id": 542521,
                            "text": "普兰县","value": "普兰县",
                            
                        },
                        {
                            "id": 542522,
                            "text": "札达县","value": "札达县",
                            
                        },
                        {
                            "id": 542523,
                            "text": "噶尔县","value": "噶尔县",
                            
                        },
                        {
                            "id": 542524,
                            "text": "日土县","value": "日土县",
                            
                        },
                        {
                            "id": 542525,
                            "text": "革吉县","value": "革吉县",
                            
                        },
                        {
                            "id": 542526,
                            "text": "改则县","value": "改则县",
                            
                        },
                        {
                            "id": 542527,
                            "text": "措勤县","value": "措勤县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 610000,
            "text": "陕西省","value": "陕西省",
            "children": [
                {
                    "id": 610100,
                    "text": "西安市","value": "西安市",
                    "children": [
                        {
                            "id": 610102,
                            "text": "新城区","value": "新城区",
                            
                        },
                        {
                            "id": 610103,
                            "text": "碑林区","value": "碑林区",
                            
                        },
                        {
                            "id": 610104,
                            "text": "莲湖区","value": "莲湖区",
                            
                        },
                        {
                            "id": 610111,
                            "text": "灞桥区","value": "灞桥区",
                            
                        },
                        {
                            "id": 610112,
                            "text": "未央区","value": "未央区",
                            
                        },
                        {
                            "id": 610113,
                            "text": "雁塔区","value": "雁塔区",
                            
                        },
                        {
                            "id": 610114,
                            "text": "阎良区","value": "阎良区",
                            
                        },
                        {
                            "id": 610115,
                            "text": "临潼区","value": "临潼区",
                            
                        },
                        {
                            "id": 610116,
                            "text": "长安区","value": "长安区",
                            
                        },
                        {
                            "id": 610117,
                            "text": "高陵区","value": "高陵区",
                            
                        },
                        {
                            "id": 610118,
                            "text": "鄠邑区","value": "鄠邑区",
                            
                        },
                        {
                            "id": 610122,
                            "text": "蓝田县","value": "蓝田县",
                            
                        },
                        {
                            "id": 610124,
                            "text": "周至县","value": "周至县",
                            
                        }
                    ]
                },
                {
                    "id": 610200,
                    "text": "铜川市","value": "铜川市",
                    "children": [
                        {
                            "id": 610202,
                            "text": "王益区","value": "王益区",
                            
                        },
                        {
                            "id": 610203,
                            "text": "印台区","value": "印台区",
                            
                        },
                        {
                            "id": 610204,
                            "text": "耀州区","value": "耀州区",
                            
                        },
                        {
                            "id": 610222,
                            "text": "宜君县","value": "宜君县",
                            
                        }
                    ]
                },
                {
                    "id": 610300,
                    "text": "宝鸡市","value": "宝鸡市",
                    "children": [
                        {
                            "id": 610302,
                            "text": "渭滨区","value": "渭滨区",
                            
                        },
                        {
                            "id": 610303,
                            "text": "金台区","value": "金台区",
                            
                        },
                        {
                            "id": 610304,
                            "text": "陈仓区","value": "陈仓区",
                            
                        },
                        {
                            "id": 610305,
                            "text": "凤翔区","value": "凤翔区",
                            
                        },
                        {
                            "id": 610323,
                            "text": "岐山县","value": "岐山县",
                            
                        },
                        {
                            "id": 610324,
                            "text": "扶风县","value": "扶风县",
                            
                        },
                        {
                            "id": 610326,
                            "text": "眉县","value": "眉县",
                            
                        },
                        {
                            "id": 610327,
                            "text": "陇县","value": "陇县",
                            
                        },
                        {
                            "id": 610328,
                            "text": "千阳县","value": "千阳县",
                            
                        },
                        {
                            "id": 610329,
                            "text": "麟游县","value": "麟游县",
                            
                        },
                        {
                            "id": 610330,
                            "text": "凤县","value": "凤县",
                            
                        },
                        {
                            "id": 610331,
                            "text": "太白县","value": "太白县",
                            
                        }
                    ]
                },
                {
                    "id": 610400,
                    "text": "咸阳市","value": "咸阳市",
                    "children": [
                        {
                            "id": 610402,
                            "text": "秦都区","value": "秦都区",
                            
                        },
                        {
                            "id": 610403,
                            "text": "杨陵区","value": "杨陵区",
                            
                        },
                        {
                            "id": 610404,
                            "text": "渭城区","value": "渭城区",
                            
                        },
                        {
                            "id": 610422,
                            "text": "三原县","value": "三原县",
                            
                        },
                        {
                            "id": 610423,
                            "text": "泾阳县","value": "泾阳县",
                            
                        },
                        {
                            "id": 610424,
                            "text": "乾县","value": "乾县",
                            
                        },
                        {
                            "id": 610425,
                            "text": "礼泉县","value": "礼泉县",
                            
                        },
                        {
                            "id": 610426,
                            "text": "永寿县","value": "永寿县",
                            
                        },
                        {
                            "id": 610428,
                            "text": "长武县","value": "长武县",
                            
                        },
                        {
                            "id": 610429,
                            "text": "旬邑县","value": "旬邑县",
                            
                        },
                        {
                            "id": 610430,
                            "text": "淳化县","value": "淳化县",
                            
                        },
                        {
                            "id": 610431,
                            "text": "武功县","value": "武功县",
                            
                        },
                        {
                            "id": 610481,
                            "text": "兴平市","value": "兴平市",
                            
                        },
                        {
                            "id": 610482,
                            "text": "彬州市","value": "彬州市",
                            
                        }
                    ]
                },
                {
                    "id": 610500,
                    "text": "渭南市","value": "渭南市",
                    "children": [
                        {
                            "id": 610502,
                            "text": "临渭区","value": "临渭区",
                            
                        },
                        {
                            "id": 610503,
                            "text": "华州区","value": "华州区",
                            
                        },
                        {
                            "id": 610522,
                            "text": "潼关县","value": "潼关县",
                            
                        },
                        {
                            "id": 610523,
                            "text": "大荔县","value": "大荔县",
                            
                        },
                        {
                            "id": 610524,
                            "text": "合阳县","value": "合阳县",
                            
                        },
                        {
                            "id": 610525,
                            "text": "澄城县","value": "澄城县",
                            
                        },
                        {
                            "id": 610526,
                            "text": "蒲城县","value": "蒲城县",
                            
                        },
                        {
                            "id": 610527,
                            "text": "白水县","value": "白水县",
                            
                        },
                        {
                            "id": 610528,
                            "text": "富平县","value": "富平县",
                            
                        },
                        {
                            "id": 610581,
                            "text": "韩城市","value": "韩城市",
                            
                        },
                        {
                            "id": 610582,
                            "text": "华阴市","value": "华阴市",
                            
                        }
                    ]
                },
                {
                    "id": 610600,
                    "text": "延安市","value": "延安市",
                    "children": [
                        {
                            "id": 610602,
                            "text": "宝塔区","value": "宝塔区",
                            
                        },
                        {
                            "id": 610603,
                            "text": "安塞区","value": "安塞区",
                            
                        },
                        {
                            "id": 610621,
                            "text": "延长县","value": "延长县",
                            
                        },
                        {
                            "id": 610622,
                            "text": "延川县","value": "延川县",
                            
                        },
                        {
                            "id": 610625,
                            "text": "志丹县","value": "志丹县",
                            
                        },
                        {
                            "id": 610626,
                            "text": "吴起县","value": "吴起县",
                            
                        },
                        {
                            "id": 610627,
                            "text": "甘泉县","value": "甘泉县",
                            
                        },
                        {
                            "id": 610628,
                            "text": "富县","value": "富县",
                            
                        },
                        {
                            "id": 610629,
                            "text": "洛川县","value": "洛川县",
                            
                        },
                        {
                            "id": 610630,
                            "text": "宜川县","value": "宜川县",
                            
                        },
                        {
                            "id": 610631,
                            "text": "黄龙县","value": "黄龙县",
                            
                        },
                        {
                            "id": 610632,
                            "text": "黄陵县","value": "黄陵县",
                            
                        },
                        {
                            "id": 610681,
                            "text": "子长市","value": "子长市",
                            
                        }
                    ]
                },
                {
                    "id": 610700,
                    "text": "汉中市","value": "汉中市",
                    "children": [
                        {
                            "id": 610702,
                            "text": "汉台区","value": "汉台区",
                            
                        },
                        {
                            "id": 610703,
                            "text": "南郑区","value": "南郑区",
                            
                        },
                        {
                            "id": 610722,
                            "text": "城固县","value": "城固县",
                            
                        },
                        {
                            "id": 610723,
                            "text": "洋县","value": "洋县",
                            
                        },
                        {
                            "id": 610724,
                            "text": "西乡县","value": "西乡县",
                            
                        },
                        {
                            "id": 610725,
                            "text": "勉县","value": "勉县",
                            
                        },
                        {
                            "id": 610726,
                            "text": "宁强县","value": "宁强县",
                            
                        },
                        {
                            "id": 610727,
                            "text": "略阳县","value": "略阳县",
                            
                        },
                        {
                            "id": 610728,
                            "text": "镇巴县","value": "镇巴县",
                            
                        },
                        {
                            "id": 610729,
                            "text": "留坝县","value": "留坝县",
                            
                        },
                        {
                            "id": 610730,
                            "text": "佛坪县","value": "佛坪县",
                            
                        }
                    ]
                },
                {
                    "id": 610800,
                    "text": "榆林市","value": "榆林市",
                    "children": [
                        {
                            "id": 610802,
                            "text": "榆阳区","value": "榆阳区",
                            
                        },
                        {
                            "id": 610803,
                            "text": "横山区","value": "横山区",
                            
                        },
                        {
                            "id": 610822,
                            "text": "府谷县","value": "府谷县",
                            
                        },
                        {
                            "id": 610824,
                            "text": "靖边县","value": "靖边县",
                            
                        },
                        {
                            "id": 610825,
                            "text": "定边县","value": "定边县",
                            
                        },
                        {
                            "id": 610826,
                            "text": "绥德县","value": "绥德县",
                            
                        },
                        {
                            "id": 610827,
                            "text": "米脂县","value": "米脂县",
                            
                        },
                        {
                            "id": 610828,
                            "text": "佳县","value": "佳县",
                            
                        },
                        {
                            "id": 610829,
                            "text": "吴堡县","value": "吴堡县",
                            
                        },
                        {
                            "id": 610830,
                            "text": "清涧县","value": "清涧县",
                            
                        },
                        {
                            "id": 610831,
                            "text": "子洲县","value": "子洲县",
                            
                        },
                        {
                            "id": 610881,
                            "text": "神木市","value": "神木市",
                            
                        }
                    ]
                },
                {
                    "id": 610900,
                    "text": "安康市","value": "安康市",
                    "children": [
                        {
                            "id": 610902,
                            "text": "汉滨区","value": "汉滨区",
                            
                        },
                        {
                            "id": 610921,
                            "text": "汉阴县","value": "汉阴县",
                            
                        },
                        {
                            "id": 610922,
                            "text": "石泉县","value": "石泉县",
                            
                        },
                        {
                            "id": 610923,
                            "text": "宁陕县","value": "宁陕县",
                            
                        },
                        {
                            "id": 610924,
                            "text": "紫阳县","value": "紫阳县",
                            
                        },
                        {
                            "id": 610925,
                            "text": "岚皋县","value": "岚皋县",
                            
                        },
                        {
                            "id": 610926,
                            "text": "平利县","value": "平利县",
                            
                        },
                        {
                            "id": 610927,
                            "text": "镇坪县","value": "镇坪县",
                            
                        },
                        {
                            "id": 610929,
                            "text": "白河县","value": "白河县",
                            
                        },
                        {
                            "id": 610981,
                            "text": "旬阳市","value": "旬阳市",
                            
                        }
                    ]
                },
                {
                    "id": 611000,
                    "text": "商洛市","value": "商洛市",
                    "children": [
                        {
                            "id": 611002,
                            "text": "商州区","value": "商州区",
                            
                        },
                        {
                            "id": 611021,
                            "text": "洛南县","value": "洛南县",
                            
                        },
                        {
                            "id": 611022,
                            "text": "丹凤县","value": "丹凤县",
                            
                        },
                        {
                            "id": 611023,
                            "text": "商南县","value": "商南县",
                            
                        },
                        {
                            "id": 611024,
                            "text": "山阳县","value": "山阳县",
                            
                        },
                        {
                            "id": 611025,
                            "text": "镇安县","value": "镇安县",
                            
                        },
                        {
                            "id": 611026,
                            "text": "柞水县","value": "柞水县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 620000,
            "text": "甘肃省","value": "甘肃省",
            "children": [
                {
                    "id": 620100,
                    "text": "兰州市","value": "兰州市",
                    "children": [
                        {
                            "id": 620102,
                            "text": "城关区","value": "城关区",
                            
                        },
                        {
                            "id": 620103,
                            "text": "七里河区","value": "七里河区",
                            
                        },
                        {
                            "id": 620104,
                            "text": "西固区","value": "西固区",
                            
                        },
                        {
                            "id": 620105,
                            "text": "安宁区","value": "安宁区",
                            
                        },
                        {
                            "id": 620111,
                            "text": "红古区","value": "红古区",
                            
                        },
                        {
                            "id": 620121,
                            "text": "永登县","value": "永登县",
                            
                        },
                        {
                            "id": 620122,
                            "text": "皋兰县","value": "皋兰县",
                            
                        },
                        {
                            "id": 620123,
                            "text": "榆中县","value": "榆中县",
                            
                        },
                        {
                            "id": 620171,
                            "text": "兰州新区","value": "兰州新区",
                            
                        }
                    ]
                },
                {
                    "id": 620200,
                    "text": "嘉峪关市","value": "嘉峪关市",
                    "children": [
                        {
                            "id": 620201,
                            "text": "嘉峪关市","value": "嘉峪关市",
                            
                        }
                    ]
                },
                {
                    "id": 620300,
                    "text": "金昌市","value": "金昌市",
                    "children": [
                        {
                            "id": 620302,
                            "text": "金川区","value": "金川区",
                            
                        },
                        {
                            "id": 620321,
                            "text": "永昌县","value": "永昌县",
                            
                        }
                    ]
                },
                {
                    "id": 620400,
                    "text": "白银市","value": "白银市",
                    "children": [
                        {
                            "id": 620402,
                            "text": "白银区","value": "白银区",
                            
                        },
                        {
                            "id": 620403,
                            "text": "平川区","value": "平川区",
                            
                        },
                        {
                            "id": 620421,
                            "text": "靖远县","value": "靖远县",
                            
                        },
                        {
                            "id": 620422,
                            "text": "会宁县","value": "会宁县",
                            
                        },
                        {
                            "id": 620423,
                            "text": "景泰县","value": "景泰县",
                            
                        }
                    ]
                },
                {
                    "id": 620500,
                    "text": "天水市","value": "天水市",
                    "children": [
                        {
                            "id": 620502,
                            "text": "秦州区","value": "秦州区",
                            
                        },
                        {
                            "id": 620503,
                            "text": "麦积区","value": "麦积区",
                            
                        },
                        {
                            "id": 620521,
                            "text": "清水县","value": "清水县",
                            
                        },
                        {
                            "id": 620522,
                            "text": "秦安县","value": "秦安县",
                            
                        },
                        {
                            "id": 620523,
                            "text": "甘谷县","value": "甘谷县",
                            
                        },
                        {
                            "id": 620524,
                            "text": "武山县","value": "武山县",
                            
                        },
                        {
                            "id": 620525,
                            "text": "张家川回族自治县","value": "张家川回族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 620600,
                    "text": "武威市","value": "武威市",
                    "children": [
                        {
                            "id": 620602,
                            "text": "凉州区","value": "凉州区",
                            
                        },
                        {
                            "id": 620621,
                            "text": "民勤县","value": "民勤县",
                            
                        },
                        {
                            "id": 620622,
                            "text": "古浪县","value": "古浪县",
                            
                        },
                        {
                            "id": 620623,
                            "text": "天祝藏族自治县","value": "天祝藏族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 620700,
                    "text": "张掖市","value": "张掖市",
                    "children": [
                        {
                            "id": 620702,
                            "text": "甘州区","value": "甘州区",
                            
                        },
                        {
                            "id": 620721,
                            "text": "肃南裕固族自治县","value": "肃南裕固族自治县",
                            
                        },
                        {
                            "id": 620722,
                            "text": "民乐县","value": "民乐县",
                            
                        },
                        {
                            "id": 620723,
                            "text": "临泽县","value": "临泽县",
                            
                        },
                        {
                            "id": 620724,
                            "text": "高台县","value": "高台县",
                            
                        },
                        {
                            "id": 620725,
                            "text": "山丹县","value": "山丹县",
                            
                        }
                    ]
                },
                {
                    "id": 620800,
                    "text": "平凉市","value": "平凉市",
                    "children": [
                        {
                            "id": 620802,
                            "text": "崆峒区","value": "崆峒区",
                            
                        },
                        {
                            "id": 620821,
                            "text": "泾川县","value": "泾川县",
                            
                        },
                        {
                            "id": 620822,
                            "text": "灵台县","value": "灵台县",
                            
                        },
                        {
                            "id": 620823,
                            "text": "崇信县","value": "崇信县",
                            
                        },
                        {
                            "id": 620825,
                            "text": "庄浪县","value": "庄浪县",
                            
                        },
                        {
                            "id": 620826,
                            "text": "静宁县","value": "静宁县",
                            
                        },
                        {
                            "id": 620881,
                            "text": "华亭市","value": "华亭市",
                            
                        }
                    ]
                },
                {
                    "id": 620900,
                    "text": "酒泉市","value": "酒泉市",
                    "children": [
                        {
                            "id": 620902,
                            "text": "肃州区","value": "肃州区",
                            
                        },
                        {
                            "id": 620921,
                            "text": "金塔县","value": "金塔县",
                            
                        },
                        {
                            "id": 620922,
                            "text": "瓜州县","value": "瓜州县",
                            
                        },
                        {
                            "id": 620923,
                            "text": "肃北蒙古族自治县","value": "肃北蒙古族自治县",
                            
                        },
                        {
                            "id": 620924,
                            "text": "阿克塞哈萨克族自治县","value": "阿克塞哈萨克族自治县",
                            
                        },
                        {
                            "id": 620981,
                            "text": "玉门市","value": "玉门市",
                            
                        },
                        {
                            "id": 620982,
                            "text": "敦煌市","value": "敦煌市",
                            
                        }
                    ]
                },
                {
                    "id": 621000,
                    "text": "庆阳市","value": "庆阳市",
                    "children": [
                        {
                            "id": 621002,
                            "text": "西峰区","value": "西峰区",
                            
                        },
                        {
                            "id": 621021,
                            "text": "庆城县","value": "庆城县",
                            
                        },
                        {
                            "id": 621022,
                            "text": "环县","value": "环县",
                            
                        },
                        {
                            "id": 621023,
                            "text": "华池县","value": "华池县",
                            
                        },
                        {
                            "id": 621024,
                            "text": "合水县","value": "合水县",
                            
                        },
                        {
                            "id": 621025,
                            "text": "正宁县","value": "正宁县",
                            
                        },
                        {
                            "id": 621026,
                            "text": "宁县","value": "宁县",
                            
                        },
                        {
                            "id": 621027,
                            "text": "镇原县","value": "镇原县",
                            
                        }
                    ]
                },
                {
                    "id": 621100,
                    "text": "定西市","value": "定西市",
                    "children": [
                        {
                            "id": 621102,
                            "text": "安定区","value": "安定区",
                            
                        },
                        {
                            "id": 621121,
                            "text": "通渭县","value": "通渭县",
                            
                        },
                        {
                            "id": 621122,
                            "text": "陇西县","value": "陇西县",
                            
                        },
                        {
                            "id": 621123,
                            "text": "渭源县","value": "渭源县",
                            
                        },
                        {
                            "id": 621124,
                            "text": "临洮县","value": "临洮县",
                            
                        },
                        {
                            "id": 621125,
                            "text": "漳县","value": "漳县",
                            
                        },
                        {
                            "id": 621126,
                            "text": "岷县","value": "岷县",
                            
                        }
                    ]
                },
                {
                    "id": 621200,
                    "text": "陇南市","value": "陇南市",
                    "children": [
                        {
                            "id": 621202,
                            "text": "武都区","value": "武都区",
                            
                        },
                        {
                            "id": 621221,
                            "text": "成县","value": "成县",
                            
                        },
                        {
                            "id": 621222,
                            "text": "文县","value": "文县",
                            
                        },
                        {
                            "id": 621223,
                            "text": "宕昌县","value": "宕昌县",
                            
                        },
                        {
                            "id": 621224,
                            "text": "康县","value": "康县",
                            
                        },
                        {
                            "id": 621225,
                            "text": "西和县","value": "西和县",
                            
                        },
                        {
                            "id": 621226,
                            "text": "礼县","value": "礼县",
                            
                        },
                        {
                            "id": 621227,
                            "text": "徽县","value": "徽县",
                            
                        },
                        {
                            "id": 621228,
                            "text": "两当县","value": "两当县",
                            
                        }
                    ]
                },
                {
                    "id": 622900,
                    "text": "临夏回族自治州","value": "临夏回族自治州",
                    "children": [
                        {
                            "id": 622901,
                            "text": "临夏市","value": "临夏市",
                            
                        },
                        {
                            "id": 622921,
                            "text": "临夏县","value": "临夏县",
                            
                        },
                        {
                            "id": 622922,
                            "text": "康乐县","value": "康乐县",
                            
                        },
                        {
                            "id": 622923,
                            "text": "永靖县","value": "永靖县",
                            
                        },
                        {
                            "id": 622924,
                            "text": "广河县","value": "广河县",
                            
                        },
                        {
                            "id": 622925,
                            "text": "和政县","value": "和政县",
                            
                        },
                        {
                            "id": 622926,
                            "text": "东乡族自治县","value": "东乡族自治县",
                            
                        },
                        {
                            "id": 622927,
                            "text": "积石山保安族东乡族撒拉族自治县","value": "积石山保安族东乡族撒拉族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 623000,
                    "text": "甘南藏族自治州","value": "甘南藏族自治州",
                    "children": [
                        {
                            "id": 623001,
                            "text": "合作市","value": "合作市",
                            
                        },
                        {
                            "id": 623021,
                            "text": "临潭县","value": "临潭县",
                            
                        },
                        {
                            "id": 623022,
                            "text": "卓尼县","value": "卓尼县",
                            
                        },
                        {
                            "id": 623023,
                            "text": "舟曲县","value": "舟曲县",
                            
                        },
                        {
                            "id": 623024,
                            "text": "迭部县","value": "迭部县",
                            
                        },
                        {
                            "id": 623025,
                            "text": "玛曲县","value": "玛曲县",
                            
                        },
                        {
                            "id": 623026,
                            "text": "碌曲县","value": "碌曲县",
                            
                        },
                        {
                            "id": 623027,
                            "text": "夏河县","value": "夏河县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 630000,
            "text": "青海省","value": "青海省",
            "children": [
                {
                    "id": 630100,
                    "text": "西宁市","value": "西宁市",
                    "children": [
                        {
                            "id": 630102,
                            "text": "城东区","value": "城东区",
                            
                        },
                        {
                            "id": 630103,
                            "text": "城中区","value": "城中区",
                            
                        },
                        {
                            "id": 630104,
                            "text": "城西区","value": "城西区",
                            
                        },
                        {
                            "id": 630105,
                            "text": "城北区","value": "城北区",
                            
                        },
                        {
                            "id": 630106,
                            "text": "湟中区","value": "湟中区",
                            
                        },
                        {
                            "id": 630121,
                            "text": "大通回族土族自治县","value": "大通回族土族自治县",
                            
                        },
                        {
                            "id": 630123,
                            "text": "湟源县","value": "湟源县",
                            
                        }
                    ]
                },
                {
                    "id": 630200,
                    "text": "海东市","value": "海东市",
                    "children": [
                        {
                            "id": 630202,
                            "text": "乐都区","value": "乐都区",
                            
                        },
                        {
                            "id": 630203,
                            "text": "平安区","value": "平安区",
                            
                        },
                        {
                            "id": 630222,
                            "text": "民和回族土族自治县","value": "民和回族土族自治县",
                            
                        },
                        {
                            "id": 630223,
                            "text": "互助土族自治县","value": "互助土族自治县",
                            
                        },
                        {
                            "id": 630224,
                            "text": "化隆回族自治县","value": "化隆回族自治县",
                            
                        },
                        {
                            "id": 630225,
                            "text": "循化撒拉族自治县","value": "循化撒拉族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 632200,
                    "text": "海北藏族自治州","value": "海北藏族自治州",
                    "children": [
                        {
                            "id": 632221,
                            "text": "门源回族自治县","value": "门源回族自治县",
                            
                        },
                        {
                            "id": 632222,
                            "text": "祁连县","value": "祁连县",
                            
                        },
                        {
                            "id": 632223,
                            "text": "海晏县","value": "海晏县",
                            
                        },
                        {
                            "id": 632224,
                            "text": "刚察县","value": "刚察县",
                            
                        }
                    ]
                },
                {
                    "id": 632300,
                    "text": "黄南藏族自治州","value": "黄南藏族自治州",
                    "children": [
                        {
                            "id": 632301,
                            "text": "同仁市","value": "同仁市",
                            
                        },
                        {
                            "id": 632322,
                            "text": "尖扎县","value": "尖扎县",
                            
                        },
                        {
                            "id": 632323,
                            "text": "泽库县","value": "泽库县",
                            
                        },
                        {
                            "id": 632324,
                            "text": "河南蒙古族自治县","value": "河南蒙古族自治县",
                            
                        }
                    ]
                },
                {
                    "id": 632500,
                    "text": "海南藏族自治州","value": "海南藏族自治州",
                    "children": [
                        {
                            "id": 632521,
                            "text": "共和县","value": "共和县",
                            
                        },
                        {
                            "id": 632522,
                            "text": "同德县","value": "同德县",
                            
                        },
                        {
                            "id": 632523,
                            "text": "贵德县","value": "贵德县",
                            
                        },
                        {
                            "id": 632524,
                            "text": "兴海县","value": "兴海县",
                            
                        },
                        {
                            "id": 632525,
                            "text": "贵南县","value": "贵南县",
                            
                        }
                    ]
                },
                {
                    "id": 632600,
                    "text": "果洛藏族自治州","value": "果洛藏族自治州",
                    "children": [
                        {
                            "id": 632621,
                            "text": "玛沁县","value": "玛沁县",
                            
                        },
                        {
                            "id": 632622,
                            "text": "班玛县","value": "班玛县",
                            
                        },
                        {
                            "id": 632623,
                            "text": "甘德县","value": "甘德县",
                            
                        },
                        {
                            "id": 632624,
                            "text": "达日县","value": "达日县",
                            
                        },
                        {
                            "id": 632625,
                            "text": "久治县","value": "久治县",
                            
                        },
                        {
                            "id": 632626,
                            "text": "玛多县","value": "玛多县",
                            
                        }
                    ]
                },
                {
                    "id": 632700,
                    "text": "玉树藏族自治州","value": "玉树藏族自治州",
                    "children": [
                        {
                            "id": 632701,
                            "text": "玉树市","value": "玉树市",
                            
                        },
                        {
                            "id": 632722,
                            "text": "杂多县","value": "杂多县",
                            
                        },
                        {
                            "id": 632723,
                            "text": "称多县","value": "称多县",
                            
                        },
                        {
                            "id": 632724,
                            "text": "治多县","value": "治多县",
                            
                        },
                        {
                            "id": 632725,
                            "text": "囊谦县","value": "囊谦县",
                            
                        },
                        {
                            "id": 632726,
                            "text": "曲麻莱县","value": "曲麻莱县",
                            
                        }
                    ]
                },
                {
                    "id": 632800,
                    "text": "海西蒙古族藏族自治州","value": "海西蒙古族藏族自治州",
                    "children": [
                        {
                            "id": 632801,
                            "text": "格尔木市","value": "格尔木市",
                            
                        },
                        {
                            "id": 632802,
                            "text": "德令哈市","value": "德令哈市",
                            
                        },
                        {
                            "id": 632803,
                            "text": "茫崖市","value": "茫崖市",
                            
                        },
                        {
                            "id": 632821,
                            "text": "乌兰县","value": "乌兰县",
                            
                        },
                        {
                            "id": 632822,
                            "text": "都兰县","value": "都兰县",
                            
                        },
                        {
                            "id": 632823,
                            "text": "天峻县","value": "天峻县",
                            
                        },
                        {
                            "id": 632857,
                            "text": "大柴旦行政委员会","value": "大柴旦行政委员会",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 640000,
            "text": "宁夏回族自治区","value": "宁夏回族自治区",
            "children": [
                {
                    "id": 640100,
                    "text": "银川市","value": "银川市",
                    "children": [
                        {
                            "id": 640104,
                            "text": "兴庆区","value": "兴庆区",
                            
                        },
                        {
                            "id": 640105,
                            "text": "西夏区","value": "西夏区",
                            
                        },
                        {
                            "id": 640106,
                            "text": "金凤区","value": "金凤区",
                            
                        },
                        {
                            "id": 640121,
                            "text": "永宁县","value": "永宁县",
                            
                        },
                        {
                            "id": 640122,
                            "text": "贺兰县","value": "贺兰县",
                            
                        },
                        {
                            "id": 640181,
                            "text": "灵武市","value": "灵武市",
                            
                        }
                    ]
                },
                {
                    "id": 640200,
                    "text": "石嘴山市","value": "石嘴山市",
                    "children": [
                        {
                            "id": 640202,
                            "text": "大武口区","value": "大武口区",
                            
                        },
                        {
                            "id": 640205,
                            "text": "惠农区","value": "惠农区",
                            
                        },
                        {
                            "id": 640221,
                            "text": "平罗县","value": "平罗县",
                            
                        }
                    ]
                },
                {
                    "id": 640300,
                    "text": "吴忠市","value": "吴忠市",
                    "children": [
                        {
                            "id": 640302,
                            "text": "利通区","value": "利通区",
                            
                        },
                        {
                            "id": 640303,
                            "text": "红寺堡区","value": "红寺堡区",
                            
                        },
                        {
                            "id": 640323,
                            "text": "盐池县","value": "盐池县",
                            
                        },
                        {
                            "id": 640324,
                            "text": "同心县","value": "同心县",
                            
                        },
                        {
                            "id": 640381,
                            "text": "青铜峡市","value": "青铜峡市",
                            
                        }
                    ]
                },
                {
                    "id": 640400,
                    "text": "固原市","value": "固原市",
                    "children": [
                        {
                            "id": 640402,
                            "text": "原州区","value": "原州区",
                            
                        },
                        {
                            "id": 640422,
                            "text": "西吉县","value": "西吉县",
                            
                        },
                        {
                            "id": 640423,
                            "text": "隆德县","value": "隆德县",
                            
                        },
                        {
                            "id": 640424,
                            "text": "泾源县","value": "泾源县",
                            
                        },
                        {
                            "id": 640425,
                            "text": "彭阳县","value": "彭阳县",
                            
                        }
                    ]
                },
                {
                    "id": 640500,
                    "text": "中卫市","value": "中卫市",
                    "children": [
                        {
                            "id": 640502,
                            "text": "沙坡头区","value": "沙坡头区",
                            
                        },
                        {
                            "id": 640521,
                            "text": "中宁县","value": "中宁县",
                            
                        },
                        {
                            "id": 640522,
                            "text": "海原县","value": "海原县",
                            
                        }
                    ]
                }
            ]
        },
        {
            "id": 650000,
            "text": "新疆维吾尔自治区","value": "新疆维吾尔自治区",
            "children": [
                {
                    "id": 650100,
                    "text": "乌鲁木齐市","value": "乌鲁木齐市",
                    "children": [
                        {
                            "id": 650102,
                            "text": "天山区","value": "天山区",
                            
                        },
                        {
                            "id": 650103,
                            "text": "沙依巴克区","value": "沙依巴克区",
                            
                        },
                        {
                            "id": 650104,
                            "text": "新市区","value": "新市区",
                            
                        },
                        {
                            "id": 650105,
                            "text": "水磨沟区","value": "水磨沟区",
                            
                        },
                        {
                            "id": 650106,
                            "text": "头屯河区","value": "头屯河区",
                            
                        },
                        {
                            "id": 650107,
                            "text": "达坂城区","value": "达坂城区",
                            
                        },
                        {
                            "id": 650109,
                            "text": "米东区","value": "米东区",
                            
                        },
                        {
                            "id": 650121,
                            "text": "乌鲁木齐县","value": "乌鲁木齐县",
                            
                        }
                    ]
                },
                {
                    "id": 650200,
                    "text": "克拉玛依市","value": "克拉玛依市",
                    "children": [
                        {
                            "id": 650202,
                            "text": "独山子区","value": "独山子区",
                            
                        },
                        {
                            "id": 650203,
                            "text": "克拉玛依区","value": "克拉玛依区",
                            
                        },
                        {
                            "id": 650204,
                            "text": "白碱滩区","value": "白碱滩区",
                            
                        },
                        {
                            "id": 650205,
                            "text": "乌尔禾区","value": "乌尔禾区",
                            
                        }
                    ]
                },
                {
                    "id": 650400,
                    "text": "吐鲁番市","value": "吐鲁番市",
                    "children": [
                        {
                            "id": 650402,
                            "text": "高昌区","value": "高昌区",
                            
                        },
                        {
                            "id": 650421,
                            "text": "鄯善县","value": "鄯善县",
                            
                        },
                        {
                            "id": 650422,
                            "text": "托克逊县","value": "托克逊县",
                            
                        }
                    ]
                },
                {
                    "id": 650500,
                    "text": "哈密市","value": "哈密市",
                    "children": [
                        {
                            "id": 650502,
                            "text": "伊州区","value": "伊州区",
                            
                        },
                        {
                            "id": 650521,
                            "text": "巴里坤哈萨克自治县","value": "巴里坤哈萨克自治县",
                            
                        },
                        {
                            "id": 650522,
                            "text": "伊吾县","value": "伊吾县",
                            
                        }
                    ]
                },
                {
                    "id": 652300,
                    "text": "昌吉回族自治州","value": "昌吉回族自治州",
                    "children": [
                        {
                            "id": 652301,
                            "text": "昌吉市","value": "昌吉市",
                            
                        },
                        {
                            "id": 652302,
                            "text": "阜康市","value": "阜康市",
                            
                        },
                        {
                            "id": 652323,
                            "text": "呼图壁县","value": "呼图壁县",
                            
                        },
                        {
                            "id": 652324,
                            "text": "玛纳斯县","value": "玛纳斯县",
                            
                        },
                        {
                            "id": 652325,
                            "text": "奇台县","value": "奇台县",
                            
                        },
                        {
                            "id": 652327,
                            "text": "吉木萨尔县","value": "吉木萨尔县",
                            
                        },
                        {
                            "id": 652328,
                            "text": "木垒哈萨克自治县","value": "木垒哈萨克自治县",
                            
                        }
                    ]
                },
                {
                    "id": 652700,
                    "text": "博尔塔拉蒙古自治州","value": "博尔塔拉蒙古自治州",
                    "children": [
                        {
                            "id": 652701,
                            "text": "博乐市","value": "博乐市",
                            
                        },
                        {
                            "id": 652702,
                            "text": "阿拉山口市","value": "阿拉山口市",
                            
                        },
                        {
                            "id": 652722,
                            "text": "精河县","value": "精河县",
                            
                        },
                        {
                            "id": 652723,
                            "text": "温泉县","value": "温泉县",
                            
                        }
                    ]
                },
                {
                    "id": 652800,
                    "text": "巴音郭楞蒙古自治州","value": "巴音郭楞蒙古自治州",
                    "children": [
                        {
                            "id": 652801,
                            "text": "库尔勒市","value": "库尔勒市",
                            
                        },
                        {
                            "id": 652822,
                            "text": "轮台县","value": "轮台县",
                            
                        },
                        {
                            "id": 652823,
                            "text": "尉犁县","value": "尉犁县",
                            
                        },
                        {
                            "id": 652824,
                            "text": "若羌县","value": "若羌县",
                            
                        },
                        {
                            "id": 652825,
                            "text": "且末县","value": "且末县",
                            
                        },
                        {
                            "id": 652826,
                            "text": "焉耆回族自治县","value": "焉耆回族自治县",
                            
                        },
                        {
                            "id": 652827,
                            "text": "和静县","value": "和静县",
                            
                        },
                        {
                            "id": 652828,
                            "text": "和硕县","value": "和硕县",
                            
                        },
                        {
                            "id": 652829,
                            "text": "博湖县","value": "博湖县",
                            
                        },
                        {
                            "id": 652871,
                            "text": "库尔勒经济技术开发区","value": "库尔勒经济技术开发区",
                            
                        }
                    ]
                },
                {
                    "id": 652900,
                    "text": "阿克苏地区","value": "阿克苏地区",
                    "children": [
                        {
                            "id": 652901,
                            "text": "阿克苏市","value": "阿克苏市",
                            
                        },
                        {
                            "id": 652902,
                            "text": "库车市","value": "库车市",
                            
                        },
                        {
                            "id": 652922,
                            "text": "温宿县","value": "温宿县",
                            
                        },
                        {
                            "id": 652924,
                            "text": "沙雅县","value": "沙雅县",
                            
                        },
                        {
                            "id": 652925,
                            "text": "新和县","value": "新和县",
                            
                        },
                        {
                            "id": 652926,
                            "text": "拜城县","value": "拜城县",
                            
                        },
                        {
                            "id": 652927,
                            "text": "乌什县","value": "乌什县",
                            
                        },
                        {
                            "id": 652928,
                            "text": "阿瓦提县","value": "阿瓦提县",
                            
                        },
                        {
                            "id": 652929,
                            "text": "柯坪县","value": "柯坪县",
                            
                        }
                    ]
                },
                {
                    "id": 653000,
                    "text": "克孜勒苏柯尔克孜自治州","value": "克孜勒苏柯尔克孜自治州",
                    "children": [
                        {
                            "id": 653001,
                            "text": "阿图什市","value": "阿图什市",
                            
                        },
                        {
                            "id": 653022,
                            "text": "阿克陶县","value": "阿克陶县",
                            
                        },
                        {
                            "id": 653023,
                            "text": "阿合奇县","value": "阿合奇县",
                            
                        },
                        {
                            "id": 653024,
                            "text": "乌恰县","value": "乌恰县",
                            
                        }
                    ]
                },
                {
                    "id": 653100,
                    "text": "喀什地区","value": "喀什地区",
                    "children": [
                        {
                            "id": 653101,
                            "text": "喀什市","value": "喀什市",
                            
                        },
                        {
                            "id": 653121,
                            "text": "疏附县","value": "疏附县",
                            
                        },
                        {
                            "id": 653122,
                            "text": "疏勒县","value": "疏勒县",
                            
                        },
                        {
                            "id": 653123,
                            "text": "英吉沙县","value": "英吉沙县",
                            
                        },
                        {
                            "id": 653124,
                            "text": "泽普县","value": "泽普县",
                            
                        },
                        {
                            "id": 653125,
                            "text": "莎车县","value": "莎车县",
                            
                        },
                        {
                            "id": 653126,
                            "text": "叶城县","value": "叶城县",
                            
                        },
                        {
                            "id": 653127,
                            "text": "麦盖提县","value": "麦盖提县",
                            
                        },
                        {
                            "id": 653128,
                            "text": "岳普湖县","value": "岳普湖县",
                            
                        },
                        {
                            "id": 653129,
                            "text": "伽师县","value": "伽师县",
                            
                        },
                        {
                            "id": 653130,
                            "text": "巴楚县","value": "巴楚县",
                            
                        },
                        {
                            "id": 653131,
                            "text": "塔什库尔干塔吉克自治县","value": "塔什库尔干塔吉克自治县",
                            
                        }
                    ]
                },
                {
                    "id": 653200,
                    "text": "和田地区","value": "和田地区",
                    "children": [
                        {
                            "id": 653201,
                            "text": "和田市","value": "和田市",
                            
                        },
                        {
                            "id": 653221,
                            "text": "和田县","value": "和田县",
                            
                        },
                        {
                            "id": 653222,
                            "text": "墨玉县","value": "墨玉县",
                            
                        },
                        {
                            "id": 653223,
                            "text": "皮山县","value": "皮山县",
                            
                        },
                        {
                            "id": 653224,
                            "text": "洛浦县","value": "洛浦县",
                            
                        },
                        {
                            "id": 653225,
                            "text": "策勒县","value": "策勒县",
                            
                        },
                        {
                            "id": 653226,
                            "text": "于田县","value": "于田县",
                            
                        },
                        {
                            "id": 653227,
                            "text": "民丰县","value": "民丰县",
                            
                        }
                    ]
                },
                {
                    "id": 654000,
                    "text": "伊犁哈萨克自治州","value": "伊犁哈萨克自治州",
                    "children": [
                        {
                            "id": 654002,
                            "text": "伊宁市","value": "伊宁市",
                            
                        },
                        {
                            "id": 654003,
                            "text": "奎屯市","value": "奎屯市",
                            
                        },
                        {
                            "id": 654004,
                            "text": "霍尔果斯市","value": "霍尔果斯市",
                            
                        },
                        {
                            "id": 654021,
                            "text": "伊宁县","value": "伊宁县",
                            
                        },
                        {
                            "id": 654022,
                            "text": "察布查尔锡伯自治县","value": "察布查尔锡伯自治县",
                            
                        },
                        {
                            "id": 654023,
                            "text": "霍城县","value": "霍城县",
                            
                        },
                        {
                            "id": 654024,
                            "text": "巩留县","value": "巩留县",
                            
                        },
                        {
                            "id": 654025,
                            "text": "新源县","value": "新源县",
                            
                        },
                        {
                            "id": 654026,
                            "text": "昭苏县","value": "昭苏县",
                            
                        },
                        {
                            "id": 654027,
                            "text": "特克斯县","value": "特克斯县",
                            
                        },
                        {
                            "id": 654028,
                            "text": "尼勒克县","value": "尼勒克县",
                            
                        }
                    ]
                },
                {
                    "id": 654200,
                    "text": "塔城地区","value": "塔城地区",
                    "children": [
                        {
                            "id": 654201,
                            "text": "塔城市","value": "塔城市",
                            
                        },
                        {
                            "id": 654202,
                            "text": "乌苏市","value": "乌苏市",
                            
                        },
                        {
                            "id": 654203,
                            "text": "沙湾市","value": "沙湾市",
                            
                        },
                        {
                            "id": 654221,
                            "text": "额敏县","value": "额敏县",
                            
                        },
                        {
                            "id": 654224,
                            "text": "托里县","value": "托里县",
                            
                        },
                        {
                            "id": 654225,
                            "text": "裕民县","value": "裕民县",
                            
                        },
                        {
                            "id": 654226,
                            "text": "和布克赛尔蒙古自治县","value": "和布克赛尔蒙古自治县",
                            
                        }
                    ]
                },
                {
                    "id": 654300,
                    "text": "阿勒泰地区","value": "阿勒泰地区",
                    "children": [
                        {
                            "id": 654301,
                            "text": "阿勒泰市","value": "阿勒泰市",
                            
                        },
                        {
                            "id": 654321,
                            "text": "布尔津县","value": "布尔津县",
                            
                        },
                        {
                            "id": 654322,
                            "text": "富蕴县","value": "富蕴县",
                            
                        },
                        {
                            "id": 654323,
                            "text": "福海县","value": "福海县",
                            
                        },
                        {
                            "id": 654324,
                            "text": "哈巴河县","value": "哈巴河县",
                            
                        },
                        {
                            "id": 654325,
                            "text": "青河县","value": "青河县",
                            
                        },
                        {
                            "id": 654326,
                            "text": "吉木乃县","value": "吉木乃县",
                            
                        }
                    ]
                },
                {
                    "id": 659000,
                    "text": "自治区直辖县级行政区划","value": "自治区直辖县级行政区划",
                    "children": [
                        {
                            "id": 659001,
                            "text": "石河子市","value": "石河子市",
                            
                        },
                        {
                            "id": 659002,
                            "text": "阿拉尔市","value": "阿拉尔市",
                            
                        },
                        {
                            "id": 659003,
                            "text": "图木舒克市","value": "图木舒克市",
                            
                        },
                        {
                            "id": 659004,
                            "text": "五家渠市","value": "五家渠市",
                            
                        },
                        {
                            "id": 659005,
                            "text": "北屯市","value": "北屯市",
                            
                        },
                        {
                            "id": 659006,
                            "text": "铁门关市","value": "铁门关市",
                            
                        },
                        {
                            "id": 659007,
                            "text": "双河市","value": "双河市",
                            
                        },
                        {
                            "id": 659008,
                            "text": "可克达拉市","value": "可克达拉市",
                            
                        },
                        {
                            "id": 659009,
                            "text": "昆玉市","value": "昆玉市",
                            
                        },
                        {
                            "id": 659010,
                            "text": "胡杨河市","value": "胡杨河市",
                            
                        },
                        {
                            "id": 659011,
                            "text": "新星市","value": "新星市",
                            
                        }
                    ]
                }
            ]
        }
]

  上方是地址的json

     // 展示区域
<view class="info_item"> <view class="info_item_label"> 所在地区 </view> <view class="info_item_value" @click="isShowRegion = !isShowRegion" > <text :class="{ pick_select_header: selectIndex === 0 }" @click="changeIdxArr(0)" > {{ provinceArray[idxArr[0]]?.label || null }} / </text> <text :class="{ pick_select_header: selectIndex === 1 }" @click="changeIdxArr(1)" > {{ cityArray[idxArr[0]] ? cityArray[idxArr[0]][idxArr[1]].label : null }} / </text> <text :class="{ pick_select_header: selectIndex === 2 }" @click="changeIdxArr(2)" > {{ districtArray[idxArr[0]] ? districtArray[idxArr[0]][idxArr[1]][idxArr[2]].label : null }} </text> </view> </view>
// 弹窗部分
    <view       class="pick flex"       v-show="isShowRegion"     >       <view class="pick_mask" />       <view class="pick_header flex">         <view class="pick_header_value">           <text             :class="{ pick_select_header: selectIndex === 0 }"             @click="changeIdxArr(0)"           >             {{ provinceArray[idxArr[0]]?.label || null }}           </text>           <text             :class="{ pick_select_header: selectIndex === 1 }"             @click="changeIdxArr(1)"           >             {{ cityArray[idxArr[0]] ? cityArray[idxArr[0]][idxArr[1]].label : null }}           </text>           <text             :class="{ pick_select_header: selectIndex === 2 }"             @click="changeIdxArr(2)"           >             {{               districtArray[idxArr[0]] ? districtArray[idxArr[0]][idxArr[1]][idxArr[2]].label : null             }}           </text>         </view>         <view           class="pick_header_comfirm"           @click="isShowRegion = !isShowRegion"         >           确定         </view>         <view class="line" />       </view>       <view class="pick_box">         <view           class="pick_item"           v-for="(item, index) in selectArray"           :key="index"           @click="changeRegion(selectIndex, index)"         >           {{ item?.label || 111 }}           <view class="line" />         </view>       </view>     </view>
const selectIndex = ref(0)
const selectArray: any = ref([])
const idxArr = ref([0, 0, 0])
const provinceArray: any = ref([])
const cityArray: any = ref([])
const districtArray: any = ref([])
const changeRegion = (region: number, index: number) => {   idxArr.value[region] = index   if (region === 0) {     selectArray.value = cityArray.value[index]     idxArr.value[0] = index     selectIndex.value++   } else if (region === 1) {     selectArray.value = districtArray.value[idxArr.value[0]][index]     idxArr.value[1] = index     selectIndex.value++   } else if (region === 2) {     console.log(idxArr.value)     idxArr.value[2] = index   }   info.value.region =     provinceArray.value[idxArr.value[0]] +     cityArray.value[idxArr.value[0]][idxArr.value[1]] +     districtArray.value[idxArr.value[0]][idxArr.value[1]][idxArr.value[2]] } const changeIdxArr = (index: number) => {   selectIndex.value = index   if (index === 0) {     selectArray.value = provinceArray.value   } else if (index === 1) {     selectArray.value = cityArray.value[idxArr.value[0]]   } else if (index === 2) {     selectArray.value = districtArray.value[idxArr.value[0]][idxArr.value[1]]   } } const formatRegion = () => {   region.forEach((province, provinceIndex) => {     provinceArray.value.push({ label: province.name, id: province.id })     province.children.forEach((city, cityIndex) => {       if (!cityArray.value[provinceIndex]) {         cityArray.value[provinceIndex] = []       }       cityArray.value[provinceIndex].push({ label: city.name, id: city.id, index: provinceIndex })       city.children.forEach((district, districtIndex) => {         if (!districtArray.value[provinceIndex]) {           districtArray.value[provinceIndex] = []         }         if (!districtArray.value[provinceIndex][cityIndex]) {           districtArray.value[provinceIndex][cityIndex] = []         }         districtArray.value[provinceIndex][cityIndex].push({           label: district.name,           id: district.id,           index: cityIndex,         })       })     })   }) }

 样式



    .info_item {
      display: flex;
      height: 98rpx;
      background: #ffffff;
      border-radius: 0rpx 0rpx 0rpx 0rpx;
      line-height: 98rpx;
      .info_item_label {
        width: 140rpx;
        font-size: 28rpx;
        font-weight: 400;
        color: #2C2A26;
        padding-left: 21rpx;
        letter-spacing: 0.2rpx;
      }
      .info_item_value {
        font-size: 28rpx;
        width: 65%;
        input {
          font-weight: 600;
          color: #2C2A26;
          line-height: 98rpx;
          height: 98rpx;
        }
      }
      .info_item_icon {
        display: grid;
        align-content: center;
        .ic{
          height: 40rpx;
          width: 40rpx;
        }
      }
    }

  

.pick { position: absolute; height: 100%; width: 100%; bottom: 0rpx; left: 0rpx; flex-direction: column; .pick_mask { background: #30313356; height: 100%; width: 100vw; } .pick_header { justify-content: space-between; align-items: center; font-size: 24rpx; font-weight: 500; color: #303133; background: #ffffff; flex-wrap: wrap; text { padding: 26rpx 0rpx 26rpx 26rpx; } .pick_select_header { position: relative; ::after { content: ""; position: absolute; bottom: 1px; left: 22rpx; width: 80%; height: 3.5rpx; background: #a27318; } } .pick_header_comfirm { font-size: 24rpx; font-weight: 500; color: #303133; padding: 26rpx 26rpx 26rpx 0rpx; } } .pick_box { max-height: 1012rpx; overflow-y: auto; .pick_item { height: 87rpx; background: #ffffff; font-size: 24rpx; font-weight: 500; color: #303133; padding: 0rpx 26rpx; line-height: 87rpx; } .pick_item_select { color: #4b2c20; } } .line { position: relative; width: 100%; border: 1rpx solid #eeeeee; } }

 

标签:uniapp,自定义,text,开发区,children,value,id,技术开发区,选择器
From: https://www.cnblogs.com/wanghuanl/p/18570653

相关文章

  • GaussDB数据库SQL系列-自定义函数
    一、前言华为云GaussDB数据库是一款高性能、高安全性的云原生数据库,在GaussDB中,自定义函数是一个不容忽视的重要功能。本文将简单介绍一下自定义函数在GaussDB中的使用场景、使用优缺点、示例及示例解析等,为读者提供指导与帮助。二、自定义函数(Function)概述在SQL中,自定义函数(Fu......
  • 自定义MyBatis分页插件和自定义慢SQL统计插件实践
    ......
  • SpringCloud入门(八)Feign自定义配置
    一、Feign自定义配置Feign可以支持很多的自定义配置,如下表所示:-类型:feign.Logger.Level作用:修改日志级别说明:包含四种不同的级别:NONE、BASIC、HEADERS、FULL-类型:feign.codec.Decoder作用:响应结果的解析器说明:http远程调用的结果......
  • 【Azure 环境】从Azure AD(Entra ID)中获取的Token在访问自定义的接口应用时验证不通
    问题描述集成AzureAD(新名称MicrosoftEntraID),拿到对应的accessToken作为登录用的凭证。这个 AccessToken 能够正常返回,并作为Microsoft Graph userinfoAPI的Authorization,因为应用中会对前端传递过来的 AccessToken进行校验合法性。但目前遇见的问题时这个 Token 签......
  • Day39--自定义异常及小结
    Day39--自定义异常及小结自定义异常使用Java内置的异常类可以描述在编程时出现的大部分异常情况。除此之外,用户还可以自定义异常。用户自定义异常类,只需继承Exception类即可。在程序中使用自定义异常类,大体可分为以下几个步骤:创建自定义异常类。在方法中通过throw关键字抛......
  • CSS 选择器
    最近在搞爬虫,这里稍微记录一下CSSselector的语法,不会很全,遇到了再补充。参考:https://blog.csdn.net/molangmolang/article/details/136334759id和类选择器CSSselector用于在一段html代码中快速定义一个标签(一群标签)最常见的:<\div>对于class这样的,用.name,即div......
  • GaussDB数据库SQL系列-自定义函数
    一、前言华为云GaussDB数据库是一款高性能、高安全性的云原生数据库,在GaussDB中,自定义函数是一个不容忽视的重要功能。本文将简单介绍一下自定义函数在GaussDB中的使用场景、使用优缺点、示例及示例解析等,为读者提供指导与帮助。二、自定义函数(Function)概述在SQL中,自定义函数(Fu......
  • AI恶搞闺蜜情侣视频特效魔法AI工具自定义照片抽象生成
    基于AI技术的社交媒体视频特效创作与应用研究——以小红书平台为例摘要本文旨在探讨基于AI技术的社交媒体视频特效创作及其在小红书平台上的应用。随着人工智能技术的不断发展,AI在视频特效领域的应用日益广泛,为社交媒体用户提供了全新的创作方式和丰富的视觉体验。本文以小......
  • vxe-table 实现打印出货单、自定义单据打印
    vxe-table内置非常强大H5打印,只需要传入html代码和css样式,就可以实现任何复杂的打印官网:https://vxeui.com<template><div><vxe-button@click="printEvent">点击打印</vxe-button><divstyle="border:1pxsolid#409eff;padding:16px&qu......
  • 怎么自定义鼠标指针的图案?
    在前端开发中,您可以使用CSS的cursor属性来自定义鼠标指针的图案。以下是一些常用的方法:1.使用预定义的关键词:CSS提供了一些预定义的关键词,可以用来设置一些常见的鼠标指针样式。例如:cursor:pointer;//手型指针,通常用于链接、按钮等可点击元素cursor:default;//......