self.navigationController.navigationBar.barTintColor=CREAT_COLOR(45, 168, 225, 1);
//设置标题样式
NSDictionary *titleDict=@{NSFontAttributeName:[UIFont boldSystemFontOfSize:18],NSForegroundColorAttributeName:[UIColor whiteColor]};
[lc.navigationController.navigationBar setTitleTextAttributes:titleDict];